@charset "utf-8";
/*------------------------------------------
 *	Reset
------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	line-height: 1;
	vertical-align: bottom;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}


/*------------------------------------------
 *	html, body
------------------------------------------*/

html {
	background: #fff;
	font-size: 62.5%;
}
body {
	position: relative;
	/* min-width: 964px; */
	color: #000a0f;
	font-family: 'Noto Sans SC', 'Noto Serif SC', serif, sans-serif;
	font-size: 14px;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000a0f;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	opacity: 0.7;
}
.a-link {
	text-decoration: underline;
}
.a-link:hover {
	text-decoration: none;
	opacity: 1;
}
.is-block-pc {
	display: block;
}
.is-block-sp {
	display: none;
}
.flex {
	display: flex;
}
/*------------------------------------------
 *	Animation
------------------------------------------*/

@keyframes is-show {
	from {
		opacity: 0;
		visibility: hidden;
	}
	to {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes is-hidden {
	from {
		opacity: 1;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}
/*------------------------------------------
 *	#header
------------------------------------------*/

#header {
	width: 100%;
	height: 125px;
	margin: 0 auto 110px;
	padding: 14px 70px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.48);
	z-index: 101;
}
#page-home #header {
	position: absolute;
	top: auto;
	left: auto;
}
#header .header-in {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 30px;
}
#header .logo {
	width: 158px;
	height: 44px;
}
#header .logo-sp {
	display: none;
}
#header .nav-header {
	position: absolute;
	top: auto;
	right: 0;
}
#header .nav-header ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .nav-header ul li {
	/* margin: 0 0 0 24px; */
	font-size: 14px;
	letter-spacing: 0.03em;
	position: relative;
}
#header .nav-header ul li:first-child {
	display: flex;
	margin: 0;
}
#header .nav-header ul li:first-child a {
	padding: 8px 16px;
	/* top: 2px; */
}
#header .nav-header ul li a {
	display: flex;
	position: relative;
	padding: 8px 24px;
	white-space: nowrap;
}
#header .nav-header ul li .btn-border:hover {
    color: #fff;
}
#header .nav-header ul li a:hover {
	opacity: 1;
	color: #0081CA;
}
#header .nav-header ul li a span {
	padding: 0 0.5em 0 0;
}
#header .nav-header ul li a i {
	padding: 0 6px 0 0;
}
#header .nav-header ul li .btn-en {
	top: -1px;
}
#header .nav-header ul li .btn-cn {
	top: -1px;
}
#header .nav-header ul li .btn-en::before,
#header .nav-header ul li .btn-en::after {
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #080808;
	z-index: 2;
	content: "";
}
#header .nav-header ul li .btn-en::after {
	left: auto;
	right: 0;
}
#header .nav-header .nav-header-in {
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	background: #fff;
	/* height: 0; */
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#header .nav-header .nav-header-in a {
	position: relative;
	z-index: 3;
	width: 82px;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 30px;
	transition: none;
}
#header .nav-header .nav-header-in li {
	margin: 0;
}
#header .nav-header .btn-world-wrap:hover .nav-header-in {
	/* height: 60px; */
	opacity: 1;
	visibility: visible;
}
#header .nav-header .btn-world-wrap:hover .nav-header-in li a {}
#header .nav-header .btn-world-wrap:hover .nav-header-in li a:hover {
	opacity: 0.7;
}

#header .nav-global {
	width: 100%;
}
#header .nav-global ul {
	display: flex;
	justify-content: center;
}
#header .nav-global ul li {
	margin: 0 0 0 64px;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#header .nav-global ul li:after {
	content: '';
	width: 0;
	margin-top: 8px;
	height: 1px;
	background: #000a0f;
	display: block;
	transition: width 0.2s ease-in-out;
}
#page-home #header .nav-global ul .top::after, #page-diving #header .nav-global ul .diving::after, #page-room #header .nav-global ul .room::after, #page-faq #header .nav-global ul .faq::after, #page-request #header .nav-global ul .contact::after, #header .nav-global ul li:hover::after {
	width: 100%;
}
#header .nav-global ul li:first-child {
	margin: 0;
}
#header .nav-global ul li a:hover {
	opacity: 1;
}
@keyframes is-fixed {
	from {
		height: 0;
	}
	to {
		height: 75px;
	}
}
@keyframes is-select {
	from {
		height: 75px;
	}
	to {
		height: 125px;
	}
}
body.is-fixed #header, #page-home.is-fixed #header {
	position: fixed;
	height: 75px;
	animation: is-fixed .2s ease-out forwards;
	background: #fff;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}
body.is-fixed.is-select #header, #page-home.is-fixed.is-select #header {
	position: fixed;
	height: 125px;
	animation: is-select .2s ease forwards;
}
body.is-fixed #header .nav-global {
	opacity: 0;
	visibility: hidden;
}
body.is-fixed.is-select #header .nav-global, #page-home.is-fixed.is-select #header .nav-global {
	opacity: 1;
	visibility: visible;
}
body.is-fixed #header .logo, body.is-fixed #header .nav-header {
	animation: is-show .2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0s;
}


/*------------------------------------------
 *	#footer
------------------------------------------*/

.pagetop {
	position: absolute;
	top: -70px;
	bottom: auto;
	right: 90px;
	z-index: 3;
}
.pagetop a {
	position: relative;
	display: block;
}
.pagetop a span {
	display: block;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	color: #006192;
}
.pagetop a .ico {
	position: relative;
	top: -10px;
}
.pagetop a .ico,
.pagetop a .ico:before {
	transition: top .3s cubic-bezier(0.68, 2.50, 0.62, 0.24) .2s;
}
.pagetop a:hover .ico {
	top: -20px;
}
.pagetop a:hover .ico:before {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: 0 -4px;
	border-top: 2px solid #006192;
	border-right: 2px solid #006192;
	transform: rotate(-45deg);
	content: "";
}

