/*adobeフォントロード
------------------------------*/
html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}

/*ページトップ画像
------------------------*/
.page_top_wrap {
  padding-top: 65px;
}
.page_top {
  position: relative;
  background-image: url(../../img/food/img_1_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page_top::before {
  content: '';
  display: block;
  padding-top: 36.9%;
}

/*コンテンツ
------------------------*/
body{
  line-height: 1.9285;
}
h2{
  font-size: 18px;
  letter-spacing: 3.6px;
}
.line{
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #707070;
}
.kaigyo{
  display: inline-block;
}
.br_400,
._mobile{
  display: none !important;
}

#gourmet,
#chef,
#bbq,
#nabe,
#breakfast{
  padding-top: 65px;
  margin-top: -65px;
}

.food {
  padding-top: 120px;
}
.intro {
  padding-bottom: 120px;
}
.instraction h1{
  font-size: 28px;
  letter-spacing: 5.6px;
  line-height: 1.81;
}
.divider {
  height: 1px;
  background-color: #333;
  margin-bottom: 150px;
}

.image_wrap {
  position: relative;
  width: 100%;
} 
.image_wrap::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.image_wrap .food_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*food_gourmet*/
.food_gourmet_wrap{
  display: flex;
  align-items: flex-end;
  gap: 90px;
/*  margin-top: 150px;*/
}
.food_gourmet_wrap .food_gourmet_image.image_wrap{
  margin-left: calc(50% - 50vw);
}
.food_gourmet_wrap .food_gourmet_image.image_wrap::before{
  padding-top: 73.6%;
}
.food_gourmet_wrap .food_gourmet_text{
  max-width: 600px;
}
.food_gourmet_wrap .food_gourmet_text h2{
  font-size: 18px;
  letter-spacing: 3.6px;
  margin-bottom: 30px;
}
.food_gourmet_wrap .food_gourmet_text p{
  margin-bottom: 28px;
}
.food_gourmet_wrap .food_gourmet_text p:last-child{
  margin-bottom: 0;
}
.food_gourmet_subimage{
  max-width: 88.3%;
  margin-top: 112px;
  margin-left: auto;
  margin-right: auto;
}
.food_gourmet_subimage.image_wrap::before{
  padding-top: 62.1%;
}

/*cooking*/
.cooking_inner{
  margin-top: 132px;
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: flex-end;
  }
  .cooking_top_text{
    max-width: 600px;
    margin-bottom: 15px;
  }
  .cooking_top_text h2{
    margin-bottom: 30px;
  }
  .cooking_top_image{
    max-width: 600px;
    width: calc(100% + 90px);
    margin: 0 -90px 0 0;
  }
  .cooking_top_image .image_wrap::before{
    padding-top: 66.3%;
  }

  .cooking_bottom_inner{
    margin-top: 137px;
    display: flex;
    gap: 30px;
  }
  .cooking_bottom_left{
    width: 88.5%;
    margin-left: calc(50% - 50vw);
  }
  .cooking_bottom_right{
    width: 75.5%;
    margin-right: calc(50% - 50vw);
  }
  .cooking_bottom_left .image_wrap::before{
    padding-top: 53%;
  }
  .cooking_bottom_right .image_wrap::before{
    padding-top: 62.1%
  }
  .cooking_bottom_right p{
    line-height: 1;
    margin-top: 18px;
    margin-right: 1em;
  }
  .cooking_bottom_left p{
    text-align: right;
    line-height: 1;
    margin-top: 18px;
    margin-right: 35px;
    margin-left: 1em;
  }

/*seek*/
.seek_top_inner{
  margin-top: 150px;
  text-align: center;
}
.seek_top_inner p{
  margin-top: 40px;
  margin-bottom: 55px;
}
.seek_top_inner .image_wrap::before{
  padding-top: 48.3%;
}

.kitchen_shop_wrap{
  max-width: 1130px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 80px;
  margin-bottom: 153px;
}
.kitchen_shop_wrap h3{
  font-weight: 500;
  display: flex;
  align-items: center;
}
.kitchen_wrap{
  width: 100%; 
}
.kitchen_item_title{
  margin-right: 15px;
  flex-shrink: 0;
}
.kitchen_wrap ul{
  display: flex;
  flex-wrap: wrap;
}
.kitchen_wrap ul li{
  width: calc(100% / 3);
  padding-left: 17px;
  position: relative;
}
.kitchen_wrap ul li::before{
  content: "";
  position: absolute; 
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 100vh;
  left: 0;
  top: calc(50% - 7px);
}

.shop_wrap{
  width: 100%;
}
.shop_item_title{
  margin-right: 15px;
  flex-shrink: 0;
}
.shop_wrap ul li{
  padding-left: 17px;
  position: relative;
}
.shop_wrap ul li::before{
  content: "";
  position: absolute; 
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 100vh;
  left: 0;
  top: calc(50% - 7px);
}
.kitchen_wrap h4{
  padding-left: 17px;
  position: relative; 
}
.kitchen_wrap h4::before{
  content: "";
  position: absolute; 
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 100vh;
  left: 0;
  top: calc(50% - 7px);
}

/*chef*/
.chef_wrap{
/*  margin-top: 152px;*/
  display: flex;
  align-items: flex-end;
  gap: 90px;
  margin-bottom: 156px;
}
.chef_wrap .image_wrap{
  margin-right: calc(50% - 50vw);
}
.chef_wrap .image_wrap::before{
  padding-top: 62.1%;
}
.chef_text{
  max-width: 600px;
  margin-bottom: 15px;
}
.chef_text h2{
  line-height: 1;
  margin-bottom: 30px;
}
.chef_text p{
  margin-bottom: 27px;
}
.chef_text p:last-of-type{
  margin-bottom: 49px;
}
.ristorante a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.example_chef {
  display: block;
  position: relative;
  padding-left: 17px;
}
.example_chef::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 100vh;
  left: 0;
  top: calc(50% - 7px);
}

