@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
	font-family: "MinervaModern";
	src: local("MinervaModern"),
		url("../font/MinervaModern-Regular.woff2") format("woff2");
	font-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;
}
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: "Noto Serif JP", serif;
	background: #F5F3ED;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a,
button {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
button {
	font-family: inherit;
	color: inherit;
	outline: none;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover: hover) {
	a:hover,
	button:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1340px) {
	html {
		font-size: .7463vw;
	}
}
@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.56411vw;
	}
}

/* font
----------------------------------------*/
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
.en {
	font-family: "Alata", sans-serif;
}
.en2 {
	font-family: "MinervaModern", 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
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #F5F3ED;
	padding: 1.4rem 2rem 1.9rem 4rem;
	box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .03);
	z-index: 2000;
}
.header_inner {
	display: flex;
}
.header_logo {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .16em;
	white-space: nowrap;
}
.header_logo a {
	display: block;
}
.header_logo img {
	width: 18.8rem;
	margin-bottom: .8rem;
}
.header_btn {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 0 0 2rem;
		box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .06);
	}
	.header_logo {
		margin: 1.3rem 0 0;
		z-index: 100;
	}
	.header_logo img {
		width: 16.6rem;
		margin-bottom: 0;
	}
	.header_btn {
		appearance: none;
		display: block;
		width: 6rem;
		height: 6rem;
		background: #E08650;
		border: 0;
		padding: 0;
		z-index: 100;
		position: relative;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		display: block;
		width: 2.4rem;
		height: .1rem;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 2.3rem;
	}
	.header_btn span {
		top: 3rem;
	}
	.header_btn::after {
		top: 3.7rem;
	}
	.header_access {
		margin: 0 1.3rem 0 auto;
		text-align: center;
		display: block;
		padding: 1rem 0 0;
		font-size: .9rem;
		letter-spacing: .16em;
		color: #99B18B;
	}
	.header_access::before {
		content: '';
		display: block;
		width: 1.8rem;
		height: 2.3rem;
		background: url(../img/icon_access_01.svg) no-repeat left top / 100% auto;
		margin: 0 auto .6rem;
	}
}

/* gnav
----------------------------------------*/
.gnav {
	display: flex;
	align-items: center;
	margin: .5rem 0 0 auto;
}
.gnav ul {
	display: flex;
	align-items: center;
	gap: 1.66rem;
	margin: 0 1.7rem .2rem 0;
}
.gnav ul a {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.gnav .btn.red,
.gnav .btn.green {
	width: 18.5rem;
	height: 5rem;
	font-size: 1.2rem;
	margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
	.gnav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 10.6rem 3rem 8rem;
		background: #F5F3ED;
		z-index: 10;
		transform: translateX(100%);
		transition: transform .5s;
		pointer-events: none;
	}
	.open .gnav {
		transform: translateX(0);
		pointer-events: all;
	}
	.gnav > * {
		flex-shrink: 0;
	}
	.gnav ul {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem 2rem;
		margin: 0 auto;
		order: 0;
	}
	.gnav ul a {
		position: relative;
		display: block;
		border-bottom: .1rem solid #BDC8B1;
		padding: 0 .5rem 1.63rem;
		letter-spacing: .18em;
	}
	.gnav ul a::after {
		content: '';
		display: block;
		width: .7rem;
		height: .7rem;
		border-radius: 50%;
		position: absolute;
		right: .7rem;
		top: 0;
		bottom: 1.6rem;
		margin: auto 0;
		background: #CDDBC4;
	}
	.gnav_salon {
		text-align: left;
		margin: 4rem 0 2.7rem;
		order: 1;
	}
	.gnav_salon dt {
		width: fit-content;
		border-radius: 1.7rem;
		font-size: 1.3rem;
		font-weight: 600;
		letter-spacing: .14em;
		margin: 0 auto 1.5rem;
		padding: .8rem 2rem .7rem;
		color: #E08650;
		background: #fff;
	}
	.gnav_salon dd {
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: .12em;
		line-height: 2;
	}
	.gnav .btn.red,
	.gnav .btn.green {
		width: 100%;
		font-size: 1.3rem;
		margin: 0 0 1rem;
	}
	.gnav .btn.green {
		order: 3;
	}
	.gnav .btn.red {
		order: 2;
	}
	.gnav_contact {
		order: 4;
		border-top: .1rem solid #BDC8B1;
		margin: 2.4rem 0 0;
		padding: 2.8rem 0 0;
		width: 100%;
	}
	.gnav_contact_ttl {
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: .16em;
		font-weight: 500;
		margin-bottom: 1.7rem;
	}
	.gnav_contact_tel {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border: .1rem solid #E08650;
		font-size: 2rem;
		letter-spacing: .16em;
		color: #E08650;
		margin: 0 auto;
		width: 31rem;
		height: 5rem;
		border-radius: 2.5rem;
		box-shadow: .2rem .2rem 1rem rgba(0, 0, 0, .15);
	}
	.gnav_contact_time {
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: .12em;
		margin-top: 1.8rem;
	}
	.gnav_contact_instagram {
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 1rem;
		margin: 3.5rem auto 0;
		font-size: 1.3rem;
		letter-spacing: .15em;
		color: #99B18B;
	}
	.gnav_contact_instagram::before {
		content: '';
		display: block;
		width: 2rem;
		height: 2rem;
		background: url(../img/icon_instagram_01.svg) no-repeat left top / 100% auto;
	}
}

