@charset "utf-8";
/* Garamond Premier Pro 400,500,600 */
@import url("https://use.typekit.net/bhv8xhq.css");
/*==================================================================
	Common setting
===================================================================*/
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	background: #fff;
	color: #485157;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	word-wrap:break-word;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
body.is_loaded {
	opacity: 1;
	visibility: visible;
}
a { color: #485157; text-decoration: none; }
a:hover { text-decoration: none; }
.full { width: 100%; }
.inner {
	margin: auto;
	max-width: 1200px;
	width: 92%;
}
.en { font-family: "garamond-premier-pro", serif; }
@media screen and (min-width: 768px){
	body { min-width: 1200px;}
	.sp { display: none!important;}
	a[href^="tel:"] { pointer-events: none; }
}
@media screen and (max-width: 767px){
	.pc { display: none!important;}
}
.pos-rel { position: relative;}
.pic-cap {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	color: #000 !important;
	font-size: 10px;
	line-height: 1.0 !important;
	padding: 5px;
}
.pic-cap.l-side {
	right: auto;
	left: 0;
}
.pic-cap.bg {
	background: rgba(0, 0, 0, .50);
	color: #fff !important;
}
.pic-cap.w { color: #fff !important;}
/*==================================================================
	Header setting
===================================================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 15px;
	z-index: 99;
}
#header .inner {
	max-width: 1480px;
	width: 100%;
}
.header-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.hamburger { display: none;}
#navs { display: none;}
#logo img { height: 25px;}
.h-right {
	display: grid;
	grid-template-columns: auto 132px;
	gap: 30px;
	align-items: flex-end;
}
#header .bt-reservation {
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
}
#header .bt-reservation::before {
	background: #fff;
	content: "";
	height: 50px;
	width: 0;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: width ease-in-out 0.1s, height ease-in-out 0.3s;
}
#header .bt-reservation:hover {
	color: #485157;
}
#header .bt-reservation:hover:before {
	width: 100%;
	height: 100%;
}
#header .bt-reservation > span {
	z-index: 1;
}
#header .box-link .navi {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
#header .box-link .navi a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	position: relative;
	padding: 0 5px 2px;
	z-index: 0;
}
#header .box-link .navi a:after {
	background: #fff;
	content: "";
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 1px;
	transform: scale(0, 1);
    transform-origin: right top;
    -webkit-transition: transform 0.5s cubic-bezier(.16,1,.3,1);
    transition: transform 0.5s cubic-bezier(.16,1,.3,1);
}
#header .box-link .navi .is_current a:after,
#header .box-link .navi a:hover:after {
	transform: scale(1, 1);
    transform-origin: left top;
}
#header:after {
	content: "";
	background: linear-gradient(to bottom, rgba(72,81,87,0.6) 0%,rgba(72,81,87,0) 100%);
	background: linear-gradient(rgba(72,81,87, 0.7), rgba(72,81,87, 0.4) 30%, rgba(72,81,87, 0));
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header.is-fixed:after {
	opacity: 1;
	visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1400px)  {
   #header .box-link .navi a { font-size: 1.3rem;}
}
@media screen and (max-width: 1500px) {
	#logo img { height: 16px;}
	#header .box-link .navi { gap: 15px;}
	.h-right,
	.header-wrap { gap: 15px;}
}
@media screen and (max-width: 767px) {
	#header { padding: 15px;}
	.header-wrap { display: block;}
	.h-left { display: none;}
	.h-right .box-link { display: none; }
	.h-right { display: block; }
	#header .bt-reservation {
		padding: 10px;
		width: 40%;
		max-width: 126px;
	}
	.hamburger {
		z-index: 105;
		display: block;
		position: fixed;
		top: 28px;
		right: 15px;
		width: 36px;
		height: 12px;
	}
	.hamburger-bar {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: #fff;
		transition: all 0.5s ease;
	}
	.hamburger-bar:nth-child(2) {
		top: auto;
		bottom: 0;
	}
	.menu-opened .hamburger-bar {
		top: 6px;
		transform: rotate(20deg);
	}
	.menu-opened .hamburger-bar:nth-child(2) {
		bottom: 6px;
		transform: rotate(-20deg);
	}
}

/*==================================================================
	Navigations SP setting
===================================================================*/
@media screen and (max-width: 767px) {
	#navs {
		background: rgba(72,81,87,0.9);
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		width: 60%;
		max-width: 200px;
		padding: 60px 0 0;
		transform: translateX(102%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
	}
	.menu-opened #navs {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	#navs .navs-wrap {
		display: grid;
		grid-template-columns: auto;
		gap: 30px;
		padding: 0 15px 30px;
	}
	#navs .navs-list {
		display: grid;
		grid-template-columns: auto;
		gap: 5px;
	}
	#navs .navs-list a {
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}
	#navs .cont {
		color: #fff;
		margin-top: 40px;
	}
	#navs .cont .logo {
		width: 100%;
		max-width: 150px;
		margin-bottom: 15px;
	}
	#navs .cont .site-address a { color: #fff;}
	#navs .cont .site-map-link {
		font-size: 1.2rem;
		margin-top: 5px;
	}
	#navs .cont .site-map-link .map-btn {
		color: #fff;
		border-color: #fff;
	}
}

