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

@media screen and (min-width: 768px) {
img {
	width: auto;
}
}
.tel a {
	text-decoration: none;
}
:root {
 --cbrown: #a0842e;
}

@media screen and (max-width: 767px) {
:root {
 --wrapPadding: 5vw;
 --fz20: 4vw;
 --fz22: 4.2vw;
 --fz24: 4.4vw;
 --fz26: 4.6vw;
 --fz30: 5.1vw;
 --fz34: 5.4vw;
 --fz36: 5.2vw;
 --fz38: 5.8vw;
 --fz40: 6vw;
 --fz46: 6.6vw;
 --fz48: 6.8vw;
 --fz54: 7.4vw;
 --fz56: 7.6vw;
 --fz60: 8vw;
 --fz64: 8.4vw;
 --fz66: 8.6vw;
 --fz80: 10vw;
 --fz86: 10.6vw;
}
}

@media screen and (min-width: 768px) {
:root {
 --fz20: 20px;
 --fz22: 22px;
 --fz24: 24px;
 --fz26: 26px;
 --fz30: 30px;
 --fz34: 34px;
 --fz36: 36px;
 --fz38: 38px;
 --fz40: 40px;
 --fz46: 46px;
 --fz48: 48px;
 --fz54: 54px;
 --fz56: 56px;
 --fz64: 64px;
 --fz60: 60px;
 --fz66: 66px;
 --fz80: 80px;
 --fz86: 86px;
}
}
.fw-exl {
	font-weight: 200;
}
.fw-l {
	font-weight: 300;
}
.fw-r {
	font-weight: 400;
}
.fw-m {
	font-weight: 500;
}
.fw-sm {
	font-weight: 600;
}
.fw-b {
	font-weight: 700;
}
.fw-exb {
	font-weight: 800;
}
.fw-bl {
	font-weight: 900;
}
.fs-italic {
	font-style: italic;
}

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
.remodal-sp {
	display: block !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
}
/*=============================================
 * body
 *=============================================*/
body {
	font-size: 16px;
	line-height: 40px;
/*	letter-spacing: 0.05em;*/
	color: #000;
	background: #fff;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	font-family: 'ZenKakuGothicNew';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@media screen and (max-width: 767px) {
body {
	font-size: 15px;
	line-height: 32px;
/*	letter-spacing: 0.05em;*/
	text-align: justify;
}
}
.txt {
	font-weight: 300;
}
main {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
.wrap {
	padding: 0 var(--wrapPadding);
}
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-zen-light {
	font-family: "ZenKakuGothicNew";
	font-weight: 300;
}
.fnt-zen-regular {
	font-family: "ZenKakuGothicNew";
	font-weight: 400;
}
.fnt-zen-medium {
	font-family: "ZenKakuGothicNew";
	font-weight: 500;
}
.fnt-serif-ex {
	font-family: 'Noto Serif';
	font-weight: 200;
}
.fnt-serif {
	font-family: 'Noto Serif';
	font-weight: 300;
}
.fnt-cormorant-light {
	font-family: "Cormorant";
	font-weight: 300;
}
.fnt-cormorant-regular {
	font-family: "Cormorant";
	font-weight: 400;
}
.fnt-play-medium {
	font-family: "PlayfairDisplay";
	font-weight: 500;
}
.fnt-play-sbold {
	font-family: "PlayfairDisplay";
	font-weight: 600;
}
.fnt-jose-regular {
	font-family: 'JosefinSans';
	font-weight: 400;
}
.fnt-jose-medium {
	font-family: 'JosefinSans';
	font-weight: 500;
}


.fnt-wind {
  font-family: "WindSong";
  font-weight: 400;
  font-style: normal;
	letter-spacing: inherit;
}

.windsong-medium {
  font-family: "WindSong", serif;
  font-weight: 500;
  font-style: normal;
}



/*=============================================
 * <main>
 *=============================================*/
.wrap {
	box-sizing: content-box;
}
.slick-arrow:hover {
	opacity: 0.8;
}

@media screen and (min-width: 768px) {
[class*="heightLine-sp"] {
	height: auto !important;
}
}

@media screen and (max-width: 767px) {
[class*="heightLine-pc"] {
	height: auto !important;
}
}
.nav-fixed {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.nav-fixed.fixed {
	opacity: 1;
	visibility: visible;
}
#pagetop {
	bottom: 100px;
	right: 20px;
}

@media screen and (max-width: 767px) {
#pagetop {
	width: 53px;
	bottom: 110px;
	right: 10px;
}
}
/*=============================================
 * <menu>
 *=============================================*/
