@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*////////////// cruise/IndexCSS Document //////////////*/
.contents {
  font-size: 16px;
  line-height: 1.6;
}
/*バナー*/
#BriefingBanner {}
#BriefingBanner img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0px 0 30px 0;
  padding: 0 2%;
  text-align: center;
  vertical-align: bottom;
}
/* タイトル
------------------------------*/
.contents h1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-image: url("/cruise/ship/chubu/sp/img/UnderLine.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "A-OTF リュウミン Pro B-KL";
  font-size: 1.2em;
  color: #0A2E58;
}
/* お知らせ
------------------------------*/
#newsInner {
  padding: 0 2%;
  margin: 0 auto;
}
/*#newsInner h2{ font-weight: bold; font-size: 100%;}*/
#newsInner h2 {
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  background-image: url(../img/UnderLine.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "A-OTF リュウミン Pro B-KL";
  font-size: 22px;
  color: #0A2E58;
}
.newsList__tag{
	background-color: #ffc081;
}
.newsList__tag.setsumei {
  color: #fff;
  background: #e94c55;
}
.newsList__tag.news {
  color: #fff;
  background: #47c40c;
}
.newsList__tag.tour {
  color: #fff;
  background: #2488ff;
}
.newsList__tag.campaign {
  color: yellow;
  background: #e94c55
}
.news_box {
  margin: 10px 0;
  font-size: 12px;
}
.news_box dl {
  width: 100%;
  margin-bottom: 15px;
}
.news_box dt {
  color: #0A2F58;
  font-weight: bold;
  background-color: #EEEEEE;
  padding: 1px 5px;
  margin-bottom: 5px;
}
.news_box dd {
  margin: 1em 0;
  padding: .1rem .8rem .2rem .1rem;
  position: relative;
}
.news_box dd a::before {
  font-family: FontAwesome;
  content: '\f138';
  color: #27589b;
  font-weight: 900;
  right: 2%;
  top: 45%;
  position: absolute;
}
.news_box dd a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.news_box dd a:hover {
  color: #999;
  text-decoration: underline;
}
/* クルーズ紹介
------------------------------*/
#introduction_Area {
  width: 100%;
  /*background-image: url("../img/back_wave.png");
	background-size: 100% 100%;*/
  /*background-size: cover;*/
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  padding: 80px 0;
  margin: 40px 0 0;
}
#introduction_Area:before {
  content: '';
  display: block;
  height: 80px;
  width: 100%;
  background: url(../img/wave_up.png);
    background-size: cover;
  position: absolute;
  top: 0;
}
#introduction_Area:after {
  content: '';
  display: block;
  height: 80px;
  width: 100%;
  background: url(../img/wave_down.png);
  background-position-y: bottom;
    background-size: cover;
  position: absolute;
  bottom: 0;
}
#introduction_Area a {
  text-decoration: none;
}
.tx_center {
  text-align: center;
  padding-top: 10px
}
.introduction_Inner {
  width: 100%;
  padding: 0 2% 10%;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1.3px;
}
.introduction_Inner.dome_in {
  background: #a4eeff;
}
.introduction_Inner h3,#pf h3 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 1.6em;
  font-weight: bold;
}
.introduction_Inner h3:before, .introduction_Inner h3:after, #pf h3:before, #pf h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: black;
}
.introduction_Inner h3:before, #pf h3:before {
  left: 0;
}
.introduction_Inner h3:after, #pf h3:after {
  right: 0;
}
.introduction_Inner h3#int, #pf h3 {
  margin-bottom: 20px;
}
/*客船クラス*/
.ship_navi{
	display: flex;
	border:1px solid navy;
    flex-wrap: wrap;
	margin:5px 0 10px;
	padding: 5px;
	ustify-content:space-between; 
	gap:5px;
}
.ship_navi li {
	background: #FFF;
	min-width: 40%;
	max-width: 60%;
}
.ship_navi li a{
	padding: 5px;
	padding-right:20px;
	display: block;
	position: relative;
}
.ship_navi li a:after{
	content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}

