@charset "utf-8";
html {
font-size: 62.5%;
line-height: 1.8;
}
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
font-family: YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:500;
}
body{
color:#000;
font-size: 1.4rem;
background:#fff;
-webkit-text-size-adjust: 100%;
}
.garamond {
  font-family: "EB Garamond", YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#header{
z-index: 999;
}
#header .logo{
top: 35px;
left: 5%;
width: 125px;
}
@media only screen and (max-width:767px){
#header .logo{
top: 15px;
width: 95px;
}
}
#header .reservBtn{
top: 30px;
right: 2%;
width: 160px;
}
@media only screen and (max-width:767px){
#header .reservBtn{
top: 25px;
}
}
#header .hNavi{
top: 38px;
right: calc(2% + 170px);
}
#header .hNavi .navi{
margin-right: 40px;
}
@media only screen and (max-width:915px){
#header .hNavi .navi{
margin-right: 30px;
}
}
/*fixed-label*/
.fixed-label {
position: fixed;
line-height: 1;
top: 50%;
right:50px;
transform: rotate(90deg);
transform-origin: center;
white-space: nowrap;
mix-blend-mode: difference;
z-index: 999;
pointer-events: none;
width: 1em;
height: 1em;
}
@media only screen and (max-width:1088px){
.fixed-label {
right:5px;
font-size: 2.3rem;
}
}
@media only screen and (max-width:767px){
.fixed-label {
right:0;
font-size: 1.8rem;
}
}
.fixed-label .txt{
top:0;
left: 0;
transform: translate(-50%,0);
}
/*footer*/
#footer{
padding: 100px 5% 50px;
}
@media only screen and (max-width:767px){
#footer{
padding: 50px 5% 15px;
}
}
#footer .logo{
width: 279px;
}
@media only screen and (max-width:767px){
#footer .logo{
width: 150px;
margin-bottom: 20px;
}
}
#footer .fNavi{
bottom: 55px;
right: calc(5% + 250px);
}
@media only screen and (max-width:980px){
#footer .fNavi{
right: calc(5% + 200px);
}
}
@media only screen and (max-width:767px){
#footer .fNavi{
position: static;
margin-bottom: 30px;
}
}
#footer .fNavi .naviOuter{
margin-right: 50px;
}
@media only screen and (max-width:980px){
#footer .fNavi .naviOuter{
margin-right: 30px;
}
}
#footer .reservBtn{
bottom: 55px;
right: calc(5% + 50px);
}
@media only screen and (max-width:767px){
#footer .reservBtn{
position: static;
margin-bottom: 30px;
}
}
#footer .insta{
bottom: 62px;
right: 5%;
width: 25px;
}
@media only screen and (max-width:767px){
#footer .insta{
bottom: 74px;
left: 200px;
right: auto;
}
}
/*mokuji*/
.mokuji {
z-index: 900;
max-width: calc(100% - 20px);
bottom: 80px;
right: 5px;
}
.mokuji.open{
background: #d3bfa7;
border-radius: 10px;
border: 1px solid rgba(255,255,255,0.5);
}
.mokuji .ttl{
border-radius: 40px;
width: 40px;
padding: 10px 0;
z-index: 10;
box-sizing: border-box;
height: 90px;
}
.mokuji.open .ttl{
background: #d3bfa7;
color: #000;
}
.mokuji .ttl .txt{
line-height: 40px;
}
.mokuji .ttl .icon{
width: 20px;
height: 20px;
transform: rotate(0deg);
border-radius: 40px;
margin: 0 10px 10px;
transition: all 0.3s ease;
}
.mokuji .ttl.open .icon{
transform: rotate(45deg);
}
.mokuji .ttl .icon:before{
content: "";
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
width: 1px;
height: 12px;
background: #fff;
}
.mokuji .ttl .icon:after{
content: "";
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%) rotate(90deg);
width: 1px;
height: 12px;
background: #fff;
}
.mokuji .ttl.open .icon:before,
.mokuji .ttl.open .icon:after{
background: #000;
}
.mokuji .block{
padding: 15px 15px 15px 10px;
display: none;
}
.mokuji .block .navi{
margin-right: 0;
margin-bottom: 5px;
}
/*reservModal*/
.reservModal .btnOuter{
width: 32%;
margin-right: 2%;
}
@media only screen and (max-width:767px){
.reservModal .btnOuter{
width: 100%;
margin-right: 0;
}
}
.reservModal .btnOuter a{
max-width: 100%;
}
.reservModal .btnOuter:nth-child(3n){
margin-right: 0;
}
@media only screen and (max-width:767px){
.reservModal .btnOuter:nth-child(3n){
margin-right: 0;
}
}
/* fixBn */
#fixBnr {
bottom: 20px;
right: 15px;
width: 349px;
z-index: 99;
}
@media screen and (max-width:767px){
#fixBnr {
bottom: 0;
right: 0;
width: 100%;
height: 70px;
background: #d3bfa7;
}
#fixBnr img{
max-width: 375px;
}
}
#fixBnr .close{
z-index: 100;
top: -21px;
right: -10px;
width: 42px;
height: 42px;
line-height: 42px;
border: 1px solid #fff;
border-radius: 50%;
background:  #e95012;
opacity: 1;
transition: all 0.6s ease 0s;
}
@media screen and (max-width:767px){
#fixBnr .close{
display: none;
}
}
#fixBnr .close:hover{
opacity: 0.7;
}
#fixBnr .close .closs{
width: 15px;
height: 15px;
transform: rotate(45deg);
top: 13px;
right: 0;
}
#fixBnr .close .closs:before{
content: "";
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 100%;
background: #fff;
transform: translate(-50%,0);
}
#fixBnr .close .closs:after{
content: "";
position: absolute;
left: 0;
top: 50%;
height: 2px;
width: 100%;
background: #fff;
transform: translate(0,-50%);
}
#fixBnr a img{
transition: all 0.6s ease 0s;
}
#fixBnr a:hover img{
opacity: 0.7;
}
/*---------------------------------------*/
/* layout */
/*---------------------------------------*/
#container{
min-height:100vh;
}
