@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* #container
-------------------------------------------------------- */
#container {
  color: #2C2710;
  background: url("../img/bg_01.jpg") repeat;
  overflow: hidden;
}
#container div:after {
  content: "";
  display: block;
  clear: both;
}
.contents {
  background: #fff;
  color: #333;
  font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  position: relative;
  margin: 0px auto;
  width: 100%;
  z-index: 1;
}
/* --------------------------------------------------------
  共通部分css
-------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container .clearfix {
  display: inline-table;
}
#container #navArea .clearfix {
  display: block;
}
iframe[name="google_conversion_frame"] {
  height: 0;
}
/* #breadcrumb
-------------------------------------------------------- */
#breadcrumb {
  color: #004096;
}
/*----- ナビエリア -----*/
/* #navArea
-------------------------------------------------------- */
#navArea {
  /*margin:6px 0 0;*/
  margin: 6px 0 9px;
}
#navArea ul {
  /*	width:960px;
	margin:0 auto;*/
}
#navArea li {
  float: left;
}
#navArea li.explanation {
  /*margin: 8px 0 0 30px;*/
  margin-top: 8px; /* new */
  float: right; /* new */
}
#navArea {
  border-top: 2px solid #213645;
  margin-top: 5px;
}
.navlist {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.navlist li {
  width: 190px;
  margin-top: 5px;
}
.navlist li a {
  display: block;
  border-right: 1px dotted #000000;
  padding: 7px 0;
}
.navlist li:first-child a {
  border: none;
  padding: 0;
}
.navlist li:nth-child(2) a {
  border-left: 1px dotted #000000;
}
.navlist li a:hover, .navlist li a.current {
  background-color: #f7f0f4;
  opacity: 1.0;
}
.navlist li:first-child a:hover {
  background-color: #fff;
}
/*----- メインビジュアル -----*/
#mainImg {
  width: 100%;
  height: 400px;
  position: relative;
}
#mainImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
/* お知らせ
------------------------------*/
.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
}
#newsInner {
  width: 960px;
    max-width: 100%;
  margin: 0 auto;
}
.news_box {
  padding: 5px;
  margin: 20px 0;
  font-size: 14px;
}
.news_box dl {
  width: 100%;
  margin-bottom: 10px;
}
.news_box dt {
  display: block;
  text-align: center;
  width: 20%;
  color: #0A2F58;
  font-weight: bold;
  background-color: #EEEEEE;
  float: left;
  line-height: 25px;
}
.news_box dd {
  position: relative;
  display: block;
  margin-bottom: .5em;
  padding: 1px 0px 1px 10px;
  width: 80%;
  line-height: 25px;
  float: left;
}
.news_box dd a {
  color: #000000;
  text-decoration: none;
}
.news_box dd a:hover {
  color: #999;
  text-decoration: underline;
}
/* タイトル
------------------------------*/
#contents h2 {
  font-weight: bold;
  padding: 23px 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: 30px;
  color: #0A2E58;
}
/* クルーズ紹介
------------------------------*/
#introduction_Area {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  line-height: calc(20 / 14);
  width: 100%;
  /*	display: flex; */
  align-items: center;
  position: relative;
  padding: 0;
  z-index: 10;
    background: #a4eeff;
}
#introduction_Area:before{
    content: ".";
  display: block;
  height: 100px;
  clear: both;
   background-image: url("../img/wave_pc_up.png");
    background-repeat: repeat-x;
}
#introduction_Area:after{
    content: ".";
  display: block;
  height: 150px;
  clear: both;
   background-image: url("../img/wave_pc_down.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
#introduction_Area2 {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  line-height: calc(20 / 14);
  width: 100%;
  align-items: center;
  position: relative;
}
#introduction_Area a {
  text-decoration: none;
}
.introduction_Inner {
  width: 960px;
    max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.3px;
  /*	display: flex;  */
  justify-content: center;
  padding-bottom: 50px;
}
/*prodct.shtml
-----------------*/
.tx_center {
  text-align: center;
  padding-top: 10px
}
.introduction_Inner h3, #pf h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  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: 45px;
  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: 50px;
}

