@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #40210D;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.0em;
/*	font-feature-settings: "palt";*/
}
.en {
	font-family: adobe-garamond-pro, serif;
}
.yu_gothic {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
    max-width: 1000px; /*css_change*/
    margin: 0 auto; /*css_change*/
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
/* PC ================================================== */
@media all and (min-width:821px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}

header {
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
	.header__inner {
		width: 94%;
		height: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.header__logo {
			width: 330px;
			height: auto;
			pointer-events: auto;
		}
			.header__logo img {
				width: 100%;
				height: auto;
			}
		.header__menulist {
			width: auto;
			height: auto;
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
			.header__menuitem {
				font-size: 16px;
				margin-right: 20px;
				pointer-events: auto;
			}
			.header__menuitem:last-of-type {
				margin-right: 0;
			}
				.header__menuitem a {
					color: #231815;
					text-decoration: underline;
				}
				.header__menuitem a:hover {
					text-decoration: none;
				}
				.header__menuitem .header__menuitem__reserve__btn {
					display: block;
					width: 280px;
					height: auto;
					text-decoration: none;
				}
					.header__menuitem__reserve__btn img {
						width: 100%;
						height: auto;
					}

.page__reserve {
	display: none;
}

.btn_cmn {
	opacity: 1;
	transition: .2s;
}
.btn_cmn:hover {
	opacity: .8;
}

.btn_note {
	letter-spacing: -.03em;
}

footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
}
	.footer__copyright {
		width: 100%;
		height: auto;
		font-size: 12px;
		text-align: center;
	}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:820px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}

header {
	width: 100%;
	height: 78px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
	.header__inner {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.header__logo {
			width: 230px;
			height: auto;
			pointer-events: auto;
		}
			.header__logo img {
				width: 100%;
				height: auto;
			}
		.header__menulist {
			display: none;
		}

.page__reserve {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 50;
}
	.main__reserve__btn {
		display: block;
		width: 60%;
		height: auto;
		margin: auto;
	}
		.main__reserve__btn img {
			width: 100%;
			height: auto;
		}

.btn_cmn {
	opacity: 1;
	transition: .2s;
}
.btn_cmn:active {
	opacity: .8;
}
.btn_note {
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

footer {
	width: 100%;
	height: auto;
	padding: 20px 0 120px;
}
	.footer__copyright {
		width: 100%;
		height: auto;
		font-size: 12px;
		text-align: center;
	}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}

header {
	width: 100%;
	height: 59px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
	.header__inner {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.header__logo {
			width: 209px;
			height: auto;
			pointer-events: auto;
		}
			.header__logo img {
				width: 100%;
				height: auto;
			}
		.header__menulist {
			display: none;
		}

.page__reserve {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 50;
}
	.main__reserve__btn {
		display: block;
		width: 90%;
		height: auto;
		margin: auto;
	}
		.main__reserve__btn img {
			width: 100%;
			height: auto;
		}

.btn_cmn {
	opacity: 1;
	transition: .2s;
}
.btn_cmn:active {
	opacity: .8;
}
.btn_note {
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

footer {
	width: 100%;
	height: auto;
	padding: 20px 0 110px;
}
	.footer__copyright {
		width: 100%;
		height: auto;
		font-size: 12px;
		text-align: center;
	}
}