@charset "utf-8";

/*--------------------------------------------------------------------------
   settings
---------------------------------------------------------------------------*/
:root {
  --dark: #221714;
  --light: #fff;
  --gold: #a9926c;
	--beige: #DCD5D1;
}



/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
  scroll-behavior: smooth;
	font-size: 62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color: var(--dark);
	background: var(--light);
	font-family: "EB Garamond","Shippori Mincho", "Noto Serif JP","YuMincho","Yu Mincho", serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
}

/* fonts */
.en{
  font-family: "EB Garamond", sans-serif;
  text-transform: uppercase;
}
.note,.caption,.hyphen{
	font-family: "Noto Serif JP","YuMincho","Yu Mincho", serif;
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
}
a:link,
a:visited{
	text-decoration: none;
	color: var(--dark);
}

.ophover{
	transition: opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}

.phone-link{
  pointer-events: none;  
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,.blur,.zoom,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.3s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,50px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-50px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-50px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(50px,0); 
}
.blur {
  -webkit-filter: blur(14px);
	filter: blur(14px);  
}
.zoom{
  transform: scale(1.1,1.1); 
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

.mv {
	opacity: 1;
  -webkit-filter: blur(0);
	filter: blur(0);
	transform: translate(0,0) scale(1,1); 
}


@keyframes fadein{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display: none;	
}
/* box-sizing ---*/	
header, footer, nav, main, section, article, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, a, span, small, strong, em, input, select, textarea, button {
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
.inner{
	max-width: 1460px;
	padding: 0 30px;
	margin: 0 auto;
}
.inner._narrow{
	max-width: 1260px;
}
.layout-box{
  display: flex;
  justify-content: space-between;  
}


/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
#Header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
#Header::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 120%;
	content: "";
	background: linear-gradient(180deg,rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transition: .5s;
}
#Header.scroll::before{
	opacity: 1;
}
#Header h1{
	position: relative;
}
.hd-nav-area{
	position: relative;
	display: flex;
	align-items: center;
}
.btn-trigger{
  position: relative;
  line-height: 1;
  cursor: pointer;  
}
.btn-trigger span{
  display: block;
  height: 1px;
  background: var(--dark);
  transition: .3s;		
}
.btn-trigger strong{
  display: block;
  margin-top: 9px;
  font-weight: normal;
  font-size: 1.1rem; 
}
.btn-trigger._open{
  width: 52px;
}
.btn-trigger._open span{
  margin-bottom: 7px;
}
.btn-trigger._open span:nth-child(1){
  width: 52px;
}
.btn-trigger._open span:nth-child(2){
  width: 37px;
  margin-left: auto;
}
.btn-trigger._open span:nth-child(3){
  width: 25px;
  margin-left: auto;
}
.btn-trigger._open strong{
  text-align: right;
}
.btn-trigger._close{
  width: 37px;
}
.btn-trigger._close{
  position: absolute;
  right: 20px;
  top: 30px;  
}
.btn-trigger._close span{
  width: 37px;
}
.btn-trigger._close span:nth-child(1){
  transform: rotate(-35deg) translateY(1px);
}
.btn-trigger._close span:nth-child(2){
  transform: rotate(35deg) translateY(-1px);
}
.btn-trigger._close strong{
  margin-top: 15px;
  text-align: center;  
}
.hd_cvbtn-list{
	display: flex;
	margin-right: 20px;
}
.hd_cvbtn-list li:nth-child(n+2){
	margin-left: 10px;
}
.hd_cvbtn-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 36px;
	border-radius: 100vmax; 
	color: var(--light);
	background: var(--dark);
	font-size: 1.4rem;
	line-height: 1;
	transition: .3s;
}
.hd_cvbtn-list a:hover{
	opacity: .7;
}


