@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');
@import url("font-awesome.min.css");

html {
	font-family: 'Shippori Mincho', serif;
	}

body {
	width: 100vw;
	height: auto;
	min-height: 100vh;
	padding: 50px 0 0 0;
	color: #333;
	background: #fff;
	overflow-x: hidden;
	}

a {
	color: #0092b1;
	text-decoration: none;
	transition: .3s ease;
	}

a.exlink {
	color: #0066cc;
	text-decoration: underline;
	transition: .3s ease;
	}

a.exlink:hover {
	color: #ff6600;
	text-decoration: underline;
	}

figure {
	margin: 0;
	}

img {
	max-width: 100%;
	width: 100%;
	}

img[src*=".svg"] {
	width: 100%;
	border: none;
	}
@media screen and (max-width:767.98px){
img[src*=".svg"] {
	width: 100%;
	}
}

header {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,.8);
	border-bottom: 1px solid #ccc;
	z-index: 10000000000;
	transition: .5s ease;
	}

header #logo {
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
	width: 350px;
	transform: translateY(-50%);
	transition: .5s ease;
	}
@media screen and (max-width:767.98px){
header #logo {
	width: 250px;
	}
}

header #logo img {
	display: block;
	max-width: 100%;
	}

header nav ul {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	}

header nav ul li {
	position: relative;
	display: block;
	border-left: 1px solid #ccc;
	}

header nav ul li a {
	position: relative;
	display: block;
	height: 50px;
	padding: 7px 15px 0;
	color: #333;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: .2em;
	white-space: nowrap;
	}
@media screen and (max-width:767.98px){
header nav ul li a {
	height: auto;
	padding: 0 5px;
	font-size: 4vw;
	}
}

header nav ul li a:hover {
	color: #fff;
	background: #0092b1;
	}

body#facility header nav ul li.facility a,
body#experience header nav ul li.experience a,
body#food header nav ul li.food a,
body#access header nav ul li.access a,
body#price header nav ul li.price a {
	color: #fff;
	background: #0092b1;
	}

header nav ul li.booking a {
	color: #fff;
	background: #f60;
	}

header nav ul li a span {
	display: block;
	}

header span.bt {
	display: none;
	}
@media screen and (max-width:767.98px){
header span.bt {
	position: fixed;
	right: 15px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	content: "";
	transition: .5s ease;
	}
header span.bt:before {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 30px;
	height: 2px;
	content: "";
	background: #0092b1;
	transition: .2s ease;
	}
header span.bt:after {
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 30px;
	height: 2px;
	content: "";
	background: #0092b1;
	transition: .2s ease;
	}
header span.bt.open:before {
	top: 13.5px;
	transform: rotate(-585deg);
	}
header span.bt.open:after {
	bottom: 13.5px;
	transform: rotate(585deg);
	}
header nav {
	position: fixed;
	right: -100%;
	top: 50px;
	width: 100%;
	transition: .5s ease;
	}
header nav.open {
	right: 0px;
	}
header nav ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translateY(0%);
	background: rgba(255,255,255,.8);
	}
header nav ul li {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
	}
header nav ul li a {
	padding: 15px 20px;
	font-size: 4vw;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}
header nav ul li a span {
	font-size: 3.5vw;
	}
}

footer {
	padding: 50px 0;
	color: #fff;
	text-align: center;
	background-color: #0092b1;
	}
@media screen and (max-width:767.98px){
footer {
	padding: 50px 4vw;
	}
}

footer a {
	color: #fff;
	text-decoration: none;
	}

footer .contact {
	margin: 0 0 50px;
	}

footer .contact h2 {
	margin: 0 0 1em;
	font-size: 24px;
	letter-spacing: .2em;
	}

footer .contact p {
	display: block;
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 1px;
	}

footer .contact p.mailto {
	margin: 0 0 .5em;
	font-size: 24px;
	font-weight: bold;
	}

footer .contact p.telnum {
	margin: 0 0 .2em;
	font-size: 24px;
	font-weight: bold;
	}

footer .contact p.teltime {
	font-size: 12px;
	}

footer .contact p.notice {
	font-size: 12px;
	}

footer .faddress {
	margin-bottom: 50px;
	}

footer .faddress p {
	display: block;
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 1px;
	}
@media screen and (max-width:767.98px){
footer .faddress p {
	font-size: 4vw;
	}
}

footer img {
	width: 100%;
	max-width: 300px;
	margin: 50px 0;
	}
@media screen and (max-width:767.98px){
footer img {
	display: none;
	}
}

footer .copyright {
	padding: 20px 0;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
@media screen and (max-width:767.98px){
footer .copyright {
	font-size: 5vw;
	}
footer .copyright span {
	display: none;
	}
}

.totop {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 80px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 7px;
	background: #f60;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s ease;
	}
@media screen and (max-width:414px){
.totop {
	right: 15px;
	width: 40px;
	height: 40px;
	}
}

.totop:hover {
	background: #fa0;
	}

.book {
	padding: 50px 0;
	}
@media screen and (max-width:767.98px){
.book {
	padding: 10vw 4vw;
	}
}

.book a {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .25em;
	background: #f60;
	border-radius: 5px;
	}
@media screen and (max-width:767.98px){
.book a {
	padding: 8vw 0 9vw;
	font-size: 6vw;
	}
}

.book a:hover {
	background: #fa0;
	}

/* メニュー */
.menu {
	display: none;
	padding: 50px 0;
	}
@media screen and (max-width:767.98px){
.menu {
	display: block;
	padding: 4vw;
	}
}

.menu ul {
	display: block;
	}

.menu li {
	display: block;
	margin: 0 0 4vw;
	}

.menu li a {
	display: block;
	padding: 4vw;
	font-size: 5vw;
	text-align: center;
	border: 1px solid #0092b1;
	border-radius: 5px;
	}

