@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#page_title .title {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, .8));
}
#intro .wrap {
  padding-bottom: 0;
}
#intro .lead_txt {
  font-size: 18px;
  line-height: 2em;
}

#shop_info .wrap {
  padding: 80px 0;
}
#shop_info .cts_wrap {
  align-items: flex-start;
  color: var(--mainColor);
}
#shop_info .gallery .img:not(:first-of-type) {
  margin-top: 30px;
}
#shop_info .gallery .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#shop_info .gallery .img img {
  width: 100%;
  border-radius: 10px;
}
#shop_info .contents {
  padding: 0 0 0 80px;
}
#shop_info .contents .cts_title {
  text-align: left;
  margin-bottom: 15px!important;
}
#shop_info .contents p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
#shop_info .contents p.bdr_btm {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--mainColor);
}
#shop_info .contents table {
  width: 100%;
  margin-top: 30px;
}
#shop_info .contents table tr {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
#shop_info .contents table tr th,
#shop_info .contents table tr td {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  vertical-align: top;
  padding: 20px 0;
}
#shop_info .contents table tr th {
  width: 30px;
}
#shop_info .contents table tr td {
  width: 90px;
  text-align: center;
}
#shop_info .contents table tr td.txt {
  width: calc(100% - 120px);
  text-align: left;
}
#shop_info .contents table tr td.txt p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
#shop_info .contents p.caution {
  font-size: 14px;
  line-height: 1.4em;
  margin: 15px 0 0 0;
}
#shop_info .contents p.caution a {
  text-decoration: underline;
}
#shop_info .contents table tr td.txt .btn_wrap {
  flex-direction: column;
  gap: 10px;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  border-radius: 10px;
  position: relative;
  background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 20px center / 16px 16px;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn.gray.arrow {
  color: var(--mainColor);
  background: #edede3;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn.tell {
  flex-wrap: wrap;
  flex-direction: column;
  color: var(--mainColor);
  background: #F0F0DC;
  border-radius: 0;
  height: 100px;
  padding: 10px;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn.tell h4 {
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn.tell p {
  font-size: 14px;
  line-height: 1.4em;
}
#shop_info .contents table tr td.txt .btn_wrap a.btn.tell p .num {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;;
}
#shop_info .foodlist {
  margin-top: 100px;
  justify-content: center;
}
#shop_info .foodlist a.btn {
  display: flex;
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
}
#shop_info .foodlist a.btn.arrow:after {
  content: '';
  width: 21px;
  height: 9px;
  background: url(../../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#shop_info .foodlist a.btn.arrow:hover {
  opacity: 1;
  background: var(--mainColor);
  color: #fff;
}
#shop_info .foodlist a.btn.arrow:hover:after {
  right: 15px;
  background: url(../../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
}

#seat .main_title {
  margin-bottom: 25px!important;
}
#seat .lead_txt {
  margin-bottom: 50px;
}
#seat .seat_list .img {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 50px;
}
#seat .seat_list .img img {
  width: 100%;
  border-radius: 10px;
}
#seat .seat_list h3 {
  text-align: center;
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 15px;
  position: relative;
}
#seat .seat_list h3:after {
  content: '';
  width: 15px;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}
#seat .seat_list p {
  text-align: center;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
#seat .seat_list .caution {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}
#seat .paid {
  width: 100%;
  max-width: 790px;
  margin: 50px auto 0;
}
#seat .paid .bdr_box {
  width: 100%;
  padding: 20px 15px 30px;
  border: 1px solid var(--mainColor);
  text-align: center;
  color: var(--mainColor);
}
#seat .paid .bdr_box h4 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 900;
  margin: 0 0 5px;
}
#seat .paid .bdr_box p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 800;
}
#seat .paid .caution {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 10px 0 0 0;
}
#seat .paid .bdr_box .caution {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 30px 0 0 0;
}
#seat .paid .bdr_box ul.caution li {
  width: auto;
  display: inline-block;
}