/*main
----------------------------------------*/
main {
	padding-top: 9rem;
}
@media only screen and (max-width: 768px) {
	main {
		padding-top: 6rem;
	}
}

/*btn
----------------------------------------*/
.btn {
	position: relative;
	width: 28rem;
	max-width: 100%;
	height: 6rem;
	min-width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: .1em;
	background: #fff;
	color: #749541;
	padding: 0 1rem;
	border: .1rem solid #749541;
	box-shadow: .2rem .2rem 1rem rgba(0, 0, 0, .15);
}
.btn::after {
	content: '';
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 7.8C10.2463 5.35368 12 0 12 0V12H0C0 12 5.35368 10.2463 7.8 7.8Z' fill='%23A2AB9A'/%3E%3C/svg%3E") no-repeat left top / 100% auto;
	position: absolute;
	right: -.1rem;
}
.btn.red {
	background: #E08650;
	color: #fff;
	border: 0;
}
.btn.red::after {
	background-image: url(../img/button2.svg);
	bottom: 0;
	right: 0;
}
.btn.green {
	background: #749541;
	color: #fff;
	border: 0;
}
.btn.green::after {
	background-image: url(../img/button1.svg);
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 768px) {
}

/*ttl_page
----------------------------------------*/
.ttl_page {
	text-align: center;
	padding: 4.3rem 0 0;
}
.ttl_page h1 {
	font-size: 1.2rem;
	color: #99B18B;
	letter-spacing: .15em;
	font-weight: 400;
}
.ttl_page h1 .en2 {
	font-size: 2.6rem;
	color: #749541;
	letter-spacing: .16em;
	padding-left: .16em;
	display: block;
}
.ttl_page h1 .en2::after {
	content: '';
	display: block;
	height: .1rem;
	max-width: 27rem;
	background: #BDC8B1;
	margin: .4rem auto 1.3rem;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		padding: 5.1rem 0 0;
	}
	.ttl_page h1 .en2::after {
		margin: .4rem auto 1.2rem;
	}
}

/*topicpath
----------------------------------------*/
.topicpath {
	margin: 1.5rem 0 1.5rem 4rem;
	overflow: auto;
}
.topicpath ol {
	font-size: 1.1rem;
	color: #8B8B8B;
	letter-spacing: .1em;
	gap: 3.6rem;
	display: flex;
}
.topicpath ol li {
	flex-shrink: 0;
	position: relative;
}
.topicpath ol li + li::before {
	content: '＞';
	position: absolute;
	left: -2.4rem;
	top: 0;
}
.topicpath ol li:last-child {
	padding-right: 4rem;
}
@media only screen and (max-width: 768px) {
	.topicpath {
		margin: 1.5rem 0 1.5rem 2rem;
	}
	.topicpath ol {
		font-size: 1rem;
		gap: 3.3rem;
	}
	.topicpath ol li + li::before {
		left: -2.2rem;
	}
	.topicpath ol li:last-child {
		padding-right: 2rem;
	}
}