.menu-toggle {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100% !important;
	top: 0px;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	height: 100%;
	padding: 75px 0 100px;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-overflow-scrolling: touch;
}
.nav--opened #menu-toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	z-index: 999;
}
.nav--opened #menu-toggle * {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	z-index: 9999;
	width: 60px;
	padding: 8px 8px 8px 8px;
	padding: 0;
}
.hamburger:after {
	font-size: 10px;
	content: '';
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}
.has-nav .hamburger {
	opacity: 1;
	visibility: visible;
}
.nav--opened .hamburger {
/* background: url('../img/shared/bg3.jpg'); */ }
.nav--opened .hamburger .off {
	opacity: 1 !important;
}
.nav--opened .hamburger .on {
	opacity: 0;
}
.nav--opened .hamburger:after {
	content: '';
}
.nav--opened .hamburger-inner::before, .nav--opened .hamburger-inner::after, .nav--opened .hamburger-inner {
	border-radius: 0;
	background: #fff;
}
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
	touch-action: none !important;
	pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened .fixed-nav, body.nav--opened .fixed-nav *, body.nav--opened #menu-toggle, body.nav--opened #menu-toggle *, body.nav--opened #ft-fixed, body.nav--opened #ft-fixed * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.nav--opened {
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
button {
	border: none;
	cursor: pointer;
	background: transparent;
}
/*=============================================
 * <slick>
 *=============================================*/
.slick-arrow {
	font-size: 0;
	width: 166px;
	height: 17px;
	line-height: 0;
	position: absolute;
	z-index: 7;
	top: 24vw;
	background: transparent;
	color: #548b2e;
	outline: none;
}
.slick-arrow.slick-prev {
	background: none;
	left: -25px;
}
.slick-arrow.slick-next {
	background: none;
	right: -25px;
}

@media screen and (max-width: 480px) {
.slick-arrow {
	width: 15px;
	height: 33px;
}
}
.slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	z-index: 5;
	position: absolute;
	right: 37px;
	bottom: 90px;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #888787;
	margin: 0 7px;
	display: flex;
	border-radius: 50%;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #888787;
}

@media (hover: hover) {
.slick-dots li:hover {
	background: #888787;
}
}
.slick-dots li button {
	width: 0;
	height: 0;
	font-size: 0;
}

/*=============================================
 * <txt-vertical responsive>
 *=============================================*/
@media only screen and (min-width: 768px) {
.txt-vertical-pc {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical-pc .int {
	writing-mode: lr-tb;
	display: inline-block;
	text-align: center;
	line-height: 1;
}
.txt-vertical-pc .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	text-orientation: sideways-right;
	letter-spacing: .25em;
}
}

@media only screen and (max-width: 768px) {
.txt-vertical-sp {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical-sp .int {
	writing-mode: lr-tb;
	display: inline-block;
	text-align: center;
	line-height: 1;
}
.txt-vertical-sp .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	text-orientation: sideways-right;
	letter-spacing: .25em;
}
}
/*=============================================
 * <parallax responsive>
 *=============================================*/
.bg-parallax {
	position: relative;
	z-index: 0;
}
.bg-parallax .img-parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg-parallax .img-parallax img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.bg-parallax .img-parallax img {
	height: auto !important;
	object-fit: unset;
	top: 50%;
	transform: translateY(-50%) !important;
}
}

@media screen and (min-width: 768px) {
.bg-parallax-pc {
	position: relative;
	z-index: 0;
}
.bg-parallax-pc .img-parallax-pc {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.bg-parallax-pc .img-parallax-pc img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 1;
	transform: translateZ(0);
}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
.bg-parallax-pc .img-parallax-pc img {
	height: auto;
	object-fit: unset;
	top: 50%;
	transform: translateY(-50%) !important;
}
}

@media screen and (max-width: 767px) {
.bg-parallax-sp {
	position: relative;
	z-index: 0;
}
.bg-parallax-sp .img-parallax-sp {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.bg-parallax-sp .img-parallax-sp img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 1;
	transform: translateZ(0);
}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
.bg-parallax-sp .img-parallax-sp img {
	height: auto;
	object-fit: unset;
	top: 50%;
	transform: translateY(-50%) !important;
}
}
/*=============================================
 * <ft-fixed>
 *=============================================*/
#ft-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4e4646;
	z-index: 99;
}

@media screen and (max-width: 767px) {
#ft-fixed {
	padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}


