@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100..900&family=Italiana&family=Lato:wght@400;700;900&family=Libre+Baskerville:wght@400;700&family=Rosarivo&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333;
	/* font-family: "Inter Tight", "Helvetica Neue", sans-serif; */
	font-family: "Libre Baskerville", serif;
	background: #F3EEE7;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.reserve_open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.5642vw;
	}
}

/* font
----------------------------------------*/
.italiana {
	font-family: "Italiana", sans-serif;
}
.libre {
	font-family: "Libre Baskerville", serif;
}
.rosarivo {
  font-family: "Rosarivo", cursive;
}
.lato {
  font-family: "Lato", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
body:not(.open) .header.white.exclusion .header_logo,
body:not(.open) .header.white.exclusion .header_btn,
body:not(.open) .header.white.exclusion .header_instagram,
body:not(.open) .header.white.exclusion .header_reserve,
body:not(.open) .header:not(.white) .header_logo,
body:not(.open) .header:not(.white) .header_btn,
body:not(.open) .header:not(.white) .header_instagram,
body:not(.open) .header:not(.white) .header_reserve {
	mix-blend-mode: exclusion;
}
.header_logo {
	position: fixed;
	top: 4.8rem;
	left: 0;
	right: 0;
	width: 12rem;
	margin: 0 auto;
	z-index: 10;
	filter: brightness(0) invert(1);
}
body.open .header:not(.white) .header_logo {
	filter: none;
}
.header_logo a {
	display: block;
}
.header_logo a img {
	width: 100%;
}
.header_btn {
	appearance: none;
	display: block;
	border-radius: 0;
	border: 0;
	padding: 0;
	position: fixed;
	top: 6rem;
	left: 5.5rem;
	width: 10rem;
	height: 2.1rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: .05em;
	text-align: left;
	background: none;
	font-family: inherit;
	z-index: 2100;
	cursor: pointer;
	outline: none;
	transition: opacity .3s;
}
.header_btn::before,
.header_btn::after {
	content: '';
}
.header_btn::before,
.header_btn::after,
.header_btn span {
	display: block;
	width: 3.5rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s, top .3s, opacity .3s;
}
.header_btn::after {
	top: 2rem;
}
.header_btn span {
	top: 1rem;
}
.header_btn span::before {
	content: 'MENU';
	font-size: 1.3rem;
	letter-spacing: .12em;
	position: absolute;
	top: -1.1rem;
	left: 5.7rem;
}
.open .header_btn span::before {
	content: 'CLOSE';
}
.open .header_btn::before,
.open .header_btn::after{
	width: 4rem;
	left: -.3rem;
	top: 1rem;
	transform: rotate(30deg);
}
.open .header_btn::after {
	transform: rotate(-30deg);
}
.open .header_btn span {
	background: none !important;
}
.header_instagram {
	position: fixed;
	top: 5.8rem;
	right: 23.1rem;
	width: 2.4rem;
	z-index: 2100;
	filter: brightness(0) invert(1);
}
.header_reserve {
	width: 19.2rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
	display: block;
	position: fixed;
	top: 4.6rem;
	right: 0;
	color: #fff;
	z-index: 2100;
}
.header_reserve > span {
	display: block;
}
.header_reserve > span + span {
	border-top: .1rem solid #fff;
	margin-top: .5rem;
	padding-top: .6rem;
}
@media (hover:hover) {
	.header_btn:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.header_logo {
		width: 11.9rem;
		display: none;
	}
	.header_btn {
		top: 3.7rem;
		left: 2.6rem;
		width: 8rem;
		height: 1.9rem;
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		width: 2.6rem;
	}
	.header_btn::after {
		top: 1.8rem;
	}
	.header_btn span {
		top: .9rem;
	}
	.header_btn span::before {
		font-size: 1rem;
		top: -.8rem;
		left: 4.5rem;
	}
	.open .header_btn::before,
	.open .header_btn::after{
		width: 3.1rem;
		left: -.1rem;
		top: .8rem;
		transform: rotate(35deg);
	}
	.open .header_btn::after {
		transform: rotate(-35deg);
	}
	.header_instagram {
		top: 3.8rem;
		right: 10.4rem;
		width: 1.7rem;
	}
	.header_reserve {
		width: 8.1rem;
		font-size: .9rem;
		top: 3.2rem;
		letter-spacing: .14em;
	}
	.header_reserve > span + span {
		margin-top: .1rem;
		padding-top: .4rem;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	max-height: 100%;
	background: rgba(93, 124, 107, .9);
	padding: 15.1rem 0 14.5rem;
	z-index: 2000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s;
}
.open .gnav {
	opacity: 1;
	pointer-events: all;
}
.gnav ul {
	max-width: 110rem;
	margin: 0 auto;
	border-top: .2rem dotted #D5D1C3;
	padding: 1.4rem 0 0;
	columns: 3;
	gap: 4rem;
}
.gnav ul li {
	width: 34rem;
}
.gnav ul a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 1.8rem 0 1.2rem;
	font-size: 1.4rem;
	letter-spacing: .1em;
	border-bottom: .1rem solid #D5D1C3;
}
.gnav ul a::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #D5D1C3;
	position: absolute;
	right: 0;
	top: 1.5rem;
}
.gnav ul a::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .1rem solid #5D7C6B;
	border-right: .1rem solid #5D7C6B;
	transform: rotate(45deg) translateY(.05rem);
	position: absolute;
	top: .2rem;
	bottom: 0;
	right: 1rem;
	margin: auto 0;
}
.gnav ul li + li {
	margin-top: 1.4rem;
}
@media only screen and (max-width: 768px) {
	.gnav {
		padding: 9.2rem 0 4.5rem;
	}
	.gnav ul {
		max-width: 29rem;
		border-top-width: .1rem;
		padding: .1rem 0 0;
		columns: auto;
	}
	.gnav ul li {
		width: auto;
	}
	.gnav ul a {
		padding: 1.8rem 0 1.45rem;
		font-size: 1.1rem;
	}
	.gnav ul a::after {
		top: .3rem;
	}
	.gnav ul li + li {
		margin-top: .6rem;
	}
}