#cake .main_title {
  margin-bottom: 20px!important;
}
#cake .lead_txt {
  margin-bottom: 50px!important;
}
#cake .col .img {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#cake .col .img img {
  width: 100%;
  border-radius: 10px;
}
#cake .col .btn_wrap {
  margin-top: 25px;
}
#cake .col .btn_wrap a.btn {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  display: flex;
  background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 20px center / 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  position: relative;
}
#fee .cts_title,
#fee02 .cts_title {
  margin-bottom: 30px!important;
}
#fee .scrl_inner,
#fee02 .scrl_inner {
  min-width: 767px;
}
#fee02 .wrap {
  padding-bottom: 80px;
}

#menu .menu_wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#menu .menu_cts:nth-child(even) .menu_wrap {
  flex-direction: row-reverse;
}
#menu .menu_wrap .img_main {
  width: 100%;
  max-width: 580px;
}
#menu .menu_wrap .cts {
  width: 100%;
  max-width: 500px;
}
#menu .menu_wrap .cts .cts_title {
  text-align: left;
  margin-bottom: 25px;
  font-size: 27px;
}
#menu .wrap {
  padding-bottom: 100px;
}
#menu .menu_cts + .menu_cts {
  margin-top: 100px;
}
#menu .menu_wrap {
  align-items: flex-end;
}
#menu .menu_wrap .cts .img_list {
  margin: 50px 0 0 0;
  gap: 15px;
}
#menu .menu_wrap .cts .img_list img {
  width: calc((100% - 15px)/2);
}
#menu .menu_wrap img.main {
  width: 100%!important;
  height: auto;
}
#menu .btn_wrap {
  margin-top: 100px;
}
#menu .btn_wrap a.btn {
  max-width: 300px;
  height: 60px;
  background: var(--mainColor);
}
#menu .bdr_box {
  width: 100%;
  border: 1px solid var(--mainColor);
  padding: 60px;
}
#menu .main_dish .bdr_box .col .img {
  width: 100%;
  text-align: center;
}
#menu .main_dish .bdr_box .col {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#menu .main_dish .bdr_box .col h3 {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
  flex: 1;
  display: flex;
  align-items: center;
}
#menu .main_dish .bdr_box .col p {
  margin: 10px 0 0 0;
  flex: 4;
}
#menu .semi_buffet .bdr_box .img_main {
  max-width: 530px;
}
#menu .semi_buffet .bdr_box .menu_wrap {
  align-items: center;
}
#menu .semi_buffet .bdr_box .menu_wrap p {
  font-size: 14px;
}
#menu .semi_buffet .bdr_box .cts {
  max-width: 470px;
}
#menu .semi_buffet .bdr_box .cts .btn_wrap {
  margin-top: 30px;
}
#menu .semi_buffet .bdr_box .cts .btn_wrap a.btn {
  max-width: 100%;
}


