@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

/* ============================================================
default
============================================================ */

.disnone {
	display:none;
}


@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */



/* ============================================================
slick
============================================================ */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}

/* ============================================================
entire (article & section)
============================================================ */

:root {
	--blue: #07265b;
	--lightblue: #55b8ef;
}

article {
	margin: 0;
	padding: 0;
	line-height: 1;
	background: #f6faff;
	overflow: hidden;
}

article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #333;
	font-family: 'メイリオ','Meiryo',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

article section a:hover {
	opacity: 1;
}

article section ul.notice > li {
	position: relative;
	padding-left: 1.2em;
}
article section ul.notice > li > span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (hover: hover) {

	article section a {
		transition: opacity .2s ease-in;
	}
	article section a:hover {
		opacity: 0.6;
	}

} /* end @media */


/* ============================================================
common
============================================================ */

/* PC
-------------------------------------------------------------*/

@media screen and (min-width: 760px),print {

	article .sp {
		display: none !important;
	}
	article a {
		cursor: pointer !important;
	}
	article a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		opacity: 1 !important;
	}
	article > section {
		line-height: 1.63;
		font-size: 16px;
	}
	article > section > div.inner {
		width: 970px;
		max-width: 96%;
		margin: 0 auto;
	}

} /* end @media */

/* SP
-------------------------------------------------------------*/

@media screen and (max-width: 759.9px) {

	article .pc {
		display: none !important;
	}
	article {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	article > section {
		padding: 30px 0 30px;
		line-height: 1.43;
		font-size: 14px;
	}
	article > section > div.inner {
		width: calc(100% - 8vw);
		margin: 0 auto;
	}

} /* end @media */


/* ============================================================
Spacific
============================================================ */

/* common
-------------------------------------------------------------*/

/* div.mv_header */

main div.mv_header {
	width: 100%;
	max-width: 1920px;
	height: 618px;
	margin: 0 auto;
	padding: 36px 0 0;
	background: url(../images/mv_bg_pc.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}

article.kokunai div.mv_header,
article.kaigai div.mv_header,
article.ship div.mv_header {
	margin-bottom: 70px;
}

main div.mv_header ul {
	display: flex;
	justify-content: space-between;
	width: 800px;
	max-width: 90%;
	margin: 0 auto 15px;
}
main div.mv_header ul li.nav_line {
	height: 33px;
	width: 1px;
	background: #fff;
}
main div.mv_header ul a {
	position: relative;
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 20px;
	opacity: 1 !important;
}
main div.mv_header li.current a::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 28px;
	height: 16px;
	background: url(../images/mv_nav_icon_1.png);
	background-size: 28px;
}
main div.mv_header li.current a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -5%;
	width: 110%;
	height: 3px;
	background: url(../images/mv_nav_icon_2.png);
	background-size: 100% 3px;
}
main div.mv_header p img {
	display: block;
	margin: 0 auto;
	width: 360px;
	height: auto;
}

/* article.ship div.mv_header */

article.ship div.mv_header {
	position: relative;
	height: 585px;
	background: url(../images/mv_bg_ship_pc.jpg) no-repeat center top;
	background-size: cover;
}
main div.mv_header dl {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
}
main div.mv_header dl > div {
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 510px;
	margin: 0 auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
main div.mv_header dl dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #000207;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
main div.mv_header dl dt span.jp {
	display: block;
	margin-bottom: 8px;
	text-indent: 0.4em;
	font-size: 40px;
	letter-spacing: 0.4em;
}
main div.mv_header dl dt span.en {
	position: relative;
	padding: 0 calc(33px + 1em) 0 calc(33px + 1.2em);
	font-family: 'PT Serif', serif;
	font-size: 16px;
	letter-spacing: 0.3em;
}
main div.mv_header dl dt span.en::before,
main div.mv_header dl dt span.en::after {
	content: '';
	position: absolute;
	top: 9px;
	width: 30px;
	height: 1px;
	background: #fff;
}
main div.mv_header dl dt span.en::before {
	left: 0;
}
main div.mv_header dl dt span.en::after {
	right: 0;
}
main div.mv_header dl dd {
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-size: 100% auto;
}
main div.mv_header dl img {
	display: none;
}

/* 高さ調節 */
main #viewheight div.mv_header dl dd {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

main #viewheight div.mv_header dl > div {
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 650px;
	margin: 0 auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
article#viewheight.ship div.mv_header {
	position: relative;
	height: 725px;
	background: url(../images/mv_bg_ship_pc.jpg) no-repeat center top;
	background-size: cover;
}
/* h2.ttl */

main h2.ttl {
	padding-top: 2px;
	text-align: center;
	line-height: 1;
	color: var(--blue);
	font-weight: bold;
}
main h2.ttl span.jp {
	display: block;
	margin-bottom: 15px;
	font-size: 36px;
}
main h2.ttl span.en {
	position: relative;
	font-family: 'PT Serif', serif;
	font-size: 20px;
	padding: 0 calc(33px + 1em) 0 calc(33px + 1.2em);
	letter-spacing: 0.3em;
}
main h2.ttl span.en::before,
main h2.ttl span.en::after {
	content: '';
	position: absolute;
	top: 11px;
	width: 33px;
	height: 9px;
}
main h2.ttl span.en::before {
	left: 0;
	background: url(../images/h2_ttl_bg_L.png);
}
main h2.ttl span.en::after {
	right: 0;
	background: url(../images/h2_ttl_bg_R.png);
}

/* .sub_ttl */

main .sub_ttl {
	position: relative;
	display: flex;
	justify-content: center;
	height: 50px;
	margin: 0 auto 50px;
}
main .sub_ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 120px);
	height: 100%;
	padding-bottom: 0.2em;
	background: url(../images/ttl_bg_C.png) repeat-x;
	line-height: 1;
	color: #fff;
	font-size: 24px;
}

main .sub_ttl::before,
main .sub_ttl::after {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 50px;
	background-size: cover !important;
}
main .sub_ttl::before {
	left: 0;
	background: url(../images/ttl_bg_L.png);
}
main .sub_ttl::after {
	right: 0;
	background: url(../images/ttl_bg_R.png);
}

/* .btn_blue & .btn_white */

main a.btn_blue,
main .btn_blue a,
main a.btn_white,
main .btn_white a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding: 0 32px;
	border-radius: 5px;
	border: solid 1px #000;
	font-size: 18px;
	font-size: min(18px,2.4vw);
}
main a.btn_blue,
main .btn_blue a {
	background: var(--blue);
	color: #fff;
}
main a.btn_white,
main .btn_white a {
	background: #fff;
	color: var(--blue);
}

main a.btn_blue::after,
main .btn_blue a::after,
main a.btn_white::after,
main .btn_white a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.5%;
	margin: auto;
	width: 9px;
	height: 14px;
}
main a.btn_blue::after,
main .btn_blue a::after {
	background: url(../images/arrow_L_white.png);
}
main a.btn_white::after,
main .btn_white a::after {
	background: url(../images/arrow_L_blue.png);
}

