@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/
/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

.containner{
	font-family:"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", Osaka,"Meiryo","メイリオ","MS Pゴシック",Arial, Helvetica, Verdana,sans-serif !important;
}

.inner{
	/* width: 963px; */
	width: 1024px;
	margin:0 auto;
}
img{
	max-width:100%;
	vertical-align: middle;
}
a{
	text-decoration: none !important;
	transition: all 0.3s;
}
a:hover{
	transition: all 0.3s;
	opacity:0.7;
}
.ferryContent {
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ferryContent * {
	color: #000;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.ferryContent .secFerryKeyv {
	overflow: hidden;
	background: url(/attending/kokunai/ferry/images/bg_keyv.png) no-repeat 50% 0;
	-moz-background-size: 100% 330px;
	-ms-background-size: 100% 330px;
	-webkit-background-size: 100% 330px;
	background-size: 100% 330px;
	padding-top: 27px;
  }
  .ferryContent .secFerryKeyv .keyvInr {
	width: 1024px;
	margin: 0 auto;
	position: relative;
  }
  .ferryContent .secFerryKeyv .keyvCt {
	position: absolute;
	top: -14px;
	left: 23px;
	width: 446px;
	text-align: center;
  }
  .ferryContent .secFerryKeyv .keyvCt .keyvTtl {
	background: none;
	padding: 0;
	margin: 0;
  }
  .ferryContent .secFerryKeyv .keyvCt .dest {
	margin-top: 11px;
	padding-right: 8px;
	color: #fff;
  }
  .ferryContent .secFerryKeyv .keyvCt .dest img {
	margin: 2px 4px 0 2px;
	vertical-align: top;
	width: 14px;
  }
  .ferryContent .secFerryKeyv .keyvCt .dest span {
	display: inline-block;
	padding: 5px 5px 4px;
	min-width: 176px;
	border: 4px double #fff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.25;
  }



.secFerryKey{
	background: url("/attending/kokunai/ferry/company/images/bg-before.png")  no-repeat 50% 0;
	background-size: 100% 330px;
	padding-top: 15px;
}

.smsList-share ul{
	display: flex;
	justify-content:center;
	position: relative;
	margin-top: -30px;
	text-align: center;
}

.smsList-share ul li a{
	border-radius: 50%;
	width: 46px;
	display: inline-block;
	background: #fff;

}

.smsList-share ul .icon-style a{
	background: #56b548;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid white;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	top: 12px;
	margin:0 7px;
	justify-content: center;
}

.smsList-share ul .icon-style a img{
	width: 30px;
	vertical-align: middle;
}

.desc-course{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin:22px 0;
}
.desc-course span{
	font-size: 12px;
	color: #000;
	display: block;
	font-weight: 400;
}


/*css content inndex*/
.content-pageindex{

}
.content-pageindex .menu-scroll{
	background: #1abecc;
	min-width: 963px;
	margin:0 auto 80px;
	transition: all 0.5s;
}

.content-pageindex .menu-scroll .listMenu-scroll{
	display: flex;
	padding:10px 0;
}

.content-pageindex .menu-scroll .listMenu-scroll li{
	text-align: center;
	width:calc(100%/7);
	border-right: 1px dashed #fff;
}
.content-pageindex .menu-scroll .listMenu-scroll li:last-child{
	border-right: 0px;
}
.content-pageindex .menu-scroll .listMenu-scroll li a{
	color: #fff;
	font-size:16px;
	font-weight:bold;
	display: block;
	padding-bottom: 10px;
	position: relative;
}
.content-pageindex .menu-scroll .listMenu-scroll li a:before{
	content: '';
	position: absolute;
	width: 6px;
	height:6px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	left:50%;
	bottom:0;
	transform: translateX(-50%) rotate(135deg);
}

.content-pageindex .box-content {
	background: #e8f8fa;
	padding-bottom:140px;
	min-width: 963px;
}

.content-pageindex .box-content .box-flex{
	display: flex;
	margin:0 auto;
}

.content-pageindex .box-content .box-r{
	width:400px;
	margin-left:20px;
	position: relative;
	margin-top:-20px;
}

.content-pageindex .box-content .box-l{
	width: calc(100% - 420px);
}

.content-pageindex .box-content .box-l .sea-area{
	font-size: 14px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 0px 17px;
	font-weight: bold;
	height: 25px;
	line-height: 28px;
	margin-top:-10px;
	margin-bottom:18px;
	background: #fff;
}

.content-pageindex .box-content .box-l .ttl-Com01{
	font-size:28px;
	color: #000;
	font-weight:bold;
	margin-bottom: 10px;
	letter-spacing:2px;
}
.content-pageindex .box-content .box-l .ttl-Com01 span{
	color: #1abecc;
	display: block;
	font-size:13.5px;
	margin-top:7px;
	padding-left:23px;
	position: relative;
	letter-spacing:0px;
}
.content-pageindex .box-content .box-l .ttl-Com01 span:before{
	content: '';
	background: url("/attending/kokunai/ferry/company/images/icons/icn_ship.png") no-repeat;
	background-size: contain;
	width:22px;
	height:12px;
	left:0;
	position: absolute;
	top: 2px;
}

.content-pageindex .box-content .box-l .txt-Com01{
	font-size:14px;
	color: #000;
	line-height:1.8;
	margin-bottom:15px;
}

.content-pageindex .box-content .box-l .list-link{
	display: flex;
}

.content-pageindex .box-content .box-l .list-link li{
	margin-right:10px;
	display: flex;
}
.content-pageindex .box-content .box-l .list-link li:last-child{
	margin-right:0px;
}

.content-pageindex .box-content .box-l .list-link li a{
	background: #1abecc;
	font-size:14px;
	color: #ffffff;
	height:40px;
	line-height:40px;
	font-weight:bold;
	padding: 0 65px 0 18px;
	position: relative;
}
.content-pageindex .box-content .box-l .list-link li:last-child a{
	padding: 0 75px 0 18px;
}

.content-pageindex .box-content .box-l .list-link li a:before{
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	right:12px;
	top:50%;
	transform: translateY(-50%) rotate(45deg);
}

.content-pageindex .list-item-ship{
	margin-top:-80px;
	position: relative;
	margin-bottom:40px;
}
.content-pageindex .box-item-ship{
	border-radius: 15px;
	background: #fff;
	position: relative;
	padding: 24px 20px 20px 20px;
	margin-bottom:40px;
	box-shadow: 0px 1px 4px 1px rgba(000,000,000,0.3);
	min-height: 323px;
}
.content-pageindex .box-item-ship:last-child{
	margin-bottom:0;
}
.content-pageindex .box-item-ship .ship-name{
	position: absolute;
	background: #1abecc;
	width:60px;
	left:-10px;
	top:10px;
	text-align: center;
	display: block;
	height:45px;
	padding-top: 5px;
	box-sizing: border-box;
}
.content-pageindex .box-item-ship .ship-name:before{
	content: '';
	border: 7px solid transparent;
	border-left: 6px solid #24a1ac;
	position: absolute;
	bottom: -7px;
	left: 3px;
	transform: rotate(-45deg);
}
.content-pageindex .box-item-ship .ship-name:after{
	content: '';
	border: 22px solid transparent;
	border-right: 8px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.content-pageindex .box-item-ship .ship-name img{
	display: inline-block;
}
.content-pageindex .box-item-ship .ship-name span{
	display: block;
	color: #fff;
	font-size:10.5px;
}
.content-pageindex .box-item-ship .ttl-azurea{
	color: #1abecc;
	font-weight:bold;
	padding-left:45px;
	font-size:23px;
	margin-bottom:25px;
}
.content-pageindex .box-item-ship .content-ship{
	display: flex;
}

.content-pageindex .box-item-ship .content-ship .ship-img{
	width:340px;
	margin-right:20px;
}
.content-pageindex .box-item-ship .content-ship .ship-text{
	width: calc(100% - 360px);
}
table.ship-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.ship-table th,
table.ship-table td{
	min-height: 30px;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	line-height:1.4;
	color: #000;
}
table.ship-table th{
	background: #f0f8fc;
}
table.ship-table td{
	background: #fff;
}
table.ship-table td:first-child{
	text-align: left;
}
.content-pageindex .box-item-ship .content-ship .ttl-map{
	width: calc(100% - 360px);
	color: #1abecc .table;
	width: 560px;
	font-size:16px;
	margin-bottom:5px;
}
.content-pageindex .box-item-ship .content-ship .ttl-map img{
	margin-right:4px;
}
.content-pageindex .box-item-ship .content-ship .ttl-data{
	font-size:16px;
	color: #000;
	margin-bottom:5px;
}
.content-pageindex .box-item-ship .content-ship .ttl-data img{
	margin-right:4px;
}
.content-pageindex .box-item-ship .content-ship p{
	color: #000;
	font-size: 14px;
	margin-bottom: 12px;
	min-height: 103px;
}
.content-pageindex .box-item-ship .content-ship p .caution{
	font-size: 12px;
	margin:5px auto 12px;
	display: block;
}
.content-pageindex .box-item-ship .content-ship p.note{
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
	min-height: initial;
	text-indent: -1em;
    padding-left: 1em;
}
.btn-Ferry{
	text-align: center;
}
.btn-Ferry a{
	display: inline-block;
	margin: 0 auto;
	padding: 20px 10px 16px;
	width: 442px;
	background: #1abecc;
	color: #fff;
	border-radius: 4px;
	border-bottom: 4px solid #1da6b1;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: center;
}
.btn-Ferry a span{
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-right:20px;
}

.btn-Ferry a span:before{
	content: '';
	position: absolute;
	width: 5px;
	height:5px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	right:0;
	top:50%;
	transform: translateY(-50%) rotate(45deg);
}

.sec-content{
	margin-bottom:80px;
}

.bg-Bottom{
	background: #e9f7fb;
	padding:40px 0;
}

.btn-style01{
	width:530px;
	background: #ffffff;
	height: 80px;
	font-size: 14px;
	border: 1px solid #47c6d3;
	border-radius: 5px;
	margin:0 auto;
	display: flex;
	font-weight:bold;
	color: #1abecc;
	align-items: center;
	border-bottom: 3px solid #85c3c7;
	justify-content: center;
}
.btn-style01 span{
	position: relative;
	padding-right:20px;
	color: #1abecc;
	font-size:14px;
}
.btn-style01 span:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-right: 2px solid #47c6d3;
	border-top: 2px solid #47c6d3;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.btn-style01:hover{
	color: #1abecc;
}
.btn-text{
	text-align: center;
	padding:40px 0 50px;
	background: #e9f7fb;
}
.btn-style02{
	background: #17bccb;
	font-size: 14px;
	display: inline-block;
	font-weight:bold;
	color: #fff;
	text-align: center;
	width:900px;
	border-radius: 25px;
	padding: 20px 10px 16px;
	border-bottom: 3px solid #85c3c7;
	position: relative;
}
.btn-style02 img{
	width:15px;
	right: 20px;
	top: calc(50% - 15px / 2);
    position: absolute;
}
.btn-style02:visited {
	color: #fff;
	text-decoration: none;
}
.btn-style02:hover{
	color: #fff;
}

.min-h55{
	min-height:55px !important;
}

.min-h88{
	min-height: 88px !important;
}
.min-h60{
	min-height: 60px !important;
}
.min-h78{
	min-height: 78px !important;
}
.min-h94{
	min-height: 94px !important;
}
.min-h85{
	min-height: 85px !important;
}
.mb0{
	margin-bottom:0 !important;
	min-height: unset !important;
}

.before-popup{
	position: relative;
}
.before-popup:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:9;
	display: none;
	background: rgba(000,000,000,0.6);
}

.show-before {
	position: relative;
}

.show-before .fiexd {
	z-index: 1;
}

.show-before::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 20;
}

.before-popup.none-before:before{
	display: none;
}
.popup-modul{
	position: fixed;
	width:600px;
	top:50%;
	left:50%;
	z-index:22;
	transform: translate(-50%,-50%);
}
.content-popup{
	display: none;
}
.content-popup.show{
	display: block;
}
.popup-modul .close{
	position: absolute;
	right: -20px;
	cursor: pointer;
	top: -15px;
	z-index:10;
}
.popup-modul .close img{
	width:40px;
}

.fiexd{
	position: fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.mt-top{
	margin-top: 170px;
}

.mb90{
	margin-bottom:90px !important;
}
.mb105{
	margin-bottom:105px !important;
}
.swiper-container {
    margin-left: 0 !important;
    margin-right: auto !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    width: 340px !important;
    padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1abecc !important;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100% ;
    height: 255px;
    position: relative;
}

/*画像の角丸*/
.b-radius {
    border-radius: 6px;
}