/*==================================================================
	Footer setting
===================================================================*/
#footer {
	background: #fff;
	padding: 120px 15px 0;
}
#footer .inner {
	max-width: 1480px;
	width: 100%;
}
#footer .footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
#footer .f-left {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
#footer .f-left .logo { width: 142px;}
#footer .f-navi {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}
#footer .f-navi li a {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	padding: 0 5px 2px;
	position: relative;
	z-index: 0;
}
#footer .f-navi li a:after {
	background: #485157;
	content: "";
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 1px;
	transform: scale(0, 1);
    transform-origin: right top;
    -webkit-transition: transform 0.5s cubic-bezier(.16,1,.3,1);
    transition: transform 0.5s cubic-bezier(.16,1,.3,1);
}
#footer .f-navi li.is_current a:after,
#footer .f-navi li a:hover:after {
	transform: scale(1, 1);
    transform-origin: left top;
}
#footer .f-bottom {
	margin-top: 40px;
}
#footer .f-by {
	font-size: 10pt;
	/*letter-spacing: 0.25em;*/
	margin-bottom: 10px;
}
#footer .f-end {
	background-color: #485157;
	color: #fff;
	margin: 0 -15px;
	padding:15px;
}
#footer .f-end .f-policy {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	gap: 25px;
}
#footer .f-end .f-policy a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	transition: all .3s;
}
#footer .f-end-bottom {
	background-color: #333;
	color: #fff;
  text-align: center;
	margin: 0 -15px;
	padding: 4px 15px;
}
#footer .f-end .f-policy a:hover { opacity: .7;}
#footer .f-end .copyright {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1400px)  {
   #footer .f-navi li a { font-size: 1.3rem;}
}
@media screen and (max-width: 1500px) {
	#footer .f-navi { gap: 15px;}
	#footer .f-left,
	#footer .footer-wrap { gap: 20px;}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 60px 15px 0;
		border-top: 1px solid #485157;
		margin-top: 40px;
	}
	.f-right { display: none; }
	#footer .f-left .logo {
		width: 80px;
		margin-top: 2%;
	}
	#footer .f-left { width: 100%;}
	#footer .f-bottom { margin-top: 35px;}
	#footer .f-by { 
		font-size: 0.9rem;
		margin-bottom: 5px;
	}
  #footer .f-end {
	padding:10px;
}
  #footer .f-end .f-policy li{
		margin: 0px 0px;
	}
	#footer .f-end .f-policy {
		gap: 0px 20px;
		order: 1;
		width: 100%;
		justify-content: center;
		/*margin-bottom: 5px;*/
	}
	#footer .f-end .copyright { 
		order: 2;
		width: 100%;
		font-size: 1rem;
	}
	#footer .f-end .f-policy a {
		font-size: 1rem;
	}
}