main a.btn_blue::before,
main .btn_blue a::before,
main a.btn_white::before,
main .btn_white a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #879dc3;
	transition: .3s;
}

/* ul.ships */

main ul.ships {
	width: 1030px;
	max-width: 100%;
	margin: 0 auto;
}
main ul.ships > li {
	margin-bottom: 50px;
	padding: 0 40px;
}
main ul.ships div.info {
	display: flex;
	justify-content: space-between;
}
main ul.ships div.info div.slide {
	width: 43%;
}
main ul.ships div.info div.text {
	width: 55%;
}

main ul.ships div.slide ul.main {
	margin-bottom: 10px;
}
main ul.ships div.slide ul.main li.slick-slide {
	padding: 0 10px 10px 0;
}
main ul.ships div.slide ul.main li.slick-slide img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	transform: scale(0.99);
}
main ul.ships div.slide ul.sub {
	padding-right: 10px;
}
main ul.ships div.slide ul.sub img {
	border-right: solid 2px #f6faff;
}
/* 
main ul.ships div.slide ul.sub li.slick-current {
	opacity: 0.2;
}
 */
main ul.ships div.slide ul.sub span.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 8;
	width: 25px;
	height: 25px;
	margin: auto;
}
main ul.ships div.slide ul.sub span.slick-prev {
	left: -11px;
	background: url(../images/arrow_round_prev.png);
}
main ul.ships div.slide ul.sub span.slick-next {
	right: -2px;
	background: url(../images/arrow_round_next.png);
}

main ul.ships div.slide ul.sub.alt div.slick-track {
	width: 100% !important;
	transform: unset !important;
}
main ul.ships div.slide ul.sub.alt div.slick-track li {
	width: 25% !important;
}

/* h3.tour_ttl */

main h3.tour_ttl {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1;
	color: var(--blue);
	font-weight: bold;
}
main h3.tour_ttl span.jp {
	display: block;
	margin-bottom: 12px;
	text-indent: 0.4em;
	font-size: 30px;
	letter-spacing: 0.4em;
}
article.kaigai h3.tour_ttl span.jp {
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}

main h3.tour_ttl span.en {
	position: relative;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	padding: 0 calc(33px + 1em) 0 calc(33px + 1.2em);
	letter-spacing: 0.3em;
}
main h3.tour_ttl span.en::before,
main h3.tour_ttl span.en::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 30px;
	height: 1px;
	background: var(--blue);
}
main h3.tour_ttl span.en::before {
	left: 0;
}
main h3.tour_ttl span.en::after {
	right: 0;
}


/* pages
-------------------------------------------------------------*/

/* section.news */

main section.news {
	margin: 40px auto 85px;
}

main section.news h2.news {
	margin-bottom: 18px;
	line-height: 1;
	color: var(--blue);
	font-weight: bold;
	font-size: 26px;
}
main section.news table {
	margin-bottom: 30px;
	border-left: solid 5px var(--blue);
}
main section.news table tr:nth-child(n+4) {
	display: none;
}

main section.news th {
	width: 12.5em;
	vertical-align: top;
	padding: 10px 0 10px 2em;
}
main section.news td {
	padding: 10px 0;
}
main section.news td a {
	color: #000;
	border-bottom: solid 1px #000;
}

main section.news p a {
	width: 270px;
	height: 50px;
	margin: 0 auto;
}

main section.news p a span.s2 {
	display: none;
}
main section.news p a.on span.s2 {
	display: inline;
}
main section.news p a.on span.s1 {
	display: none;
}

main section.news p a::after {
	width: 14px;
	height: 9px;
	background: url(../images/arrow_D_blue.png);
}
main section.news p a.on::after {
	background: url(../images/arrow_U_blue.png);
}

/* section.map */

main section.map {
	margin: 0 auto 85px;
}
main section.map div.inner {
	width: 1200px;
	max-width: 100%;
}
main section.map div.map {
	margin-top: 30px;
	padding: 40px 0 20px;
	width: 100%;
	background-image: linear-gradient(135deg,#d6eff4,#64aed6);
}
main section.map div.map p {
	width: 937px;
	max-width: 96%;
	margin: 0 auto 20px;
}
main section.map div.map ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	width: 950px;
	max-width: calc(100% - 40px);
	margin: 0 auto 20px;
}
main section.map div.map ul li {
	width: calc((100% - 20px)/2);
}
main section.map div.map ul a {
	width: 465px;
	height: 70px;
}

/* section.cruise_ship */

main section.cruise_ship {
	margin: 0 auto 85px;
}

main section.cruise_ship h2.ttl {
	margin-bottom: 45px;
}
main section.cruise_ship h3.sub_ttl {
	width: 380px;
	margin: 0 auto 30px;
}
main section.cruise_ship ul.ships {
	width: 950px;
	max-width: 100%;
}
main section.cruise_ship ul.ships > li {
	margin-bottom: 80px;
	padding: 0;
}

main section.cruise_ship ul.ships div.text p {
	position: relative;
	margin-bottom: 25px;
	padding: 30px 10px;
	text-align: center;
}
main section.cruise_ship ul.ships div.text p::before,
main section.cruise_ship ul.ships div.text p::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 130px;
}
main section.cruise_ship ul.ships div.text p::before {
	top: 0;
	left: 0;
	border-top: solid 2px var(--blue);
	border-left: solid 2px var(--blue);
}
main section.cruise_ship ul.ships div.text p::after {
	bottom: 0;
	right: 0;
	border-bottom: solid 2px var(--blue);
	border-right: solid 2px var(--blue);
}

main section.cruise_ship ul.ships div.text p span {
	display: block;
	line-height: 1.4;
	font-size: 18px;
}
main section.cruise_ship ul.ships div.text p span + span {
	margin-top: 10px;
}

main section.cruise_ship ul.ships div.text ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;

}
main section.cruise_ship ul.ships div.text li {
	width: calc(50% - 10px);
}
main section.cruise_ship ul.ships div.text li:first-child {
	width: 100%;
}
main section.cruise_ship ul.ships div.text li a {
	justify-content: space-between;
	height: 90px;
	width: 100%;
	line-height: 1.4;
	font-feature-settings: 'palt';
}
main section.cruise_ship ul.ships div.text li:first-child a {
	justify-content: center;
	height: 70px;
}

/* section.cruise_ship.detail */