/* header 初期白*/
._white #Header h1{
	background: url(../../img/common/hd_logo.svg) no-repeat;
	background-size: 100% auto;
	transition-delay: .3s;
}
._white #Header h1 img{
	opacity: 0;
	transition: .3s;
}
._white #Header.scroll h1{
	background: none;
}
._white #Header.scroll h1 img{
	opacity: 1;
}
._white .btn-trigger._open span{
	background: var(--light);
	transition: .3s;
}
._white .btn-trigger._open strong{
	color: var(--light);
	transition: .3s;	
}
._white .scroll .btn-trigger._open span{
	background: var(--dark);
}
._white .scroll .btn-trigger._open strong{
	color: var(--dark);
}



/* ---------------------------------------------------------------------------
	 #Gnav	
	 グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav{
  position: fixed;
  left: 0;
  top: 0;
	z-index: 12000;
  width: 100%;
  height: 100vh;
  heighht: 100dvh;
  background: rgba(0,0,0,.4);
  overflow: hidden;
	display: none;
}
#Gnav .gnav-bg{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%) scale(.8);
  width: 200vh;
  height: 200vh;
  border-radius: 100vmax;
  background: #F1F1F0;
	transition: .6s;  
}
#Gnav.open .gnav-bg{
	transform: translate(0,-50%) scale(1);
}
#Gnav .gnav-cont{
  position: relative;
  width: fit-content;
  height: 100%;
  margin-left: auto;
}
#Gnav .gnav-cont-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 8.5vw;
  overflow: auto; 
}
#Gnav .gnav-cont-box{
  position: relative;
  max-width: 620px;
	opacity: 0;
	transition: .6s;
	transition-delay: .3s;	
}
#Gnav.open .gnav-cont-box{
	opacity: 1;
}
#Gnav .gnav,
#Gnav .utl-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  line-height: 1.4;  
}
#Gnav .gnav li,
#Gnav .utl-nav li{
  margin: 0 25px;  
}
#Gnav .gnav li{
  margin-bottom: 50px;  
}
#Gnav .gnav a,
#Gnav .utl-nav a{
  display: block;
  color: var(--dark);
  transition: .3s;   
}
#Gnav .gnav .en,
#Gnav .utl-nav .en{
  display: block;
  font-size: 2.6rem;
}
#Gnav .gnav .ja,
#Gnav .utl-nav .ja{
 display: block;
 font-size: 1.4rem; 
}
#Gnav .gnav a:hover,
#Gnav .utl-nav a:hover{
  opacity: .7;  
}
#Gnav .gnav a.comingsoon{
  opacity: .3;
  pointer-events: none;  
}
#Gnav .btn-area{
  max-width: 440px;
  margin: 0 auto;
}
#Gnav .cv-btn-list li:nth-child(n+2){
	margin-top: 30px;
}
#Gnav .utl-nav{
  display: flex;
  justify-content: center;
	margin-bottom: 60px;
}


/* cv-btn-list
-----------------------------------------------------------------*/
.cv-btn-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75px;
	border-radius: 100vmax;
	border: 1px solid;
	color: var(--light);
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	transition: .3s;	
}
.cv-btn-list a:hover{
	opacity: .7;
}
.cv-btn-list .request a{
	background : var(--dark);
	border-color : var(--dark);
}
.cv-btn-list .reserve a{
	background : var(--gold);
	border-color : var(--gold);
}
.cv-btn-list .request a:hover{
	background : var(--light);
	color : var(--dark);
}
.cv-btn-list .reserve a:hover{
	background : var(--light);
	color : var(--gold);
}
.cv-btn-list .reserve.comingsoon a{
	pointer-event: none;
	background : rgba(255,255,255,.7);
	color : var(--gold);
	font-size: 2.2rem;
	pointer-events: none;
}
.cv-btn-list .reserve.comingsoon a small{
	display: block;
	font-size: 1.6rem;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.bg-wrap{
  background: url(../../img/common/body_bg.jpg) no-repeat center bottom var(--light);
	background-size: 100% auto;
}
.inner{
	padding: 0 30px;
}
.caption{
  font-size: 1.2rem;  
}
.caption._w{
  color: var(--light);  
}


/* 見出し
-----------------------------------------------------------------*/

/* page-ttl --------------------*/
.page-ttl{
  position: relative;
}
.page-ttl h1{
  position: absolute;
  right: 68px;
  bottom: 75px;
	line-height: 1;
  letter-spacing: .4em;
  font-weight: 400;
	color: var(--light);
}
.page-ttl h1 .en{
	display: block;
	font-size: 14rem;
}
.page-ttl h1 .ja{
	display: block;
	margin-top: 12px;
	font-size: 1.6rem;
	text-align: right;
}
.page-ttl .caption{
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;  
  color: var(--light);
	font-size: 1.4rem;
}


/* ttl-sec --------------------*/
.ttl-sec{
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.ttl-sec .en{
	display: block;
	margin-bottom: 15px;
	font-size: 10rem;
	text-transform: uppercase;
}
.ttl-sec .ja{
	display: block;
	font-size: 1.6rem;
}

.txt-sec-lead{
  text-align: center;
  font-size: 3rem;
  letter-spacing: .2em;
  line-height: 2;
}


/* ボタン
-----------------------------------------------------------------*/

/* btn-base --------------------*/
.btn-base a{
	display:  flex;
	justify-content: center;
	align-items: center;
	max-width: 286px;
	height: 60px;
	background: var(--dark);
	border-radius: 100vmax;
	color: var(--light);
	font-size: 1.6rem;
	letter-spacing: .2em;
	line-height: 1.2;
	transition: .3s;	
}
.btn-base a:hover{
	opacity: .7;
}
.btn-base a[target="_blank"] span{
	padding-right: 24px;
	background: url(../../img/common/arw_blank.svg) no-repeat right center;
	background-size: 14px auto; 
}


/* column
-----------------------------------------------------------------*/
.column{
	max-width: 1200px;
	margin-inline: auto;
  padding: 80px 20px;
  background: url(../../img/common/bg_column.jpg) no-repeat center top;
  text-align: center;  
}
.column > div{
	max-width: 1000px;
	margin-inline: auto;
}
.column h3{
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: .4em;
	line-height: 1;
	color: var(--gold);
}
.column h3 .en{
	display:block;
	font-size: 4rem;
}
.column h3 .ja{
	display:block;
	margin-top: 15px;
	font-size: 1.6rem;
}
.column .txt{
	font-size: 2rem;
  letter-spacing: .2em;  
}


/* page-notes
-----------------------------------------------------------------*/
.page-notes{
	padding: 60px 0;
}
.page-notes ul li,
.page-notes p{
	font-size: 1.2rem;
}


/* clearfix
-----------------------------------------------------------------*/
.cf:after{
	clear :both;
	content: "";
	display: block;
	height: 0;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
	padding: 140px 0 60px;
}
#Footer .inq{
	margin-bottom: 45px;
}
#Footer .inq h3{
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .1em;
}
#Footer .tel a{
	display: flex;
	align-items: center;
	line-height: 1;
}
#Footer .tel a small{
 font-family: "Noto Serif JP","YuMincho","Yu Mincho", serif; 
}
#Footer .tel .ico{
  flex-shrink: 0;
	transform: translateY(5px);
  width: 65px;
	margin-right: 15px;
	line-height: 0;
}
#Footer .tel .num{
	font-size: 8rem;
  font-weight: 500;
	font-weight: normal;
}
#Footer .businesshour{
	display: flex;
	margin-top: 10px;
	font-size: 1.4rem;
}
#Footer .businesshour p + p{
	margin-left: 60px;
}
#Footer .businesshour p span{
	display: inline-block;
	margin: 0 15px;
	transform: rotate(45deg);
	font-size: 120%;
}
#Footer .nav-area{
	max-width: 500px;
	margin-left: 20px;
}
#Footer .ft-nav{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-bottom: 40px;
}
#Footer .ft-nav li{
	margin: 0 30px 10px 0;
	font-size: 1.6rem;
	text-transform: uppercase;
}
#Footer .ft-nav .comingsoon{
	pointer-events: none;
	opacity: .3;
}
#Footer .pagetop a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 100vmax;
	border: 1px solid var(--dark);
	font-size: 1.6rem;
	line-height: 1;
	transition: .3s;
}
#Footer .pagetop a span span{
	display: inline-block;
	transform: translateY(-1px);
	padding-left: .8em;
}
#Footer .pagetop a:hover{
	background: var(--dark);
	color: var(--light);
}
#Footer .co-list{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 140px;
}
#Footer .co-list li{
	margin: 0 30px;
}
#Footer .co-list h4{
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: .035em;
}
#Footer .copyright{
	display: block;
	margin-top: 35px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .1em;
}
#FtNav{
	display: none;
}




























