@charset "utf-8";
/* CSS Document */


/*スライド*/
.appear{
	opacity: 0;
}
/*スライド*/


/*topボタン*/

.topbtn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #8b624d;
  text-align: center;
  line-height: 60px;
  z-index: 30;
  border: 1px solid #ffffff;
}



.op_superbox{
  position: fixed;
  top: 0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  z-index: 54;
}
/*フェードアウト時のロゴ位置決め　真ん中設定*/
.op_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
/*ハンバーガーボタン*/
.sp_btn{
  position: fixed;
  top: 0px;
  right: 0%;
  z-index: 42;
}

/*メニューリスト*/
.sp_menubox{
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #2a2a2a;
  z-index: 44;
  overflow: hidden;
  
}
.sp_menubox_access,
.sp_menubox_menu,
.sp_menubox_style,
.sp_menubox_about{
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom:40px;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
}
.sp_menubox_logo{
  width: 200px;
  margin: 0 auto 84px;
  
}
/*余白ダミー　上から下*/
.sp_menubox_dummy{
  width: 100%;
  height: 130px;
}
.sp_close{
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 48;
}






.header{
  width: 100%;
  height: 100px;
  background-color: #f7f3ed;
  padding-left: 136px;
  padding-right: 136px;
  
}
.header_logo{
  width: 240px;
  float:left;
  margin-top: 20px;
}
.header_nav{
  float: right;
  width: auto;
  height: 100px;
  margin-left: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100px;
  font-family: 'Playfair Display', serif;

}