#footer {
	position: relative;
}
#footer, #footer a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#footer .footer-top {
	position: relative;
	height: 590px;
	padding: 70px 0 0;
	box-sizing: border-box;
	background: url(../../images/common/bg_footer.jpg) center center no-repeat;
	background-size: cover;
}
#footer .footer-top h1 {
	width: 158px;
	height: 44px;
	margin: 0 auto 100px;
}
#footer .footer-reserve p {
	margin: 0 0 58px;
	color: #fff;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: 0.03em;
}
#footer .footer-top .btn-reserve {
	width: 480px;
	height: 70px;
	margin: 0 auto;
	padding: 24px 0;
	font-size: 20px;
}
#footer .footer-top .btn-slide {
	position: relative;
	width: 480px;
	height: 70px;
}
#footer .footer-top .btn-slide-in {
	width: 480px;
	height: 70px;
	background: #fff;
}
#footer .footer-top .btn-slide:hover a {
	color: #000a0f;
	opacity: 1;
}
#footer .footer-company {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000a0f;
	margin: 0 120px;
	padding: 50px 0 10px;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: 0.1em;
}
#footer .footer-company h2 {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
#footer .footer-company .address {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.03em;
	font-family: 'Noto Sans SC', sans-serif;
}
#footer .footer-company .tel {
	font-size: 15px;
	letter-spacing: 0.03em;
}
#footer .footer-company .call {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	padding: 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
#footer .footer-company .call i {
	padding: 0 6px 0 0;
}
#footer .footer-company .call span {
	font-size: 12px;
	font-weight: normal;
}
#footer .footer-company-in {
	width: 33.3%;
	padding: 0 70px;
	box-sizing: border-box;
	line-height: 1.4;
}
#footer .footer-company-in:nth-of-type(1) {}
#footer .footer-company-in:nth-of-type(2) {
	border-right: 1px solid #40474b;
	border-left: 1px solid #40474b;
}
#footer .footer-bottom {
	display: flex;
	align-items: center;
	height: 165px;
	padding: 0 190px 0;
	box-sizing: border-box;
	background: #000a0f;
}
#footer .nav-footer {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
#footer .nav-footer .btn {
	font-size: 15px;
}
#footer .nav-footer .list-footer {
	display: flex;
	margin: 0 0 0 30px;
}
#footer .nav-footer .list-footer li {
	font-size: 12px;
}
#footer .nav-footer .list-footer li:first-child {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}
#footer .footer-bottom .txt-copyright {
	margin: 0 0 0 auto;
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
	white-space: nowrap;
}
.area-cookie {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	max-width: 964px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000a0f;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.075em;
	z-index: 10;
}
.area-cookie p a {
	color: #fff;
}
.area-cookie.is-hidden {
	animation: is-hidden .3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0s;
}
.area-cookie p {
	margin: 10px 40px;
}
.area-cookie .btn {
	width: 120px;
	padding: 6px 0;
	transition: all .3s;
}
.area-cookie .btn:hover {
	opacity: 0.8;
}

/*------------------------------------------
 *	#main
------------------------------------------*/

#main {
	overflow: hidden;
}
body.is-fixed #main {
	padding: 265px 0 0;
}
#page-home.is-fixed #main {
	padding: 0;
}
#main .sec {
	margin: 0 auto 150px;
}
#main .sec-in {
	width: 964px;
	margin: 0 auto;
}
#main .sec-child {
	padding: 0 102px;
	box-sizing: border-box;
}
#main img {
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
/*------------------------------------------
 *	Common
------------------------------------------*/

.clearfix::after {
	content: '';
	clear: both;
	display: block;
}
.is-disp-pc {
	display: block;
}
.is-disp-mobile {
	display: none;
}
.btn-slide {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
}
.btn-slide a {
	position: relative;
	transition: all .3s ease;
	z-index: 2;
}
.btn-slide-in {
	width: 100%;
	height: 32px;
	left: -100%;
	background: #000a0f;
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.btn-slide:hover .btn-slide-in {
	left: 0;
}
.btn-slide:hover a {
	color: #fff;
	opacity: 1;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.btn-border {
	border: 1px solid #000a0f;
}
.btn-border-white {
	border: 1px solid #fff;
	color: #fff;
}
.btn-base {
	padding: 8px 24px;
}
.btn-center {
	margin: 0 auto;
}
.btn-right {
	margin: 0 0 0 auto;
}
.btn-left {
	margin: 0 auto 0 0;
}
.c-red {
	color: #d00000;
}
.ff-sans {
	font-family: 'Source Sans Pro', sans-serif;
}
.ff-sans-l {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
}
.ff-garamond {
	font-family: 'EB Garamond', serif;
}
.ff-roboto {
	font-family: 'Roboto', sans-serif;
}
.ff-mincho {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: 600;
}
.fs-italic {
	font-style: italic;
}
.fw-b {
	font-weight: bold;
}
.ta-c {
	text-align: center;
}
.txt {
	line-height: 1.71;
}
.tit-sec {
	margin: 0 auto 70px;
	font-size: 60px;
	color: #0081cb;
	letter-spacing: 0.025em;
	font-family: 'EB Garamond', serif;
	white-space: nowrap;
}
#page-faq #sec-faq>.title p {
	width: 760px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
/*------------------------------------------
 *	Ico
------------------------------------------*/

.ico {
	display: inline-block;
}
.ico-volume {
	width: 22px;
	height: 15px;
	background: url(../../images/top/ico_volume.png) 0 0 no-repeat;
	background-size: 22px 15px;
	vertical-align: bottom;
}
.ico-world {
	width: 16px;
	height: 16px;
	background: url(../../images/common/ico_world.svg) center left no-repeat;
	background-size: 16px 16px;
}
.ico-tel {
	width: 18px;
	height: 18px;
	background: url(../../images/common/ico_tel.svg) center left no-repeat;
	background-size: 18px 18px;
}
.ico-facebook {
	width: 28px;
	height: 28px;
	background: url(../../images/common/ico_facebook.svg) center center no-repeat;
	background-size: 28px 28px;
}
.ico-calender {
	width: 13px;
	height: 13px;
	background: url(../../images/common/ico_calendar.svg) center left no-repeat;
	background-size: 13px 13px;
}

.ico-dolphin {
	display: block;
	width: 28px;
	height: 40px;
	margin: 0 auto;
	background: url(../../images/common/ico_dolphin.svg) center center no-repeat;
	background-size: 28px 40px;
}
/*------------------------------------------
 *	#page-home
------------------------------------------*/

#page-home .sec-mv {
	position: relative;
	margin: 0 auto 150px;
}
#page-home .bg-dot {
	/* 	background: url(../../images/top/bg_dot.png) repeat center; */
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .6s ease, opacity .6s ease;
	-moz-transition: transform .6s ease, opacity .6s ease;
	transition: transform .6s ease, opacity .6s ease;
	opacity: 0;
}
#mv-movie-player {
	width: 100%;
	height: 100%;
}
#page-home .sec-mv .area-sound {
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
	margin: 160px auto 0;
	color: #c5c5c5;
}
#page-home .sec-mv .area-sound i {
	font-size: 16px;
}
#page-home .sec-mv .area-sound span {
	cursor: pointer;
}
#page-home .sec-mv .area-sound span:first-of-type {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 16px 0 18px;
	margin: 0 16px 0 0;
}
#page-home .sec-mv .area-sound .select {
	color: #fff;
}
#page-home .sec-mv .ico-play {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 30% 0 0 0;
	text-align: center;
	width: 100%;
	z-index: 5;
	width: 29px;
	height: 28px;
	background: url(../../images/top/ico_play.png) 0 0 no-repeat;
	background-size: 29px 28px;
}
/* Tablet Only */

