@charset "utf-8";

/* Webフォント
======================================== */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/*
* "Allura" licensed under the Open Font License.
* https://fonts.google.com/specimen/Allura
* https://www.google.com/fonts/attribution
* https://openfontlicense.org/
*/
/*
* "Sawarabi Gothic" licensed under the Open Font License.
* https://fonts.google.com/specimen/Sawarabi+Gothic
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/

.en {
	font-family: "Allura", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 0.75;
}


/* ステラスreset
======================================== */
table {
	border-collapse: collapse;
}
dt, th {
	font-weight: normal !important;
}
em {
	font-style: normal;
	font-weight: bold;
}
html {
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
img {
	width: 100%;
}

/* サイト共通
======================================== */
body {
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 2vw, 1.6rem);
	font-family: "Sawarabi Gothic", sans-serif;
	color: #44423d;
	background: url("../images/bg.jpg") 0 0 repeat-y;
	background-size: 100%;
}
section {
	padding: 110px 0;
}
.wrap {
	width: min(86%, 1360px);
	margin: 0 auto;
	}
	@media screen and (max-width:1024px) {
	.wrap {
		width: 86%;
	}
	section {
		padding: 80px 0;
	}
}
a {
	transition: 0.3s;
}
.mgnB1 {
	margin-bottom: 1em;
}

/* 電話番号リンク */
.pc a[href*="tel:"],
.tb a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

/* 見出し
------------------------------------------------- */
h2 {
	position: relative;
	padding-bottom: 28px;
	text-align: center;
	margin-bottom: 3.2em;
}
h2::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	height: 2px;
	background-image: linear-gradient(90deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1) 30%, rgba(230, 185, 100, 1));
}
h2 .en {
	display: block;
	font-size: min(17vw, 10rem);
	margin-bottom: 6px;
}
	@media screen and (max-width:1024px) {
	h2 {
		padding-bottom: 25px;
		text-align: center;
		margin-bottom: 32px;
	}
	h2::before {
		width: 70px;
	}
}

h4, h5, h6 {
	line-height: 1.3;
	min-height: 0vw;
	margin: 1.6em 0 0.8em;
}
h4 {
	font-size: min(4.6vw, 2.6rem);
}
h5 {
	font-size: min(4.4vw, 2.4rem);
}
h6 {
	font-size: min(4.2vw, 2rem);
}

/* テキスト
------------------------------------------------- */
p, table, dl, ul, ol {
	line-height: 2;
}
p {
	margin-top: 1em;
}
h2 + p:first-of-type {
	margin-top: 0;
}

/* header
======================================== */
header {
	height: 97px;
}
header .wrap {
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
	margin: 0 40px;
}
header h1 {
	margin: 0;
	width: 180px;
}
header h2 {
	margin: 0 0 0 20px;
	font-size: 1.7rem;
	font-size: clamp(1.5rem, 1.25vw, 1.7rem);
}
header nav {
	margin-left: auto;
}
header nav a {
	text-decoration: none;
	}
	@media screen and (max-width:1024px) {
	header {
		height: 60px;
	}
	header .wrap {
		margin: 0;
	}
	header h1 {
		width: 13.5rem;
		margin-left: 15px;
	}
}

/* ハンバーガーメニュー
------------------------------------------------- */
.openbtn1 {
	display: none;
	}
	@media screen and (max-width:1024px) {
	.openbtn1{
		display: block;
		position: fixed;
		right: 0;
		cursor: pointer;
		width: 50px;
		height:50px;
		background: transparent;
		margin-left: auto;
		z-index: 9999;
		margin-right: 10px;
	}
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 10px;
		height: 1px;
		background: #44423d;
		width: 70%;
	}
	.openbtn1 span:nth-of-type(1) {
		top:13px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top:23px;
	}
	.openbtn1 span:nth-of-type(3) {
		top:33px;
	}
	.openbtn1.active span {
		background: #fff;
	}
	.openbtn1.active span:nth-of-type(1) {
		top: 17px;
		left: 11px;
		transform: translateY(6px) rotate(-30deg);
		width: 72%;
	}
	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn1.active span:nth-of-type(3){
		top: 29px;
		left: 11px;
		transform: translateY(-6px) rotate(30deg);
		width: 72%;
	}
}