/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
footer::after {
	height: 36px;
	content: '';
	background: #4e4646;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
footer::after {
	height: 36px;
	content: '';
	background: #4e4646;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
footer::after {
	height: 36px;
	content: '';
	background: #4e4646;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

@media screen and (min-width: 768px) {
footer::after, #ft_fixed {
	display: none;
}
}



.nav--opened #ft-fixed {
/* z-index: 0; */ }
/*=============================================
 * <toggle responsive>
 *=============================================*/
.toggle-sp .toggle-link:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	content: '\f13a';
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.toggle-sp .toggle-main {
	display: none;
}
.toggle-sp.active .toggle-link:after {
	content: '\f139';
}
.toggle-sp.active .toggle-main {
	display: block;
}

@media screen and (min-width: 768px) {
.toggle-sp .toggle-link {
	cursor: auto;
}
.toggle-sp .toggle-link:after {
	display: none;
}
.toggle-sp .toggle-main {
	display: block !important;
	height: auto !important;
}
}
/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
	position: relative;
}
.img-ob img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
.img-ob-pc {
	position: relative;
}
.img-ob-pc img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
}

@media screen and (max-width: 767px) {
.img-ob-sp {
	position: relative;
}
.img-ob-sp img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
}

/*=============================================
 * <tab responsive>
 *=============================================*/
@media screen and (max-width: 767px) {
.tabs-switch-pc .tab-content > div {
	display: block !important;
}
}
/*=============================================
* <animation wow>
*=============================================*/
@keyframes fadeIn {
 0% {
 opacity: 0;
 filter: blur(6px);
}
 to {
 opacity: 1;
 filter: blur(0px);
}
}
.fadeIn {
	animation-name: fadeIn;
}
 @keyframes fadeInUp {
 0% {
 -webkit-transform: translate3d(0, 10px, 0);
 opacity: 0;
 transform: translate3d(0, 20px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
	animation-name: fadeInUp;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}
.wow {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.hvr-radial-out {
	position: relative;
	overflow: hidden;
}
.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-out:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}
/*========Header========*/
.bnr__shared {
	max-width: 220px;
}
.bnr__shared a {
	font-family: "Cormorant";
	font-weight: 400;
	display: block;
	line-height: 60px;
	text-align: center;
	border: 1px solid #000;
	font-size: 20px;
	border-radius: 50px;
}
.bnr__shared a::before {
	background: #000;
}
.bnr__shared a:hover {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 767px) {
.bnr__shared {
	margin: 0 auto;
}
.bnr__shared a {
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.bnr__shared a::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
.nav {
	display: flex;
	justify-content: center;
	gap: 0 38px;
}
.nav li a {
	display: block;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	text-align: center;
}
.nav li a span {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	right: 0;
	top: 10px;
	opacity: 1;
	visibility: visible;
	display: inline-block;
}
.nav li a small {
	position: relative;
	transition: all 0.5s;
	display: block;
	font-size: 11px;
	font-family: "ZenKakuGothicNew";
	font-weight: 300;
}
.nav li a::before {
	content: "";
	position: absolute;
	top: -12px;
	border-radius: 50%;
	background: #2a1513;
	opacity: 0;
	visibility: hidden;
	width: 6px;
	height: 6px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.nav li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.nav li a.active::before {
	opacity: 1;
	visibility: visible;
}
#header {
	position: relative;
	
}
#header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	background: url(../img/shared/bg01.jpg);
	z-index: -1;
}


#header::before {
	content: "";
	background: url(../img/shared/bg02.jpg);
	width: 17.4%;
	position: absolute;
	top: 0;
	right: 0;
	height: 83vw;
}
#header h1 {
	color: #625d53;
	font-size: 12px;
	z-index: 4;
	width: 30px;
	height: 610px;
	position: absolute;
	top: 153px;
	left: 47px;
	right: auto;
	margin: 0;
	text-align: left;
	line-height: 1.8;
}
#header .logo_sp {
	width: 20vw;
	margin: 0 auto;
	position: absolute;
	top: 43vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#header .header__right {
	position: absolute;
	width: 20%;
	min-width: 300px;
	top: 72px;
	right: 40px;
	color: #000;
	display: none;
}
#header .header__right .header__right__in {
	margin: 0 auto;
	width: 285px;
}
#header .header__right .logo {
	width: 113px;
	margin: 0 auto 51px;
}

#header .header__right .bnr__web {
	
margin: 0 23px 40px;
	
border-bottom: 1px solid #856934;
	
padding-bottom: 55px;
}

