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

  BASE

----------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

body {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	background: url(../images/index/bg.jpg) ;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.mincho {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
}

.eng {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto;
}

a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .15s;
}

.inner {
	width: 85%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.inner02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header-inner {
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 95%;
	margin: 0 auto;
	height: 110px;
}

.header-inner a {
	color: #fff;
}

.site-logo {
	width: 250px;
}

.g-navi ul {
	display: flex;
	gap:25px;
	font-size: 13px;
	align-items: center;
	line-height: 1;
}

.g-navi .reserve a {
	display: block;
	padding: 10px 15px;
	background: #bc8d2f;
	border-radius: 2px;
	border: 1px solid #bc8d2f;
}

.g-navi .reserve a:hover {
	background: none;
}

.footer {
	text-align: center;
	background: url("../images/index/footer-bg.jpg") center center;
	background-size: cover;
	padding: 170px 0 60px 0;
	color: #fff;
}

.footer-logo {
	width: 110px;
	margin: 0 auto 60px auto;
}

.sns-link {
	display: flex;
	justify-content: center;
	gap:20px;
	margin-bottom: 100px;
}

.sns-link a {
	display: block;
	padding: 10px 100px;
	border: 1px solid #fff;
	color: #Fff;
}

.sns-link li a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/common/icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.sns-link li:last-child a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/common/icon02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.sns-link li a:hover {
	border: 1px solid #bc8d2f;
	background: #bc8d2f;
}

.meiseiken {
	text-align: center;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 10px;
}

.meiseiken02 {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.5em;
	margin-bottom: 40px;
}

.footer .text {
	font-size: 13px;
	margin-bottom: 20px;
}

.footer .text a {
	color: #bc8d2f;
	text-decoration: underline;
}

.footer .copyright {
	text-align: center;
	font-size: 12px;
}