/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {  
	#Page {
		overflow: hidden;
		min-width: 320px;	
	}
	body{
   font-size: 1.3rem; 
  }
	
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}
	
	.phone-link{
		pointer-events: auto;  
	}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width: none;	
	}

/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
	#Header{
		padding: 15px;
	}
	#Header h1{
		width: 208px;
	}
	.btn-trigger strong{
		margin-top: 4px;
		font-size: 1rem; 
	}
	.btn-trigger._open{
		width: 42px;
	}
	.btn-trigger._open span{
		margin-bottom: 6px;
	}
	.btn-trigger._open span:nth-child(1){
		width: 42px;
	}
	.btn-trigger._open span:nth-child(2){
		width: 32px;
	}
	.btn-trigger._open span:nth-child(3){
		width: 22px;
	}
	.btn-trigger._close{
		width: 35px;
	}
	.btn-trigger._close{
		right: 15px;
		top: 20px;  
	}
	.btn-trigger._close span{
		width: 35px;
	}
	.btn-trigger._close strong{
		margin-top: 13px;
	}
	.hd_cvbtn-list{
		display: none;
	}
	
	
/* ---------------------------------------------------------------------------
	 #Gnav	
	 グローバルナビゲーション
--------------------------------------------------------------------------- */
	#Gnav .gnav-bg{
		transition: .5s;  
	}
	#Gnav .gnav-cont{
		max-width: 450px;
		width: 100%;
	}
	#Gnav .gnav-cont-inner{
		padding: 40px 20px 40px 40px; 
	}
	#Gnav .gnav-cont-box{
		max-width: 300px;
	}
	#Gnav .gnav li,
	#Gnav .utl-nav li{
		margin: 0 10px;  
	}
	#Gnav .gnav li{
		margin-bottom: 15px;  
	}
	#Gnav .gnav .en,
	#Gnav .utl-nav .en{
		font-size: 2rem;
	}
	#Gnav .gnav .ja,
	#Gnav .utl-nav .ja{
	 font-size: 1.2rem; 
	}
	#Gnav .gnav a:hover,
	#Gnav .utl-nav a:hover{
		opacity: 1;  
	}
	#Gnav .btn-area{
		max-width: 300px;
	}
	#Gnav .cv-btn-list li:nth-child(n+2){
		margin-top: 15px;
	}
	#Gnav .utl-nav{
		margin-bottom: 30px;
	
	}