main section.cruise_ship.detail div.inner,
main section.cruise_ship.detail ul.ships {
	width: 1030px;
}
main section.cruise_ship.detail ul.ships {
	margin-bottom: 80px;
}
main section.cruise_ship.detail ul.ships > li {
	padding: 40px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
main ul.ships div.info div.text_detail {
	width: 55%;
}
main ul.ships div.info div.text_detail p.txt {
	display: flex;
	align-items: center;
	min-height: calc(100% - 160px);
	padding: 1em 0;
}
article.kaigai ul.ships div.info div.text_detail p.txt {
	display: block;
	min-height: 1em;
	padding: 3em 0;
}

main ul.ships div.info div.text_detail ul.link li:not(:last-child) {
	margin-bottom: 20px;
}
main ul.ships div.info div.text_detail ul.link a {
	height: 70px;
}
main ul.ships div.info div.text_detail ul.link a.btn_blue span.icon {
	position: absolute;
	top: 22px;
	left: 18px;
	width: 39px;
	height: 33px;
	background-image: url(../images/icon_ship_white.png);
	background-repeat: no-repeat;
	background-size: cover;
}
main ul.ships div.info div.text_detail ul.link a.btn_white span.icon {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 33px;
	height: 31px;
	background-image: url(../images/icon_flag.png);
	background-repeat: no-repeat;
	background-size: cover;
}

main ul.ships div.info div.text_detail dl.recommend dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
main ul.ships div.info div.text_detail dl.recommend dt::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 35px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../images/icon_ship_blue.png);
}
main ul.ships div.info div.text_detail dl.recommend dt::after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	margin-left: 16px;
	vertical-align: middle;
	background: var(--blue);
}
main ul.ships div.info div.text_detail dl.recommend ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
main ul.ships div.info div.text_detail dl.recommend a {
	display: inline-block;
	padding: 0.6em 2.5em 0.6em 1em ;
}




main ul.brochure_alt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
main ul.brochure_alt a {
	display: inline-block;
	opacity: 1 !important;
}

/* section.information */

main section.information {
	margin: 0 auto;
	padding: 70px 0 70px;
	background: #d9e1ef;
}
main section.information div.inner {
	width: 1030px;
}

main ul.information > li {
	position: relative;
	margin-bottom: 50px;
	padding: 35px 40px 55px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

main ul.information img.clip_1 {
	position: absolute;
	top: 14px;
	left: -23px;
	width: 240px;
	height: 201px;
}
main ul.information img.clip_2 {
	position: absolute;
	top: 20px;
	right: -13px;
	width: 217px;
	height: 190px;
}
main ul.information img.clip_3 {
	position: absolute;
	bottom: 0;
	left: -67px;
	width: 293px;
	height: 190px;
}
main ul.information img.clip_4 {
	position: absolute;
	bottom: -1px;
	right: -49px;
	width: 229px;
	height: 190px;
}

main section.information h2.ttl {
	margin-bottom: 45px;
}
main section.information h3.sub_ttl {
	width: 388px;
	margin-bottom: 30px;
}
main section.information li.L2 h3.sub_ttl {
	margin-bottom: 20px;
}
main section.information h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 30px;
	background: #d9e1ef;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: var(--blue);
}
main section.information p.p1 {
	margin-bottom: 50px;
	line-height: 1.56;
	text-align: center;
}
main section.information p.p1 a {
	color: var(--blue);
	text-decoration: underline;
}