/*bbq*/
.bbq_wrap{
/*  margin-top: 156px;*/
  display: flex;
  gap: 80px;
  margin-bottom: 156px;
}
.bbq_text{
  max-width: 50%;
  margin-top: 24px;
}
.bbq_text h2{
  margin-bottom: 30px;
}
.bbq_menu{
  margin-top: 50px;
}
.bbq_menu h3,
.bbq_faci h3{
  display: flex;
  align-items: center;
  font-weight: 500;
}
.bbq_menu_title{
  margin-right: 15px;
  flex-shrink: 0;
}
.bbq_faci{
  margin-top: 40px;
}
.bbq_faci_list{
  display: flex;
}
.bbq_faci_list ul:first-child,
.bbq_faci_list ul:nth-child(2){
  width: 220px;
}
.bbq_faci_list ul:last-child{
  width: 160px;
}
.bbq_faci_list ul li{
  padding-left: 17px;
  position: relative;
}
.bbq_faci_list ul li::before{
  content: "";
  position: absolute; 
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 100vh;
  left: 0;
  top: calc(50% - 7px);
}

.food_slider_image{
  width: 100%;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
#chef .food_slider_image {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}

/*施設スライダー
-------------------------*/
.food_slider_container {
  overflow: hidden;
  width: 100%;
}
.food_slider .image_wrap {
  width: 100%;
  position: relative;
}
.food_slider .image_wrap:before {
  content: '';
  display: block;
  padding-top: 62.1%;
}
.food_slider .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food_slider_pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 2%;
}
.food_slider_pagination .swiper-pagination-bullet {
  width: 4.5%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.food_slider_pagination .swiper-pagination-bullet-active {
  height: 2px;
}

/* nabe */
#nabe .bbq_text {
  min-width: 600px;
}
@media (max-width: 768px) {
  #nabe .bbq_text {
    min-width: auto;
    width: 100%;
  }
}


