@charset "UTF-8";

@import url("font-awesome.min.css");

html {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	}

body {
	padding: 50px 0 0 0;
	color: #333;
	background: #fafafa;
	}

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

a:hover {
	color: #309898;
	}

/* header */
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	background: #fff;
	z-index: 1000;
	}

header .logo {
	display: block;
	}

header .logo a {
	display: block;
	}

header .logo a img {
	display: block;
	height: 30px;
	}

header span.bt {
	display: none;
	}
@media screen and (max-width:767.98px){
header span.bt {
	position: fixed;
	right: 10px;
	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: 1px;
	content: "";
	background: #aaa;
	transition: .2s ease;
	}
header span.bt:after {
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 30px;
	height: 1px;
	content: "";
	background: #aaa;
	transition: .2s ease;
	}
header span.bt.open:before {
	top: 13.5px;
	transform: rotate(-315deg);
	}
header span.bt.open:after {
	bottom: 13.5px;
	transform: rotate(315deg);
	}
}

header nav {
	position: absolute;
	right: 10px;
	top: 0px;
	display: block;
	z-index: 1000;
	}
@media screen and (max-width:767.98px){
header nav {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	transition: .5s ease;
	}
header nav.open {
	top: 50px;
	}
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:767.98px){
header nav ul {
	border-top: 1px solid #ccc;
	}
}

header nav ul li {
	display: block;
	}
@media screen and (max-width:767.98px){
header nav ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	}
header nav ul li.sns {
	width: calc(100% / 3);
	}
}

header nav ul li a {
	display: block;
	padding: 19px 10px;
	color: #333;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1em;
	}
@media screen and (max-width:834px){
header nav ul li a {
	padding: 17px 7.5px;
	}
}
@media screen and (max-width:768px){
header nav ul li a {
	padding: 17px 5px;
	}
}

#about header nav ul li.about a,
#activity header nav ul li.activity a,
#facility header nav ul li.facility a,
#food header nav ul li.food a,
#access header nav ul li.access a,
#plan header nav ul li.plan a,
#reservation header nav ul li.reservation a,
header nav ul li a:hover {
	color: #fff;
	background: #0C6990;
	}

header nav ul li.sns a {
	margin-top: -1px;
	}
@media screen and (max-width:767.98px){
header nav ul li.sns a {
	margin-top: 0;
	}
}

@media screen and (max-width:767.98px){
header nav ul li a {
	padding: 20px 15px;
	font-size: 20px;
	color: #333;
	background: #fff;
	}
header nav ul li a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
header nav ul li.sns a {
	font-size: 30px;
	text-align: center;
	}
header nav ul li.sns a:before {
	display: none;
	}
}

header nav ul li.lang a {
	margin: 13px 0 0 15px;
	padding: 5px;
	color: #0C6990;
	font-size: .8em;
	letter-spacing: 0;
	background: #fff;
	border-radius: 5px;
	}
@media screen and (max-width:767.98px){
header nav ul li.lang a {
	margin: 0;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0;
	background: #5b1317;
	border-radius: 0;
	}
header nav ul li.lang a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
}


/* footer */
footer {
	width: 100%;
	padding: 60px 0 0 0;
	}

footer img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 50px;
	}

footer .contact_tel {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	}
@media screen and (max-width:767.98px){
footer .contact_tel {
	width: 90%;
	padding: 20px 4vw;
	}
}

footer .contact_tel h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer .contact_tel h2 {
	font-size: 4vw;
	}
}

footer .contact_tel h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer .contact_tel h3 {
	font-size: 4vw;
	}
}

footer .contact_tel p.desc {
	margin: 0 0 5px;
	font-size: 12px;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer .contact_tel p.desc {
	font-size: 3.5vw;
	}
}

footer p.tel {
	display: block;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer p.tel {
	font-size: 7vw;
	}
}

footer p.tel a {
	color: #0C6990;
	}

footer p.tel span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	}
@media screen and (max-width:767.98px){
footer p.tel span {
	font-size: 4vw;
	}
}

footer p.mail {
	display: block;
	margin: 20px 0 0 0;
	color: #0C6990;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer p.mail {
	font-size: 4vw;
	}
}

footer p.mail a {
	color: #0C6990;
	}

footer p.mail a i {
	display: block;
	margin: 0 0 5px;
	font-size: 20px;
	}

footer .contact_tel p.notice {
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 300;
	}
@media screen and (max-width:767.98px){
footer .contact_tel p.notice {
	font-size: 3.5vw;
	}
footer .contact_tel p.notice br {
	display: none;
	}
}

footer .contact_tel p.notice a {
	color: #0C6990;
	}

footer p.insta {
	display: block;
	margin: 20px 0;
	color: #0C6990;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer p.insta {
	font-size: 4vw;
	}
}