#header .header__right dl {
	text-align: center;
	color: #2a1513;
	line-height: 1;
	margin-bottom: 20px;
}
#header .header__right dl dt {
	font-size: 14px;
	margin-bottom: 19px;
}
#header .header__right dl dd span {
	font-size: 24px;
	padding-left: 20px;
	position: relative;
}
#header .header__right dl dd span::before {
	content: "";
	background: url(../img/shared/icon_tel.png) no-repeat;
	position: absolute;
	width: 14px;
	height: 22px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
}
#header .header__right .h__link {
	width: 109px;
	margin: 0 0 49px 67px;
	padding-top: 0;
}
#header .header__right .h__link li {
	position: relative;
}
#header .header__right .h__link li a {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 18px;
}
#header .header__right .h__link li a::before {
	content: "";
	background: #3f3732;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: -13px;
	opacity: 0;
	transform: translateY(-50%);
}
#header .header__right .h__link li a:hover {
	text-decoration: none;
}
#header .header__right .h__link li a:hover::before {
	opacity: 1;
}
#header .header__right .h__sns {
	width: 73px;
	margin: 0 0 0 59px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#header .header__right .h__sns li {
	width: 26px;
}
#header .nav {
	max-width: 1000px;
	gap: 0 38px;
	margin: 0 auto 20px;
	display: none;
}
#header .nav li a span {
	font-size: 18px;
}
#header .nav li a small {
	font-size: 11px;
	padding-top: 3px;
}
#header .nav li a::before {
	background: #2a1513;
}

@media screen and (min-width: 768px) {
#header {
	padding-top: 75px;
}
#header::before {
	width: 24%;
	position: absolute;
	top: 0;
	right: 0;
	height: 844px;
	min-width: 320px;
}
	#header .logo_sp {
		display: none;
	}
#header h1 {
	color: #625d53;
	font-size: 13px;
	z-index: 2;
	width: 30px;
	height: 610px;
	top: 153px;
	left: 47px;
	right: auto;
	margin: 0;
	text-align: left;
}
#header .header__right {
	display: block;
	right: 0;
}
#header .nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: left;
	gap: 0 41px;
	padding-left: 64px;
	margin-bottom: 31px;
}
}
.home #header h1 {
	color: #fff;
	top: 20px;
	text-align: left;
	width: auto;
	margin: 0 auto;
	left: 20px;
	right: 106px;
	height: auto;
}

