@charset "utf-8";

/* reserve */
#reserve{
  padding:80px 0;
}
.reseerve_intro{
  text-align: center;
  color:var(--color-red01);
  font-weight:bold;
}
/* reserve end */

/* top_slide */

#top_slide{
  margin-bottom:20px;
}
#top_slide .slick-initialized .slick-slide{
  margin: 0 5px;
}
#top_slide .slick-dots{
  bottom: 20px;
}
#top_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 4px;
    padding: 0;
    margin: 0 4px;
    border-radius: 5px;
}
#top_slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding:3px;
    border-radius: 5px;
    background: #fff;
}
#top_slide .slick-dots li.slick-active button{
    background: var(--color-red01);
}
#top_slide .slick-dots li button:before{
  width: 100%;
  height: 100%;
  content:"　";
}

#top_slide .slick-slide img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height:100%;
    width: 100%;
}



@media screen and (min-width: 1020px) {
  #top_slide{
    background: var(--color-brown01);
    margin-bottom:0;
    padding-top:60px;
    padding-bottom:0px;
  }
  #top_slide .slick-slider{
    max-width: 560px;
    margin: auto;
    z-index:500;
  }
  #top_slide .slick-list.draggable{
    overflow: visible!important;
  }
  #top_slide .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

}
/* top_slide end */


/* bixtime */
#top_biztime{
  border: solid 2px #000;
  border-radius: 30px;
  padding: 8px 15px;
  padding-right: 6px;
  width: 80%;
  margin: auto;
  display: flex;
  font-size: 10px;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  background: #fff;
  margin-bottom:-30px;
  z-index: 3000;
  letter-spacing: 0.01em;
  position: relative;
}
#top_biztime .biz_time{
  font-size: 12px;
}
#top_biztime a{
  background: #E8E4D3;
  border-radius: 30px;
  padding: 9px 10px;
  padding-right: 20px;
  display: block;
  position: relative;
}
#top_biztime a:after{
  position: absolute;
  content:"";
  top:0;
  bottom:1px;
  right:5px;
  margin:auto;
  width: 10px;
  height: 10px;
  background: url(/images_2024r/shop/common/icon/ico_btn_arror_black.svg);
  background-size: cover;
}
@media screen and (min-width: 1020px) {
  #top_biztime{
    display: none;
  }
}
/* bixtime end */


/* reserve */
#reserve{
  padding:80px 0;
}
.reseerve_intro{
  text-align: center;
  color:var(--color-red01);
  font-weight:bold;
}
.css-2dewsr[data-tablecheck-chain-id],
.css-2dewsr[data-tablecheck-franchise-id],
.css-2dewsr[data-tablecheck-venue-id],
.css-2dewsr[data-tablecheck-shop-id]{
  --tableCheckPrimary: var(--color-red01)!important;
  --tableCheckCalendarHeaderBackground: var(--color-red01)!important;
}
.css-2dewsr .tablecheck-submit-button{
  background-color: var(--color-red01);
}
.css-2dewsr .tablecheck-input-icon-wrapper svg {
  color: var(--color-red01)!important;
}
  /* 臨時 */
  .sp_indexs_cta_btn{
    text-align: center;
  }
  .sp_indexs_cta_btn a:first-of-type{
    margin-bottom:20px;
  }
  .sp_indexs_cta_btn a.btn_btn_web {
    background: var(--color-red01);
    padding: 15px;
    padding-left: 55px;
  }
  .sp_indexs_cta_btn a.btn_btn_web span{
    position: relative;
  }
  .sp_indexs_cta_btn a.btn_btn_web span:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(/images_2024r/shop/common/asides/ico_bottom_cale.svg);
  }
  .sp_indexs_cta_btn a.btn_btn_now span{
    position: relative;
  }
  .sp_indexs_cta_btn a.btn_btn_now span:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
    width: 24px;
    height: 23px;
    background: url(/images_2024r/shop/common/asides/ico_bottom_60min.svg);
  }
  /* 臨時 */
@media screen and (min-width: 1020px) {
  #reserve{
    display: none;
  }
}
/* reserve end */


/* sp_title */
#sp_title{
  display: none;
}
@media screen and (min-width: 1020px) {
  #sp_title{
    background: var(--color-brown01);
    padding:30px 0 50px;
    display: block;
    text-align: center;
  }
  #sp_title p{
    line-height: 1.8;
    font-size: 24px;
    font-weight:bold;
  }
}