footer p.insta a {
	color: #0C6990;
	}

footer p.insta a i {
	display: block;
	margin: 0 0 5px;
	font-size: 24px;
	}

footer p.address {
	display: block;
	margin: 0 0 30px 0;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer p.address {
	font-size: 4vw;
	}
}

footer p.address span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	}
@media screen and (max-width:767.98px){
footer p.address span {
	font-size: 4vw;
	}
}

footer .bottom {
	margin: 50px 0 0 0;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1em;
	}
@media screen and (max-width:767.98px){
footer .bottom {
	width: 100%;
	padding: 10px 0;
	font-size: 5vw;
	text-align: center;
	letter-spacing: 0;
	}
}

footer .bottom ul {
	margin: 0 0 3rem;
	padding: 0 10px;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer .bottom ul {
	display: none;
	}
}

footer .bottom li {
	display: inline-block;
	}

footer .bottom li a {
	display: block;
	padding: 10px;
	}
footer .bottom li a:hover {
	color: #0C6990;
	background: #eae9e9;
	}

@media screen and (max-width:834px){
footer .bottom li a {
	padding: 10px 7.5px;
	}
}
footer .bottom p {
	display: block;
	padding: 20px;
	text-align: center;
	}
@media screen and (max-width:767.98px){
footer .bottom p {
	width: 100%;
	padding: 10px 0;
	}
footer .bottom p span {
	display: none;
	}
}

footer .bottom p a,
footer .bottom p a:hover {
	color: #333;
	}

footer .copyright br {
	display: none;
	}

@media screen and (max-width:767.98px){
footer .copyright {
	font-size: .8em;
	line-height: 1.5em;
	}
footer .copyright br {
	display: inline;
	}
}

/* トップへ戻るボタン */
.totop {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 36px;
	display: block;
	width: 50px;
	height: 50px;
	}
@media screen and (max-width:767.98px){
.totop {
	bottom: 134px;
	right: 10px;
	}
}

.totop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/totop.svg") center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	}

/* 注意書き */
ul.notice {
	display: block;
	}

ul.notice li {
	display: block;
	margin: 0 0 5px 0;
	padding-left: 1em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	text-indent: -1em;
	}

/* パン屑リスト */
#crumb {
	display: block;
	}
@media screen and (max-width:767.98px){
#crumb {
	display: none;
	}
}

#crumb ul {
	display: block;
	padding: 0 20px;
	}

#crumb ul li {
	display: inline-block;
	color: #fff;
	}

#crumb ul li a,
#crumb ul li span {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	}

#crumb ul li a:after {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 0 0 5px;
	}

/* 全ページ共通 予約ボタン 右上 */
.bt_reservation {
	position: fixed;
	right: 0;
	top: 120px;
	width: 40px;
	z-index: 99999;
	}
@media screen and (max-width:767.98px){
.bt_reservation {
	display: none;
	}
}

.bt_reservation a {
	display: block;
	width: 100%;
	padding: 50px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	word-break: break-all;
	background: #de4301;
	border-radius: 5px 0 0 5px;
	}

.bt_reservation a:hover {
	background: #f4551e;
	}

/* 全ページ共通 ページタイトル */
.page_title {
	display: block;
	width: 100%;
	padding: 70px 0;
	background: #ccc;
	}

.page_title h1 {
	display: block;
	margin: 0 0 15px 0;
	width: 100%;
	color: #fff;
	font-size: 2em;
	letter-spacing: .25em;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 1.5px 1.5px rgba(0,0,0,.8);
	}

.page_title p {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .2em;
	text-shadow: 0 1.5px 1.5px rgba(0,0,0,.8);
	}

/* 全ページ共通 コラム */
.column {
	position: relative;
	display: block;
	padding: 130px 0 0 0;
	}
@media screen and (max-width:767.98px){
.column {
	padding: 70px 0 0 0;
	}
}

.column h2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 12.5px 0;
	color: #0C6990;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
.column h2 {
	font-size: 6vw;
	line-height: 1.5em;
	letter-spacing: .1em;
	}
}

.column h2 br {
	display: none;
	}
@media screen and (max-width:767.98px){
.column h2 br {
	display: block;
	}
}

.column h2:before {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	width: 50px;
	height: 50px;
	content: "";
	background: url(/_assets/img/h2_pine.svg) center bottom no-repeat;
	background-size: 50px 50px;
	}

.column h2:after {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 100%;
	max-width: 300px;
	height: 2px;
	content: "";
	background: #0C6990;
	}

/* 全ページ共通 予約ボタン ページ下部 */
.cv_reservation {
	padding: 100px 0 20px;
	}
@media screen and (max-width:767.98px){
.cv_reservation {
	padding: 10vw 9vw 0;
	}
}

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

.cv_reservation a:hover {
	background: #f4551e;
	}