div.class_ship {
  font-family: 'Noto Serif JP', serif;
  position: relative;
}
.class_ship h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 5px;
}
.class_ship p {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 10px;
}
.class_ship p span {
  display: block;
  font-size: 1.2em;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  line-height: 1.4em;
}
div.class_ship:after {
  display: block;
  color: #FFF;
  font-size: 3.4rem;
  text-align: center;
}
div.class_Casual:after {
  content: 'CasualClass';
}
div.class_Premium:after {
  content: 'PremiumClass';
}
div.class_Luxury::after{
    content:'LuxuryClass';
}
#introduction_Area h4.shipName {
  text-align: center;
  color: #003366;
  font-size: 26px;
  margin: 0 -10px;
}
#introduction_Area .info_box {
  padding: 2em;
  background: #FFF;
  margin-top: -18px;
}
#introduction_Area .info_box .info_box_inner a {
  color: blue;
}
.info_box_inner p{
    font-size:1.2em;
}
/*国内発着商品
--------------------*/
.item-box {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.2s ease;
  position: relative;
  border: solid 1px #ccc;
  background-color: #FFF;
  overflow: hidden;
}
.item-box h3 img {
  vertical-align: bottom;
}
.item-box-left {
  padding: 10px;
}
.item-box-right {
  background-color: #FFF;
  padding: 10px 10px 0;
}
.item-box-icon {}
.item-box-icon span {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 5px;
}
.item-box-icon span.line {
  background: #06c755;
  color: #FFF;
}
.item-box-ttl {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 2px 0 5px 2px;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #363466;
  text-decoration: none;
  color: #363466;
  position: relative;
}
.item-box-ttl:hover {
  border-bottom: 1px solid #FFF;
}
.item-box-ttl a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #363466;
  word-wrap: break-word;
  font-size: 20px;
}
.item-box-ttl a span {
  font-size: 14px;
  display: block;
}
.item-box-ttl a:hover {
  text-decoration: none;
  color: #363466;
}
.item-box-info li {
  text-align: right;
}
.item-box-price {
  color: #F01C1C;
  font-weight: bold;
  font-size: 20px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.item-box-nenyu {
  color: red;
  font-size: 14px;
}
.item-box-dep {
  font-size: 12px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.all-in {
  display: block;
  background: blueviolet;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
}
.item-point-ttl {
  clear: both;
  height: 30px;
  display: inline-block;
  position: relative;
}
.item-point-ttl-icon {
  position: absolute;
  top: 0;
  left: 5px;
}
.item-point-ttl-icon img {
  width: 22px;
}
.item-point-inner {
  background-color: #ff5780;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 5px 34px;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.item-box-point {
  padding: 10px 10px 0;
  background-color: #ffeef1;
  margin-left: 1px;
  /*box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;*/
}
.item-box-point li {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  padding-left: 20px;
  background-image: url(/cmn/icon/icon_field_entered.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  line-height: 1.3;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px dotted #FF7791;
  padding-bottom: 3px;
}
.item-box-point li:empty {
  display: none;
}
.item-box-point li:last-child {
  /*background: url(../img/bg/bg_main.jpg)*/
  border-bottom: none;
}
.item-box-btn {
  margin: 15px auto 0;
  box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  text-align: center;
  width: 80%;
  font-size: 14px;
}
.item-box-btn a {
  display: block;
  padding: 6px;
  text-decoration: none;
  background-color: #777;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 16px;
}
.item-box-btn a:hover {
  background: #555;
  color: #FFF;
}
/*gallery*/
ul.gallery {
  padding: 0;
  margin: -10px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 20px);
  position: relative;
}
.gallery {
  width: 100%;
}
.gallery li img {
  width: 100%;
  height: auto;
}
.slick-track {
  margin-bottom: 6px;
}
.gridCarousel__dots {
  padding-bottom: 0px;
}
.item-subbox a {
  display: block;
	margin-top:-2px;
  border: solid #ccc;
  border-width: 1px 2px 2px;
  font-weight: normal;
  padding: 5px 20px 5px 10px;
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #FFF;
  background-size: 30px;
  background-position-y: center;
  background-position-x: calc(100% + 5px);
}
.item-subbox .price {
  color: #F01C1C;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.item-subbox .ttl p {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: bold;
}
.item-subbox .ttl span {
  display: block;
  line-height: 1.2em;
}

/*miniver*/
.item-box2 a {
  display: block;
  font-weight: normal;
  padding: 15px 10px;
  border: solid #ccc;
  border-width: 2px;
  align-items: center;
  margin-top: 14px;
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffff;
  background-size: 30px;
  background-position-y: center;
  background-position-x: calc(100% + 5px);
}
.item-box2 .item-box-{
	width: 100%;
}
.item-box2 .item-box-ttl {
	width: 96%;
	font-size: 18px;
	border-bottom: none;
}
.item-box2 .item-box-ttl span{
	display: block;
}
.item-box2 .item-box-info{
}
.item-box2 .item-box-info li{
	
}
.item-box2 .item-box-dep{
	text-align: left;
	font-size:14px;
}
.item-box2 .item-box-price{
	text-align: center;
	font-size:16px;
}

/*
-----------------*/
.cruise_box {
  width: calc(100% - 3em);
  text-align: center;
  margin: 12px auto;
  box-shadow: 1px 2px 3px rgba(0, 60, 79, 0.3);
  vertical-align: top;
}
.cruise_tt {
  background: #BF0000;
  color: #FFF;
  padding: 5px;
  font-size: 1.3em;
}
.impresso .cruise_tt {
  background: #0057B8;
}
.imgBox {
  position: relative;
}
.imgBox img {
  display: block;
}
.imgBox span {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 3px 5px;
  background: #FFF;
  color: blueviolet;
  border-radius: 0 6px 6px 0;
}
.cruise_box img {
  width: 100%;
}
.cruise_box:hover {
  opacity: 0.8;
}
#introduction_Area img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.cruise_details {
  margin: 0;
  color: #282828;
  background-color: #fff;
}
.cruise_details p {
  margin: 0 auto;
  padding: 5px 0 3px 0;
}
.cruise_details span {
  font-size: 11px;
}
.cruise_details .ttl {
  font-size: 1.3em;
}
.under_line {
  width: 100%;
  border-bottom: solid 1px #CCCCCC;
  margin: 0 auto;
  font-size: 90%;
}
.cruise_btn {
  width: 100%;
  background-color: #888;
  color: #fff;
  line-height: 35px;
}
/* ===============================================
 all（基本事項/index全共通）　
=============================================== */
#cruise {
  background-image: url("/cruise/ship/chubu/img/bg_01.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100px;
}
/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */
#mainArea.indexContsTop .pickupArea {
  margin: 5% 3.1%;
}
#slideArea {}
/* ===============================================
 topicsArea（トピックス部分）　
=============================================== */
#topicsArea {
  margin: 7% 3.1% 8%;
  padding: 2%;
  background-color: #FFF;
  border: 1px solid #B7AB38;
}
#topicsArea .topicsList {
  margin-top: 2%;
}
#topicsArea .topicsList li {}
#topicsArea .topicsList li + li {
  margin-top: .5em;
}
#topicsArea .topicsList li a {
  color: #AE6409;
  text-decoration: underline;
}
#topicsArea .topicsList li a:before {
  content: "\0025b6";
  padding-right: 2px;
  color: #2C2812;
  display: inline-block;
}
/* ===============================================
 cabinList（客船リスト部分）　
=============================================== */
.cabinList {}
.cabinList > li {}
.cabinList > li + li {
  margin-top: 15%;
}
.cabinList > li .descArea {
  margin-top: 2%;
}
/* ===============================================
 infoArea（客船情報部分）　
=============================================== */
.infoArea {
  margin: 5% 3.1% 10%;
  padding: 2px;
  font-size: 1.1rem;
  background-color: rgba(153, 188, 236, 0.24);
}
.infoArea .infoBox {
  padding: 5px;
  border: 1px solid #FFF;
}
/* titleArea.image（タイトル部分/画像見出し）------------------*/
.infoArea .titleArea.image {
  width: auto;
  margin: 1% 16%;
}
/* titleArea.subheading（タイトル部分/小見出し）------------------*/
.infoArea .titleArea.subheading {}
.infoArea .titleArea.subheading .titleText {
  font-size: 1.1rem;
  color: #00285F;
}
/* infoList（リスト部分）------------------*/
.infoArea .infoList {
  text-align: center;
  letter-spacing: -.40em;
}
.infoArea .infoList dt {
  letter-spacing: normal;
  display: inline-block;
}
.infoArea .infoList dt:after {
  content: ":";
  padding: 0 2px 0 0;
  color: #00285F;
}
.infoArea .infoList dd {
  letter-spacing: normal;
  display: inline-block;
}
.infoArea .infoList dd + dt {
  margin-left: 7px;
}
/* ===============================================
 digitalbrochureArea（デジパン表示部分）　
=============================================== */
#digitalbrochureArea {
  margin: 10% 0;
}
#digitalbrochureArea ul {
  padding: 0 5px;
  border: 1px solid #E2DDBB;
}
#digitalbrochureArea ul li {
  padding: 10px 0;
  position: relative;
}
#digitalbrochureArea ul li + li {
  border-top: 1px solid #E2DDBB;
}
#digitalbrochureArea ul li a {
  color: inherit;
}
#digitalbrochureArea ul dl {
  min-height: 70px;
  position: relative;
  padding: 0 20px 0 60px;
  background-image: url("../img/box_gray001.png");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 15px 13px;
}
#digitalbrochureArea ul dl dt {}
#digitalbrochureArea ul dl .text {
  color: #2727EE;
  text-decoration: underline;
}
#digitalbrochureArea ul dl .notes {
  font-size: 1.1rem;
}
#digitalbrochureArea ul dl .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
#digitalbrochureArea ul dl .thumb img {
  width: 50px;
}
/* ===============================================
コース紹介
=============================================== */
.courseTtl_h2 {
  font-size: 14px;
  color: #522C18;
  font-weight: bold;
  margin-bottom: 1%;
}
.courseTtl {
  color: #522C18;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4em;
  margin-bottom: 2%;
  position: relative;
}
.courseTtl p.dept {
  color: #FFFFFF;
  background: #522C18;
  text-align: center;
  padding: 1% 0;
  font-weight: normal;
}
.courseTtl p.course {
  background: #FFFFFF;
  border: solid 1px #522C18;
  padding: 10px 20px 10px 10px;
  font-size: 1.2rem;
}
.courseTtl a {
  color: #003F97;
  text-decoration: none;
}
.courseTtl a:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75); /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
}
.box-label {
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  right: 0;
  top: 50%;
  background-image: url(../img/arrow_right_gray001.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 12px;
}
/* ===============================================
コース紹介
=============================================== */
.courseTtl1_h2 {
  font-size: 14px;
  color: #0033cc;
  font-weight: bold;
  margin-bottom: 1%;
}
.courseTtl1 {
  color: #0033cc;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4em;
  margin-bottom: 2%;
  position: relative;
}
.courseTtl1 p.dept {
  color: #FFFFFF;
  background: #0033cc;
  text-align: center;
  padding: 1% 0;
  font-weight: normal;
}
.courseTtl1 p.course {
  background: #FFFFFF;
  border: solid 1px #0033cc;
  padding: 10px 20px 10px 10px;
  font-size: 1.2rem;
}
.courseTtl1 a {
  color: #003F97;
  text-decoration: none;
}
.courseTtl1 a:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75); /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
}
.box-label {
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  right: 0;
  top: 50%;
  background-image: url(../img/arrow_right_gray001.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 12px;
}
/* ボタン*/
.course_bn {
  font-size: 13.5px;
}
.course_bn a {
  background: #2D7CC4;
  text-decoration: none;
  color: #fff;
  width: 95%;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 8px;
  margin: 15px auto;
  background-image: url(../../img/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 11px 23px;
}
.course span {
  display: block;
}
/* ムービー */
.videoArea {
  color: #009933;
  text-align: center;
  padding: 20px auto;
  margin: 10px auto;
  background: #FAFAEF;
}
.videoArea iframe {
  width: 95%;
  height: auto;
}
/*新ヘッダー対策*/
.cruise_box p {
  font-weight: bold !important;
}
/* #main
-------------------------------------------------------- */
#navArea {
  line-height: 1.4;
  font-size: 12px;
  background-color: #f6f3ec;
}
/* #main .descText{
	font-size: 15px;
} */
#navArea img {
  max-width: 100%;
  height: auto;
}
.inner {
  width: 100%;
  margin: 0 auto;
}
/*----- ナビエリア -----*/
#navArea {
  text-align: center;
  position: relative;
}
#navArea p {
  background-color: #213645 /*#0057B8*/ ;
}
#navArea p img {
  width: 95px;
  height: auto;
}
#navArea p {
  padding: 12px;
  vertical-align: middle;
}
.menuBtn {
  width: 24px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 15px;
}
.navlist {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  width: 40%;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}
.navlist a {
  display: block;
  padding: 10px 7px 12px;
  border-bottom: 1px solid #213645;
}
.navlist li:last-child a {
  border-bottom: none;
}
.navlist a:hover {
  background-color: #eee0e7;
}
.navlist img {
  height: 12px !important;
  width: auto;
}