main section.information dl.call {
	margin-bottom: 40px;
}
main section.information dl.call > div > dt {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}
main section.information dl.call.D1 > div > dt {
	text-align: center;
}
main section.information table.time th {
	padding-right: 1em;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
main section.information dl.phone dd,
main section.information dd.phone {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 0.1em;
    justify-content: center;
}
main section.information dl.phone dd img,
main section.information dd.phone img {
	margin-right: 5px;
}
main section.information dl.phone dd a,
main section.information dd.phone a {
	color: #000;
}

main section.information dl.call.D1 table.time {
	margin: 0 auto 15px;
}
main section.information dl.call.D1 table.time tbody {
	display: flex;
}
main section.information dl.call.D1 table.time tr:first-child td::after {
	content: '／';
	display: inline-block;
	padding: 0 1em;
}
main section.information dl.call.D1 dl.phone {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
main section.information dl.call.D1 dl.phone > div {
	display: flex;
	align-items: center;
	margin: 0 35px;
}
main section.information dl.call.D1 dl.phone dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 132px;
	height: 32px;
	margin-right: 1.2em;
	background: #d9e1ef;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
main section.information dl.call.D2 {
	display: flex;
}
main section.information dl.call.D2 > div {
    width: 55%;
    padding: 0 40px;
}
main section.information dl.call.D2 > div + div {
    width: 45%;
    padding: 0 40px;
}

main section.information dl.call.D2 > div:first-child {
	border-right: solid 2px var(--blue);
}
main section.information dl.call.D2 table.time {
	margin-bottom: 20px;
}
main section.information dl.call.D2 dd.phone {
	justify-content: flex-end;
}

main section.information p.p2 {
	text-align: center;
}
main section.information p.p2 img {
	display: inline-block;
}
main section.information p.p3 {
	margin-bottom: 35px;
	line-height: 1.56;
	text-align: center;
}
main section.information p.p3 img {
	position: relative;
	top: -0.05em;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0.3em;
}
main section.information p.p4 a.btn_blue {
	width: 520px;
	height: 70px;
	margin: 0 auto -10px;
}

main section.information ul.brochure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 865px;
	max-width: 100%;
	margin: 0 auto;
}

main section.information ul.brochure a {
	display: block;
	width: 174px;
	height:224px;
	opacity: 1;
}

/* section.qa */

main section.qa {
	margin: 0 auto;
	padding: 70px 0 70px;
}
main section.qa h2.ttl {
	margin-bottom: 35px;
}
main section.qa dl > div {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background :#d9e1ef;
}
main section.qa dt {
	padding-left : 25px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
main section.qa dt::before {
	content: 'Q';
	position: absolute;
	top: 15px;
	left: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	line-height: 1;
	background: var(--blue);
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

main section.qa dd {
	margin-top: 30px;
	padding: 25px;
	background :#fff;
	border-radius: 10px;
	line-height: 1.5;
}
main section.qa dd img {
	width: 100%;
	margin-top: 20px;
}

main section.qa p a.btn_blue {
	width: 520px;
	height: 70px;
	margin: 0 auto -10px;
}

/* article.qa section.qa */

article.qa section.qa p.lead_text {
	margin: 60px auto 45px;
	text-align: center;
}
article.qa section.qa h3.sub_ttl {
	width: 388px;
	margin: 70px auto 30px;
}
article.qa section.qa ul.btn_blue {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 5%;
	row-gap: 20px;
	margin-bottom: 110px;
}
article.qa section.qa ul.btn_blue li {
	width: 30%;
}
article.qa section.qa ul.btn_blue li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
article.qa section.qa ul.btn_blue a::after {
	right: auto;
	left: 6.5%;
	width: 14px;
	height: 9px;
	background: url(../images/arrow_D_white.png);
}

article.qa section.qa dl > div {
	padding: 10px 30px 10px 30px;
}
article.qa section.qa dt {
	padding: 0;
}
article.qa section.qa dt::before {
	top: 20px;
}
article.qa section.qa dt a {
	display: block;
	color: var(--blue);
	padding-right: 60px;
	padding: 20px 60px 20px 25px;
	background: url(../images/arrow_qa_D.png) no-repeat center right 25px;
}
article.qa section.qa dt a.on {
	background-image: url(../images/arrow_qa_U.png);
}
article.qa section.qa dd {
	display: none;
	margin: 10px 0 20px;
}

/* section.ship_detail */

main section.ship_detail div.inner {
	width: 950px;
}
main section.ship_detail ul.ship_anchor {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 65px;
}
main section.ship_detail ul.ship_anchor li:nth-child(2) {
	margin: 0 35px;
	padding: 0 35px;
	border-left: solid 1px #aec0d3;
	border-right: solid 1px #aec0d3;
}
main section.ship_detail ul.ship_anchor a {
	display: block;
	padding: 5px 10px;
	line-height: 1;
	color: var(--blue);
	font-size: 20px;
}
main section.ship_detail ul.ship_brochure {
	display: flex;
	gap: 6.5%;
	margin-bottom: 65px;
}
main section.ship_detail ul.ship_brochure li {
	width: 29%;
}
main section.ship_detail ul.ship_brochure li a {
	height: 90px;
	line-height: 1.333;
	text-align: center;
	font-size: max(20px,18px);
	font-size: 1.8vw;
	font-size: min(18px,1.8vw);
}
main section.ship_detail ul.ship_brochure li a.btn_white {
	background-color: transparent;
}
main section.ship_detail h2.ttl {
	margin-bottom: 25px;
}
main section.ship_detail p.p1 {
	margin-bottom: 65px;
	text-align: center;
}
main section.ship_detail h3.sub_ttl {
	width: 388px;
	margin-bottom: 25px;
}
main section.ship_detail p.p2 {
	margin-bottom: 25px;
	text-align: center;
}
main section.ship_detail ul.ship_detail {
	display: flex;
	column-gap: 5.75%;
	row-gap: 25px;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
main section.ship_detail ul.ship_detail li {
	width: 29.5%;
}
main section.ship_detail ul.ship_detail li span {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}
main section.ship_detail p.p3 {
	margin-bottom: 25px;
	text-align: center;
}
main section.ship_detail ul.notice {
	margin: -25px auto 75px;
}
main section.ship_detail ul.notice li {
	font-size: 14px;
}

/* section.cruise_rooms */

main section.cruise_rooms {
	padding: 70px 0 70px;
	background: #d9e1ef;
}
main section.cruise_rooms div.inner {
	width: 1200px;
	padding: 0 50px;
}

main section.cruise_rooms h2.ttl {
	margin-bottom: 55px;
}
main section.cruise_rooms ul.rooms {
	max-width: 100%;
	margin: 0 auto 45px;
}
main section.cruise_rooms ul.rooms li {
	padding: 10px 0.45%;
}
main section.cruise_rooms ul.rooms .slick-track {
	display: flex;
}
main section.cruise_rooms ul.rooms .slick-slide {
	height: auto !important;
}
main section.cruise_rooms ul.rooms span.slick-arrow {
	position: absolute;
	top: 290px;
	z-index: 8;
	width: 61px;
	height: 61px;
}
main section.cruise_rooms ul.rooms span.slick-prev {
	left: -50px;
	background: url(../images/arrow_room_prev.png);
}
main section.cruise_rooms ul.rooms span.slick-next {
	right: -50px;
	background: url(../images/arrow_room_next.png);
}

main section.cruise_rooms ul.rooms dl {
	height: 100%;
	padding: 30px 8%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
main section.cruise_rooms ul.rooms dt {
	margin-bottom: 8px;
	line-height: 1.3;
	font-size: 26px;
	font-weight: bold;
}
main section.cruise_rooms ul.rooms dd.area {
	margin-bottom: 18px;
	line-height: 1.3;
}
main section.cruise_rooms ul.rooms dd.img {
	margin-bottom: 20px;
}
main section.cruise_rooms ul.rooms dd.text {
	content: none;
	position: relative;
	height: calc(1.6em * 4);
	line-height: 1.6;
	overflow: hidden;
}
main section.cruise_rooms ul.rooms dd.text.on {
	height: auto;
}
main section.cruise_rooms ul.rooms dd.text.on::after {
	content: none !important;
}
main section.cruise_rooms ul.rooms dd.text.bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.2em;
	background: linear-gradient(to bottom, transparent, #fff 70%);
}

main section.cruise_rooms ul.rooms dd.text span {
	display: block;
}
main section.cruise_rooms ul.rooms dd.btn_white {
	margin-top: 20px;
}
main section.cruise_rooms ul.rooms dd.btn_white.hide {
	display: none;
}
main section.cruise_rooms ul.rooms dd.btn_white a {
	width: 270px;
	height: 50px;
	margin: 0 auto;
}
main section.cruise_rooms ul.rooms dd.btn_white a::after {
	width: 14px;
	height: 9px;
	background: url(../images/arrow_D_blue.png);
}
main section.cruise_rooms ul.rooms dd.btn_white a.on::after {
	background: url(../images/arrow_U_blue.png);
}
main section.cruise_rooms ul.rooms dd.btn_white a span.s2 {
	display: none;
}
main section.cruise_rooms ul.rooms dd.btn_white a.on span.s2 {
	display: inline;
}
main section.cruise_rooms ul.rooms dd.btn_white a.on span.s1 {
	display: none;
}

main section.cruise_rooms dl.facility {
	width: 950px;
	max-width: 100%;
	margin: 0 auto 30px;
	padding-left: 20px;
	border-left: solid 5px var(--blue);
}
main section.cruise_rooms dl.facility dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: var(--blue);
}
main section.cruise_rooms ul.notice {
	width: 950px;
	max-width: 100%;
	margin: 0 auto;
}

/* section.cruise_data */

main section.cruise_data {
	padding: 70px 0 80px;

}
main section.cruise_data div.inner {
	overflow: hidden;
	width: 950px;
}
main section.cruise_data h2.ttl {
	margin-bottom: 40px;
}

main section.cruise_data dl {
	width: 47%;
	border-bottom: solid 1px var(--blue);
}
main section.cruise_data dl:nth-of-type(1) {
	float: left;
	margin-bottom: 70px;
}
main section.cruise_data dl:nth-of-type(2) {
	float: right;
	margin-bottom: 30px;
}
main section.cruise_data dl > div {
	display: flex;
	padding: 10px 0;
	border-top: solid 1px var(--blue);
}
main section.cruise_data dt {
	display: flex;
	align-items: center;
	border-right: solid 1px #d9e1ef;
	width: 9em;
	flex-shrink: 0;
	margin-right: 1em;
}
main section.cruise_data dd a {
}
main section.cruise_data dd a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 25px;
	background: url(../images/icon_pdf.png);
}
main section.cruise_data dd a span {
	position: relative;
	top: 0.1em;
	left: 0.6em;
	color: var(--blue);
	border-bottom: solid 1px var(--blue);
}
main section.cruise_data p.notice {
	float: right;
	text-align: right;
}
main section.cruise_data p.btn_blue {
	clear: both;
}
main section.cruise_data p.btn_blue a {
	position: relative;
	width: 520px;
	height: 70px;
	margin: 0 auto;
}
main section.cruise_data p.btn_blue a span.icon {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 33px;
	height: 31px;
	background-image: url(../images/icon_flag_white.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/* section.recommend_ship */

main section.recommend_ship {
	padding: 30px 0 70px;
}
main section.recommend_ship div.inner {
	overflow: hidden;
	width: 1030px;
}
main section.recommend_ship h2.sub_ttl {
	width: 388px;
	margin-bottom: 20px;
}
main section.recommend_ship dl.recommend_ship {
	padding: 40px;
	background: #d9e1ef;
}
main section.recommend_ship dl.recommend_ship a {
	line-height: 1;
	color: var(--blue);
}
main section.recommend_ship dl.recommend_ship a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-right: 0.6em;
	background: url(../images/arrow_L_recommend.png);
}
main section.recommend_ship dl.recommend_ship a span {
	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: solid 1px var(--blue);
}
main section.recommend_ship dl.recommend_ship > div:nth-of-type(1) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px var(--blue);
}
main section.recommend_ship dl.recommend_ship > div > dt {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
main section.recommend_ship dl.recommend_ship > div > dd > ul {
	display: flex;
	justify-content: center;
	gap: 80px;
}
main section.recommend_ship dl.recommend_ship dd dl {
	display: flex;
	gap: 5%;
}
main section.recommend_ship dl.recommend_ship dd dl > div {
	width: 30%;
}
main section.recommend_ship dl.recommend_ship dd dl dt {
	margin-bottom: 15px;
	padding: 0.2em 1.5em;
	line-height: 1;
	background: var(--blue);
	color: #fff;
	font-weight: bold;
}

/* PC
-------------------------------------------------------------*/

@media screen and (min-width: 760px),print {

/* div.mv_header */

main div.mv_header ul a {
	transition: color .2s;
}
main div.mv_header ul a:hover {
	color: #e7d5a2;
}

main div.mv_header {
	position: relative;
}
main div.mv_header p {
	position: absolute;
	top: 84px;
	left: 0;
	width: 100%;
}

/* .btn_blue /.btn_white */

main a.btn_blue,
main .btn_blue a,
main a.btn_white,
main .btn_white a {
	transition: .3s;
}
main a.btn_blue:hover,
main .btn_blue a:hover,
main a.btn_white:hover,
main .btn_white a:hover {
	opacity: .99;
}
main a.btn_white:hover,
main .btn_white a:hover {
	color: #fff;
}

main a.btn_blue::after,
main .btn_blue a::after,
main a.btn_white::after,
main .btn_white a::after {
	transition: .1s 0s;
}
main a.btn_blue:hover::after,
main .btn_blue a:hover::after,
main a.btn_white:hover::after,
main .btn_white a:hover::after {
	transition: .1s .2s;
}
main a.btn_white:hover::after,
main .btn_white a:hover::after {
	background: url(../images/arrow_L_white.png);
}

main a.btn_blue::before,
main .btn_blue a::before,
main a.btn_white::before,
main .btn_white a::before {
	transition: .3s;
}
main a.btn_blue:hover::before,
main .btn_blue a:hover::before,
main a.btn_white:hover::before,
main .btn_white a:hover::before {
	width: 100%;
	z-index: -1;
}

/* ul.ships */

main ul.ships div.slide ul.sub span.slick-arrow {
	transition: .2s;
}
main ul.ships div.slide ul.sub img {
	transition: .2s;
}
main ul.ships div.slide ul.sub span.slick-arrow:hover {
	cursor: pointer;
	opacity: .5;
}
main ul.ships div.slide ul.sub img:hover {
	cursor: pointer;
	opacity: .5;
}

main ul.ships div.info div.text_detail ul.link a.btn_white:hover span.icon {
	filter: brightness(0) invert(1);
}

/* section.news */

main section.news p a:hover::after {
	background: url(../images/arrow_D_white.png);
}

main section.news p a.on:hover::after {
	background: url(../images/arrow_U_white.png);
}
/* section.map */

/* section.information */

main section.information ul.brochure a {
	transition: .2s;
}
main section.information ul.brochure a:hover {
	transform: translate(3px,3px);
}

/* ul.brochure_alt */

main ul.brochure_alt a {
	transition: .2s;
}
main ul.brochure_alt a:hover {
	transform: translate(3px,3px);
}

/* section.cruise_rooms */

main section.cruise_rooms ul.rooms dd.btn_white a:hover::after {
	background: url(../images/arrow_D_white.png);
}

main section.cruise_rooms ul.rooms span.slick-arrow {
	transition: .2s;
}

main section.cruise_rooms ul.rooms span.slick-arrow:hover {
	cursor: pointer;
	opacity: .5;
}

} /* end @media */


/* SP
-------------------------------------------------------------*/

@media screen and (max-width: 759.9px) {

/* div.mv_header */

article.kokunai div.mv_header,
article.kaigai div.mv_header {
	margin-bottom: 30px;
}

main div.mv_header {
	height: 85.25vw;
	padding: 4vw 0 0;
	background: url(../images/mv_bg_sp.jpg) no-repeat center top;
	background-size: cover;
}

main div.mv_header ul {
	max-width: 94%;
	margin: 0 auto 6vw;
}
main div.mv_header ul li.nav_line {
	position: relative;
	top: 0.5em;
	height: 4vw;
}
main div.mv_header ul a {
	font-size: 3vw;
}
main div.mv_header li.current a::before {
	top: -0.9em;
	width: 21px;
	height: 12px;
	background-size: 21px;
}
main div.mv_header li.current a::after {
	height: 2px;
	bottom: -0;
}
main div.mv_header p img {
	width: 55vw;
}

/* article.ship div.mv_header */

article.ship div.mv_header,
article#viewheight.ship div.mv_header {
	position: relative;
	height: auto;
	margin-bottom: 0;
}

main div.mv_header dl {
	position: static;
}
main div.mv_header dl > div,
main #viewheight div.mv_header dl > div {
	display: flex;
	flex-direction: column-reverse;
	height: auto;
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
main div.mv_header dl dt {
	position: static;
	height: auto;
	padding: 10px 0;
}
main div.mv_header dl dt span.jp {
	margin-bottom: 2px;
	padding: 0 16px;
	line-height: 1.2;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	font-size: 24px;
}
main div.mv_header dl dt span.en {
	padding: 0 calc(13px + 1em) 0 calc(12px + 1.1em);
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 0.1em;
}
main div.mv_header dl dt span.en::before,
main div.mv_header dl dt span.en::after {
	width: 20px;
	top: 6px;
}
main div.mv_header dl dd, 
main #viewheight div.mv_header dl dd {
	width: 100%;
	height: 51vw;
}
main div.mv_header dl img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

/* h2.ttl */

main h2.ttl span.jp {
	margin-bottom: 4px;
	font-size: 26px;
}
main h2.ttl span.en {
	font-size: 14px;
	padding: 0 calc(13px + 1em) 0 calc(13px + 1.2em);
}
main h2.ttl span.en::before,
main h2.ttl span.en::after {
	top: 9px;
	width: 18px;
	height: 6px;
	background-size: cover !important;
}

/* .sub_ttl */

main .sub_ttl {
	height: 40px;
	width: 100%;
}
main .sub_ttl span {
	width: calc(100% - 100px);
	background-size: auto 40px;
	font-size: 16px;
}
main .sub_ttl::before,
main .sub_ttl::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50px;
	height: 40px;
	background-size: 50px 40px !important;
}


/* .btn_blue & .btn_white */

main a.btn_blue,
main .btn_blue a,
main a.btn_white,
main .btn_white a {
	justify-content: flex-start;
	width: 100%;
	padding: 0 12px;
	font-size: 12px;
	line-height: 1;
}
main a.btn_blue::after,
main .btn_blue a::after,
main a.btn_white::after,
main .btn_white a::after {
	right: 10px;
	width: 6px;
	height: 9px;
	background-size: cover !important;
}

/* ul.ships */

main ul.ships > li {
	margin-bottom: 40px;
}
main ul.ships div.info {
	display: block;
}
main ul.ships div.info div.slide,
main ul.ships div.info div.text {
	width: 100%;
}
main ul.ships div.info div.slide {
	margin-bottom: 20px;
	padding: 0 2vw 0 4vw;
}
main ul.ships div.slide ul.main {
	margin-bottom: 0;
}

/* section.news */

main section.news {
	margin: 0 auto 10px;
}
main section.news h2.news {
	font-size: 22px;
}
main section.news table {
	margin-bottom: 10px;
}
main section.news th {
	display: block;
	vertical-align: top;
	padding: 0 0 0 10px;
}
main section.news td {
	display: block;
	padding: 5px 0 15px 10px;
}
main section.news tr:last-child td {
	padding: 5px 0 5px 10px;
}
main section.news p a {
	justify-content: center;
	width: 140px;
	height: 30px;
	font-size: 14px;
}
main section.news p a::after {
	right: 10px;
	width: 7px;
	height: 4px;
	background-size: cover;
}

/* h3.tour_ttl */

main h3.tour_ttl {
	margin-bottom: 20px;
}
main h3.tour_ttl span.jp {
	margin-bottom: 6px;
	font-size: 24px;
}
main h3.tour_ttl span.en {
	font-size: 14px;
}

/* section.map */

main section.map {
	margin: 0 auto;
	padding: 30px 0 30px;
	background-image: linear-gradient(90deg,#d6eff4,#64aed6);
}
main section.map div.inner {
	width: 100%;
}
main section.map div.map {
	margin-top: 10px;
	padding: 0;
	width: 100%;
	background: none;
}
main section.map div.map p {
	margin: 0 auto 20px;
}
main section.map div.map ul {
	gap: 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto 10px;
}
main section.map div.map ul li {
	width: calc((100% - 10px)/2);
}

main section.map div.map ul.L2 li:nth-child(1) {order: 1;}
main section.map div.map ul.L2 li:nth-child(2) {order: 2;}
main section.map div.map ul.L2 li:nth-child(3) {order: 3;}
main section.map div.map ul.L2 li:nth-child(4) {order: 5;}
main section.map div.map ul.L2 li:nth-child(5) {order: 4;}

main section.map div.map ul.L2 li:nth-child(4) {
	width: 100%;
}
main section.map div.map ul a {
	height: 50px;
	width: 100%;
}

/* article.kaigai section.map */

article.kaigai section.map {
	margin: -40px auto 30px;
	padding-top: 40px;
}

/* section.cruise_ship */

main section.cruise_ship {
	margin: 0 auto;
	padding: 30px 0 0;
}
main section.cruise_ship h2.ttl {
	margin-bottom: 20px;
}

main section.cruise_ship h3.sub_ttl {
	width: 260px;
	margin: 0 auto 10px;
}
main section.cruise_ship ul.ships > li {
	margin-bottom: 40px;
}

main section.cruise_ship ul.ships div.text p {
	margin-bottom: 15px;
	padding: 10px;
}
main section.cruise_ship ul.ships div.text p::before,
main section.cruise_ship ul.ships div.text p::after {
	width: 40px;
	height: 70px;
}
main section.cruise_ship ul.ships div.text p span {
	font-size: 14px;
}
main section.cruise_ship ul.ships div.text ul {
	gap: 10px;
}
main section.cruise_ship ul.ships div.text li {
	width: calc(50% - 5px);
}
main section.cruise_ship ul.ships div.text li a {
	height: 60px;
}
main section.cruise_ship ul.ships div.text li:first-child a {
	height: 50px;
}

/* section.cruise_ship.detail */

main section.cruise_ship.detail {
	margin: 0 auto;
	padding: 0;
}

main section.cruise_ship.detail div.inner {
	width: 100%;
	padding: 0 16px;
}
main section.cruise_ship.detail ul.ships {
	width: 100%;
	margin-bottom: 40px;
}
main section.cruise_ship.detail ul.ships > li {
	padding: 30px 16px;
	margin-bottom: 20px;
}
main ul.ships div.info div.text_detail {
	width: 100%;
}
main ul.ships div.info div.text_detail p.txt {
	display: block;
	min-height: 1em;
	padding: 0 0 20px;
}

article.kaigai ul.ships div.info div.text_detail p.txt {
	padding: 0 0 20px;
}

main ul.ships div.info div.text_detail ul.link li:not(:last-child) {
	margin-bottom: 10px;
}
main ul.ships div.info div.text_detail ul.link a {
	height: 50px;
	justify-content: center;
}
main ul.ships div.info div.text_detail ul.link a.btn_blue span.icon {
	top: 14px;
	left: 9px;
	width: 26px;
	height: 22px;
}
main ul.ships div.info div.text_detail ul.link a.btn_white span.icon {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 23px;
	height: 21px;
}
main ul.ships div.info div.text_detail dl.recommend dt {
	font-size: 17px;
}
main ul.ships div.info div.text_detail dl.recommend dt::before {
	margin-right: 8px;
}
main ul.ships div.info div.text_detail dl.recommend dt::after {
	margin-left: 12px;
}
main ul.ships div.info div.text_detail dl.recommend ul {
	gap: 10px;
}


main ul.brochure_alt {
	margin-bottom: 30px;
	gap: 16px;
}

/* section.information */

main section.information {
	padding: 30px 0 40px;
}
main section.information div.inner {
	width: 100%;
	padding: 0 16px;
}
main ul.information > li {
	margin-bottom: 25px;
	padding: 25px 16px 25px;
}

main section.information h2.ttl {
	margin-bottom: 20px;
}
main section.information h3.sub_ttl {
	width: 260px;
	margin-bottom: 15px;
}
main section.information h4 {
	height: auto;
	margin-bottom: 20px;
	padding: 0.6em 0;
	font-size: 16px;
}

main section.information p.p1 {
	margin-bottom: 10px;
	line-height: 1.56;
	text-align: left;
}

main ul.information p.clip {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
main ul.information p.clip img {
	position: static;
	width: 36vw;
	height: auto;
	margin: 0 4vw;
}
main section.information dl.call {
	margin-bottom: 20px;
}
main section.information dl.call > div > dt {
	margin-bottom: 10px;
	/*text-align: left !important;*/
	font-size: 18px;
}
main section.information table.time {
	width: 54%;
	margin-bottom: 10px !important
}
main section.information table.time tbody {
	display: table-row !important;
}

main section.information dl.call.D1 table.time tr:first-child td::after {
	content: none;
}

main section.information dl.phone dd,
main section.information dd.phone {
	justify-content: center !important;
	width: 12em;
	height: 2em;
	line-height: 1;
	border-radius: 5px;
	border: solid 1px var(--blue);
	font-size: 16px;
	font-weight: bold;
    margin: 0 auto;
}
main section.information dl.phone dd img,
main section.information dd.phone img {
	margin-right: 0.6em;
	width: 18px;
	height: 18px;
}
main section.information dl.phone dd a,
main section.information dd.phone a {
	color: var(--blue);
}


main section.information dl.call.D1 dl.phone {
	display: block;
}
main section.information dl.call.D1 dl.phone > div {
	width: 100%;
	margin: 0 0 10px;
}
main section.information dl.call.D1 dl.phone dt {
	display: block;
	width: auto;
	height: auto;
	margin-right: 1em;
	background: none;
	border-radius: none;
	font-size: 14px;
}
main section.information dl.call.D2 {
	display: block;
}
main section.information dl.call.D2 > div {
	width: 100%;
	padding: 0;
	border: none !important;
}
main section.information dl.call.D2 > div + div {
    width: 100%;
    padding: 0;
}
main section.information dl.call.D2 > div:nth-child(1) {
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: dotted 1px #e3e9f3 !important;
}
main section.information dl.call.D2 dd.phone {
	justify-content: flex-start;
	margin: 0 auto;
}
main section.information p.p3 {
	margin-bottom: 10px;
	text-align: left;
}
main section.information p.p4 a.btn_blue {
	height: 45px;
	margin: 0 auto;
	justify-content: center;
}
main section.information ul.brochure {
	gap: 10px;
	margin: 0 auto;
}
main section.information ul.brochure li {
	width: calc(50% - 5px);
}

main section.information ul.brochure a {
	width: auto;
	height: auto;
}


/* section.qa */

main section.qa {
	padding: 30px 0 30px;
}
main section.qa dt {
	padding-left : 16px;
	font-size: 16px;
}
main section.qa dt::before {
	top: 8px;
	left: -16px;
	width: 32px;
	height: 32px;
	font-size: 16px;
}
main section.qa h2.ttl {
	margin-bottom: 20px;
}
main section.qa dl > div {
	margin-bottom: 16px;
	padding: 16px;
}
main section.qa dd {
	margin-top: 16px;
	padding: 16px;
}

main section.qa p a.btn_blue {
	height: 45px;
	margin: 30px auto 0;
	justify-content: center;
}

/* article.qa section.qa */

article.qa section.qa p.lead_text {
	margin: 20px auto 45px;
	text-align: center;
}

article.qa section.qa h3.sub_ttl {
	width: 260px;
	margin: 40px auto 20px;
}

article.qa section.qa ul.btn_blue {
	column-gap: 4%;
	row-gap: 3vw;
	margin-bottom: 60px;
}
article.qa section.qa ul.btn_blue li {
	width: 48%;
}

article.qa section.qa dl > div {
	padding: 16px;
}
article.qa section.qa dt {
	padding: 0;
}
article.qa section.qa dt::before {
	top: 10px;
}
article.qa section.qa dt a {
	padding: 0 20px 0 16px;
	background-size: 14px;
	background-position: center right;
}
article.qa section.qa dd {
	margin: 16px 0 0;
}

/* section.ship_detail */

main section.ship_detail div.inner {
	width: 100%;
	padding: 0 16px;
}
main section.ship_detail ul.ship_anchor {
	margin-bottom: 30px;
}
main section.ship_detail ul.ship_anchor li:nth-child(2) {
	margin: 0 10px;
	padding: 0 10px;
}
main section.ship_detail ul.ship_anchor a {
	font-size: 14px;
}

main section.ship_detail ul.ship_brochure {
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 2vw;
	margin-bottom: 50px;
}
main section.ship_detail ul.ship_brochure li {
	width: 49%;
}
main section.ship_detail ul.ship_brochure li:last-child {
	width: 100%;
}
main section.ship_detail ul.ship_brochure li a {
	text-align: left;
	height: 60px;
	font-size: 12px;
	font-feature-settings: 'palt';

}
main section.ship_detail ul.ship_brochure li:last-child a {
	justify-content: center;
	height: 50px;
}

main section.ship_detail p {
	text-align: left !important;
}
main section.ship_detail p br:not(.alt) {
	display: none;
}
main section.ship_detail p.p1 {
	margin-bottom: 40px;
}

main section.ship_detail h3.sub_ttl {
	width: 260px;
	margin: 40px auto 15px;
}
main section.ship_detail p.p2,
main section.ship_detail p.p3 {
	margin-bottom: 20px;
}

main ul.detail_main {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
main ul.detail_main li.slick-slide img {
	width: 100%;
	max-width: 100%;
}
main ul.detail_main li.slick-slide span {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}

main ul.detail_sub {
	margin-bottom: 40px;
}
main ul.detail_sub img {
	border-right: solid 2px #f6faff;
}
main ul.detail_sub span {
	display: none;
}
main ul.detail_sub span.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 8;
	width: 25px;
	height: 25px;
	margin: auto;
}
main ul.detail_sub span.slick-prev {
	left: -11px;
	background: url(../images/arrow_round_prev.png);
}
main ul.detail_sub span.slick-next {
	right: -11px;
	background: url(../images/arrow_round_next.png);
}
main ul.detail_sub.alt div.slick-track {
	width: 100% !important;
	transform: unset !important;
}
main ul.detail_sub.alt div.slick-track li {
	width: 25% !important;
}

main section.ship_detail ul.notice {
	margin: 0 auto;
}
main section.ship_detail ul.notice li {
	font-size: 12px;
}

/* section.cruise_rooms */

main section.cruise_rooms {
	padding: 40px 0 40px;
}
main section.cruise_rooms div.inner {
	width: 100%;
	padding: 0 16px;
}
main section.cruise_rooms h2.ttl {
	margin-bottom: 20px;
}
main section.cruise_rooms ul.rooms {
	width: 100%;
	margin: 0 auto 35px;
}

main section.cruise_rooms ul.rooms li {
	padding: 5px;
}
main section.cruise_rooms ul.rooms span.slick-arrow {
	position: absolute;
	top: 50vw;
	z-index: 8;
	width: 40px;
	height: 40px;
	background-size: 40px !important;
}
main section.cruise_rooms ul.rooms span.slick-prev {
	left: -10px;
}
main section.cruise_rooms ul.rooms span.slick-next {
	right: -10px;
}
main section.cruise_rooms ul.rooms dl {
	height: 100%;
	padding: 20px 16px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
main section.cruise_rooms ul.rooms dt {
	font-size: 22px;
}
main section.cruise_rooms ul.rooms dd.btn_white a {
	justify-content: center;
	width: 220px;
	height: 40px;
}

/* section.cruise_data */

main section.cruise_data {
	padding: 35px 16px 40px;

}
main section.cruise_data div.inner {
	width: 100%;
}
main section.cruise_data h2.ttl {
	margin-bottom: 20px;
}

main section.cruise_data dl {
	width: 100%;
	float: none;
}
main section.cruise_data dl:nth-of-type(1) {
	border-bottom: none;
}
main section.cruise_data dl:nth-of-type(1) {
	margin-bottom: 0;
}
main section.cruise_data dl:nth-of-type(2) {
	margin-bottom: 10px;
}
main section.cruise_data p.notice {
	float: none;
	margin-bottom: 20px;
}
main section.cruise_data p.btn_blue a {
	justify-content: center;
	width: 100%;
	height: 50px;
}
main section.cruise_data p.btn_blue a span.icon {
	top: 13px;
	left: 14px;
	width: 23px;
	height: 21px;
}

/* section.recommend_ship */


main section.recommend_ship {
	padding: 20px 0 40px;
}
main section.recommend_ship div.inner {
	overflow: hidden;
	width: 100%;
	padding: 0 16px;
}
main section.recommend_ship h2.sub_ttl {
	width: 280px;
	margin-bottom: 10px;
}
main section.recommend_ship dl.recommend_ship {
	padding: 30px 16px 10px;
}
main section.recommend_ship dl.recommend_ship a::before {
	position: relative;
	top: 0em;
	width: 7px;
	height: 12px;
	margin-right: 0.6em;
	background: url(../images/arrow_L_blue.png) no-repeat;
	background-size: cover;
}

main section.recommend_ship dl.recommend_ship > div:nth-of-type(1) {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
main section.recommend_ship dl.recommend_ship > div > dt {
	justify-content: flex-start;
	margin-bottom: 20px;
	font-size: 16px;
}
main section.recommend_ship dl.recommend_ship > div > dd > ul {
	justify-content: flex-start;
	gap: 40px;
	padding-left: 20px;
}
main section.recommend_ship dl.recommend_ship dd dl {
	display: block;
	padding-left: 20px;
}
main section.recommend_ship dl.recommend_ship dd dl > div {
	width: 100%;
	margin-bottom: 20px;
}
main section.recommend_ship dl.recommend_ship dd dl dt {
	margin-bottom: 10px;
}

} /* end @media */


/* intermediate
-------------------------------------------------------------*/

@media screen and (min-width:760px) and (max-width:990px) {

/* section.information */

main ul.information p.clip img {
	max-width: 18vw;
	height: auto;
}

main section.information dl.call.D1 dl.phone {
	flex-direction: column;
}

main section.information table.time span.pc {
	display: none !important;
}
main section.information table.time br.sp {
	display: inline-block !important;
}

main section.information dl.call.D2 > div {
	padding: 0 20px;
}

} /* end @media */

@media screen and (min-width:760px) and (max-width:950px) {

/* section.map */

main section.map div.map ul a {
	font-size: 16px !important;
}

/* section.cruise_ship */

main section.cruise_ship ul.ships div.text br {
	display: none;
}
main section.cruise_ship ul.ships div.text p {
	padding: 30px 30px;
	text-align: left;
}

main section.cruise_ship ul.ships div.text li {
	width: 100%;
}
main section.cruise_ship ul.ships div.text li a {
	justify-content: space-between !important;
	/*height: 50px !important;*/
}

main section.recommend_ship dl.recommend_ship a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/* section.cruise_rooms */

main section.cruise_rooms ul.rooms li {
	padding: 10px 0.2%;
}
main section.cruise_rooms ul.rooms dl {
	padding: 30px 6%;
}

} /* end @media */


/* ============================================================
SP (Extra Small)
============================================================ */

@media screen and (max-width: 320px) {

main h2.ttl span.jp {
	font-size: 22px;
}

main .sub_ttl {
	width: 100% !important;
}

main section.information h4 {
	font-size: 14px;
}
main section.information dl.call > div > dt {
	font-size: 16px;
}

main section.information dl.call.D1 dl.phone dt {
	margin-right: .5em;
	font-size: 12px;
}
main section.information dl.phone dd,
main section.information dd.phone {
	width: auto;
	padding: 0 .5em;
	font-size: 14px;
	letter-spacing: 0;
}
main section.information dl.phone dd img,
main section.information dd.phone img {
	margin-right: 0.4em;
	width: 14px;
	height: 14px;
}

/* section.ship_detail */

main section.ship_detail ul.ship_anchor li:nth-child(2) {
	margin: 0 6px;
	padding: 0 6px;
}


} /* end @media */






/* ===23/12/14追記==== */


main li.gray {
    background: #bdbdc6;
    color: #5a677f;
}
main li.gray{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0 32px;
    border-radius: 5px;
    border: solid 1px #000;
    font-size: 18px;
    font-size: min(18px,2.4vw);
}
main li.gray::after {
    background: url(../images/arrow_L_blue2.png);
}


/* ===PC==== */
@media screen and (min-width: 760px){
main section.cruise_rooms .p1 {
    padding: 1px 0 40px;
    text-align: center;
}

main section.ship_detail ul#twobtn.ship_brochure li {
    width: 49%;
}
	
main section.cruise_ship ul.ships div.text li.gray{
	justify-content: space-between;
    height: 90px;
    width: 48%;
    line-height: 1.4;
    font-feature-settings: 'palt';
}
main li.gray::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.5%;
    margin: auto;
    width: 9px;
    height: 14px;
}	
}/* end @media */


@media screen and (min-width:760px) and (max-width:950px) {
main section.cruise_ship ul.ships div.text li.gray{
    width: 100%;
}
}/* end @media */


/* ===SP==== */
@media screen and (max-width: 759.9px){
main section.cruise_rooms .p1 {
    padding: 1px 0 20px;
}

main section.ship_detail ul#twobtn.ship_brochure li {
    justify-content: space-between;
    width: 49%;
}
main section.ship_detail ul#twobtn.ship_brochure li a{
    height: 60px;
}
main section.cruise_ship ul.ships div.text li.gray,
main section.ship_detail ul.ship_brochure li.gray {
	justify-content: space-between;
    width: 48%;
    height: 60px;
    padding: 0 12px;
    line-height: 1.4;
    font-feature-settings: 'palt';
    font-size: 12px;
}
/*
main section.ship_detail ul#twobtn.ship_brochure li.gray {
    width: 100%;
    font-size: 12px;
}
*/
main li.gray::after {
    content: '';
    position: absolute;
    right: 9px;
    width: 5px;
    height: 9px;
    background-size: cover !important;
}	
}/* end @media */