.fv{
  width: 100%;
  height: 100vh;
}
.fv_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_section{
  width: 100%;
  max-width: 1920px;
  padding: 66px 66px 200px;
  margin: 0px auto;
}
.about_left{
  width: 70%;
  max-width: 1346px;
  padding: 176px 200px 146px 146px;
  background-color: #f7f3ed;
  
}
.about_title{
  position: absolute;
  width: 240px;
  height: 60px;
  line-height: 60px;
  top: -34px;
  left: 146px;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.about_text01{
  font-size: 28px;
  margin-bottom: 80px;
  
}
.about_text02{
  font-size: 20px;
}
.about_right{
  position: absolute;
  bottom: 100px;
  right: 130px;
  width: 30%;
  max-width: 580px;
  height: 640px;
}
.about_img{
  width: 100%;
  height: 100%;
  object-fit: cover; /*余白ナシ画像*/
  position: absolute; /*2枚写真重ねる設定*/
  top: 0%;
  left: 0%; 
  opacity: 0; /*透明度*/
}
.menu_section{
  width: 100%;
  padding: 110px 0 ;
  background-image: url("../images/bg_3.jpg");
  background-size: cover;
}
.menu_inner{
  width: calc( 100% - 80px ); /*計算*/
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(247,243,237,0.85);
  padding: 30px 180px;
}
.menu_title{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.menu_tax{
  text-align: center;
  font-size: 12px;
  
}
.menu_cate{
  font-size: 24px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-top: 50px;
  margin-bottom: 30px;

}
.menu_flex{
  width: 100%;
}
.menu_item{
  width: 433px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #936048 ; /*破線*/
  /*border-bottom: 1px solid #936048 ;普通線*/

}
.menu_name{
  float: left;
  width: 70%;
  font-size: 16px;
}
.menu_price{
  float: right;
  width: 30%;
  font-size: 16px;
  text-align: right;
}
.menu_notice{
  margin-top: -14px;
}

.style_section{
  width: 100%;
  max-width: 1920px;
  padding: 66px 66px 100px;
  margin: 0px auto;
}
.style_title{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin: auto;
}
.style_title_bar{
  width: 180px;
  height: 10px;
  border-top: 2px solid #8b624d;
  border-bottom: 4px solid #8b624d;
  margin: 0 auto;
}
.style_flex{
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 0;
 
}
.style_box{
  width: 25%;
  height: 410px;

}
.style_box_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access_section{
  width: 100%;
  margin:100px auto 200px;
}
.access_inner{
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.access_left{
  width: calc( 100% - 500px);
  max-width: 1130px;
  float: left;
  padding: 150px 198px;
  background-color: #f6f3ed;
}
.access_title{
  position: absolute;
  width: 180px;
  height: 80px;
  line-height: 80px;
  top: -44px;
  left:100px;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  
    
}
.access_img{
  position: absolute;
  bottom: -36px;
  right: -30px;
  
}
.access_item{
  width: 100%;
  max-width: 576px;
  border-bottom: 1px dotted #8b624d; 
  margin-bottom: 40px;   
}
.access_item_left{
  float: left; /*横並び　左右非対称*/
  width: 127px;
  padding-left: 24px;
  font-size:16px; 
}
.access_item_right{
  float: right;
  width: calc( 100% - 127px);
  font-size: 16px;
}
.access_right{
  width: 466px;
  float: right;
  padding-top: 225px;
}
.access_map{
  width: 100%;
}
.gmap{
  width: 100%;
  height: 612px;
  margin-top: 80px;
}
.gmap iframe{
  width: 100%;
  height: 100%;
  z-index: 1;
  
}
/* 色
.gmap_overlay{
  position: absolute;
  top:0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  mix-blend-mode: color;
  z-index: 4;
}
*/

.footer{
  width: 100%;
  padding: 40px 20px 118px;
  background-color: #2a2a2a;
}
.footer_flex{
  width: 500px;
  margin: 0 auto;
}
.footer_nav{
  width: 25%;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  
}
.footer_img{
  width: 248px;
  margin: 40px auto 0px;
    
}
/*aタグ色変える*/
.footer_nav a,
.footer_nav a:link,
.footer_nav a:visited{
  color: #ffffff;
}




/****** 1400px *********/
@media ( max-width: 1400px){
  
 
.header{
  padding-left: 40px;
  padding-right: 40px;
  
}


.menu_inner{
  padding: 30px 60px;
  max-width: 1000px;
}

.menu_item{
  width: 46%;
  
}

.access_left{
  width: calc( 100% - 80px );
  float: none;
  padding: 150px 100px;
  margin: 0 auto;
}
                  
.access_right{
  float: none;
  padding-top: 60px;
  margin: 0 auto;
}
 
  
  
  
}/***** 1400px *****/































/*******************************************************************************************************/
/******************************************************************************************************/
/*sp site*/

@media screen and (max-width: 980px){
  
  
  
  
 
.header{
  height: 60px;
  padding-left: 40px;
  padding-right: 0px;
  
}
.header_logo{
  width: 110px;
  margin-top: 16px;
}

.fv{
  height: 400px;
}
.about_section{
  padding: 60px 0px 40px;
}
.about_left{
  width: 100%;
  padding: 60px 40px 100px ;
}
.about_title{
   left: 40px;
  }
.about_text01{
  font-size: 16px;
  margin-bottom: 50px;
}
.about_text02{
  font-size: 16px;
}
.about_right{
  position: relative;
  bottom: auto;
  right: auto;
  width: 295px;
  height: 340px;
  margin: -32px auto 0px;
}
.menu_section{
  padding: 60px 0px ;
}
.menu_inner{
  padding: 26px 20px;
}
.menu_item{
  width: 100%;
 }
.menu_name{
  width: 65%;
  font-size: 14px;
}
.menu_price{
  width: 35%;
  font-size: 14px;
}
.menu_notice{
  margin-top: -14px;
  font-size: 12px;
}

.style_section{
  padding: 40px 40px 50px;
}
.style_flex{
 margin: 80px auto 0; 
}
.style_box{
  width: 50%;
  height: 300px;
}
.access_section{
  margin: 0px auto 60px;
}
.access_left{
  width:100%;
  float: none;
  padding: 64px 40px 30px;
}
.access_title{
  left:40px;  
}
.access_img{
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  
}
.access_item_left{
  padding-left: 0px;
  font-size:14px; 
}
.access_item_right{
  font-size: 14px;
}
.access_right{
  max-width: 466px;
  width: 100%;
  float: none;
  padding: 40px 40px;
}
.gmap{
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

.footer{
  padding: 35px 40px 64px;
}
  .footer_flex{
    width: 100%;
  }
.footer_nav{
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  }
.footer_img{
  width: 200px;
  margin: 40px auto 0px;
    
}
.footer_nav a,
.footer_nav a:link,
.footer_nav a:visited{
  color: #ffffff;
}

 
.op_logo{
  width: 300px;
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}/** endof sp **/