#page-home .sec-mv.is-tablet .bg-dot {
	background: url(../../images/top/bg_main.jpg) center center no-repeat;
	background-size: cover;
	opacity: 1;
	transition: none;
}
#page-home .sec-mv.is-tablet #mv-movie-player {
	z-index: 10;
	opacity: 0;
}
#page-home .sec-mv.is-tablet .area-sound {
	display: none;
}
#page-home .sec-mv.is-tablet .ico-play {
	display: block;
}
#page-home .sec-island .title {
	margin: 0 auto 64px;
	font-size: 30px;
	letter-spacing: 0.03em;
}
#page-home .sec-island .title h3 {
	margin: 0 auto 24px;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.25;
}
#page-home .sec-island .title p {
	line-height: 1.3;
	font-family: 'Noto Serif SC', serif;
}
#page-home .sec-island .content {
	margin: 0 auto 70px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	text-align: left;
}
#page-home .sec-island .content p:first-child {
	margin: 0 auto;
}
#page-home .sec-island .list-island {
	display: flex;
	justify-content: space-between;
}
#page-home .sec-access {
	margin: 0 auto 120px;
}
#page-home .sec-top .title {
	margin: 0 auto 30px;
	text-align: center;
}
#page-home .sec-top .title p {
	font-size: 20px;
	letter-spacing: 0.03em;
    font-family: 'EB Garamond','Noto serif SC', serif;
	line-height: 1.4em;
}
#page-home .sec-top .content {
	font-size: 15px;
	margin: 0 0 30px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
#page-home .sec-top .btn-more {
	display: flex;
	position: relative;
	width: 212px;
	margin: 0 0 70px auto;
	font-size: 18px;
	letter-spacing: 0.08em;
	color: #006192;
}
/* arrow */

#page-home .sec-top .btn-more span {
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	width: 76px;
	background-color: #006192;
	transition: all .15s ease-in-out 0s;
	height: 1px;
	margin: auto;
}
#page-home .sec-top .btn-more:hover span {
	right: 0;
}
#page-home .sec-top .btn-more span::before, #page-home .sec-top .btn-more span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9px;
	height: 1px;
	content: '';
	background-color: #006192;
	transition: all .15s ease-in-out 0s;
}
#page-home .sec-top .btn-more span::before {
	transform: rotate(35deg);
	transform-origin: bottom right;
}
#page-home .sec-top .btn-more span::after {
	transform: rotate(-35deg);
	transform-origin: bottom right;
}
#page-home .sec-diving .list-diving {
	display: flex;
	justify-content: space-between;
}
#page-home .sec-diving .list-diving .thumb .img {
	margin: 0 0 5px;
}
#page-home .sec-room .list-room .head, #page-home .sec-room .list-room .thumb {
	display: flex;
	justify-content: space-between;
}
#page-home .sec-room .list-room .head {
	margin: 0 0 5px;
}
#page-home .sec-access .content+.img {
	margin: 0 auto 70px;
}
#page-home .sec-access .content+.img img {
	width: 760px;
	height: 187px;
}
#page-home .sec-access .sec-access-in {
	margin: 0 auto 50px;
	padding: 30px 20px 58px 26px;
	border: 1px solid #006192;
	box-sizing: border-box;
}
#page-home .sec-access .sec-access-in h5 {
	margin: 0 auto 30px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #006192;
	font-family:'Noto Serif SC',serif;

}
#page-home .sec-access .sec-access-child {
	display: flex;
	justify-content: space-between;
}
#page-home .sec-access .sec-access-child .content {
	width: 374px;
	margin: 0;
	letter-spacing: 0.03em;
	position: relative;
	font-size: 14px;
	line-height: 2;
}
#page-home .sec-access .sec-access-child .content li {
	line-height: 1.42;
	margin: 0 0 6px;
}
#page-home .sec-access .sec-access-child .content dt span {
	padding: 0 0 0 6px;
	border-left: 6px solid #006192;
}
#page-home .sec-access .sec-access-child .content dd {
	margin: 4px 0;
	padding: 0 0 0 13px;
	line-height: 1.42;
}
#page-home .sec-access .sec-access-child .content dt:nth-of-type(2) {
	margin: 14px 0 0;
}
#page-home .sec-access .sec-access-child .content dd ul {}
#page-home .sec-access-contact p {
	margin: 0 0 30px;
	font-size: 15px;
	letter-spacing: 0.03em;
}
#page-home .sec-access-contact dl {
	display: flex;
	flex-flow: row wrap;
}
#page-home .sec-access-contact dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 24px;
	background: #006192;
	color: #fff;
}
#page-home .sec-access-contact dd {
	width: 620px;
	margin: 0 0 36px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	line-height: 1.6;
	letter-spacing: 0.03em;
	font-size: 15px;
}
#page-home .sec-access-contact dd a {
	text-decoration: underline;
	color: #006192;
}
/*------------------------------------------
 *	#page-diving
------------------------------------------*/

#page-diving .sec-diving>.title {
	margin: 0 auto 140px;
}
#page-diving .sec-diving>.title p {
	width: 760px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
#page-diving .sec-diving-in {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
#page-diving .sec-diving-column {
	display: flex;
	justify-content: space-between;
}
#page-diving .sec-diving-column .content {
	width: 33%;
	padding: 0 70px 0 0;
	box-sizing: border-box;
}
#page-diving .sec-diving-column .tit-border {
	position: relative;
	padding: 0 0 16px;
	margin: -70px 0 70px;
	font-size: 30px;
	letter-spacing: 0.04em;
	font-family: 'EB Garamond', 'Noto Serif SC',serif;
}
#page-diving .sec-diving-column .tit-border-en {
	font-size: 32px;
	font-weight: normal;
}
/* #page-diving .sec-diving-column .tit-border::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 1px;
	background-color: #000a0f;
	content: "";
} */
#page-diving .sec-diving-column h4 {
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
#page-diving .sec-diving-column p {
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1.6;
}
#page-diving .sec-diving-column h4+p {
	margin: 20px 0 0;
}
#page-diving .sec-diving-column p:first-child {
	margin: 0;
}
#page-diving .sec-diving-column .list-diving {
	display: flex;
	justify-content: space-between;
	width: 67%;
	padding: 60px 0 0;
}
#page-diving .sec-diving-weather .list-diving {
	padding: 90px 0 0;
}
#page-diving .sec-diving-area .list-diving {
	order: 2;
}
#page-diving .sec-diving-column .list-diving .thumb {
	margin: 0 0 0 5px;
}
#page-diving .sec-diving-column .list-diving .thumb .img {
	margin: 0 0 5px;
}
#page-diving .sec-diving-area {
	margin: 0 auto 100px;
}
#page-diving .sec-diving-map {
	margin: 0 auto 180px;
	padding: 50px 0;
	background: #e5f2fa;
	box-sizing: border-box;
}
#page-diving .sec-diving-map h3 {
	position: absolute;
	top: -80px;
	right: 0;
}
#page-diving .sec-diving-map h3 img {
	width: 465px;
	height: 123px;
}
#page-diving .sec-diving-map .title {
	position: absolute;
	top: 70px;
	right: 0;
	width: 430px;
	color: #006192;
}
/* #page-diving .sec-diving-map .title::after {
	position: absolute;
	left: -30px;
	top: 5px;
	width: 4px;
	height: 100px;
	background-color: #006192;
	content: "";
} */
#page-diving .sec-diving-map .title h4 {
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#page-diving .sec-diving-map .title p {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#page-diving .sec-diving-map .img {
	margin: 0 auto;
	text-align: center;
}
#page-diving .sec-diving-map .sec-diving-map-child {}
#page-diving .sec-diving-map .sec-diving-map-child-in {
	position: relative;
}
#page-diving .sec-diving-map .sec-diving-map-child-first .img img {
	width: 1062px;
	height: 396px;
	position: relative;
	top: 52px;
}
#page-diving .sec-diving-map .sec-diving-map-child-second .img {}
#page-diving .sec-diving-map .sec-diving-map-child-second .img img {
	width: 1202px;
	height: 470px;
}
#page-diving .sec-diving-map .sec-diving-map-child-third .img img {
	width: 1092px;
	height: 420px;
	position: relative;
	top: 24px;
}
/* slider */