/* navi
======================================== */
#g-nav {
	position: relative;
	z-index: 999;
	height: 100%;
	background: transparent;
	visibility: visible;
	overflow: hidden;
	margin-right: 180px;
}
#g-nav ul {
	position: static;
	display: flex;
	align-items: center;
}
#g-nav #g-nav-list {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/*リストのレイアウト設定*/
#g-nav li a {
	text-align: center;
	display: block;
	padding: 10px min(0.97vw, 2rem);
	position: relative;
	font-size: min(1.4vw, 1.6rem);
	line-height: 1.4;
}
/* 下矢印用アニメーション */
#g-nav li a:hover::before {
	position: absolute;
	content: "";
	display: block;
	top: auto;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #f5aa00;
	border-right: 2px solid #f5aa00;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* Web予約ボタン */
#g-nav li.btn {
	margin-top: 0;
	margin-left: min(1.5vw, 2rem);
	position: fixed;
	right: 20px;
}
#g-nav li.btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 180px;
	min-width: auto;
	background: url(../images/icon_calendar.svg) left 34px center no-repeat, linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
	background-size: 35px auto, cover;
	padding-left: 54px;
}
#g-nav li.btn a:hover::before {
	display: none;
}
	@media screen and (max-width:1024px) {
	/* 表示切替 */
	header #g-nav ul {
		display:none !important;
	}
	header #g-nav.panelactive ul {
		display:block !important;
	}
	#g-nav {
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(68, 66, 61, 1);
		color: #fff;
		visibility: hidden;
		opacity: 0;
		transition: 1s;
		margin-right: 0;
	}
	#g-nav.panelactive {
		visibility: visible;
		opacity: 1;
		transition: 1s;
	}
	#g-nav #g-nav-list {
		display: block;
		height: 100%;
	}
	/*ナビゲーションの縦スクロール（ナビの数が増えた場合）*/
	#g-nav.panelactive #g-nav-list {
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g-nav ul {
		position: static;
		display: block;
		transform: none;
		width: 65%;
		margin: 100px auto;
	}
	#g-nav ul li {
		border-bottom: 1px solid #9f9c96;
	}
	#g-nav ul li.btn {
		border-bottom: none;
		margin-top: 40px;
		position: static;
	}
	#g-nav li a {	
		display: block;
		font-size: 1.5rem;
		padding: 16px 0;
	}
	#g-nav li.btn a {
		width: 100%;
		max-width: 300px;
		background: url(../images/icon_calendar.svg) left 35px center no-repeat, linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
		background-size: 40px auto, cover;
		padding-left: 30px;
		font-size: 1.6rem;
	}
	#g-nav li a:hover::before {
		display: none;
	}
	/* セカンドでは非表示 */
	.second #g-nav,
	.second .openbtn1 {
		display: none !important;
	}
}

