@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html {
  scroll-behavior: smooth;
}
main {
  box-sizing: border-box;
  font-size: 1.6rem;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
  line-height: 1.7;
  margin: 0 auto;
}
main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
.contents_inner {
	width: 1160px;
	margin: 0 auto;
}
.kv h1 {
  margin: 0!important;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
	.contents_inner {
		width: 100%;
		padding: 0 10px;
	}
	h2 {
		padding: 7px 28px;
		font-size: 1.3rem;
	}
  .top_info, #event, #port_call, #schedule, #qanda {
    padding: 0 10px;
  }

}
@media (min-width: 768px) {
  #service, #event, #port_call, #schedule, #qanda {
    padding-top: 60px;
  }
}
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap.anim_scroll {
  transform: translate(-50%, -20%) scale(.7);
}
.kvTitWrap.anim_scroll.scrollin {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/

/*h2共通
=======================*/
.top_service h2, .top_port_call h2, .top_schedule h2 {
	position: relative;
	margin: 0;
	padding: 80px 0 10px;
	color: #276aaf;
	font-size: 3rem;
	text-align: center;
	/*background: #f2fafc;*/
}
.top_service h2::before, .top_port_call h2::before, .top_schedule h2::before {
	content: '';
	position: absolute;
	width: 505px;
	height: 59px;
	background: url("/med/feature/abroad/costacruise_gw/img/h2_decoration.png") no-repeat;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.top_service h2::after, .top_port_call h2::after, .top_schedule h2::after {
	content: '';
	position: absolute;
	width: 505px;
	height: 4px;
	background: #ced2db;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:767.98px) { 
  .top_service h2::after, .top_port_call h2::after, .top_schedule h2::after {
    background: #dadee8;
  }
}
.top_service h2 span, .top_port_call h2 span, .top_schedule h2 span {
	color: #ed5f9f;
}

@media screen and (max-width:767.98px) {

	.top_service h2, .top_port_call h2, .top_schedule h2 {
		padding: 65px 0 10px;
		font-size: 1.5rem;
    margin: 0 10px;
	}
	.top_service h2::before, .top_port_call h2::before, .top_schedule h2::before {
		content: '';
		position: absolute;
		width: 355px;
		height: 39.5px;
		background: url("/med/feature/abroad/costacruise_gw/img/sp/h2_decoration_sp.png") no-repeat;
		background-size: contain;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
	}
	.top_service h2::after, .top_port_call h2::after, .top_schedule h2::after {
		width: 355px;
		height: 2px;
	}
}
.top_event h2, .top_qanda h2 {
  position: relative;
	margin: 0;
	padding: 0 0 10px;
	color: #276aaf;
	font-size: 3rem;
	text-align: center;
}

.top_event h2::after, .top_qanda h2::after {
	content: '';
	position: absolute;
	width: 505px;
	height: 4px;
	background: #ced2db;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:767.98px) {
  .top_event h2::after, .top_qanda h2::after {
    background: #dadee8;
  }
}
.h_span {
  position: relative;
  padding: 80px 0 0;
  color: #276aaf;
  font-size: 2.0rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767.98px) {
    h_span {
    padding: 70px 0 0;
  }
}
.top_event .h_span::before, .top_qanda .h_span::before {
	content: '';
	position: absolute;
	width: 505px;
	height: 59px;
	background: url("/med/feature/abroad/costacruise_gw/img/h2_decoration.png") no-repeat;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.top_event h2 span, .top_qanda h2 span {
	color: #ed5f9f;
}

@media screen and (max-width:767.98px) {

	.top_event h2, .top_qanda h2 {
		/*padding: 65px 0 10px;*/
    padding-bottom: 10px;
	}
  .top_event h2::after, .top_qanda h2::after {
		width: 355px;
		height: 2px;
	}
  .h_span {
    font-size: 1.4rem!important;
  }
	.top_event .h_span::before, .top_qanda .h_span::before  {
		content: '';
		position: absolute;
		width: 355px;
		height: 39.5px;
		background: url("/med/feature/abroad/costacruise_gw/img/sp/h2_decoration_sp.png") no-repeat;
		background-size: contain;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width:767.98px) and (min-width:500px) {
  .top_event h2, .top_qanda h2, .top_service h2, .top_port_call h2, .top_schedule h2 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:499px) {
  .top_event h2, .top_qanda h2, .top_service h2, .top_port_call h2, .top_schedule h2 {
    font-size: 1.5rem;
  }
}
.txt_b {
  margin: 30px 0 50px;
  text-align: center;
}
@media screen and (max-width:767.98px) { 
    .txt_b {
    font-size: 1.2rem;
      margin: 30px 0;
  }
}
/*=====================*/


/*top_schedule
=======================*/
.top_schedule {
  padding-bottom: 40px;
}
.top_schedule figure {
  text-align: center;
}
.top_schedule figure img {
  width: 1160px;
}
@media screen and (max-width:767.98px) { 
  .top_schedule {
    padding-bottom: 20px!important;
}
}
/*=====================*/


/*btnArea
=======================*/
.btnArea {
	margin-top: 70px;
  text-align: center;
}
.btnArea .txtBlock_01 {
	max-width: 700px;
	margin: 0 auto;
}
.btnArea .btnBox {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	padding: 0 34px;
}
.btnArea .btnBox .otherPage_btn {
	max-width: 504px;
	padding: 0;
	background: transparent;
	border: none;
}
@media (min-width: 768px) {
  .btnBox a:hover {
    opacity: .8;
  }
}
@media screen and (max-width:767.98px) {
	.btnArea {

		margin-top: 40px;
	}
	.btnArea .btnBox {
		display: block;
    margin-top: 20px;
		padding: 0;
    text-align: center;
	}
  .btn02 {
    margin-top: 15px;
  }
	.btnArea .btnBox .otherPage_btn:nth-of-type(n+2) {
		margin-top: 27px;
	}
  
  /*anchor__nav
=======================*/
  nav.anchor__nav {
    font-size: 1.3rem;
  }
  nav.anchor__nav ul {
    display: flex;
    justify-content: space-around;
  }
  nav.anchor__nav ul li {
    width: 100%;
    text-align: center;
    background-color: #008bd2;
  }
  nav.anchor__nav ul li+li {
    margin-left: 1px;
  }
  nav.anchor__nav ul li a {
    width: 100%;
    color: #f7ed7e;
    font-weight: 700;
    display: inline-block;
    padding: 8px 6px 8px 0px;
  }
  nav.anchor__nav ul li a span {
    position: relative;
  }
  nav.anchor__nav ul li a span::before {
    position: absolute;
    content: "";
    background: url(/med/feature/abroad/costacruise_gw/img/top_icon_arrow.png) no-repeat;
    width: 11px;
    height: 7px;
    background-size: contain;
    top: 5px;
    right: -15px;
    transform: rotate(-90deg);
  }
}
/*=====================*/


.top__nav {
  background-color: #fff;
  width: 100%;
}

  @media (min-width: 768px) {
    .top__nav {
      margin-top: 1px;
      position: sticky;
      z-index: 100;
      top: 0px;
    }
}
  .top__nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px 0 0;
    background-color: #008bd2;
}
@media (min-width: 768px) {
  .top__nav ul {
    flex-flow: row nowrap;
  }
}
.top__nav ul li {
  flex-grow: 1;
  text-align: center;
}

  .top__nav ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    /*padding: 15px 20px;*/
    position: relative;
}
.top__nav ul li a::before {
  position: absolute;
  content: "";
  background: url("../img/top_icon_arrow.png") no-repeat;
  width: 18px;
  height: 12px;
  top: 30%;
  right: 26px;
  /*top: 28%;
  right: 3%;*/
}
@media (min-width: 768px) {
  .top__nav ul li {
    max-width: 14%;
    transition: .5s ease;
    border-left: 1px solid #fff;
    position: relative;
    margin: 10px 0;
  }
  .last_li {
    border-right: 1px solid #fff;
  }
    .top__nav ul li:hover {
      transition: .2s ease;
  }
  /*.top__nav ul li a {
    display: inline-block;
    width: 100%;
  }*/
  .top__nav ul li a:hover {
text-decoration: none;
color: #f7ed7e;
  }
}
.top__nav ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .top__nav ul li a span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
    .top__nav {
      margin-top: 1px;
      position: sticky;
      z-index: 100;
      top: 0px;
  }
  .top__nav ul {
    width: 100%;
  }
  .top__nav ul li {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .top__nav ul li a {
    /*width: 35%;*/
    font-size: 1.4rem;
    padding: 0 25px;
  }
  .top__nav ul li a::before {
    width: 11px;
    height: 7px;
    right: 10px;
    background-size: contain;
    top: 35%;
  }
}


@media (min-width: 768px) and (max-width:1400px) {
  .top__nav ul li a::before {
    width: 12px;
    height: 8px;
    right: 3px;
    background-size: contain;
    top: 35%;
  }
}

@media (min-width: 768px) {
    .top_info {
    margin-bottom: 20px;
  }
    .info_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.info_img {
  margin-top: 40px;
}
.info_txt {
  margin-left: 20px;
}
@media screen and (max-width:767.98px) {
    .info_txt {
    margin-top: 20px;
  }
  .top_info {
    padding-bottom: 20px;
  }
}

.top_qanda {
  padding-bottom: 40px;
  background-color: #f1fcfd;
}
.top_qanda .accordion {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 40px;
}
.top_qanda .accordion_flex{
	display: flex;
}
.top_qanda .accordionTitle {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 50px 15px 35px;
  border-bottom: 1px solid #bfbfbf;
}
.top_qanda .accordion_item{
	position: relative;
}
.top_qanda .Q_mark{
	margin-right: 20px;
}
.top_qanda .Q_mark::after{
	content: 'Q.';
  color: #276aaf;
  display: inline-block;
  position: absolute;
  /*padding: 6px 10px 0;*/
	font-size: 2.6rem;
  left: 5px;
  top: 5px;
}
.top_qanda .A_mark{
	position: relative;
}
.top_qanda .A_mark::after{
	content: 'A.';
  color: #ee69a5;
  display: inline-block;
  position: absolute;
  /*padding: 6px 10px 0;*/
	font-size: 2.6rem;
	font-weight: bold;
	top: 4px;
  left: -14px;
}
.top_qanda .accordionContent {
  display: none;
  max-width: 1025px;
  padding: 10px 20px;
}
.top_qanda .accordionContent p {
  padding: 12px 0 15px 30px;
  margin-bottom: 1px;
  line-height: 1.5;
}
.top_qanda .accordionContent .icon_movie{
  background: #FDF9FF url("../images/recruit_ic_04.png") no-repeat 319px 17px;
}
.top_qanda .accordionContent p:last-of-type{
  margin-bottom: 0;
}
.top_qanda .accordionContent > p > a{
	color: #A064CB;
}
/* 矢印 */
.top_qanda .accordionTitle {
  position: relative;
}
.top_qanda .accordionTitle::before,
.top_qanda .accordionTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background-color: #276aaf;
  border-radius: 5px;
  top: 50%;
  right: 2%;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.top_qanda .accordionTitle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top_qanda .accordionTitle.open::after {
  transform: rotate(0deg);
}
.red {
  color: #d92121;
  padding: 12px 0  30px!important;
}
@media (min-width: 768px) {
  .top_qanda .accordionItem:first-of-type > .accordionTitle{
    border-top: 1px solid #bfbfbf;
  }
  .top_qanda .accordionTitle:hover {
    background: #3588ce1f;
  }
  .tbl_faq01 {
    border-collapse: collapse; }

  .tbl_faq01 th,
  .tbl_faq01 td {
    padding: 5px;
    font-size: 1.6rem;
    border: 1px solid #7d7d7d;
    background-color: #fff; }

  .tbl_faq01 th {
    text-align: center; }

  .tbl_faq01 > thead > tr > th:nth-of-type(1) {
    background-color: #e5e5e5; }

  .tbl_faq01 > thead > tr > th:nth-of-type(2) {
    background-color: #5ebfff; }

  .tbl_faq01 > thead > tr > th:nth-of-type(3) {
    background-color: #ff88b0; }

  .tbl_faq01 > tbody > tr > th {
    white-space: nowrap; }
  
    .tbl_faq02 {
    border-collapse: collapse; }

  .tbl_faq02 th, .tbl_faq02 td {
    padding: 5px;
    font-size: 1.6rem;
    border: 1px solid #7d7d7d; }

  .tbl_faq02 th {
    color: #fff; }

  .tbl_faq02 tr:nth-of-type(1) th {
    background-color: #00479d; }

  .tbl_faq02 tr:nth-of-type(1) td {
    background-color: #e6f1ff; }

  .tbl_faq02 tr:nth-of-type(2) th {
    background-color: #e82d2d; }

  .tbl_faq02 tr:nth-of-type(2) td {
    background-color: #fee3e3; }
}
@media screen and (max-width:767.98px) { 
  .top_qanda {
    padding-bottom: 40px!important;
  }
  .top_qanda .accordion {
    padding: 20px 5px;
  }
  .top_qanda p {
    font-size: 1.2rem;
  }
  .top_qanda .accordionTitle {
    padding: 12px 30px 12px 30px;
  }
  
  .tbl_faq01 {
    border-collapse: collapse; }

  .tbl_faq01 th,
  .tbl_faq01 td {
    padding: 5px;
    font-size: 1.2rem;
    border: 1px solid #7d7d7d;
    background-color: #fff; }

  .tbl_faq01 th {
    text-align: center; }

  .tbl_faq01 > thead > tr > th:nth-of-type(1) {
    background-color: #e5e5e5; }

  .tbl_faq01 > thead > tr > th:nth-of-type(2) {
    background-color: #5ebfff; }

  .tbl_faq01 > thead > tr > th:nth-of-type(3) {
    background-color: #ff88b0; }

  .tbl_faq01 > tbody > tr > th {
    white-space: nowrap; }
  
  .tbl_faq02 {
    border-collapse: collapse; }

  .tbl_faq02 th, .tbl_faq02 td {
    padding: 5px;
    font-size: 1.2rem;
    border: 1px solid #7d7d7d; }

  .tbl_faq02 th {
    color: #fff; }

  .tbl_faq02 tr:nth-of-type(1) th {
    background-color: #00479d; }

  .tbl_faq02 tr:nth-of-type(1) td {
    background-color: #e6f1ff; }

  .tbl_faq02 tr:nth-of-type(2) th {
    background-color: #e82d2d; }

  .tbl_faq02 tr:nth-of-type(2) td {
    background-color: #fee3e3;
}
}
 


 /*anchor__nav
=======================*/


/*=====================*/





  /*info_txt
=======================*/
.info_txt {
  color: #595959;
  font-weight: 700;
}
.info_txt_h_b {
  color: #276aaf;
}
@media (min-width: 768px) {
  .info_txt {
    padding-top: 80px;
    line-height: 1.87;
    position: relative;
  }
  .info_txt::before {
    position: absolute;
    content: "";
    background: url("../img/info_bg.png") no-repeat;
    width: 326px;
    height: 328px;
    top: -10%;
    right: -15%;
    z-index: -1;
  }
  .info_txt_h {
    font-size: 3.0rem;
  }
  .info_txt_h_b {
    font-size: 4.6rem;
  }
}
@media screen and (max-width:767.98px) { 
  .info_txt {
    position: relative;
    padding-top: 0;
    font-size: 1.4rem;
    margin: 10px 5px 15px;
    line-height: 1.92;
  }
  .info_txt::before {
    position: absolute;
    content: "";
    background: url("../img/sp/info_bg_sp.png") no-repeat;
    width: 207px;
    height: 208px;
    background-size: contain;
    bottom: 0;
    right: 5%;
    z-index: -1;
  }
  .info_txt_h {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .info_txt_h_b {
    font-size: 3.0rem;
    color: #276aaf;
  }
}
/*=====================*/


 /*ship_data
=======================*/
.ship_data {
  display: flex;
  max-width: 1115px;
  width: 100%;
  margin: 15px auto 0;
  background: #ebedf1;
  color: #276aaf;
  font-weight: 700;
  border-radius: 10px;
  padding: 20px 30px;
}
.ship_data ul {
  display: flex;
  margin-left: 30px;
}
.ship_data ul li {
  margin-left: 15px;
}
@media screen and (max-width:767.98px) {
  .ship_data {
    flex-direction: column;
    text-align: center;
    padding: 5px;
    font-size: 1.2rem;
  }
  .ship_data ul {
    margin: 0;
    flex-wrap: wrap;
  }
  .ship_data ul li {
    margin-left: 15px;
  }
}
/*=====================*/


/*top_service
=======================*/
/*@media (min-width: 768px) {
  .top_service {
    background: #f1fcfd;
  }
}*/
/*.top_service figure {
  text-align: center;
  padding: 50px 0 40px;
}
.top_service figure img {
  width: 1160px;
}*/
.top_service {
  background: #f1fcfd;
  padding-bottom: 50px;
}
.top_service .service_b {
  line-height: 1.0;
  color: #41abe1;
  font-weight: 700;
}
.service_accident {
  background: #fff1f7;
}
.service_accident .service_b {
  color: #276aaf;
  text-align: center;
}

@media (min-width: 768px) {
  .top_service h2 {
    margin-bottom: 50px;
  }
  .service_wrap {
    max-width: 1160px;
    width: 100%;
    margin: 20px auto;
  }
  .service_wrap_column {
    display: flex;
    justify-content: space-between;
  }
  .top_service .service_wrap div {
    background: #fff;
    border-radius: 30px;
    padding: 35px 30px;
    max-width: 560px;
    width: 100%;
  }
  .top_service .service_b {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dadee8;
  }
  .top_service .service_b .sevice_num {
    font-size: 3.0rem;
    margin-right: 5px;
  }
  .service_accident {
    border-radius: 30px;
    padding: 20px 30px;
  }
  .ship_img {
    position: relative;
  }
  .ship_img::before {
    position: absolute;
    content: "";
    background: url("../img/service03_bg.png") no-repeat;
    width: 151px;
    height: 71px;
    bottom: 20px;
    right: 45px;
  }
}
@media screen and (max-width:767.98px) {
  .top_service h2 {
    margin-bottom: 25px;
  }
  .service_box {
    background: #fff;
    border-radius: 0 30px 30px 0;
    padding: 0px 5px 30px 10px;
    margin-right: 10px;
  }
  .top_service .service_b .sevice_num {
    font-size: 1.8rem;
    margin-right: 5px;
  }
  .service_box p {
    font-size: 1.2rem;
  }
  .service_accident p {
    font-size: 1.2rem;
  }
  .top_service .service_b {
    font-size: 1.4rem;
    padding: 25px 0 12px;
    border-bottom: 1px solid #dadee8;
    margin-bottom: 15px;
  }
  .service_accident {
    margin-top: 20px;
    border-radius: 30px 0 0 30px;
    margin-left: 10px;
    padding: 0px 10px 30px 5px;
  }
  

}
/*=====================*/


/*top_event
=======================*/

.top_event figure {
  text-align: center;
}
.top_event figure img {
  width: 1165px;
}
@media screen and (max-width:767.98px) {
  .top_event {
    padding: 0 10px 30px!important;
  }
  .event_wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event_img {
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
  }
}
.top_event {
  padding-bottom: 70px;
}
.event_h {
  font-size: 1.8rem;
  color: #41abe1;
  border: 2px solid #41abe1;
  border-radius: 10px;
  padding: 5px 0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.event_box div {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .25);
}

@media (min-width: 768px) {
  .event_flex {
    display: flex;
    width: 1110px;
    margin: 0 auto 50px;
  }
  .event_flex div + div {
    margin-left: 20px;
  }
  .event_img {
    margin-bottom: 20px;
  }
  .event_txt {
    text-align: center;
  }
}
@media screen and (max-width:767.98px) {
  .event_flex {
    margin-bottom: 20px;
  }
  .event_box {
    margin-top: 15px;
  }
  .event_box div {
    padding: 20px;
  }
  .event_img {
    margin-bottom: 15px;
  }
  .event_txt {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
  .event_h {
    padding: 2px 0;
    font-size: 1.4rem;
    margin: 15px 0;
  }
}

/*=====================*/
.event_today_box{
    display: flex;
    justify-content: center;
}
.event_today_box ul{
    width: 1160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:60px;
    position: relative;
    z-index: 1;
}
.event_today_box ul li:nth-child(2) .event_today_title{
    font-size: 2.0rem;
    font-weight: bold;
    color: #ed5f9f;
    position: relative;
    padding-left: 28px;
        
}
.event_today_box ul li:nth-child(2) .event_today_title::before{
    content: "";
    background: url("/med/feature/abroad/costacruise_gw/img/newspaper_check.png") no-repeat;
    width: 26px;
    height: 18px;
    left: 0;
    top:25%;
    position: absolute;
}
.event_today_box ul li:nth-child(2) p:nth-child(2){
    color: #ffffff;
    font-size: 1.6rem;
    padding: 20px 0;
}
.event_today_box ul::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 112px;
    top: 35%;
    background-color: #ed5f9f;
    z-index: -1;
}
@media screen and (max-width:767.98px) {
    .event_today_box ul{
         width: 100%;
        padding: 40px 0 0;
    flex-wrap: wrap;
        gap:10px;
        position: relative;
}
    .event_today_box ul::before{
        content: none;
    }
    .event_today_box ul li:nth-child(1){
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
     .event_today_box ul li:nth-child(1) img{
        max-width: 250px;
    }
    .event_today_box ul li:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    top:18%;
    background-color: #ed5f9f;
    z-index: -1;
}
    .event_today_box ul li:nth-child(2){
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .event_today_box ul li:nth-child(2) p:nth-child(2){
    color: #ed5f9f;
    font-size: 1.5rem;
        line-height: 1.4;
    padding: 0;
        width: 100%;
}
    .event_today_box ul li:nth-child(2) .event_today_title{
    font-size: 2rem;
        text-align: center;
        margin-bottom: 10px;
    padding-left: 28px;
    display: inline-block;
        
        position: absolute;
        top: 0;
}
}
/*=====================*/


/*top_port_call
=======================*/
.top_port_call {
  padding-bottom: 40px;
  background: #f1fcfd;
}
@media (min-width: 1625px) {
  .top_port_call {
  position: relative;
}
  .top_port_call::before {
    position: absolute;
    content: "";
    background: url("../img/top_map.png") no-repeat;
    width: 335px;
    height: 205px;
    top: 0;
    right: 15%;
  }
}
@media (max-width: 1624px) and (min-width: 768px) {
  .top_port_call {
  background: #f1fcfd;
  position: relative;
}
  .top_port_call::before {
    position: absolute;
    content: "";
    background: url("../img/top_map.png") no-repeat;
    width: 335px;
    height: 205px;
    top: 0;
    right: 4%;
  }
}
.top_port_call figure {
  text-align: center;
}
.top_port_call figure img {
  width: 1165px;
}
@media screen and (max-width:767.98px) {
  .top_port_call {
    padding: 0 10px 30px!important;
  }
  .port_wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .port_img {
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
  }
}
.port_call_box div {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .25);
}
.port_call_h {
  color: #fff;
  background: #41abe1;
  padding: 5px 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .port_call_flex {
    display: flex;
    width: 1110px;
    margin: 0 auto;
  }
  .port_call_flex div {
    width: 360px;
  }
  .port_call_flex div + div {
    margin-left: 20px;
  }
  .port_call_img {
    margin-bottom: 20px;
  }
  .port_call_txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .port_call_box {
    margin-top: 35px;
  }
  .port_call_box div {
    padding: 20px;
  }
  .port_call_img {
    margin-bottom: 15px;
  }
  .port_call_h {
    margin-bottom: 15px;
  }
  .port_call_txt {
    font-size: 1.2rem;
    margin: 15px 0 20px;
  }
}
/*=====================*/








 /*table
=======================*/
/*table {
  border: 4px solid #e0e1e2;
  margin: 0 auto;
  max-width: 1165px;
  width: 100%;
}
table th, td {
  border: 2px solid #e0e1e2;
  padding: 5px 10px;
}
table th {
  font-weight: 500;
  background-color: #edeef0;
}*/
/*=====================*/
table {
  max-width: 1165px;
  width: 100%;
}

#tbl_sche01 {
  border: 4px solid #e0e1e2;
  margin: 0 auto;
}
.ul_sche01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

table th, td {
  border: 2px solid #e0e1e2;
}
table th {
  font-weight: 500;
  background-color: #edeef0;
  text-align: center;
  
}
.noVal {
  background: url("../img/line_tbl.svg") left top no-repeat;
  background-size: 100% 100%;
}
  #tbl_sche01 {
      border-collapse: collapse;
    width: 100%;
}
    
#tbl_sche01 thead tr th {
  white-space: nowrap;
text-align: center;}

  #tbl_sche01 tbody tr th span {
    display: inline-block;
    white-space: nowrap; }
#tbl_sche01 tbody tr td:nth-of-type(1) {
  white-space: nowrap;
  text-align: center; }
#tbl_sche01 tbody tr td .ul_sche01 {
  list-style: none; }

#tbl_sche01 tbody tr td .ul_sche01 li h4 {
  box-sizing: border-box;
  white-space: nowrap;
  padding-right: 1em; }
#tbl_sche01 tbody tr td .ul_sche01 li h4::before {
  content: '● ';}
#tbl_sche01 tbody tr td:nth-of-type(n+3) {
  text-align: center;
}


.yomi {
  font-size: 1.0rem;
  margin: 0;
}
td {
  line-height: 1.0;
}
.area_p {
  font-weight: 700;
}
.area_b {
  color: #10aade;
}
#tbl_sche01 tbody tr td .ul_sche01 li h4::before {
  content: '● ';
}
#tbl_sche01 tbody tr td .ul_sche01 li .txt_sche01 {
  text-align: right;
}
#tbl_sche01 tbody tr td .ul_sche01 li {
      line-height: 1.5;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 5px;
      width: 100%; }

#tbl_sche01 th, #tbl_sche01 td {
  padding: 10px;
  vertical-align: middle;
  /*text-align: center;*/
}
#tbl_sche01 tbody tr th {
  background-color: #fffce1;
  text-align: left;
  font-weight: 700;
  padding-left: 15px;
}
.holiday {
  color: #ed5f9f;
}
@media (min-width: 768px) { 
  #tbl_sche01 {
    max-width: 1160px;
    width: 100%;
}
  #tbl_sche01 tbody tr td .ul_sche01 li {
      line-height: 1.5;
      display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
      margin-bottom: 5px;
  }
  #tbl_sche01 tbody tr td .ul_sche01 li p {
    flex-grow: 1;
  }
  #tbl_sche01 tbody tr td .ul_sche01 li .txt_sche01 {
    white-space: nowrap;
    padding: 0 0 0 .5em;
    text-align: right;
    align-self: flex-end;
  }
}
@media screen and (max-width:767.98px) {
  .sp_scroll {
    margin: 0 10px;
    width: 700px;
  }
  .tbl_wrap {
    overflow: auto;
  }
  #tbl_sche01 {
    font-size: 1.4rem;
  }
  #tbl_sche01 tbody tr td .ul_sche01 li {
    flex-flow: column;
  }
}

 /*modaal
=======================*/
.md_btn {
  color: #276aaf;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #276aaf;
  border-radius: 20px;
  /*background: #a4a7a7;*/
  position: relative;
  box-shadow: 2px 2px 0 0 rgba(5, 105, 172, 1);
}
.md_btn::before {
  position: absolute;
  content: "";
  background: url("../img/md_btn_arrow.png") no-repeat;
  width: 13px;
  height: 18px;
  top: calc(50% - 9px);
  right: 25px;
}
@media (min-width: 768px) {
  .md_btn:hover {
    background: #276aaf;
    color: #fff;
    transition: .2s;
    top: 3px;
  }
  .md_btn:hover::before {
    background: url("../img/md_btn_arrow_h.png") no-repeat;
  }
}
#tour_detail_01, #tour_detail_02, #tour_detail_03 {
  display: none;
}
/*.modaal-wrapper .modaal-close{
  -webkit-appearance: button;
}
.modaal-close:after, .modaal-close:before {
  -webkit-appearance: button;
}*/
/*モーダルの横幅を変更したい場合*/
.modaal-container{
  border-radius: 5px;
  max-width: 750px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.modaal-wrapper{
  top:80px;
  z-index: 99999;
}
.modaal-overlay{
  z-index: 9999;
}
.modaal-content-container {
    padding: 0;
}
h2.tour_list{
  background: #fa64a7;
  border-radius: 5px 5px 0 0 ;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
  padding: 5px;
}
.wrap_tour{
  padding: 0 30px 30px 30px;
  display: flex;
  flex-wrap: wrap;
	align-items: center;
}
.tour_txt{
  margin-left: 20px;
  width: 338px;
}
.wrap_tour img{
  border-radius: 5px;
  background: #909090;
  min-width: 320px;
}
.tour_tit{
  font-size: 2.8rem;
	line-height: 1.4;
}
.tour_info dt{
  font-size: 1.2rem;
  border-radius: 5px;
  background: #4794c8;
  padding: 3px 0 3px;
  color: #FFFFFF;
  clear: left;
  float: left;
  width: 85px;
  text-align: center;
}
.tour_info dd{
  margin: 3px 0 10px 90px;
  line-height: 26px;
}
.tour_price dt{
  margin-top: 9px;
  clear: left;
  float: left;
  width: 200px;
	font-size: 1.3rem;
}
.tour_price dd{
  color: #c91111;
  margin: 0 0 5px 200px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.coursearea_imgbox {
  position: relative;
 height: 270px
}
.coursearea_imgbox .area_course_flex_fig {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #ffffff;
    padding: 4px;
    /*font-weight: 400;*/
    border-radius: 0 0 5px 5px;
    font-size: 1.1rem;
    overflow-wrap: break-word;
    line-height: 1.1;
    text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
}
@media screen and (max-width: 767px){
  .btn_tour{
    margin: 18px auto 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .btn_tour a{
  display: block;
  padding: 11px 4px;
  }
  .modaal-wrapper{
    top: 80px;
    overflow-x:hidden;
  }
  .modaal-container{
  margin:0 auto; 
  width: 100%;
  }
  .modaal-inner-wrapper{
    padding: 0 20px 120px;
  }
  h2.tour_list{
  font-size: 1.9rem;
  border-radius: 5px 5px 0 0 ;
  margin-bottom: 15px;
  }
  .wrap_tour{
  padding: 0 15px 15px 15px;
  display: block;
  flex-wrap: nowrap;
  }
  .tour_txt{
  margin-left: 0;
  width: 100%;
  }
  .wrap_tour img{
  min-width: 100%;
  margin-bottom: 5px;
  }
  .tour_tit{
		margin-top: 15px;
		font-size: 2.4rem;
  }
  .tour_price dd{
  margin: 0 0 5px 140px;
  font-size: 2.4rem;
  }
  .tour_price dt{
  margin-top: 5px;
  clear: left;
  float: left;
  width: 175px; 
  }
  .bnrArea .redTxt {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .bnrArea .redTxt::after {
    bottom: -50px;
    margin: 0 auto 0;
    width: 315px;
    height: 35px;
    background: url(../img/sp/txtUnderLine_sp.png) no-repeat;
    background-size: contain;
  }
  .bnr_course{
    margin: 0 auto 20px;
    width: 90%;
    height: auto;
  }
  .bnr_course img{
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #025b76;
  }
  .box_price02{
    padding: 6px 10px;
    width: 85%;
  }
  .intr .sec_event01 .sec_event01__inner p{
      text-align: left;
    }
  .coursearea_imgbox {
    position: relative;
    height: auto;
  }
  .coursearea_imgbox .area_course_flex_fig {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 4px;
    border-radius: 0 0 5px 5px;
    font-size: 1.1rem;
    overflow-wrap: break-word;
    line-height: 1.1;
  }
  .modaal-wrapper .modaal-close{
    top: 68px;
    right: 7px;
  }
  .modaal-close:after, .modaal-close:before {
    background: #333;
  }
}
/*=====================*/



/*optional tour
=======================*/
.modaal-inner-wrapper {
	padding-top: 0;
}
.tour_txt .tour_introduction {
	margin: 10px 0;
	font-size: 1.5rem;
}
@media screen and (max-width:767.98px) {
	.tour_txt .tour_introduction {
		font-size: 1.4rem;
		letter-spacing: -.5px;
	}
}
/*=====================*/