.tns-controls, .tns-nav, .tns-outer [data-action] {
	display: none;
}
.tns-item {
	position: relative;
	outline: none;
}
#page-diving .sec-diving-map .list-control {
	text-align: center;
}
#page-diving .sec-diving-map .list-control li {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}
#page-diving .sec-diving-map .list-control li:focus {
	outline: none;
}
#page-diving .sec-diving-map .list-control li:hover .arrow {
	opacity: 0.6;
}
#page-diving .sec-diving-map .list-control .prev {
	left: 0;
}
#page-diving .sec-diving-map .list-control .next {
	right: 0;
}
#page-diving .sec-diving-map .list-control .arrow-slider {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-top: 3px solid #006192;
	border-right: 3px solid #006192;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	margin: -65px 0 0;
}
#page-diving .sec-diving-map .list-control .arrow-right {
	transform: rotate(45deg);
}
#page-diving .sec-diving-map .list-control .arrow-left {
	transform: rotate(-135deg);
	left: 10px;
}
#page-diving .sec-diving-map .list-thumb {
	display: flex;
	justify-content: space-between;
	width: 330px;
	margin: 30px auto 0;
}
#page-diving .sec-diving-map .list-thumb li {
	display: table;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	padding: 0 10px;
	line-height: 1.4;
	background-color: #fff;
	color: #006192;
	font-weight: bold;
	text-align: center;
	border: 1px solid #006192;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}
#page-diving .sec-diving-map .list-thumb li span {
	display: table-cell;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	font-size: 13px;
	vertical-align: middle;
}
#page-diving .sec-diving-map .list-thumb li:nth-of-type(1) span {
	background-image: url(../../images/diving/bg_map1.svg);
	background-size: 56px 78px;
}
#page-diving .sec-diving-map .list-thumb li:nth-of-type(2) span {
	background-image: url(../../images/diving/bg_map2.svg);
	background-size: 71px 83px;
}
#page-diving .sec-diving-map .list-thumb li:nth-of-type(3) span {
	background-image: url(../../images/diving/bg_map3.svg);
	background-size: 71px 83px;
}
#page-diving .sec-diving-map .list-thumb li:hover, #page-diving .sec-diving-map .list-thumb li[aria-selected="true"] {
	background-color: #006192;
}
#page-diving .sec-diving-map .list-thumb li:hover span, #page-diving .sec-diving-map .list-thumb li[aria-selected="true"] span {
	color: #fff;
}
#page-diving .sec-diving-map .list-thumb li:focus {
	outline: none;
}
#page-diving .sec-diving-style {
	margin: 0 auto 60px;
}
#page-diving .sec-diving-style .content {
	padding: 0 0 0 70px;
	order: 2;
}
#page-diving .sec-diving-schedule {
	margin: 0 auto 170px;
	height: 570px;
}
#page-diving .sec-diving-schedule .title {
	position: relative;
	width: 33%;
}
#page-diving .sec-diving-schedule .title h3 {
	position: absolute;
	top: 0;
	right: -36px;
}
#page-diving .sec-diving-schedule .title h3 img {
	width: 350px;
	height: 93px;
}
#page-diving .sec-diving-schedule .content {
	width: 67%;
	margin: 48px 0 0;
	padding: 0;
	border-top: 1px solid #bfd7e4;
}
#page-diving .sec-diving-schedule .content-in {
	display: flex;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #bfd7e4;
}
#page-diving .sec-diving-schedule .content-in:nth-of-type(2n) {
	background: #f2f8fc;
}
#page-diving .sec-diving-schedule .content-in .title {
	width: 17.6%;
	font-size: 13px;
	text-align: center;
}
#page-diving .sec-diving-schedule .content-in .body {
	width: 82.4%;
	line-height: 2;
	letter-spacing: 0.05em;
}
#page-diving .sec-diving-schedule .content-in .flex-in {
	padding-right: 15px;
}	
#page-diving .sec-diving-schedule .content-in .body .bg-blue {
	display: flex;
	color: #006192;
	font-weight: bold;
	box-sizing: border-box;
	}
#page-diving .sec-diving-schedule .content-in .body .bg-blue span {
	padding-left: 15px;
}	
#page-diving .sec-diving-schedule .content-in .body .c-blue {
	color: #006192;
}
#page-diving .sec-diving-schedule .content-in .body .attention {
	display: block;
	font-size: 12px;
}
#page-diving .sec-diving-weather {
	margin: 0 0 40px;
}
#page-diving .sec-diving-weather .list-diving li:nth-of-type(2) {
	margin: 0 5px;
}
#page-diving .sec-diving-season {
	margin: 0 auto 180px;
}
#page-diving .sec-diving-season h4 {
	margin: 0 48px -20px 0;
	text-align: right;
}
#page-diving .sec-diving-season h4 img {
	width: 458px;
	height: 118px;
}
#page-diving .sec-diving-season .sec-diving-column .img {
	width: 33%;
	padding: 55px 50px 0 0;
	box-sizing: border-box;
}
#page-diving .sec-diving-season .sec-diving-column {
	margin: 0 0 70px;
}
#page-diving .sec-diving-season .sec-diving-column .content {
	width: 67%;
}
#page-diving .sec-diving-season .sec-diving-column .content h5 {
	margin: 0 0 20px;
	font-size: 16px;
	color: #006192;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif SC', serif;
}
#page-diving .sec-diving-season .sec-diving-column .content h5 span {
	font-size: 35px;
	letter-spacing: 0.025em;
	font-family: 'EB Garamond', serif;
}
#page-diving .sec-diving-season .sec-diving-column .content .area-temp {
	display: inline-block;
	padding: 8px;
	background: #006192;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