@media screen and (min-width: 768px) {
.home #header h1 {
	top: 187px;
	text-align: right;
	width: 842px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
}
.bnr__web {
	text-align: center;
}
.bnr__web .hvr-radial-out {
	display: block;
	font-size: 12px;
	position: relative;
	color: #fff;
	background: #000;
	overflow: hidden;
	line-height: 60px;
	border-radius: 30px;
}
.bnr__web .hvr-radial-out::before {
	z-index: 1;
}
.bnr__web .hvr-radial-out:hover {
	text-decoration: none;
	color: #333;
}
.bnr__web .hvr-radial-out:hover::before {
	z-index: 1;
	background: #fff;
}
.bnr__web .hvr-radial-out:hover span::before {
	background-position: bottom center;
}
.bnr__web .hvr-radial-out span {
	padding-left: 37px;
	position: relative;
	z-index: 2;
}
.bnr__web .hvr-radial-out span::before {
	content: "";
	background: url(../img/shared/icon_web.png) no-repeat;
	background-position: top center;
	width: 13px;
	height: 13px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	top: 55%;
	transform: translateY(-50%);
	left: 14px;
	position: absolute;
}
.pagetop {
	position: fixed;
	bottom: 85px;
	right: 18px;
	z-index: 5;
	cursor: pointer;
	width: 45px;
}
#footer {
	background: #4e4646;
	color: #fff;
	letter-spacing: 0.05em;
}
#footer .nav {
	max-width: 820px;
	margin-left: auto;
	gap: 0 30px;
	padding-bottom: 36px;
	border-bottom: 1px solid #6b6362;
	display: none;
	    
}
#footer .nav li a span {
	font-size: 16px;
	color: #fff;
}
#footer .nav li a small {
	font-size: 10px;
	color: #c5bdb9;
}
#footer .nav li a::before {
	background: #fff;
}
#footer .nav__sp {
	display: flex;
	flex-wrap: wrap;
	max-width: 280px;
	margin: 0 auto;
}
#footer .nav__sp li {
	width: 50%;
	padding: 4px 0;

}
#footer .nav__sp li a {
	display: block;
	padding-left: 0;
	position: relative;
	font-size: 15px;
}
#footer .nav__sp li a::before {
	content: "";
	background: #fff;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	border-radius: 50%;
	opacity: 0;
}
#footer .nav__sp li a.active::before {
	opacity: 1;
}
#footer .wrap {
	max-width: 100%;
	color: #fff;
	padding: 0 0 140px;
}
#footer .left {
	background: #382e2d;
	padding: 10vw;
}
#footer .left .left__in {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 300px;
}
#footer .left .left__in .row-1 {
	width: 65px;
}
#footer .left .left__in .row-2 {
	width: 70%;
}
#footer .left .left__in .row-2 dl {
	text-align: center;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 16px;
}
#footer .left .left__in .row-2 dl dt {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .left .left__in .row-2 dl dd span {
	font-size: 24px;
	padding-left: 20px;
	position: relative;
}
#footer .left .left__in .row-2 dl dd span::before {
	content: "";
	background: url(../img/shared/icon_tel_w.png) no-repeat;
	position: absolute;
	width: 14px;
	height: 22px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#footer .left .left__in .row-2 .bnr__web {
	text-align: center;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out {
	display: block;
	font-size: 12px;
	position: relative;
	color: #fff;
	background: transparent;
	overflow: hidden;
	line-height: 50px;
	border-radius: 30px;
	border: 1px solid #fff;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out::before {
	z-index: 0;
	display: none;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover {
	text-decoration: none;
	color: #fff;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover::before {
	z-index: 0;
	background: transparent;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover span::before {
	background-position: top center;
}
#footer .left .left__in .row-2 .set_add {
	display: none;
	color: #878686;
	font-size: 12px;
	line-height: 24px;
	padding-top: 64px;
}
#footer .right {
	padding: 10vw 5vw 0;
}
#footer .right .right__in {
	width: 91%;
	margin: 0 auto;
}
#footer .right .group-nav-sns {
	display: flex;
	padding-top: 5vw;
	border-bottom: 1px solid #6b6362;
	padding-bottom: 10vw;
	max-width: 280px;
	margin: 0 auto 10vw;
}
#footer .right .group-nav-sns ul {
	width: 50%;
	display: flex;
	align-items: center;
	text-align: left;
}
#footer .right .group-nav-sns ul li + li {
	padding-left: 41px;
}
#footer .right .group-nav-sns ul + ul li {
	width: 22px;
	line-height: 1;
}
#footer .right .group-nav-sns ul + ul li + li {
	padding-left: 20px;
}
#footer .right .vcard {
	text-align: center;
	padding-bottom: 6vw;
	margin-left: -20px;
	margin-right: -20px;
}
#footer .right .vcard p span {
	padding-right: 10px;
}
#footer .right .vcard p a {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 20px;
}
#footer .right .vcard p a::before {
	content: "";
	background: url(../img/shared/icon_map.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
}
#footer .right .vcard p:first-child {
	margin-bottom: 20px;
}
#footer .right .btn-copy {
	text-align: center;
	margin-bottom: 10vw;
}
#footer .right .btn-copy a {
	color: #878787;
	position: relative;
	padding-left: 25px;
}
#footer .right .btn-copy a::before {
	content: "";
	background: url(../img/shared/icon_copy_sp.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (min-width: 768px) {
#footer {
	margin-bottom: 0;
}
#footer .nav {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
	gap: 0 32px;
	padding: 0 0 48px 0px;
}
#footer .nav li a span {
	font-size: 16px;
	color: #fff;
}
#footer .nav li a small {
	font-size: 10px;
	padding-top: 6px;
}
#footer .nav li a::before {
	background: #fff;
}
#footer .nav__sp {
	display: none;
}
#footer .wrap {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#footer .left {
	padding: 73px 0;
	width: 30.5%;
}
#footer .left .left__in {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 83%;
}
#footer .left .left__in .row-1 {
	width: 100%;
	padding-bottom: 53px;
}
#footer .left .left__in .row-1 .logo {
	margin: 0 auto;
}
#footer .left .left__in .row-1 .f__txt {
	margin-bottom: 0;
	line-height: 30px;
	padding-top: 35px;
}
#footer .left .left__in .row-2 {
	width: 60%;
	margin: 0 auto;
}
#footer .left .left__in .row-2 dl {
	margin-bottom: 25px;
}
#footer .left .left__in .row-2 dl dt {
	font-size: 12px;
	margin-bottom: 17px;
}
#footer .left .left__in .row-2 dl dd span {
	font-size: 24px;
	padding-left: 20px;
}
#footer .left .left__in .row-2 dl dd span::before {
	width: 14px;
	height: 22px;
	left: 0;
}
#footer .left .left__in .row-2 .bnr__web {width: 185px;margin: 0 auto;}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out {
	font-size: 12px;
	background: transparent;
	line-height: 52px;
	border-radius: 30px;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out::before {
	z-index: 0;
	display: block;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover {
	text-decoration: none;
	color: #fff;
	border-color: #000;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover::before {
	z-index: 0;
	background: #000;
}
#footer .left .left__in .row-2 .bnr__web .hvr-radial-out:hover span::before {
	background-position: top center;
}
#footer .left .left__in .row-2 .set_add {
	display: block;
}
#footer .right {
	width: 63%;
	padding: 130px 0 70px 0;
	position: relative;
}
	#footer .right .right__in  {
		position: relative;
		margin: 0;
		max-width: 797px;
	}