.navlist2{
	background: navy;
    display: flex;
    gap: 7px;
    flex-flow: column;
    padding: 7px;
}
.navlist2 li{
	width:100%;
	background: #FFF;
}
.navlist2 li a{
	display: block;
	padding: 5px;
	position: relative;
}
.navlist2 li a:after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
}
/*----- メインビジュアル -----*/
#mainImg {
  width: 100%;
  height: 220px;
  position: relative;
  padding: 10px 0;
}
#mainImg img {
  max-height: 200px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
/*----- スライドバナー -----*/
#sbnrArea {
  margin: 0 auto 0;
  text-align: center;
  overflow: hidden;
  /*    background: #f6f3ec;*/
  padding: 18px 0 0;
}
#sbnrArea .bx-wrapper {
  margin: 0 15px 45px;
}
.sbnrList a:hover {
  opacity: 0.7;
}
#sbnrArea .sbnrList {
  display: flex;
}
#sbnrArea .sbnrList li {
  padding: 0 5px;
  box-sizing: border-box;
}
#sbnrArea img {
  max-width: 100%;
}
/** bxslider
----------------------------------------------------------*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*  margin: 0 50px 30px 10px;*/
  box-sizing: border-box;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  /*height: auto !important;*/
  overflow: visible !important;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada !important;
  box-shadow: none !important;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9ad9e8 !important;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper div {
  position: static;
}
.bx-wrapper .bx-prev {
  left: -35px;
  background: url('/cruise/ship/chubu/img/index_carousel_buttonL.png') no-repeat 0 0;
  background-position: 0 0;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -35px;
  background: url('/cruise/ship/chubu/img/index_carousel_buttonR.png') no-repeat 0 0;
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 9999;
  transform: translate(0, -50%)
}
.bx-wrapper .bx-controls-direction a.disabled {
  /*display: none;*/
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.go-to-top a img {
  width: 65px;
  height: auto;
}
/*----- その他発着地 -----*/
#area_nav {
  background-color: #fff;
}
#area_nav h3 {
  background-color: #213645;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0 10px 5px;
}
#area_nav h3:before {
  content: "";
  display: inline-block;
  background: url("../sp/img/footer_navi_ttl_ico01.png") no-repeat 0 center;
  background-size: 25px;
  width: 25px;
  height: 16px;
  margin: 0 10px 0 5px;
}
.terminal {
  display: flex;
  font-size: 15px;
  flex-wrap: wrap;
}
.terminal li {
  width: 50%;
}
.terminal li a {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #333;
  padding: 10px;
}
.terminal li a:hover {
  opacity: 0.7;
}
/*----- クルーズの魅力エリア -----*/
#pointArea {
  background-color: #f6f3ec;
}
#pointArea .inner {
  padding: 10px;
  margin: 0 auto;
}
#pointArea .ttl {
  text-align: center;
  padding: 35px 0 30px;
}
.pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.pointList li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding-left: 5px;
}
.caption_img {
  padding-bottom: 40px;
  text-align: right;
}
.tour_title {
  display: flex;
}
.tour_title .point {
  font-size: 24px;
  color: #fff;
  background: url("../img/index_only_ttl_bg.png") no-repeat 0 0;
  width: 48px;
  height: 65px;
  margin: -5px 0 0 10px;
  padding: 20px 0 0 14px;
}
.tour_title h4 {
  width: 310px;
  font-size: 14px;
  font-weight: bold;
  color: #213645;
  margin: 12px 10px 0 0;
  padding-bottom: 16px;
}
.tour_title h4 span {
  font-size: 12px;
}
.tour_title .label {
  margin-top: 15px;
}
.tour_title .label p {
  /*margin-bottom: 3px;*/
}
.pointList .img {
  float: left;
  width: 40%;
  height: auto;
}
.pointList .textBox .label p {
  display: inline-block;
  padding: 2px;
}
.pointList .textBox .label img {
  width: 65px;
}
.pointList .textBox {
  width: 60%;
  float: left;
  padding: 0 5px;
}
.pointList .text {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 12px;
  padding: 2px;
}
.pointList .text a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #434343;
  border-radius: 3px;
  padding: 3px 10px;
}
.pointList .text a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #070707;
  border-right: 1px solid #070707;
  transform: rotate(-45deg);
  margin-right: 10px;
  vertical-align: middle;
}
.pointList .text a:hover {
  opacity: 0.7;
}
/*デジパン*/
#pf{
	background: aliceblue;
}
#degiPfInner{
	margin:0 auto;
	text-align: center;
	padding: 30px 0;
}