/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  #shop_info .contents {
    padding: 0 0 0 40px;
  }

}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #shop_info .contents {
    padding: 0;
  }
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #intro .wrap {
    padding-bottom: 0;
  }
  #intro .lead_txt {
    font-size: 14px;
  }
  #shop_info .wrap {
    padding: 35px 0;
  }
  #shop_info .gallery .img,
  #shop_info .gallery .img img {
    border-radius: 5px;
  }
  #shop_info .cts_wrap {
    gap: 15px 0;
  }
  #shop_info .contents p {
    font-size: 14px;
  }
  #shop_info .contents .gallery img {
    margin-top: 15px;
  }
  #shop_info .contents table {
    margin: 10px 0 0 0;
  }
  #shop_info .contents table tr th,
  #shop_info .contents table tr td {
    padding: 10px 0;
  }
  #shop_info .contents table tr th {
    width: 15px;
    padding: 6px 0;
  }
  #shop_info .contents table tr td {
    width: 85px;
  }
  #shop_info .contents table tr td.txt {
    width: calc(100% - 100px);
  }
  #shop_info .contents table tr td.txt p {
    font-size: 14px;
    line-height: 1.8em;
  }
  #shop_info .contents p.bdr_btm {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--mainColor);
  }
  #shop_info .contents table tr td.txt p.caution {
    font-size: 12px;
  }
  #shop_info .contents table tr td.txt .btn_wrap a.btn {
    font-size: 12px;
    border-radius: 5px;
    background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 10px center / 10px auto;
  }
  #shop_info .contents table tr td.txt .btn_wrap a.btn.tell {
    height: 70px;
  }
  #shop_info .contents table tr td.txt .btn_wrap a.btn.tell h4,
  #shop_info .contents table tr td.txt .btn_wrap a.btn.tell p {
    font-size: 12px;
  }
  #shop_info .contents table tr td.txt .btn_wrap a.btn.tell p .num {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
  }
  #shop_info .foodlist {
    margin-top: 30px;
  }
  #shop_info .foodlist {
    margin-top: 30px;
    gap: 25px 0;
  }
  #shop_info .foodlist a.btn {
    height: 60px;
    font-size: 14px;
    border-radius: 5px;
  }
  #shop_info .foodlist a.btn.arrow:after {
    width: 12px;
  }
  #shop_info .gallery .img:not(:first-of-type) {
    margin-top: 0;
  }
  #seat .wrap {
    padding: 30px 0;
  }
  #seat .main_title {
    margin-bottom: 10px !important;
  }
  #seat .lead_txt {
    margin-bottom: 25px;
  }
  #seat .seat_list .img {
    border-radius: 5px;
    margin: 0 0 20px;
  }
  #seat .seat_list .img img {
    border-radius: 5px;
  }
  #seat .seat_list h3 {
    font-size: 21px;
  }
  #seat .seat_list p {
    font-size: 14px;
  }
  #seat .seat_list .caution {
    font-size: 12px;
  }
  #seat .paid {
    margin: 30px auto 0;
  }
  #seat .paid .bdr_box {
    padding: 20px;
    text-align: left;
  }
  #seat .paid .bdr_box h4 {
    font-size: 16px;
    margin: 0;
  }
  #seat .paid .bdr_box p {
    font-size: 14px;
  }
  #seat .paid .bdr_box .caution {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  #seat .paid .caution {
    font-size: 12px;
  }
  #cake .main_title {
    margin-bottom: 10px !important;
  }
  #cake .lead_txt {
    margin-bottom: 30px !important;
  }
  #cake .col .img,
  #cake .col .img img,
  #cake .col .btn_wrap a.btn {
    border-radius: 5px;
  }
  #cake .col .btn_wrap {
    margin-top: 15px;
  }
  #cake .col .btn_wrap a.btn {
    font-size: 14px;
    height: 60px;
    background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 15px center / 12px;
  }
  #fee .cts_title,
  #fee02 .cts_title {
    margin-bottom: 15px!important;
  }
  #fee .scrl_inner,
  #fee02 .scrl_inner {
    min-width: 580px;
  }
  #fee02 .wrap {
    padding-bottom: 50px;
  }
  .contact_low .btn_wrap a.btn {
    width: 100%;
  }
  #menu .menu_wrap .cts .img_list {
    margin: 15px 0 0 0;
  }
  #menu .menu_wrap .cts .cts_title {
    text-align: left;
    margin-bottom: 15px;
  }
  #menu .btn_wrap a.btn {
    max-width: 100%;
    height: 60px;
  }
  #menu .btn_wrap {
    margin-top: 70px;
  }
  #menu .wrap {
    padding-bottom: 70px;
  }
  #menu .menu_wrap p {
    font-size: 14px;
  }
  #menu .bdr_box {
    padding: 50px 20px;
  }
  #menu .main_dish .bdr_box .col h3 {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
  #menu .main_dish .bdr_box .col p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  #menu .semi_buffet .bdr_box .cts_title {
    text-align: center!important;
    margin-bottom: 50px!important;
  }
  #menu .semi_buffet .bdr_box .img_main {
    margin-bottom: 20px;
  }
  #menu .semi_buffet .bdr_box .cts .btn_wrap {
    margin-top: 40px;
  }
  #menu .main_dish,
  #menu .semi_buffet {
    margin-top: 60px!important;
  }
  #menu .menu_cts:nth-child(even) .menu_wrap {
    flex-direction: row;
  }


}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}