#footer .right .group-nav-sns {
	display: flex;
	align-items: center;
	padding-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	width: 242px;
	justify-content: end;
	margin: 0 0 -7px auto;
	padding-right: 0;
}
#footer .right .group-nav-sns ul {
	width: 50%;
	display: flex;
	align-items: center;
	text-align: left;
}
#footer .right .group-nav-sns ul li + li {
	padding-left: 50px;
}
#footer .right .group-nav-sns ul + ul {
	padding-left: 30px;
	width: 86px;
	justify-content: end;
}
#footer .right .group-nav-sns ul + ul li {
	width: 21px;
}
#footer .right .group-nav-sns ul + ul li + li {
	padding-left: 20px;
}
#footer .right .vcard {
	text-align: left;
	padding-bottom: 131px;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2px;
}
#footer .right .vcard p span {
	padding-right: 10px;
}
#footer .right .vcard p a {
	padding-left: 29px;
}
	#footer .right .vcard p span {
		padding-right: 20px;
		display: inline-block;
	}
	#footer .right .vcard .sub {
		
padding-left: 72px;
	}
	#footer .right .vcard .sub span {
		
padding-left: 0;
		
padding-right: 65px;
	}
#footer .right .vcard p a::before {
	width: 10px;
	height: 14px;
	left: 9px;
}
#footer .right .vcard p:first-child {
	margin-bottom: 0;
}
#footer .right .btn-copy {
	text-align: right;
	position: absolute;
	bottom: 55px;
	right: 0;
	margin-bottom: 0;
	line-height: 1;
}
#footer .right .btn-copy a {
	font-size: 12px;
	letter-spacing: 0;
}
#footer .right .btn-copy a span {
	position: relative;
	padding-left: 0;
}
	
	#footer .right .btn-copy a::before {
    background: url(../img/shared/icon_copy_pc.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 15px;
    height: 16px;
	}
#footer .right .btn-copy a span::before {
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#footer .right #socialbuttons {
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
}
}
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	background: #4e4646;
	border-top: 1px solid #645d5d;
	display: none;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.ft_fixed_shared li {
	width: 33.33%;
}
.ft_fixed_shared li span {
	padding-top: 40px;
	display: block;
	padding-bottom: 12px;
	position: relative;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}