#degiPfInner li {
    /* display: flex; */
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    line-height: 25px;
    text-align: center;
    border: #AAAAAA solid 1px;
	background: #FFF;
}

.degiPf_notes {
    /* display: inline-block; */
    background-color: #356b41;
    color: #fff;
    padding: 8px 50px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 19px;
    width: 90%;
    margin: 0 auto;
}

.degiPf_dep {
    font-size: 13px;
    /* padding-bottom: 10px; */
    padding: 10px 0;
    width: 74%;
    margin: 0 auto;
    line-height: 1.4em;
}

.degiPf_link {
  width: 70%;
  border: #AAAAAA solid 1px;
  border-radius: 6px;
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
  background-size: 30px;
  background-position-y: center;
  background-position-x: 100%;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  margin: 0 auto;
  background-color: #fff9e4;
}
/*スライダー*/
#mainBanner {
    width: 100%; 
}
#mainBanner {
  background: var(--default-bg-mainBanner);
  padding: min((30vw / 7.5), 50px) 0;
}
.top-banner .slick-list img{max-width: 100%;}
.top-banner .slick-list {
  position: relative;
}
.top-banner .slick-track {
  display: flex;
  justify-content: center;
}
.top-banner .slick-list:only-child .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}
.top-banner .slick-slide {
  float: none;
  height: auto;
}
.top-banner .slick-slide > div:not([class]) {
  line-height: 0;
}
.top-banner__item {
  width: min((660vw / 7.5), calc((992px / 2) - 20px)) !important;
  margin: 0 min((10vw / 7.5), 10px);
}
.top-banner__list {
  position: relative;
}
.top-banner__list:not([class*="slick"]) {
  display: flex;
  justify-content: center;
}

.top-banner__button {
  position: absolute;
  top: 0;
  bottom: 25px;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--banner-button-color, rgba(0, 0, 0, .35)) var(--default-icon-right-white);
  background-position: 2px center;
  z-index: 1;
  cursor: pointer;
}
.is-device-pc .top-banner__button:hover {
  --banner-button-color: rgba(1, 141, 172, .5);
}
.top-banner__button.is-button-prev {
  left: -19px;
  transform: rotate(-180deg);
}
.top-banner__button.is-button-next {
  right: -19px;
}
.top-banner__dots {
  display: flex;
  justify-content: center;
  margin-top: min((20vw / 7.5), 13px);
}
.is-size-pc .top-banner__dots button {
  --banner-dots-color: #e5e5e5;
  --banner-dots-active-color: #85d3e0;
}
.top-banner__dots button {
  background: var(--banner-dots-color, #888);
  outline: 0;
  border: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  margin: 0 4px;
}
.top-banner__dots .slick-active button {
  background: var(--banner-dots-active-color, #018baa);
}