/*breakfast*/
.breakfast_wrap{
/*  margin-top: 156px;*/
/*  margin-bottom: 63px;*/
  margin-bottom: 110px;
  display: flex;
  gap: 90px;
}
.breakfast_image{
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 30px;
}
.breakfast_image .image_wrap::before{
  padding-top: 80%;
}

.breakfast_text{
  max-width: 510px;
  width: 100%;
/*  margin-top: 162px;*/
}
.breakfast_text h2{
  margin-bottom: 30px;
}
.breakfast_text h2 + p{
  margin-bottom: 46px;
}
.breakfast_text h3{
  font-weight: 500;
  display: flex;
  align-items: center;
}
.breakfast_subtitle{
  margin-right: 15px;
  flex-shrink: 0;
}
.set_text{
  margin-bottom: 27px;
}
.set_bottom_text{
  margin-bottom: 46px;
}
.breakfast_text a{
  color: #6E6E6E;
  padding-bottom: 3px;
}


/*ご予約はこちらボタン*/
.booking_btn_wrap {
  margin-bottom: 165px;
}
.booking_btn {
  max-width: 540px;
  height: 55px;
  background-color: #6E6E6E;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 1.92px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.settlement_notice {
    text-align: center;
    margin-top: 25px;
    font-size: 10px;
}

.booking_btn.checkinn-reservation-button button{
  font-size:16px;
  color: #fff;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 1400px){

}
 

@media screen and (max-width: 1260px){

  .cooking_bottom_left p{
    text-align: left;
    margin-right: 0;
    line-height: 1.9285;
  }
  .cooking_bottom_right p{
    line-height: 1.9285;
  }
}

