@charset "UTF-8";
.top_text{
  background-image: url(../images/meal/top_text_bg.jpg);
}
.pagelink_normal li:nth-child(1):after{
  background-image: url(../images/meal/pagelink01.jpg);
}
.pagelink_normal li:nth-child(1):hover:after{
  background-image: url(../images/meal/pagelink01_hover.jpg);
}
.pagelink_normal li:nth-child(2):after{
  background-image: url(../images/meal/pagelink02.jpg);
}
.pagelink_normal li:nth-child(2):hover:after{
  background-image: url(../images/meal/pagelink02_hover.jpg);
}
.pagelink_normal{
  margin-bottom: 0;
}

/* restaurant */
.restaurant_text{
  padding-top: 32px;
  padding-bottom: 37px;
}
.restaurant_text .img{
  width: 128px;
}
.restaurant_text .txt{
}
.restaurant_text .txt .subttl{
  letter-spacing: 3.5px;
}
.restaurant_text .txt .desc{
  letter-spacing: 2px;
  line-height: 2.2;
  margin-top: 13px;
}

.restaurant .table_outer{
  padding-bottom: 32px;
}
.restaurant .about_covit{
  padding-top: 40px;
}
.restaurant .about_covit .text{
  width: 41%;
  max-width: 395px;
}
.restaurant .about_covit .text .desc{
  line-height: 2.15;
  margin-top: 5px;
}
.restaurant .about_covit .images{
  width: 58%;
}
.restaurant .about_covit .images .img{
  width: 49.4%;
}
.restaurant .about_covit .images .img img{
  height: 210px;
}

/* private */
.lunch {
  padding-top: 0;
}
.lunch .bg_white{
  padding: 42px 0 45px;
}
.lunch_flex .text{
  width: 38%;
}
.lunch_flex .text_inner{
  max-width: 375px;
  /* position: relative; */
}

.lunch_flex .text .desc{
  line-height: 2.1;
  margin-top: 35px;
}
.lunch_flex .text .ps{
  color: #fff;
  background-color: #bf9d5a;
  padding: 8px 8px 8px 12px;
  width: 390px;
  margin-left: -11px;

  /* position: absolute;
  top: 160px;
  left: -12px; */
}
.lunch_flex .image{
  width: 59%;
}

/* bunka */
.bunka{
  padding: 40px 0 50px;
}
.bunka .title{
  text-align: center;
  position: relative;
  
}
.bunka .title::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #bf9d5a;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.bunka .title span{
  display: inline-block;
  background: #665546;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.bunka .text{
  width: 90%;
  line-height: 2.2;
  margin: 14px auto 20px;
}
.bunka .list{
  width: 90%;
  margin: 0 auto 35px;
}
.bunka .list_box{
  width: 32.5%;
  max-width: 302px;
  border-bottom: 1px solid #fff;
}
.bunka .list_box_txt{
  text-align: center;
  padding: 5px 0;
}
.bunka .list_box_txt .access .icon_car{
  display: inline-block;
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.bunka .list_box_txt .access .icon_walk{
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.bunka .list_box_txt .access span{
  vertical-align: middle;
}
.bunka .list_box:last-child .ttl{
  letter-spacing: -1px;
}
.bunka .btn{
  background-position: right 2% center;
  padding: 0 35px 0 0;
}

@media screen and (max-width: 800px){
  .bunka .list_box .ttl .inline-block{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  .pagelink_normal li:nth-child(1):after{
    background-image: url(../images/meal/pagelink01_hover.jpg);
  }
  .pagelink_normal li:nth-child(2):after{
    background-image: url(../images/meal/pagelink02_hover.jpg);
  }

  /* restaurant */
  .restaurant{
    padding-top: 0;
  }
  .restaurant .title_border{
    padding-top: 30px;
    background: #fff;
  }
  .restaurant .title_border .en{
    letter-spacing: 4px;
  }
  .restaurant .image_big .txt{
    width: 100%;
    position: relative;
    bottom: auto;
    color: #555;
    line-height: 1.8;
    padding: 20px 5%;
    background: #fff;
  }
  .restaurant_text {
    padding: 25px 5%;
  }
  .restaurant_text .txt .desc {
    line-height: 1.8;
    margin-top: 8px;
  }
  
  .restaurant .about_covit {
    padding: 30px 5% 0;
  }
  .restaurant .about_covit .text {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .restaurant .about_covit .text .desc {
    line-height: 1.8;
  }
  .restaurant .about_covit .images{
    width: 100%;
    max-width: none;
  }

  /* lunch */
  .lunch .bg_white {
    padding-top: 30px;
  }
  .lunch_flex {
    /* padding: 20px 0; */
  }
  .lunch_flex .text {
    width: 90%;
    margin: 0 auto;
  }
  .lunch_flex .text_inner {
    max-width: none;
  }
  .lunch_flex .text .private_logo {
    margin: 7px auto 25px;
  }
  .lunch_flex .text .desc {
    line-height: 1.8;
    margin-top: 10px;
  }
  .lunch_flex .image {
    width: 100%;
    margin-top: 21px;
  }

  .bunka .text {
    line-height: 1.8;
  }
  .bunka .list{
    justify-content: center;
    margin-bottom: 10px;
  }
  .bunka .list_box{
    width: 49%;
    max-width: none;
    margin-bottom: 20px;
  }
  .bunka .list_box:first-child{
    margin-right: 2%;
  }

  .lunch_flex .text .ps{
    padding: 8px 0px 8px 0px;
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 14px;
  }

}

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

  .bunka .list_box{
    width: 100%;
  }
  .bunka .list_box:first-child{
    margin-right: 0;
  }
}