/* footer
======================================== */
.footerArea {
	margin-top: -110px;
	padding: 85px 0 0;
	background: #44423d;
	color: #fff;
	border-radius: 70px 70px 0 0;
}
.footerArea .col {
	padding-bottom: 20px;
}
	@media screen and (max-width:1024px) {
	.footerArea {
		margin-top: -100px;
		padding: 60px 0 0;
		border-radius: 40px 40px 0 0;
	}
	.footerArea .col {
		display: flex;
		flex-direction: column;
		padding-bottom: 80px;
	}
}
/* 左側 -------------------------- */
.footerArea .boxL {
	flex-basis: 30%;
}
.footerArea .boxL figure.logo {
	width: 215px;
	margin-bottom: 40px;
}
.footerArea .boxL p span {
	display: block;
}
.footerArea .boxL .copy {
	font-size: 1.3rem;
}
.footerArea .boxL .name {
	font-size: 1.8rem;
}
	@media screen and (max-width:1024px) {
	.footerArea .boxL {
		margin-top: 80px;
		text-align: center;
	}
	.footerArea .boxL figure.logo {
		width: 165px;
		margin: 0 auto 25px;
		margin-bottom: 25px;
	}
	.footerArea .boxL p span {
		display: block;
	}
	.footerArea .boxL p {
		line-height: 1.6;
	}
	.footerArea .boxL .copy {
		font-size: 1.3rem;
	}
	.footerArea .boxL .name {
		font-size: 1.8rem;
	}
}
/* SNSアイコン -------------------------- */
.footerArea .sns {
	display: flex;
	align-items: center;
	margin: 40px 0 0;
}
.footerArea .sns li {
	margin: 0 8px;
	flex-basis: 50px;
}
.footerArea .sns li a img {
	transition: 0.3s;
}
.footerArea .sns li a:hover img {
	opacity: 0.6;
}
	@media screen and (max-width:1024px) {
	.footerArea .sns {
		justify-content: center;
	}
}
/* 右側 -------------------------- */
.footerArea .boxR {
	flex-basis: 65%;
}
/* Web予約ボタン */
.footerArea .boxR .col {
	align-items: center;
	margin-bottom: 45px;
	padding-bottom: 0;
}
.footerArea .boxR .col p.txtC {
	margin: 0;
}
.footerArea .boxR .btn {
	flex-basis: 50%;
	margin-bottom: 28px;
}
.footerArea .boxR .btn a {
	height: 84px;
	width: 100%; 
	max-width: 480px;
	background-image: linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
}
.footerArea .boxR .btn a span {
	font-size: 2.4rem;
	padding-left: 80px;
	background: url("../images/icon_calendar.svg") 0 0 no-repeat;
	background-size: 56px auto;
	white-space: nowrap;
}
/* 電話番号 */
.footerArea .boxR .tel {
	display: block;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-top: 0;
}
/* 営業時間の表 */
.footerArea table.reception_hours th {
	background: transparent;
}
.footerArea table.reception_hours {
	border-top: 1px solid #9f9c96;
}
.footerArea table.reception_hours th,
.footerArea table.reception_hours td {
	border-bottom: 1px solid #9f9c96;
}
	@media screen and (max-width:1024px) {
	.footerArea .boxR {
		order: -1;
		padding-right: 0;
	}
	/* Web予約ボタン */
	.footerArea .boxR .col {
		align-items: center;
		margin-bottom: 45px;
	}
	.footerArea .boxR .btn {
		flex-basis: 50%;
		margin-bottom: 28px;
	}
	.footerArea .boxR .btn a {
		height: 64px;
		width: 100%; 
		max-width: 340px; 
		background-image: linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
	}
	.footerArea .boxR .btn a span {
		font-size: 2rem;
		padding-left: 60px;
		background: url("../images/icon_calendar.svg") 0 0 no-repeat;
		background-size: 48px auto;
	}
	/* 電話番号 */
	.footerArea .boxR .tel {
		display: block;
		font-size: 3.6rem;
		font-size: min(7.5vw, 3.6rem);
		line-height: 1.2;
		margin-top: 8px;
	}
	.footerArea .boxR .col p.txtC {
		line-height: 1.5;
	}
}
/* フッタ */
footer {
	padding: 0 0 40px;
	background: #44423d;
	color: #fff;
}
	@media screen and (max-width:1024px) {
	footer {
		padding: 0 0 25px;
	}
	footer small {
		display: block;
		text-align: center;
	}
}

/* ページ下部の常設予約ボタン
======================================== */
.btn_rsv {
	display: none;
}
/* .btn_rsv {
	position: fixed;
	right: 20px;
	bottom: 110px;
	top: auto;
	z-index: 100;
	margin: 0;
}
.btn_rsv a {
	display: block;
	text-align: center;
	width: 100px;
	height: 100px;
	background: url(../images/icon_calendar.svg) top 2rem center no-repeat, linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
	background-size: 4.5rem auto, cover;
	color: #fff;
	border-radius: 50%;
	padding-top: 5.6rem;
	font-size: 1.3rem;
	transition: 0.3s;
}
.btn_rsv a:hover {
	opacity: 0.6;
}*/
	@media screen and (max-width:1024px) {
	.btn_rsv {
		display: none;
		position: fixed;
		right: auto;
		left: 10px;
		bottom: 8px;
		top: auto;
		z-index: 100;
		margin: 0;
	}
	.btn_rsv a {
		display: block;
		text-align: center;
		width: 8.5rem;
		height: 8.5rem;
		background: url(../images/icon_calendar.svg) top 1.3rem center no-repeat, linear-gradient(100deg, rgba(230, 185, 100, 1), rgba(203, 153, 80, 1));
		background-size: 4.5rem auto, cover;
		color: #fff;
		border-radius: 50%;
		padding-top: 4.8rem;
		font-size: 1.3rem;
	}
}