.ft_fixed_shared li span::before {
	content: "";
	width: 14px;
	height: 26px;
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
}
.ft_fixed_shared li span::after {
	content: "";
	background: #645d5d;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.ft_fixed_shared li a {
	display: block;
}
.ft_fixed_shared .ft-tel span::before {
	background: url(../img/shared/ft_tel.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 12px;
	height: 25px;
}
.ft_fixed_shared .ft-map span::before {
	background: url(../img/shared/ft_map.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 17px;
	height: 21px;
	top: 11px;
}
.ft_fixed_shared .ft-map span::after {
	display: none;
}
.ft_fixed_shared .ft-web span::before {
	background: url(../img/shared/ft_web.png) no-repeat;
	-webkit-background-size: 100% auto;
	width: 20px;
	height: 20px;
	top: 10px;
}

@media only screen and (max-width: 767px) {
#ft_fixed {
	display: block;
}
}
.hamburger {
	top: 20px;
	right: 20px;
}
.hamburger::before {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: -6px;
	left: -9px;
	bottom: 0;
	border-radius: 50%;
	background: #000;
}
.hamburger.is-active::before {
	background: none;
}
.hamburger-box {
	width: 30px;
	height: 35px;
	padding-top: 22px;
}
.hamburger-inner::before, .hamburger-inner::after {
	left: -4px;
	width: 89%;
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
	left: 0;
	width: 100%;
}
.hamburger--vortex-r.is-active .hamburger-box {
	width: 50px;
	height: 40px;
}

@media screen and (min-width: 768px) {
.hamburger {
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	top: 40px;
	right: 30px;
}
.hamburger::before {
	width: 85px;
	height: 85px;
	left: -18px;
}
.hamburger.is-active {
	right: 50px;
}
.hamburger-box {
	width: 28px;
	padding-top: 35px;
}
.hamburger-inner::before {
	top: -6px;
}
.hamburger-inner::after {
	bottom: -6px;
}
.has-nav .hamburger {
	opacity: 1;
	visibility: visible;
}
	.has-nav .hamburger:hover {
		opacity: .5!important;
	}
}
.menu-toggle {
	background: #64544b;
}
.menu-toggle .inner {
	padding: 0 30px;
}
.menu-toggle .nav {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #867870;
}
.menu-toggle .nav li {
	padding: 10px 0;
}
.menu-toggle .nav li a {
	display: flex;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	text-align: left;
	align-items: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.menu-toggle .nav li a::before {
	display: none;
}
.menu-toggle .nav li a small {
	padding-left: 15px;
	font-size: 10px;
}
.menu-toggle .nav li a span {
	font-size: 24px;
}
.menu-toggle .nav li a.active {
	color: #ada29b;
}
.menu-toggle .group-nav-sns {
	padding-top: 30px;
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.menu-toggle .group-nav-sns .h__link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}
.menu-toggle .group-nav-sns .h__link li {
	width: 50%;
}
.menu-toggle .group-nav-sns .h__link li a {
	font-size: 24px;
	color: #fff;
}
.menu-toggle .group-nav-sns .h__sns {
	width: 28%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 6%;
}
.menu-toggle .group-nav-sns .h__sns li {
	width: 28px;
}
.menu-toggle .group-tel-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 295px;
	margin: 0 auto;
}
.menu-toggle .group-tel-btn .row-1 {
	width: 65px;
}
.menu-toggle .group-tel-btn .row-2 {
	color: #fff;
}
.menu-toggle .group-tel-btn .row-2 dl {
	margin-bottom: 14px;
	line-height: 1;
}
.menu-toggle .group-tel-btn .row-2 dl dt {
	font-size: 14px;
	margin-bottom: 12px;
}
.menu-toggle .group-tel-btn .row-2 dl dd {
	font-size: 25px;
}
.menu-toggle .group-tel-btn .row-2 dl dd span {
	padding-left: 20px;
	position: relative;
}
.menu-toggle .group-tel-btn .row-2 dl dd span::before {
	content: "";
	background: url(../img/shared/icon_tel_w.png) no-repeat center;
	width: 15px;
	height: 23px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-toggle .group-tel-btn .row-2 .bnr__web .hvr-radial-out {
	line-height: 50px;
}

@media screen and (min-width: 768px) {
.menu-toggle {
	padding: 0;
}
.menu-toggle .inner {
	padding: 0;
	max-width: 100%;
}
.menu-toggle .inner .img {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.menu-toggle .inner .right {
	width: 50%;
	margin-left: auto;
}
.menu-toggle .inner .right .inner2 {
	width: 450px;
	margin: 0 auto;
	padding: 100px 0;
}
.menu-toggle .nav {
	padding-bottom: 30px;
	border-bottom: 1px solid #ada29b;
}
.menu-toggle .nav li {
	padding: 10px 0;
}
.menu-toggle .nav li a {
	align-items: center;
	color: #fff;
	font-size: 36px;
	letter-spacing: 0.1em;
}
.menu-toggle .nav li a::before {
	display: none;
}
.menu-toggle .nav li a small {
	padding-left: 25px;
	font-size: 14px;
	letter-spacing: 0;
	padding-top: 8px;
}
.menu-toggle .nav li a span {
	font-size: 36px;
}
.menu-toggle .nav li a:hover,  .menu-toggle .nav li a.active {
	color: #ada29b;
}
.menu-toggle .group-nav-sns {
	padding-top: 50px;
	padding-bottom: 60px;
}
.menu-toggle .group-nav-sns .h__link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}
.menu-toggle .group-nav-sns .h__link li {
	width: 50%;
}
.menu-toggle .group-nav-sns .h__link li a {
	font-size: 36px;
	color: #fff;
	transition: all .4s ease;
}
.menu-toggle .group-nav-sns .h__link li a:hover {
	opacity: 0.6 !important;
	text-decoration: none;
}
.menu-toggle .group-nav-sns .h__sns {
	width: 98px;
	padding-right: 30px;
}
.menu-toggle .group-nav-sns .h__sns li {
	width: 31px;
}
.menu-toggle .group-nav-sns .h__sns li a {
	transition: all .4s ease;
}
.menu-toggle .group-nav-sns .h__sns li a:hover {
	opacity: 0.6 !important;
}
.menu-toggle .group-tel-btn {
	width: 384px;
	margin: 0;
}
.menu-toggle .group-tel-btn .row-1 {
	width: 86px;
}
.menu-toggle .group-tel-btn .row-2 {
	color: #fff;
}
.menu-toggle .group-tel-btn .row-2 dl {
	margin-bottom: 14px;
	line-height: 1;
}
.menu-toggle .group-tel-btn .row-2 dl dt {
	font-size: 14px;
	margin-bottom: 12px;
}
.menu-toggle .group-tel-btn .row-2 dl dd {
	font-size: 29px;
}
.menu-toggle .group-tel-btn .row-2 dl dd span {
	padding-left: 20px;
	position: relative;
}
.menu-toggle .group-tel-btn .row-2 dl dd span::before {
	width: 15px;
	height: 23px;
	top: 0;
	left: 0;
}
.menu-toggle .group-tel-btn .row-2 .bnr__web .hvr-radial-out {
	line-height: 60px;
	background: #2a2019;
}
.menu-toggle .group-tel-btn .row-2 .bnr__web .hvr-radial-out:hover::before {
	background: #f5f0e7;
}
.menu-toggle .group-tel-btn .row-2 .bnr__web .hvr-radial-out span::before {
	width: 14px;
	height: 14px;
	left: 4px;
}
}
#reserve .box {
	border: 2px solid #b5ada1;
	position: relative;
}
#reserve .box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	background: url(../img/menu/lead_bg.jpg) repeat;
	z-index: -1;
}
#reserve .box .bg {
	background: #FFF;
}
#reserve h2 {
	color: #a0842e;
	font-size: 40px;
	position: absolute;
	top: -38px;
	left: 10%;
	transform: rotate(-5deg);
}
#reserve h2 span {
	font-size: 60px;
}
#reserve .item .logo {
	padding: 17vw 38% 10vw;
}
#reserve .item dl {
	text-align: center;
	margin-bottom: 8vw;
}
#reserve .item dl dd span {
	font-size: 28px;
	color: #52482d;
	background: url(../img/menu/tel.png) no-repeat top 1px left;
	background-size: 16px auto;
	padding-left: 22px;
}
#reserve .item .bnr__shared a {
	background: #52482d;
	color: #FFF;
	font-size: 15px;
	border: none;
	font-family: 'ZenKakuGothicNew';
	font-weight: 400;
	font-style: normal;
}
#reserve .item .bnr__shared a span {
	padding-left: 30px;
	background: url(../img/menu/i_web.png) no-repeat center left;
	background-size: 18px;
	display: inline-block;
}
#reserve .item .text {
	font-size: 14px;
	text-align: center;
	color: #52482d;
	line-height: 26px;
	padding: 9vw 5% 10vw;
	letter-spacing: 0;
}
#reserve .item .text a {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
#reserve .box {
	border: 2px solid #b5ada1;
	position: relative;
	max-width: 1080px;
	margin: auto;
}
#reserve .box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 20px;
	content: "";
	background: url(../img/menu/lead_bg.jpg) repeat;
	z-index: -1;
}
#reserve .box .bg {
	background: #FFF;
}
#reserve h2 {
	color: #a0842e;
	font-size: 65px;
	position: absolute;
	top: -48px;
	left: 30px;
	transform: rotate(-5deg);
}
#reserve h2 span {
	font-size: 80px;
}
#reserve .item {
	position: relative;
	padding: 60px 125px 65px;
	display: flex;
}
#reserve .item .logo {
	padding: 0;
	margin-right: 95px;
}
#reserve .item .block {
	width: 590px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 8px;
}
#reserve .item .block .info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
#reserve .item dl {
	text-align: left;
	margin-bottom: 0;
}
#reserve .item dl dt {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px;
}
#reserve .item dl dd span {
	font-size: 38px;
	color: #52482d;
	background: url(../img/menu/tel.png) no-repeat top 1px left;
	background-size: auto;
	padding-left: 26px;
}
	#reserve .item .bnr__shared {
		max-width: 100%;
		padding-top: 10px;
	}