/* cv-btn-list
-----------------------------------------------------------------*/
	.cv-btn-list a{
		width: 100%;
		height: 55px;
		font-size: 1.5rem;
	}
	.cv-btn-list a:hover{
		opacity: 1;
	}
	.cv-btn-list .request a:hover{
		background : var(--dark);
		color : var(--light);
	}
	.cv-btn-list .reserve a:hover{
		background : var(--gold);
		color : var(--light);
	}
	.cv-btn-list .reserve.comingsoon a{
		background : rgba(255,255,255,.7);
		color : var(--gold);
		font-size: 1.7rem;
	}
	.cv-btn-list .reserve.comingsoon a small{
		font-size: 1.3rem;
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.bg-wrap{
		background: url(../../img/common/body_bg_sp.jpg) no-repeat center bottom #E6E6E6;
		background-size: 100% auto;  
	}
	.txt{
		font-size: 1.3rem;
	}
	.caption {
    font-size: 1rem;
	}

/* page-ttl --------------------*/
	.page-ttl h1{
		right: 10px;
		bottom: 50px;
	}
	.page-ttl h1 .en{
		font-size: 6rem;
	}
	.page-ttl h1 .ja{
		margin-top: 7px;
		font-size: 1.4rem;
	}
	.page-ttl .caption{
		right: 10px;
		bottom: 10px;
		font-size: 1.1rem;
	}

/* ttl-sec --------------------*/
	.ttl-sec .en{
		margin-bottom: 10px;
		font-size: 3.6rem;
	}
	.ttl-sec .ja{
		font-size: 1.4rem;
	}
	
	.txt-sec-lead{
		font-size: 1.8rem;
	}



/* ボタン
-----------------------------------------------------------------*/

/* btn-base --------------------*/
.btn-base a{
	max-width: 240px;
	height: 45px;
	font-size: 1.3rem;
}
.btn-base a:hover{
	opacity: 1;
}
.btn-base a[target="_blank"] span{
	padding-right: 20px;
	background-size: 12px auto; 
}

/* column
-----------------------------------------------------------------*/
.column{
  padding: 30px 20px;
  background: url(../../img/common/bg_column_sp.jpg) no-repeat center bottom var(--light);
	background-size: 100% auto;  
}
.column h3{
  margin-bottom: 15px;
}
.column h3 .en{
	font-size: 2.8rem;
}
.column h3 .ja{
	margin-top: 5px;
	font-size: 1.3rem;
}
.column .txt{
	font-size: 1.3rem;
}

/* page-notes
-----------------------------------------------------------------*/
	.page-notes{
		padding: 30px 0;
	}
	.page-notes ul li,
	.page-notes p{
		font-size: 1rem;
    text-align: justify;
	}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
	#Footer{
		padding: 70px 0 60px;
	}
	#Footer .layout-box{
		display: block;
	}
	#Footer .inq{
		margin-bottom: 60px;
	}
	#Footer .inq h3{
		font-size: 1.6rem;
		text-align: center;
	}
	#Footer .tel .ico{
		width: 44px;
		transform: translateY(5px);
		margin-right: 8px;
		line-height: 0;
	}
	#Footer .tel .num{
		font-size: 4.8rem;
	}
	#Footer .businesshour{
		display: block;
		margin-top: 15px;
		font-size: 1.6rem;
		text-align:center;
	}
	#Footer .businesshour p + p{
		margin: 0;
	}
	#Footer .nav-area{
		max-width: none;
		margin: 0;
	}
	#Footer .ft-nav li{
		margin: 0 28px 10px 0;
	}
	#Footer .pagetop a:hover{
		background: transparent;
		color: var(--dark);
	}
	#Footer .co-list{
		display: block;
		margin-top: 60px;
		text-align: center;
	}
	#Footer .co-list li{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding-right: .5em;
	}
	#Footer .co-list li:nth-child(1) img{
		width: 128px;
	}
	#Footer .co-list li:nth-child(2){
		margin-top: 20px;
	}
	#Footer .co-list li:nth-child(2) img{
		width: 210px;
	}
	#Footer .co-list h4{
		margin: 0 5px 0 0;
		letter-spacing: .02em;
		font-size: 1.1rem;
		white-space: nowrap;
	}
	#Footer .copyright{
		margin-top: 40px;
		font-size: 1.1rem;
		text-align: center;
		letter-spacing: .1em;
	}

  
}