/* sp_title end*/
/* price */
#price{
  padding:80px 0 40px;
}
#price .tabel_wrap table{
  border-collapse: separate;
  border-radius: 5px;
  border:solid 1px var(--color-brown04);
  margin-bottom:15px;
  overflow: hidden;
}
#price .tabel_wrap table th,
#price .tabel_wrap table td{
  border-bottom:solid 1px var(--color-brown04);
  border-left:solid 1px var(--color-brown04);
}
#price .tabel_wrap table tr:last-child th,
#price .tabel_wrap table tr:last-child td{
  /* border-bottom:none; */
}
#price .tabel_wrap table tr td:last-of-type{
  border-right:solid 1px var(--color-brown04);
}
.tabel_wrap .table_ttl{
  color:#fff;
  font-size:18px;
  padding:10px;
  line-height: 1.2;
}
.tabel_wrap .table_ttl span{
  font-weight: 500;
  font-size:12px;
}
.tabel_wrap .table_ttl span.app-time{
  display: block;
  width: fit-content;
  margin: 0 auto 6px;
  padding: 2px 10px;
  border-radius: 30px;
  background: var(--color-red01);
  color: #fff;
  font-weight: 500;
  font-size:10px;
}
.tabel_wrap table tr:not(:first-of-type) th{
  font-family: 'Roboto';
}
.tabel_wrap table th,
.tabel_wrap table td{
  /* border:solid 1px var(--color-brown04); */
  padding:10px 3px;
  font-size:12px;
  text-align: center;
  vertical-align: middle;
}
.tabel_wrap table tr:not(:first-of-type) th{
  width: 21%;
}
.tabel_wrap .line_day th,
.tabel_wrap .line_day td{
  padding:5px;
}
.tabel_wrap .bg_yel{
  background: #FFECAC;
}
.tabel_wrap .bg_pink{
  background: #FFCDC1;
}
.tabel_wrap .price_td{
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.tabel_wrap .drink_kinds{
  width: 35%;
  font-size: 13px;
  text-align: left;
}
.price_base{
  margin-bottom:40px;
}
.price_base > p{
  margin-bottom:20px;
  line-height: 1.8;
}
.price_base .cont_inner p{
  margin-bottom:20px;
}
.price_recom{
  padding:30px 20px;
  border-radius: 15px;
}
#price .grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:17px 10px;
  margin-bottom:30px;
}
#price .btn_brown01:not(:last-of-type){
  margin-bottom:15px;
}


@media screen and (min-width: 1020px) {
  #price {
    padding:0 0 80px;
    background: var(--color-brown01);
  }
  #price .sec_inner{
    padding:0;
  }
  #price .sec_inner > div{
    padding: 0 7.5% 40px;
    padding-top:80px;
    background: #fff;
    border-radius: 10px;
  }

  .price_base .ttl_sec_02{
  }
  .tabel_wrap table th,
  .tabel_wrap table td{
    font-size:16px;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
  }
  .tabel_wrap table tr:not(:first-of-type) th{
    width: 28%;
  }

}
/* price end*/

/* topics*/
#topics{
  padding:40px 0 80px;
}
#topics .grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:17px 20px;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-bottom:30px;
}
@media screen and (min-width: 1020px) {

}
/* topics end */

/* news  */
#news{
  padding:80px 0;
}
#news .news_wrap{
  margin-bottom:30px;
}
#news .news_wrap a{
  display: block;
  border-top: solid 1px #000;
  padding:10px 0;
}
#news .news_wrap a:last-of-type{
  border-bottom: solid 1px #000;
}
#news .news_wrap a p:first-of-type{
  margin-bottom:5px;
}
#news .news_wrap a p:last-of-type{
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
}
.news_date{
  font-family: "Roboto", sans-serif;
}
/* news end */

/* food */
#food{
  padding:80px 0;
}
#food .grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px 20px;
  margin-bottom:30px;
}
#food .grid a{
  font-size: 12px;
  text-align: center;
}
#food .grid a img{
  display: block;
  margin-bottom:5px;
  width:100%;
}
.food_box p{
  margin-bottom:15px;
}
@media screen and (min-width: 1020px) {
  #food .grid a{
    font-size: 14px;
  }
  #food .grid a img{
    width:100%;
  }
}
/* food end*/

/* gallery */
#gallery{
  padding:80px 0;
}
.gallry_slide{
  margin-bottom:30px;
}
.gallery_slide dt{
  margin-bottom:20px;
}
#gallery .btn_brown01:not(:last-of-type){
  margin-bottom:15px;
}
#gallery .slick-initialized .slick-slide{
  margin: 0 5px;
}
#gallery .slick-dots{
  bottom: 0;
  top:0;
  position: relative;
}
#gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 4px;
    border-radius: 5px;
}
#gallery .slick-dots li button {
    width: 100%;
    height: 100%;
    padding:3px;
    border-radius: 5px;
    background: #E8E4D3;
}
#gallery .slick-dots li.slick-active button{
    background: var(--color-red01);
}
#gallery .slick-dots li button:before{
  width: 100%;
  height: 100%;
  content:"　";
}
#gallery dd{
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1020px) {
  #gallery .slick-dots {
      bottom: auto;
      top: 70%;
  }
}
/* gallery end :/

/* gallery */
#shop{
  padding:80px 0;
}
.shop_intro{
  font-size: 12px;
  margin-bottom:40px;
}
.shop_info{
  border-bottom:solid 1px #000;
  margin-bottom:40px;
  font-size: 12px;
}
.shop_info th,
.shop_info td{
  padding:10px 0;
  border-top:solid 1px #000;
}
.shop_info th{
  text-align: left;
  vertical-align: baseline;
  width:26%;
  font-weight: normal;
}
.shop_map{
  margin-bottom:40px;
}
.shop_relative{
  margin-bottom:40px;
}
.shop_rel_box a{
  display: flex;
  gap:20px;
  padding:15px 0;
  border-top:solid 1px #000;
  line-height: 1.6;
}
.shop_rel_box a:last-of-type{
  border-bottom:solid 1px #000;
}
.shop_rel_box a img{
  display: block;
  width: 100px;
  height: fit-content;
  aspect-ratio:1/1;
  height:100%;
}
.shop_rel_box a dl{
  width: 100%;
}
.shop_rel_box a dt{
  font-size: 14px;
}
.shop_rel_box a dd{
  font-size: 10px;
}
.shop_rel_box a dd p{
  margin-bottom:5px;
}
.shop_rel_box a dd .box_in_btn{
  max-width:100%;
  text-align: center;
}