#page-diving .sec-diving-season .sec-diving-column .content p {
	margin: 20px 0;
	line-height: 1.6;
}
#page-diving .sec-diving-season .sec-diving-column .content dl {
	display: flex;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #bfd7e4;
	border-bottom: 1px solid #bfd7e4;
}
#page-diving .sec-diving-season .sec-diving-column .content dl dt {
	width: 90px;
	color: #006192;
	text-align: center;
}
#page-diving .sec-diving-wonderful {
	height: 560px;
	padding: 145px 0 0;
	box-sizing: border-box;
	background: url(../../images/diving/bg_wonderful.jpg) center center no-repeat;
	background-size: cover;
}
#page-diving .sec-diving-wonderful h3 {
	margin: 0 auto 52px;
}
#page-diving .sec-diving-wonderful h3 img {
	width: 486px;
	height: 55px;
}
#page-diving .sec-diving-wonderful p {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
#page-diving .sec-diving-fee {
	padding: 70px 0 10px;
	background: #e5f2fa;
}
#page-diving .sec-diving-fee .sec-in {
	margin: 0 auto 60px;
}
#page-diving .sec-diving-fee h4 {
	font-size: 24px;
	letter-spacing: 0.1em;
}
#page-diving .sec-diving-fee h4+p {
	margin: 30px auto;
	line-height: 1.71;
	letter-spacing: 0.05em;
}
#page-diving .sec-diving-fee table {
	width: 100%;
	margin: 0 auto 16px;
	background: #fff;
}
#page-diving .sec-diving-fee h4+table {
	margin: 40px auto 16px;
}
#page-diving .sec-diving-fee table tr:nth-of-type(2n-1) {
	background: #f8fbfd;
}
#page-diving .sec-diving-fee table tr td {
	padding: 12px;
	vertical-align: middle;
	border: 1px solid #bfd7e4;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
#page-diving .sec-diving-fee .table-column-three tr:nth-of-type(1) td {
	padding: 12px 0;
	text-align: center;
}
#page-diving .sec-diving-fee .table-column-three tr:nth-of-type(2n) {
	background: #f2f8fc;
}
#page-diving .sec-diving-fee .table-column-three tr:nth-of-type(2n-1) {
	background: none;
}
#page-diving .sec-diving-fee .table-column-three tr td:nth-of-type(1), #page-diving .sec-diving-fee .table-column-two tr td:nth-of-type(1) {
	padding: 12px 0 12px 60px;
	letter-spacing: 0.025em;
}
#page-diving .sec-diving-fee table tr td:nth-of-type(1) {
	border-left: none;
}
#page-diving .sec-diving-fee table tr td:last-of-type {
	border-right: none;
}
#page-diving .sec-diving-fee .table-column-three tr td {
	padding: 12px 0 12px 64px;
}
#page-diving .sec-diving-fee .table-column-three tr td:nth-of-type(1) {
	width: 364px;
}
#page-diving .sec-diving-fee .table-column-two tr td:nth-of-type(1) {
	width: 482px;
}
#page-diving .sec-diving-fee .table-column-two tr td:nth-of-type(2) {
	padding: 12px 200px 12px 15px;
	text-align: right;
}
#page-diving .sec-diving-fee table tr .col {
	padding: 12px 275px 12px 0;
	text-align: right;
}
#page-diving .sec-diving-fee .table-cancel tr td {
	width: 320px;
}
#page-diving .sec-diving-fee ul {}
#page-diving .sec-diving-fee ul li {
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*------------------------------------------
 *	#page-contact
------------------------------------------*/

#page-contact .sec-contact {
	width: 490px;
	margin: 0 auto 175px;
}
#page-contact .sec-contact .title {
	margin: 0 auto 70px;
}
#page-contact .sec-contact .txt-contact {
	margin: 0 auto 60px;
	line-height: 2;
}
#page-contact .sec-contact .list-contact .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #7c7c7c;
}
#page-contact .sec-contact .list-contact .title span {
	font-size: 15px;
	font-style: normal;
	color: #e4291e;
	vertical-align: super;
}
#page-contact .sec-contact .list-contact .body {
	margin: 0 0 30px;
}
#page-contact .sec-contact .list-contact input, #page-contact .sec-contact .list-contact textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #151515;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 15px;
}
#page-contact .sec-contact .area-btn-confirm {
	display: flex;
	justify-content: space-between;
}
#page-contact .sec-contact .btn {
	height: 70px;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: none;
}
#page-contact .sec-contact .btn-input {
	width: 280px;
	margin: 0 auto;
	background: #0081cb;
}
#page-contact .sec-contact .btn-cancel {
	width: 190px;
	background: #c9c9c9;
}
#page-contact .sec-contact .txt-error {
	margin: 8px 0;
	color: #e4291e;
	font-size: 12px;
}
/*------------------------------------------
 *	#page-sitemap
------------------------------------------*/

#page-sitemap .tit-sec {
	text-align: center;
}
#page-sitemap .list-sitemap {
	width: 760px;
	margin: 0 auto 175px;
}
#page-sitemap .list-sitemap li {
	position: relative;
	border-bottom: solid 1px #e5e6e7;
	font-size: 20px;
}
#page-sitemap .list-sitemap li::before {
	right: 30px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#page-sitemap .list-sitemap li a {
	display: block;
	width: 100%;
	padding: 26px 0 26px 30px;
}
#page-sitemap .list-sitemap li:first-child {
	border-top: solid 1px #e5e6e7;
}
/*------------------------------------------
 *	#page-faq
------------------------------------------*/

#page-faq .title {
	margin-bottom: 70px;
}
#page-faq .list-faq {
	width: 760px;
	margin: 0 auto 175px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
#page-faq .list-faq dt {
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 15px 0;
	border-top: solid 1px #e5e6e7;
	margin-top: 24px;
	color: #0081cb;
}
#page-faq .list-faq dt:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}
#page-faq .list-faq dd {
	line-height: 2;
}
/*------------------------------------------
 *	#page-privacy
------------------------------------------*/

#sec-privacy {
	width: 760px;
	margin: 0 auto 175px;
}
#page-privacy .title p {
	font-size: 18px;
	line-height: 1.6;
}
#page-privacy .list-privacy {
	margin: 70px 0 30px;
}
#page-privacy .list-privacy>li {
	border-top: solid 1px #e5e6e7;
	padding-bottom: 30px;
}
#page-privacy .list-privacy>li:last-child {
	border-bottom: solid 1px #e5e6e7;
}
#page-privacy .list-privacy h3 {
	padding: 28px 0 22px;
	font-size: 20px;
}
#page-privacy .list-privacy>li p, #page-privacy .list-privacy>li ol {
	font-size: 15px;
	line-height: 1.6;
}
#page-privacy .list-privacy>li ol {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#page-privacy .list-privacy li:last-child a {
	border-bottom: solid 1px #000a0f;
}
#sec-privacy>div:last-child {
	font-size: 15px;
	line-height: 1.6;
}
/*------------------------------------------
 *	#page-reserve
------------------------------------------*/