/*p_fair
----------------------------------------*/
.p_fair {
	background: #fff;
	border-top: .1rem solid #D0C4BB;
	padding-bottom: 13rem;
}
.p_fair h2 {
	color: #E08650;
	font-size: 1.4rem;
	letter-spacing: .15em;
	font-weight: 400;
	text-align: center;
	margin: -7.6rem 0 3.9rem;
}
.p_fair h2 .en2 {
	display: block;
	font-size: 7rem;
	letter-spacing: .16em;
	padding-left: .16em;
	margin-bottom: .5rem;
}
.p_fair p {
	font-size: 1.3rem;
	letter-spacing: .12em;
	line-height: 2;
	text-align: center;
	margin-bottom: 6rem;
}
.p_fair .btn {
	margin: 4.3rem auto 0;
}
@media only screen and (max-width: 768px) {
	.p_fair {
		padding-bottom: 8rem;
	}
	.p_fair h2 {
		font-size: 1.3rem;
		margin: -5.5rem 0 2.9rem;
	}
	.p_fair h2 .en2 {
		font-size: 5.2rem;
		margin-bottom: .6rem;
	}
	.p_fair p {
		margin-bottom: 5rem;
	}
	.p_fair .btn {
		margin: 4rem auto 0;
	}
}

/*float_btn
----------------------------------------*/
@media only screen and (max-width: 768px) {
	.float_btn {
		position: fixed;
		bottom: 1.3rem;
		left: 1.5rem;
		right: 1.5rem;
		z-index: 100;
		background: #E08650;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5rem;
		border-radius: 2.5rem;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .16em;
		padding-top: .6rem;
		box-shadow: .2rem .2rem .5rem rgba(0, 0, 0, .15);
		transform: translateY(200%);
		pointer-events: none;
		transition: transform .5s;
	}
	.float_btn.show {
		transform: none;
		pointer-events: all;
	}
	.float_btn span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 22rem;
		height: 2.2rem;
		background: #FBFBFB;
		border-radius: 1.3rem;
		color: #E08650;
		font-size: 1.1rem;
		letter-spacing: .14em;
		font-weight: 500;
		position: absolute;
		top: -1.4rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #9C7953;
	color: #fff;
	overflow: clip;
	padding: 5.5rem 0 0;
	z-index: 101;
}
.footer_logo {
	max-width: 20rem;
	margin: 0 auto 4.2rem;
}
.footer_navi {
	display: flex;
	justify-content: center;
	gap: 3rem;
	font-size: 1.3rem;
	letter-spacing: .12em;
}
.footer_navi a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	margin-left: 1.1rem;
	vertical-align: -.3rem;
}
.copyright {
	display: block;
	background: #F5F3ED;
	text-align: center;
	font-size: 1.1rem;
	color: #9C7953;
	letter-spacing: .08em;
	padding: 2.3rem 0 2.1rem;
	margin-top: 6.9rem;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 6rem 0 0;
	}
	.footer_logo {
		max-width: 13.5rem;
		margin: 0 auto 2.2rem;
	}
	.footer_navi {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 1.1rem 0;
	}
	.footer_navi li {
		width: fit-content;
		margin: 0 auto;
	}
	.footer_navi li:nth-child(2) {
		order: -1;
	}
	.footer_navi a[target="_blank"]::after {
		width: 1.4rem;
		height: 1.4rem;
		vertical-align: -.4rem;
	}
	.copyright {
		background: #fff;
		font-size: .9rem;
		padding: 1.7rem 0 1.3rem;
		margin-top: 6.4rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity .5s, transform .5s;
	transition-timing-function: linear;
}
.inview.show {
	opacity: 1;
	transform: none;
}