/*btn
----------------------------------------*/
.btn_view {
	display: block;
	border-bottom: .1rem solid #5D7C6B;
	color: #5D7C6B;
	font-size: 1.3rem;
	text-align: left;
	font-weight: 500;
	letter-spacing: .05em;
	min-width: 26rem;
	width: fit-content;
	padding: 0 3.7rem 1.1rem 0;
}
.btn_view::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: #5D7C6B;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -.2rem;
}
.btn_view::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .1rem solid #fff;
	border-right: .1rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: .7rem;
	right: 1rem;
}
.btn_view.white {
	border-bottom-color: #fff;
	color: #fff;
	letter-spacing: .065em;
}
.btn_view.white::before {
	background: #fff;
}
.btn_view.white::after {
	border-top: .1rem solid #5D7C6B;
	border-right: .1rem solid #5D7C6B;
}
.btn_contact {
	display: block;
	max-width: 43.5rem;
	background: #32503F;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	border-radius: .5rem;
	letter-spacing: .12em;
	padding: 2.55rem;
}
.btn_contact::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .1rem solid #fff;
	border-right: .1rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.3rem;
	margin: auto 0;
	transition: transform .3s;
}
.btn_map {
	width: fit-content;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #5D7C6B;
	letter-spacing: .07em;
	border-bottom: .1rem solid #5D7C6B;
	padding: 0 0 .1rem 2.1rem;
}
.btn_map::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1.3rem;
	background: url(../img/common/icon_map.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .1rem;
}
@media (hover:hover) {
	.btn_contact:hover::after {
		transform: translateX(.5rem) rotate(45deg);
	}
}
@media only screen and (max-width: 768px) {
	.btn_view {
		min-width: 29rem;
		margin: 0 auto;
		padding: 0 3.7rem 1.2rem 0;
	}
	.btn_contact {
		max-width: 33rem;
		font-size: 1.2rem;
		padding: 2.1rem;
	}
}

/* cta
----------------------------------------*/
.cta {
	background: #F3EEE7;
	padding: 8rem 0;
}
.cta::after {
	content: '';
	display: block;
	height: .1rem;
	max-width: 109.8rem;
	margin: 0 auto;
	background: #D5D1C3;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cta {
		padding: 4rem 0 5rem;
	}
	.cta::after {
		max-width: 33rem;
	}
}

/* ttl_page
----------------------------------------*/
.ttl_page {
	padding: 16.7rem 0 0;
	text-align: center;
	font-size: 7.6rem;
	letter-spacing: .03em;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		padding: 12.5rem 0 0;
		font-size: 4.2rem;
		letter-spacing: .05em;
	}
}

/* topic_path
----------------------------------------*/
.topic_path {
	background: #F3EEE7;
	padding: 1.1rem 0 1.5rem;
	z-index: 6;
}
.topic_path ol {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
	font-size: 1.3rem;
	letter-spacing: .065em;
	gap: 0 1.9rem;
	color: #A19D8E;
}
.topic_path ol li + li::before {
	content: '>';
	display: block;
	position: absolute;
	top: -.1rem;
	left: -1.4rem;
}
@media only screen and (max-width: 768px) {
	.topic_path {
		padding: .6rem 2rem .6rem;
	}
	.topic_path ol {
		max-width: 33rem;
		font-size: 1.1rem;
		letter-spacing: .1em;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #F3EEE7;
	padding: 1.4rem 0 11.6rem;
}
.footer_cta {
	width: 37rem;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 1100;
}
.footer_cta .btn_contact {
	background: #D5D1C3;
	color: #32503F;
	font-size: 1.2rem;
	padding: 2.05rem;
	letter-spacing: .1em;
}
.footer_cta .btn_contact::after {
	border-color: #32503F;
}
.footer_logo {
	width: 16rem;
	margin: 0 auto 4.4rem;
}
.footer_nav {
	max-width: 111rem;
	margin: 0 auto 10.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	letter-spacing: .1em;
	gap: 2rem 0;
}
.footer_nav li {
	width: 18.5rem;
	border-left: .1rem solid #D5D1C3;
	border-right: .1rem solid #D5D1C3;
	margin-right: -.1rem;
}
.footer_nav li a {
	display: block;
	text-align: center;
	padding: 1.5rem 0;
}
.footer .copyright {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #ABA695;
	letter-spacing: .065em;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 1.4rem 0 11.6rem;
	}
	.footer_cta .btn_contact {
		max-width: 37rem;
		padding: 1.6rem;
	}
	.footer_logo {
		width: 10.8rem;
		margin: 0 auto 3.2rem;
	}
	.footer_nav {
		max-width: 28.9rem;
		margin: 0 auto 6.3rem;
		display: grid;
		white-space: nowrap;
		grid-template-columns: repeat(2, 1fr);
		font-size: 1.1rem;
		gap: .6rem 1.9rem;
	}
	.footer_nav li {
		width: auto;
		border: 0;
		border-bottom: .1rem solid #D5D1C3;
		margin-right: 0;
	}
	.footer .copyright {
		font-size: 1.1rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}