#page-reserve .sec-reserve {
	max-width: 1020px;
	margin: 0 auto 175px;
}
#page-reserve .sec-reserve h3 {
	font-size: 24px;
	font-weight: bold;
}
#page-reserve .sec-reserve .list-reserve h4 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	line-height: 1.5;
	padding-bottom: 6px;
	margin-bottom: 32px;
}
#page-reserve .sec-reserve .list-reserve h4 span {
	font-size: 22px;
	font-weight: normal;
}
#page-reserve .sec-reserve .list-reserve {
	display: flex;
	justify-content: space-between
}
#page-reserve .sec-reserve .list-reserve li {
	width: 300px;
}
#page-reserve .sec-reserve .content-free h3 {
	margin-bottom: 90px;
}
#page-reserve .sec-reserve .list-reserve .text {
	margin: 10px 0 20px;
	line-height: 1.5;
}
#page-reserve .sec-reserve .btn-reserve a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
#page-reserve .sec-reserve .list-reserve li:nth-of-type(1) .btn-reserve a {
	background-color: #0081cb;
}
#page-reserve .sec-reserve .list-reserve li:nth-of-type(2) .btn-reserve a {
	background-color: #b58e25;
}
#page-reserve .sec-reserve .list-reserve li:nth-of-type(3) .btn-reserve a {
	background-color: #369d03;
}
#page-reserve .sec-reserve .list-reserve li ul li a {
	display: block;
	padding: 10px 40px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	border: solid 1px #b58e25;
	color: #b58e25;
}
#page-reserve .sec-reserve .list-reserve li ul li a span {
	padding: 0 0 0 6px;
	font-size: 14px;
}
#page-reserve .sec-reserve .list-reserve li ul li {
	margin-top: 16px;
}
#page-reserve .sec-reserve .content-free>p {
	margin-top: 40px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 14px 0;
}
#page-reserve .sec-reserve .content-info h3 {
	margin: 106px 0 70px;
	text-align: center;
}
#page-reserve .sec-reserve .content-info h4 {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: bold;
}
#page-reserve .sec-reserve .content-info .list-howto {}
#page-reserve .sec-reserve .content-info .list-howto li {
	margin: 0 0 40px;
}
#page-reserve .sec-reserve .content-info li a {
	color: #006192;
	text-decoration: underline;
}
#page-reserve .sec-reserve .content-info .list-tour li {
	display: flex;
	align-items: center;
	margin: 0 0 32px;
}
#page-reserve .sec-reserve .content-info .list-tour li div {
	width: 200px;
	padding: 4px 0;
	text-align: center;
	box-sizing: border-box;
}
#page-reserve .sec-reserve .content-info .list-tour li .bg-blue {
	color: #fff;
	background: #006192;
}
#page-reserve .sec-reserve .content-info .list-tour li .bg-white {
	margin: 0 20px 0 0;
	font-size: 12px;
	background: #fff;
	border: 1px solid #006192;
}
#page-reserve .sec-reserve .content-info .list-tour li p {
	margin: 0 20px 0 0;
}
/*------------------------------------------
 *	#page-request
------------------------------------------*/

#page-request .sec-contact {
	width: 700px;
	margin: 0 auto 175px;
}
#page-request .sec-contact .title {
	margin: 0 auto 70px;
}
#page-request .sec-contact .txt-contact {
	margin: 0 auto 60px;
	font-size: 18px;
	line-height: 2;
}
#page-request .sec-contact .txt-contact span {
	font-weight: bold;
}	
#page-request .sec-contact h3 {
	margin: 0 0 30px;
	padding: 0 0 24px;
	font-size: 16px;
	color: #0081cb;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #ccc;
}
#page-request .sec-contact-in {
	width: 490px;
}
#page-request .sec-contact .select-wrap {
	position: relative;
	display: inline-block;
	width: 490px;
	background: #fff;
}
#page-request .sec-contact .select-wrap-100 {
	width: 100px;
}
#page-request .sec-contact .select-wrap:after {
	content: "";
	border-right: 1px solid #000a0f;
	border-top: 1px solid #000a0f;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 10px;
	margin: -6px 0 0;
	position: absolute;
	transform: rotate(135deg);
	z-index: 1;
}
#page-request .sec-contact .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 36px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 25px 0 15px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #151515;
	border-radius: 3px;
}
#page-request .sec-contact .select-wrap select::-ms-expand {
	display: none;
}
#page-request .sec-contact .select-wrap select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #0a0a0a;
}
#page-request .sec-contact .list-visit {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
#page-request .sec-contact .list-contact dt {
	width: 52px;
	margin: 0 0 10px;
}
#page-request .sec-contact .list-contact dd {
	width: 648px;
	margin: 0 0 10px;
}
#page-request .sec-contact .list-contact .title {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333232;
	letter-spacing: 0.03em;
}
#page-request .sec-contact .list-contact .title p {
	padding: 10px 0 5px;
}
#page-request .sec-contact .list-contact .txt p {
	margin: 0 0 10px;
	font-size: 12px;
}
#page-request .sec-contact .list-contact .title-guest {
	margin: 0 0 20px;
}
#page-request .sec-contact .list-contact .title-guest em {
	padding: 0 24px 0 0;
	font-size: 16px;
	color: #0081cb;
}
#page-request .sec-contact .list-contact .title span {
	font-size: 15px;
	font-style: normal;
	color: #e4291e;
	vertical-align: super;
}
#page-request .sec-contact .list-contact .title-in {
	margin: 0 0 20px;
	padding: 12px 0;
	text-align: center;
	color: #0081cb;
	background: #f2f9fc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#page-request .sec-contact .list-contact .body {
	margin: 0 0 30px;
}
#page-request .sec-contact .list-contact .contact-room, #page-request .sec-contact .list-contact .body .content-guest {
	display: none;
}
#page-request .sec-contact .list-contact .body .content-in {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
	border-bottom: 1px solid #ccc;
}
#page-request .sec-contact .list-contact .contact-room .content {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}
#page-request .sec-contact .list-contact .contact-room .content-in {
	display: block;
	width: 350px;
	margin: 0;
	border: none;
}
#page-request .sec-contact .list-contact .contact-room .content span {
	padding: 0 10px 0 0;
	color: #333232;
}
#page-request .sec-contact .list-contact .body .content-in-rental {
	margin: 0;
	border-bottom: none;
}
#page-request .sec-contact .list-contact .body .content-child {
	width: 350px;
}
#page-request .sec-contact .list-contact .body .content-child-column {
	display: flex;
}
#page-request .sec-contact .list-contact .body .content-child-column .content-child-in {
	padding: 0 0 0 16px;
	box-sizing: border-box;
}
#page-request .sec-contact .list-contact .body .content-in-rental .body label {
	padding: 0 0 0 24px;
}
#page-request .sec-contact .list-contact .body .content-child input, #page-request .sec-contact .list-contact .body .content-child textarea {
	width: 100%;
}
#page-request .sec-contact .list-contact .body .content-child .select-wrap {
	width: 350px;
}
#page-request .sec-contact .list-contact .body .content-child .input-size-70 {
	width: 70px;
}
#page-request .sec-contact .list-contact .body .content-child .input-size-90 {
	width: 90px;
}
#page-request .sec-contact .list-contact .body .content-child .input-size-auto {
	width: auto;
}
#page-request .sec-contact .list-contact input, #page-request .sec-contact .list-contact textarea {
	width: 490px;
	padding: 8px;
	border: 1px solid #151515;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 15px;
}
#page-request .sec-contact .area-btn-confirm {
	display: flex;
	justify-content: space-between;
	width: 490px;
	margin: 0 auto;
}
#page-request .sec-contact .txt01 {
	margin: 100px auto 30px;
	font-size: 30px;
	letter-spacing: 0.03em;
	text-align: center;
}
#page-request .sec-contact .txt02 {
	font-size: 15px;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 2;
}
#page-request .sec-contact .txt02 a {
	color: #0081cb;
}
#page-request .sec-contact .btn {
	height: 70px;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: none;
}
#page-request .sec-contact .btn-input {
	width: 280px;
	margin: 0 auto;
	background: #0081cb;
}
#page-request .sec-contact .btn-cancel {
	width: 190px;
	background: #c9c9c9;
}
#page-request .sec-contact .txt-error {
	margin: 8px 0;
	color: #e4291e;
	font-size: 12px;
}
/*------------------------------------------
 *	slick-slider
------------------------------------------*/

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.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;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
	border: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 0 solid transparent;
}
.slick-slider.photo-main .slick-slide {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-slider .slick-slide {
	outline: none;
}
#page-room .room-slide .arrow-slider {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.3s ease;
	margin: -16px 0 0;
	z-index: 1;
}
#page-room .room-slide .arrow-right {
	transform: rotate(45deg);
	right: 4%;
}
#page-room .room-slide .arrow-left {
	transform: rotate(-135deg);
	left: 4%;
}
/*------------------------------------------
 *	#page-room
------------------------------------------*/