#reserve .item .bnr__shared a {
	background: #52482d;
	color: #FFF;
	font-size: 18px;
	box-sizing: border-box;
	width: 275px;
	height: 80px;
	padding-top: 10px;
	border: 1px solid #52482d;
	transition: all 0.3s ease;
}
#reserve .item .bnr__shared a::before {
	z-index: 0;
	background: #fff;
}
#reserve .item .bnr__shared a:hover {
	background: #FFF;
	border: 1px solid #000;
}
#reserve .item .bnr__shared a:hover span {
	filter: brightness(0);
}
#reserve .item .bnr__shared a span {
	padding-left: 34px;
	background: url(../img/menu/i_web.png) no-repeat center left;
	background-size: 24px auto;
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
#reserve .item .text {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	letter-spacing: 1px;
}
#reserve .item .text a {
	text-decoration: underline;
}
#reserve .item .text a:hover {
	text-decoration: none;
}
}
#key .img-ob {
	height: 78vh;
}
#key .img-ob img {
	object-position: 50% 50%;
}

	.pagetop {

		opacity: 0;
		visibility: hidden;
		transition: all .4s ease;
		
	}
	.has-nav .pagetop {
		opacity: 1;
		visibility: visible;
	}


@media only screen and (min-width: 768px) {
#key {
	width: 80%;
}
#key .img-ob {
	height: 730px;
}
	.pagetop {
		bottom: 40px;
	}

	
	.has-nav .pagetop:hover {
		opacity: .7;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1499px) {
    #key {
        width: auto;
        margin-right: 300px;
    }
	.home #header h1 {
		width: auto;
		right: 340px;
	}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	#header .nav {
		padding-left: 0;
	}
	#header .nav {
		gap: 0 30px;
	}
	#footer .left .left__in .row-2 {
		width: 70%;
	}
	#footer .nav {
		gap: 0 23px;
	}
}