@media screen and (max-width: 1220px){
  .br_1220{
    display: block;
  }


  .cooking_inner{
    flex-direction: column-reverse;
    align-items: unset;
  }
  .cooking_top_image{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .cooking_top_text{
    max-width: 100%;
    margin-bottom: 0;
  }

  .chef_wrap{
    flex-direction: column;
    align-items: unset;
  }
  #chef .food_slider_image {
    margin-left: auto;
  }
  .chef_wrap .image_wrap{
    margin-left: auto;
    margin-right: auto;
  }
  .chef_text{
    max-width: 100%;
    margin-bottom: 0;
  }


  .bbq_wrap{
    flex-direction: column-reverse;
  }
  .bbq_text{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .bbq_image{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .bbq_menu_title{
    flex-shrink: 0;
  }

  .breakfast_wrap{
    flex-direction: column;
    gap: 110px;
  }
  .breakfast_image{
    flex-direction: row;
    max-width: 100%;
  }
  .breakfast_text{
    max-width:100%;
  }
}

@media screen and (max-width: 1000px) {
  .food_gourmet_wrap{
    flex-direction: column;
    align-items: unset;
  }
  .food_gourmet_wrap .food_gourmet_image.image_wrap{
    margin-left: auto;
  }
  .food_gourmet_wrap .food_gourmet_text{
    max-width: 100%;
  }
  .cooking_bottom_inner{
    flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }
  .cooking_bottom_left,
  .cooking_bottom_right{
    width: 100%;
  }
  .cooking_bottom_left{
    margin-left: auto;
  }
  .cooking_bottom_right{
    margin-right: auto;
  }
  .cooking_bottom_left p{
    margin-left: 0;
  }
  .cooking_bottom_right p{
    margin-right: 0;
  }

  .kitchen_shop_wrap{
    flex-direction: column;
    gap: 50px;
  }

  .chef_wrap .image_wrap{
    margin-left: auto;
  }

  .booking_btn_wrap {
    margin-bottom: 100px;
  }
  .booking_btn {
    max-width: 385px;
  }

}
@media screen and (max-width: 768px) {
  .page_top{
    background-position: bottom 0 right 50%;
  }
  .page_top::before {
    padding-top: 70%;
  }

  .food{
    padding-top: 80px;
  }
  .sec_title{
    margin-bottom: 40px;
  }
  .intro{
    padding-bottom: 40px;
  }
  .instraction h1{
    font-size: 22px;
    letter-spacing: 4.4px;
  }
  .divider{
    margin-bottom: 90px;
  }

  .food_gourmet_wrap{
/*    margin-top: 90px;*/
    gap: 40px;
  }
  .food_gourmet_wrap .food_gourmet_text h2{
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
  }
  .food_gourmet_subimage{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
  }
  .food_gourmet_subimage.image_wrap{
    max-width: 100vw;
  }

  .cooking_inner{
    margin-top: 50px;
    gap: 40px;
  }
  .cooking_top_text{
    max-width: 100%;
  }
  .cooking_top_text h2{
    margin-bottom: 20px
  }

  .seek_top_inner{
    margin-top: 50px;
    text-align: left;
  }
  .seek_top_inner h2{
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .seek_top_inner p{
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .seek_top_inner .image_wrap{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .kitchen_wrap ul{
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .kitchen_wrap ul li{
    width: 100%;
  }
  .kitchen_wrap div{
    margin-bottom: 20px;
  }
  .kitchen_wrap div:last-child{
    margin-bottom: 0;
  }
  .kitchen_shop_wrap{
    margin-bottom: 65px;
  }
  .shop_wrap ul{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .chef_wrap{
    margin-top: 0;
    gap: 30px;
    margin-bottom: 70px;
  }
  .chef_text h2{
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .chef_text{
    max-width: 100%;
  }
  .chef_text p:last-of-type{
    margin-bottom: 40px;
  }


  .bbq_wrap{
/*    margin-top: 70px;*/
    gap: 40px;
    margin-bottom: 60px;
  }
  .bbq_slider_outer{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .bbq_slider ul li{
    width: 100%;
  }
  .bbq_text{
    margin-top: 0;
    max-width: 100%;
  }
  .bbq_text h2{
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .bbq_menu h3._pc{
    display: none;
  }
  .bbq_menu h3._mobile{
    display: block !important;
  }
  .bbq_menu h3{
    margin-bottom: 25px;
  }
  .bbq_menu_mobile_wrap{
    display: flex;
    align-items: center;
  }
  .bbq_menu h4{
    margin-bottom: 10px;
  }
  .bbq_menu p{
    margin-bottom: 25px;
  }
  .bbq_menu p:last-child{
    margin-bottom: 50px;
  }
  .bbq_faci_list{
    flex-direction: column;
    padding-top: 20px;
  }
  .bbq_faci_list ul li{
    margin-bottom: 5px;
  }

  .breakfast_wrap{
/*    margin-top: 60px;*/
    margin-bottom: 65px;
    gap: 40px;
  }
  .breakfast_image{
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 14px;
  }
  .breakfast_text{
    margin-top: 0;
    max-width: 100%;
  }
  .breakfast_text h2{
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
  }
  .breakfast_text h3._pc{
    display: none;
  }
  .breakfast_text h3._mobile{
    display: block !important;
  }
  .breakfast_title_mobile_wrap{
    display: flex;
    align-items: center;
  }
  .breakfast_text h3{
    margin-bottom: 25px;
  }
  .breakfast_text h4{
    margin-bottom: 5px;
  }
  .set_bottom_text{
    margin-bottom: 50px;
  }
  .coconawa_set{
    margin-bottom: 30px;
  }
  .booking_btn_wrap {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .booking_btn {
    font-size: 14px;
  }
}


@media screen and (max-width: 500px){
  .br_500{
    display: block !important;
  }
}
@media screen and (max-width: 400px){
  .br_400{
    display: block !important;
  }

}