#page-room .sec-room-top {
	max-width: 1500px;
	margin: 0 auto;
}
#page-room .sec-room .title {
	margin: 0 auto 70px;
}
/* resort,hale共通 */

#page-room .sec-room>.title p {
	width: 760px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
/* room-tab */

#page-room .room-tab {
	display: flex;
	justify-content: center;
	padding: 0 7%;
	box-sizing: border-box;
}
#page-room .room-tab p {
	width: 50%;
}
#page-room .room-tab a {
	display: block;
	width: auto;
	height: 70px;
	line-height: 70px;
	font-size: 33px;
	color: #a3a4a5;
	border: solid 1px #a3a4a5;
	letter-spacing: 0.03em;
}
#page-room .room-tab p.on a {
	color: #ffffff;
	background-color: #0081cb;
	border: solid 1px #0081cb;
}
#page-room .room-slide {
	position: relative;
	overflow: hidden;
}
#page-room .room-slide-before {
	position: relative;
	width: 100%;
	top: -810px;
	height: 810px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: ease 0.4s;
}
#page-room .room-slide-main {
	position: absolute;
	top: 50%;
	right: auto;
	left: auto;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#page-room .room-slide-main button {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
}
#page-room .room-slide-main button:focus {
	outline: none;
}
#page-room .room-slide-main button::after {
	display: block;
	width: 32px;
	height: 32px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#page-room .room-slide-main button:first-child::after {
	transform: rotate(-135deg);
}
#page-room .room-slide-info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #000a0f;
	background-color: rgba( 0, 10, 15, 0.7);
	line-height: 70px;
}
#page-room .room-slide-info-in {
	max-width: 1440px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#page-room .room-slide-info-in p, #page-room .room-slide-info-in a {
	color: #ffffff;
}
#page-room .room-slide-info-in>div {
	display: flex;
}
#page-room .room-slide-info-in>div p {
	font-size: 18px;
}
#page-room .room-slide-info-in>div p:first-child {
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	font-weight: normal;
}
#page-room .room-slide-info-in>div p:first-child img {
	margin-right: 2px;
	width: 18px;
	height: 18px;
}
#page-room .room-slide-info-in>div .btn-inquiry {
	padding: 8px 60px;
	border: solid 1px #ffffff;
	font-size: 16px;
	margin-left: 30px;
	letter-spacing: 0.03em;
}
#page-room .room-slide-info-in>p {
	font-size: 38px;
}
#btn-slide-next::after {
	position: relative;
	right: 10px;
}
/* list-resort-wrap */

#page-room .list-resort-wrap {
	background-color: #000;
}
#page-room .list-resort {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
#page-room .list-resort li {
	margin: 0 10px;
	cursor: pointer;
}
#page-room .list-resort li {
	background-color: #000;
	display: inline-block;
}
#page-room .list-resort li img {
	opacity: 0.5;
	display: block;
	transition: ease 0.3s;
}
#page-room .list-resort .slick-current img {
	opacity: 1;
}
#page-room .list-resort .slick-track {
	display: flex;
	justify-content: space-between;
	width: 100%!important;
}
#page-room .list-resort .slick-slide {
	width: 100%!important;
}
/* tit-resort */

#page-room .tit-resort h3 {
	margin: 70px 0 45px;
	font-size: 46px;
	letter-spacing: 0.03em;
}
#page-room .tit-resort p {
	line-height: 1.6;
	font-size: 18px;
}
/* content */

#page-room .sec-room-content .content {
	margin: 120px 0 0;
}
#page-room .sec-room-content .content>p {
	font-size: 28px;
	letter-spacing: 0.03em;
	font-family: 'EB Garamond','Noto Serif SC', serif;
    color: #006192;
}
#page-room .sec-room-content .content h4 {
	width: 964px;
	margin: 30px auto;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
/* list-food-image */

#page-room .list-feature-image {
	max-width: 964px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#page-room .list-feature-text {
	margin: 50px 0 0 0;
}
/* list-food-text */

#page-room .list-feature-text h5, #page-room .content-map-text h5 {
	color: #006192;
	font-size: 32px;
	font-family: 'Noto Serif SC', serif;
}
#page-room .list-feature-text p, #page-room .content-map-text p {
	font-size: 15px;
	line-height: 1.6;
	width: 760px;
	margin: 30px auto 50px;
	text-align: left;
}
/* sec-room-info */