div.class_ship{
    font-family: 'Noto Serif JP', serif;
    position: relative;
}
.ship_navi{
	display: flex;
	background: #FFF;
    justify-content: space-around;
	margin:5px 0 10px;
	padding: 5px;
}
.ship_navi li a{
	padding: 5px;
	padding-right:15px;
	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: 0;
  bottom: 0;
  margin: auto;
}
.class_ship h4{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.class_ship p{
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    font-size:16px;
}
.class_ship p span{
    display: block;
    font-size:1.2em;
}

#container div.class_ship::after{
    position: absolute;
    bottom:-35px;
    left:0;
    color: #FFF;
    font-size:80px;
    z-index: -1;
}
#container div.class_Casual::after{
    content:'CasualClass';
}
#container div.class_Premium::after{
    content:'PremiumClass';
}
#container div.class_Luxury::after{
    content:'LuxuryClass';
}
#introduction_Area h4.shipName {
  text-align: center;
  color: #1b3c55;
  font-size: 33px;
  /*margin-top: 20px;*/
  width: 50%;
  margin: 0 5%;
  float: right;
  border-bottom: 2px solid #1b3c55;
}
#introduction_Area .info_box {
  padding: 2em;
  background: #FFF;
    margin-bottom: 30px;
}
#introduction_Area .info_box_inner {
  /*display: flex;*/
}
#introduction_Area .info_box .info_box_inner img {
  width: 40%;
  float: left;
}
#introduction_Area .info_box .info_box_inner p {
  width: 60%;
  padding: 2em;
  float: right;
}
#introduction_Area .info_box .info_box_inner a {
  color: blue;
}
/*国内発着商品
--------------------*/
.item-box {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.2s ease;
  position: relative;
  border: solid 1px #ccc;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.item-box h3 img {
  vertical-align: bottom;
}
.item-box-left {
  float: left;
  padding: 10px;
  width: 64%;
}
.item-box-right {
  float: right;
  background-color: #FFF;
  padding: 10px;
  width: 36%;
}
.item-box-icon {
  padding-bottom: 5px;
}
.item-box-icon span {
  display: inline-block;
  padding: 2px 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: 2px solid #363466;
  text-decoration: none;
  color: #363466;
  position: relative;
}
.item-box-ttl:hover {
  border-bottom: 2px solid #FFCB22;
}
.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: inline-block;
  background: blueviolet;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 30px;
  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: 40%;
  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: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* margin: 0 -8px; */
  position: relative;
}
.gallery {
  width: 100%;
}
.gallery li img {
  width: 100%;
  height: auto;
}
.slick-track {
  margin-bottom: 6px;
}
/*miniver*/
.item-box2 a {
  display: block;
  font-weight: normal;
  padding: 15px 10px;
  border: solid #aaa;
  border-width: 2px;
  align-items: center;
	margin-top:14px;
}
.item-box2 a:hover {
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
  background-size: 30px;
  background-position-y: center;
  background-position-x: 100%;
}
.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{
	padding-right:10px;
}
.item-box2 .item-box-info{
	display: flex;
    justify-content: end;
	align-items: center;
}
.item-box2 .item-box-info li{
	text-align: left;
}
.item-box2 .item-box-dep{
	width: 20%;
	font-size:14px;
}
.item-box2 .item-box-price{
	width: 30%;
	font-size:16px;
}

/*派生用
------------------*/
.item-subbox a {
  display: flex;
  font-weight: normal;
  padding: 15px 10px;
  border: solid #aaa;
  border-width: 1px 1px 1px;
  align-items: center;
	margin-top:-2px;
	background-color: #FFF;
}
.item-subbox a:hover {
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
  background-size: 30px;
  background-position-y: center;
  background-position-x: 100%;
}
.item-subbox .ttl {
  width: 50%;
  padding: 2px 10px 2px 0;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}
.item-subbox .ttl span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.item-subbox .ttl p {
  font-weight: bold;
}
.day {
  width: 20%;
}
.price {
  width: 30%;
  color: #F01C1C;
  font-size: 16px;
  font-weight: bold;
}
.cruise_box {
  width: 31%;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 3px 7px rgba(0, 60, 79, 0.3);
  margin: 0 1% 3%;
  float: left;
}
.cruise_box a {
  display: block;
}
.cruise_box img {
  width: 100%;
}
.cruise_box p.cruise_tt {
  background: #BF0000;
  color: #FFF;
  font-size: 16px;
  padding: 10px 0;
}
.cruise_box .impresso p.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_details {
  margin: 0;
  color: #282828;
}
.cruise_details p {
  font-weight: bold;
  margin: 0;
  padding: 7px 0 3px 0;
}
.cruise_details span {
  font-size: 11px;
}
.cruise_details p.under_line {
  width: 90%;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.cruise_box:hover {
  opacity: 0.8;
}
#introduction_Area img {
  vertical-align: bottom;
  width: 100%;
  padding: 0;
  margin: 0;
}
.cruise_btn {
  width: 100%;
  height: 40px;
  background-color: #888888;
  color: #fff;
  line-height: 40px;
}
/*----- その他発着地 -----*/
#area_nav {
  background-color: #213645 /*#0057B8*/ ;
  padding: 5px;
}
#area_nav .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#area_nav h3 {
  width: 263px;
  background: url("../img/footer_navi_ttl_bg.png") no-repeat 0 50%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
}
.terminal {
  display: flex;
  font-size: 15px;
}
.terminal li a {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: 0 15px;
  margin: 0 5px;
}
.terminal li:last-child a {
  border-right: none;
}
.terminal li a:hover {
  opacity: 0.7;
}
/*----- クルーズの魅力エリア -----*/
#pointArea {
  background-color: #f6f3ec;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
}
#pointArea .inner {
  width: 960px;
    max-width: 100%;
  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: 49%;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.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: 44px;
  height: 65px;
  margin: -5px 5px 0 20px;
  padding: 20px 0 0 0;
	text-align: center;
	
}
.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 {
  margin: 0 10px 15px 20px;
  vertical-align: top;
}
.pointList .text {
  display: inline-block;
  width: calc(100% - 160px);
  margin-bottom: 12px;
  line-height: 1.3;
}
.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{
	width: 960px;
	margin:0 auto;
	text-align: center;
	padding: 30px 0;
}

#degiPfInner li {
    /* display: flex; */
    width: 48%;
    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;
}