/* common setting */
.site-address {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.site-address a[href^="tel:"] {
	display: inline-block;
	margin-left: 10px;
}
.site-map-link {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-top: 11px;
}
.site-map-link .map-btn {
	border-bottom: 1px solid #485157;
	display: block;
	width: 140px;
	text-align: center;
	padding: 3px 30px 5px;
	position: relative;
	z-index: 0;
}
.site-map-link .map-btn .icon {
	width: 14px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1400px)  {
	.site-address {
		font-size: 1.1rem;
		letter-spacing: 0.01em;
	}
	#footer .f-left .logo {
		width: 130px;
	}
}
@media screen and (max-width: 767px) {
	.site-address {
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	.site-address .lh {
		position: relative;
		top: -8px;
	}
	.site-map-link {
		font-size: 1.2rem;
		margin-top: 0;
	}
}
.zoomIcon {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
	  bottom: 0;
    left: 0;
    z-index: 1;
}
.zoomIcon img { display: block;}
.modal_swipeWrap {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
}
.modal_swipeWrap .swipeIcon {
	display: none;
	position: absolute;
	top: 45%;
	left: 30%;
	z-index: 3;
	width: 55px;
	animation: swipeAnimation 1s ease-in-out infinite alternate
}
.modal_swipeWrap .swipeIcon img {
	max-width: 100%;
	width: 100%;
}
@keyframes swipeAnimation {
	0% {
		transform: translate(-30%, -50%)
	}
	100% {
		transform: translate(-70%, -50%)
	}
}
@media screen and (max-width: 767px) {
    .zoomIcon { display: block;}
	.modal_swipeWrap .swipeIcon {
		display: block;
	}
	.modal_swipeWrap > figure > img {
		max-width: none;
		width: 800px;
	}
}
.ani-mask.on { animation: 2.3s mask-animation cubic-bezier(.115,.405,.24,1) 0s forwards;}
.on .ani-mask { animation: 2.3s mask-animation cubic-bezier(.115,.405,.24,1) 0s forwards;}
.ani-mask {
    -webkit-mask-image: url(../imgs/mask.webp);
    mask-image: url(../imgs/mask.webp);
    mask-mode: alpha;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 200%;
    mask-size: auto 200%;
}
@keyframes mask-animation {
    0% {
        -webkit-mask-position: left bottom;
        mask-position: left bottom;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        -webkit-mask-size: auto 500%;
        -webkit-mask-position: left 0%;
        mask-position: left 0%;
        -webkit-mask-size: auto 900%;
        mask-size: auto 900%;
        opacity: 1
    }
}
/* modal */
html.md-open { overflow: hidden;}
.modal-close {
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 10px;
	height: 50px;
	padding: 0;
	width: 50px;
}
.modal-close span {
	color: #485157 !important;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1rem;
	text-transform: uppercase;
	height: auto !important;
	transform: translateY(120%);
	width: 100% !important;
	clip: unset;
	font-family: "garamond-premier-pro", serif;
}
.modal-close::before,
.modal-close::after {
	background: #485157;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	transform: rotate(-45deg);
	width: 100%;
}
.modal-close::after { transform: rotate(45deg);}
.md-content {
	background: #fff;
	position: relative;
	max-height: 100vh;
	padding: 80px 0 50px;
	width: 960px;
	max-width: 92%;
	max-height: 90%;
}
.md-inner {
	margin: 0 auto 60px;
	width: 100%;
	overflow-y: auto;
	height: 100%;
}
.md-wrap {
	max-width: 705px;
	padding: 0 15px;
	margin: auto;
}
.md-hidden {
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	width: 100%;
}
.md-hidden > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.md-hidden.active {
	visibility: visible;
	opacity: 1;
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.md-content { padding: 60px 0 30px;}
	.modal-close {
		top: 5px;
		right: 5px;
		height: 35px;
		width: 35px;
	}
	.modal-close span { font-size: 0.9rem;}
  .copyright { font-size: 0.8em;}
}

/* REQUEST button styles */
.h-right {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 30px;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.h-right .box-link { margin-right: 40px;}
/* ボタン共通スタイル - 2行テキスト対応 */
#header .bt-reservation,
#header .bt-request {
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.9rem;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
	width: 180px;
	height: auto;
	min-height: 56px;
}

#header .bt-reservation::before,
#header .bt-request::before {
	background: #fff;
	content: "";
	height: 100%;
	width: 0;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: width ease-in-out 0.1s, height ease-in-out 0.3s;
}

#header .bt-reservation:hover,
#header .bt-request:hover {
	color: #485157;
}

#header .bt-reservation:hover:before,
#header .bt-request:hover:before {
	width: 100%;
	height: 100%;
}

#header .bt-reservation > span,
#header .bt-request > span {
	z-index: 1;
	display: block;
}

/* レスポンシブ調整 */
@media screen and (max-width: 1500px) {
	.h-right {
		gap: 20px;
	}
	#header .bt-reservation,
	#header .bt-request {
		font-size: 0.85rem;
		width: 165px;
		padding: 0px 12px;
		min-height: 54px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
	.h-right {
		gap: 15px;
	}
	.h-right .box-link { margin-right: 30px;}
	#header .bt-reservation,
	#header .bt-request {
		font-size: 0.8rem;
		padding: 0px 10px;
		min-height: 50px;
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	.h-right {
		display: flex;
		justify-content: flex-start;
		gap: 10px;
		width: 100%;
	}
	.h-right .box-link {
		display: none;
	}
	#header .bt-reservation,
	#header .bt-request {
		flex: 0 0 auto;
		width: 130px;
		padding: 5px;
		font-size: 1rem;
		min-height: 48px;
	}
}