#page-room .sec-room-info {
	padding: 72px 0 70px;
	background-color: #e5f2fa;
	margin-top: 120px;
}
#page-room .sec-room-info h4 {
	font-size: 30px;
	letter-spacing: 0.04em;
}
#page-room .sec-room-info table td, #page-room .sec-room-info table th {
	border-left: 1px solid #bfd7e4;
	box-sizing: border-box;
}
#page-room .sec-room-info table td:first-child, #page-room .sec-room-info table th:first-child {
	border-left: none;
}
#page-room .sec-room-info table tr {
	border-bottom: 1px solid #bfd7e4;
	background-color: #fff;
}
#page-room .sec-room-info table tr:first-child {
	border-top: 1px solid #bfd7e4;
}
#page-room .sec-room-info table tr.is-block-pc {
	display: table-row;
}
#page-room .sec-room-info table {
	width: 964px;
	font-size: 15px;
}
#page-room .table-cancel tr:nth-of-type(1) {
	background-color: #f2f8fc;
}
#page-room .table-cancel th, #page-room .table-cancel td {
	width: 192px;
	padding: 8px 4px;
}
#page-room .table-cancel {
	margin: 10px auto 0;
}
#page-room .sec-room-info>p {
	width: 964px;
	margin: 30px auto 0 auto;
	color: #d00000;
	text-align: left;
	line-height: 1.6;
}
#page-room .list-attention {
	width: 964px;
	margin: 10px auto 70px;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
#page-room .list-attention li {
	margin: 0 0 10px;
}
#page-room .sec-room-content .content.hale h4 span {
	color: #b48e29;
}
#page-room .content.hale .list-feature-text {
	margin: 50px 0 0 0;
}
#page-room .sec-room-content .content.resort h4 span {
	color: #f6515a;
}
#page-room .table-price.resort {
	margin: 20px auto 0;
}
#page-room .table-price.resort th, #page-room .table-price td {
	width: 240px;
}
#page-room .table-price.resort tr:nth-of-type(2), #page-room .table-price.resort tr:nth-of-type(4) {
	border-bottom: none;
}
#page-room .table-price.resort tr:nth-of-type(2), #page-room .table-price.resort tr:nth-of-type(3) {
	background-color: #f2f8fc;
}
#page-room .table-price.resort tr:nth-of-type(1) th, #page-room .table-price.resort tr:nth-of-type(1) td {
	padding: 12px 0;
}
#page-room .table-price.resort tr:nth-of-type(2) th, #page-room .table-price.resort tr:nth-of-type(2) td, #page-room .table-price.resort tr:nth-of-type(4) th, #page-room .table-price.resort tr:nth-of-type(4) td {
	padding: 18px 0 10px;
}
#page-room .table-price.resort tr:nth-of-type(3) th, #page-room .table-price.resort tr:nth-of-type(3) td, #page-room .table-price.resort tr:nth-of-type(5) th, #page-room .table-price.resort tr:nth-of-type(5) td {
	padding: 7px 0 15px;
}
#page-room .table-price.resort tr:nth-of-type(3) th {
	text-align: right;
	padding-right: 56px;
}
#page-room .table-price.resort tr:nth-of-type(5) th {
	text-align: right;
	padding-right: 46px;
}
#page-room .table-price.resort tr:nth-of-type(2) td, #page-room .table-price.resort tr:nth-of-type(3) td, #page-room .table-price.resort tr:nth-of-type(4) td, #page-room .table-price.resort tr:nth-of-type(5) td {
	text-align: right;
	padding-right: 86px;
}
#page-room .table-price.hale {
	margin: 70px auto 0;
}
#page-room .content-map-text {
	margin-top: 70px;
}
#page-room .content-map-text h5 {
	margin-top: 30px;
}
#page-room .content-map-text img {
	max-width: 964px;
	margin: 0 auto;
}
#page-room .table-price.hale th:first-child, #page-room .table-price.hale td {
	width: 320px;
}
#page-room .table-price.hale tr:nth-of-type(2), #page-room .table-price.hale tr:nth-of-type(4), #page-room .table-price.hale tr:nth-of-type(6) {
	border-bottom: none;
}
#page-room .table-price.hale tr:nth-of-type(1), #page-room .table-price.hale tr:nth-of-type(4), #page-room .table-price.hale tr:nth-of-type(5) {
	background-color: #f2f8fc;
}
#page-room .table-price.hale tr:first-child td:last-child {
	line-height: 1.6;
	vertical-align: middle;
}
#page-room .table-price.hale tr:nth-of-type(1) th, #page-room .table-price.hale tr:nth-of-type(1) td {
	padding: 12px 0;
	line-height: 1.3;
}
#page-room .table-price.hale tr:nth-of-type(2) th, #page-room .table-price.hale tr:nth-of-type(2) td, #page-room .table-price.hale tr:nth-of-type(4) th, #page-room .table-price.hale tr:nth-of-type(4) td, #page-room .table-price.hale tr:nth-of-type(6) th, #page-room .table-price.hale tr:nth-of-type(6) td {
	padding: 18px 0 10px;
}
#page-room .table-price.hale tr:nth-of-type(3) th, #page-room .table-price.hale tr:nth-of-type(3) td, #page-room .table-price.hale tr:nth-of-type(5) th, #page-room .table-price.hale tr:nth-of-type(5) td, #page-room .table-price.hale tr:nth-of-type(7) th, #page-room .table-price.hale tr:nth-of-type(7) td {
	padding: 7px 0 15px;
}
#page-room .table-price.hale tr:nth-of-type(3) th, #page-room .table-price.hale tr:nth-of-type(5) th, #page-room .table-price.hale tr:nth-of-type(7) th {
	text-align: right;
	padding-right: 105px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#header .logo {
		padding: 0;
	}
	#header .nav-header ul li:first-child {
		width: 50%;
	}
	#header .nav-header ul li a i {
		padding: 0;
		position: absolute;
		left: -10px;
	}
}

#page-room .sec-room-info .info-price-title {
	width: 964px;
	font-size: 18px;
	margin: 20px auto;
	text-align: left;
}
#page-room .sec-room-info .info-price-title span {
	font-size: 16px;
}
#page-room .sec-room-info .price-1person table {
	box-sizing: border-box;
	margin: 0 auto 40px;
	table-layout: fixed;
}
#page-room .sec-room-info .price-1person-responsive {
	display: none;
}
#page-room .sec-room-info .price-1person table tr {
	border-top: 1px solid #bfd7e4;
}
#page-room .sec-room-info .price-1person table tr:last-of-type {
	border-bottom: 1px solid #bfd7e4;
}
#page-hotel-pir-reserve .rowspan {
	border-bottom: 1px solid #bfd7e4;
	width: 25%;
}
#page-room .sec-room-info .price-1person table tr th {
	padding: 12px 0 12px 0px;
	background-color: #e9f3fb;
	border-right: 1px solid #bfd7e4;
	text-align: center;
	vertical-align: middle;
}
#page-room .sec-room-info .price-1person table tr th:last-of-type {
	border-right: none;
}
#page-room .sec-room-info .price-1person table tr td {
	padding: 12px 0 12px 0px;
	background-color: #ffffff;
	border-right: 1px solid #bfd7e4;
	text-align: center;
}
#page-room .sec-room-info .price-1person table tr td:last-of-type {
	border-right: none;
}