/* ページの先頭へ
======================================== */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
#pageTop a {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	z-index: 999;
	text-indent: -9999px;
	background: rgba(125, 110, 75, 0.7);
	border-radius: 50%;
	transition: 0.3s;
}
#pageTop a:hover {
	opacity: 0.6;
}
#pageTop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	@media screen and (max-width:1024px) {
	#pageTop {
		bottom: 8px;
		right: 8px;
	}
	#pageTop a {
		width: 5rem;
		height: 5rem;
	}
	#pageTop a::after {
		width: 1.2rem;
		height: 1.2rem;
	}
}


/* parts
======================================== */
/* 箇条書き
------------------------------------------------- */
/* 黒丸リスト */
.disc li {
	list-style-type: disc;
	margin: 1em 0 0 20px;
	padding-left: 0.3em;
}

/* 数字リスト */
.decimal li {
	list-style-type: decimal;
	margin: 1em 0 0 20px;
	padding-left: 0.8em;
	}
	@media screen and (max-width:1024px) {
	.decimal li {
		padding-left: 0.4em;
	}
}

/* ※つきリスト */
.kome li {
	position: relative;
	margin: 1em 0 0;
	text-indent: -1em;
	padding-left: 1.5em;
}
.kome li::before {
	position: relative;
	content: "※";
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/* マージン調整 */
.disc li:first-child,
.decimal li:first-child,
.kome li:first-child {
	margin-top: 0;
}

/* 改行なし（.disc.noTurnなど重ね付けする） */
.noTurn li {
	margin-top: 0;
}

/* 表
------------------------------------------------- */
/* 【01】スマホ、PC：表 */
.table {
	width: 100%;
	background: #fff;
}
.table th, .table td {
	border: 1px solid #ddd;
	padding: 1em;
	display: table-cell;
}
.table th {
	width: 14em;
}
.table td {
	width: calc(100% - 14em);
}

/* 【02】スマホ、PC：罫線（table） */
table.list {
	width: 100%;
	border-top: 1px solid #ddd;
}
table.list th, table.list td {
	border-bottom: 1px solid #ddd;
	padding: 1em;
	display: table-cell;
}
table.list th {
	width: 14em;
}
table.list td {
	width: calc(100% - 14em);
}

/* 【02】スマホ、PC：罫線（dl） */
dl.list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
dl.list dt,
dl.list dd {
	display: block;
	padding: 1em;
	border-top: 1px solid #ddd;
}
dl.list dt {
	flex-basis: 14em;
}
dl.list dd {
	flex-basis: calc(100% - 14em);
}

/* 【03】スマホ、PC：罫線（table listB） */
table.listB {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
table.listB th, table.listB td {
	display: table-cell;
	padding: 1em;
}
table.listB th {
	border-top: 1px solid #ddd;
	width: 14em;
	font-weight: normal;
}
table.listB td {
	border-top: 1px solid #ddd;
	width: calc(100% - 14em);
	}
	@media screen and (max-width:1024px) {
	table.listB th, table.listB td {
		display: block;
		width: 100%;
	}
	table.listB th {
		font-weight: bold;
		padding-bottom: 0;
	}
	table.listB td {
		border-top: none;
		padding-top: 0;
	}
}

/* 【03】スマホ、PC：罫線（dl listB） */
dl.listB {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
dl.listB dt,
dl.listB dd {
	padding: 1em;
	border-top: 1px solid #ddd;
}
dl.listB dt {
	flex-basis: 14em;
	font-weight: normal;
}
dl.listB dd {
	flex-basis: calc(100% - 14em);
	}
	@media screen and (max-width:1024px) {
	dl.listB {
		display: block;
	}
	dl.listB dt,
	dl.listB dd {
		display: block;
		flex-basis: 100%;
	}
	dl.listB dt {
		padding: 1em 1em 0.2em;
		font-weight: bold;
	}
dl.listB dd {
		border-top: none;
		padding: 0 1em 1em;
	}
}

/* 【04】スマホ：罫線、PC：表（table） */
table.list-table {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
table.list-table th, table.list-table td {
	border: 1px solid #ddd;
	padding: 1em;
	display: table-cell;
}
table.list-table th {
	width: 14em;
	font-weight: normal;
}
table.list-table td {
	border-top: 1px solid #ddd;
	width: calc(100% - 14em);
	}
	@media screen and (max-width:1024px) {
	table.list-table th, table.list-table td {
		display: block;
		width: 100%;
		padding: 1em;
		border: none;
	}
	table.list-table th {
		border-top: 1px solid #ddd;
		padding-bottom: 0;
		font-weight: bold;
	}
	table.list-table td {
		border-bottom: none;
		padding-top: 0;
	}
}

/* 【04】スマホ：罫線、PC：表（dl） */
dl.list-table {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
dl.list-table dt,
dl.list-table dd {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 1em;
	display: table-cell;
}
dl.list-table dt {
	flex-basis: 14em;
	font-weight: normal;
}
dl.list-table dd {
	flex-basis: calc(100% - 14em);
	}
	@media screen and (max-width:1024px) {
	dl.list-table {
		display: block;
		width: 100%;
		border-left: none;
	}
	dl.list-table dt,
	dl.list-table dd {
		display: block;
		flex-basis: 100%;
		border-right: none;
	}
	dl.list-table dt {
		border-top: 1px solid #ddd;
		padding: 1em 1em 0.2em;
		font-weight: bold;
	}
	dl.list-table dd {
		border-top: none;
		padding: 0 1em 1em;
	}
}

/* 表スクロール */
@media screen and (max-width:1024px) {
	.table-scroll {
		overflow-x: scroll;
	}
	.table-scroll table {
		width: 1000px;
		margin-bottom: 8px;
	}
}

/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
	display: none;
	}
	@media screen and (max-width:1024px) {
	br.sp {
		display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: block;
	}
	@media screen and (max-width:1024px) {
	br.pc {
		display: none;
	}
}

/* ピンチアウト（図の拡大をうながす）
------------------------------------------------- */
.sp .sp_atten {
	display: block;
	text-align: right;
	font-size: 1.1rem;
}
.pc .sp_atten {
	display: none;
}

/* 段組み
------------------------------------------------- */
.col {
	display: flex;
	justify-content: space-between;
	}
	@media screen and (max-width:1024px) {
	.col {
		display: block;
	}
}

/* ボタン
------------------------------------------------- */
.btn {
	text-align: center;
	margin-top: 1.5em;
}
.btn a {
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #7d6e4b;
	color: #fff;
	height: 50px;
	padding: 0 3em;
	border-radius: 100px;
	width: auto;
	min-width: 240px;
}
.btn a:hover {
	opacity: 0.6;
}
	@media screen and (max-width:1024px) {
	.btn a {
		padding: 0 2em;
	}
}

/* テキスト文字揃え
------------------------------------------------- */
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}


/* 営業時間の表
------------------------------------------------- */
table.reception_hours {
	width: 100%;
	border-top: 1px solid #d0cec9;
}
table.reception_hours th,
table.reception_hours td {
	padding: 6px;
	border-bottom: 1px solid #d0cec9;
	text-align: center;
	font-size: 1.8rem;
}
table.reception_hours th {
	background: #ece6e3;
	padding: 0 10px;
}
table.reception_hours th:nth-child(n+2),
table.reception_hours td:nth-child(n+2) {
	width: 60%;
}
table.reception_hours td:first-child {
	text-align: left;
	padding-left: 2em;
}
table.reception_hours th:last-child,
table.reception_hours td:last-child {
	padding-right: 1.5em;
}
table.reception_hours + .txtR {
	line-height: 1.75;
}
	@media screen and (max-width:1024px) {
	table.reception_hours {
		width: 100%;
		border-top: 1px solid #d0cec9;
	}
	table.reception_hours th,
	table.reception_hours td {
		padding: 10px;
		border-bottom: 1px solid #d0cec9;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.2;
		vertical-align: middle;
	}
	table.reception_hours th {
		background: #ece6e3;
		padding: 5px;
	}
	table.reception_hours th:nth-child(n+2),
	table.reception_hours td:nth-child(n+2) {
		width: 50%;
	}
	table.reception_hours td:first-child {
		text-align: left;
		padding-left: 20px;
	}
	table.reception_hours th:last-child,
	table.reception_hours td:last-child {
		padding-right: 10px;
	}
	table.reception_hours + .txtR {
		font-size: 1.4rem;
	}
}
reception_hours


/* アニメーション
======================================== */
body {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}