@charset "UTF-8";
/***************************************
色設定
****************************************/
@media screen and (min-width: 769px) {
  .site-content {
    overflow: visible !important;
  }
}

main {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: visible;
}

.kufi {
  font-family: "Reem Kufi", serif;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/***************************************
PC画面
****************************************/
#nekonohi {
  clear: both;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #nekonohi {
    display: grid;
    grid-template-columns: 1fr 377px 1fr;
    overflow: visible;
    position: sticky;
    background-color: #FFDA3C;
  }
}

.pc_bg .sticky {
  position: sticky;
  top: 2vh;
  height: 100vh;
}
.pc_bg .sticky .inner {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pc_left {
  width: calc((100vw - 375px) / 2);
  position: relative;
}
.pc_left .pc_ttl {
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1400px) {
  .pc_left .pc_ttl {
    width: 60%;
  }
}
.pc_left .inner {
  padding-top: 5%;
}

.pc_right {
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
}
.pc_right .inner {
  padding-top: 20%;
}

.pc_cat {
  position: absolute;
  bottom: 170px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pc_cat img {
  width: 100%;
}

/***************************************
スマホ画面幅の設定
****************************************/
#wrap {
  background: #F0EFD9;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #wrap {
    max-width: 375px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  }
}

/***************************************
common
****************************************/
.terms {
  text-align: center;
  font-family: "Reem Kufi", serif;
  font-weight: 700;
  font-size: 32px;
}
.terms .day {
  font-size: 45px;
}
.terms .week {
  font-size: 20px;
}
.terms .ashi {
  position: relative;
  padding-left: 30px;
}
.terms .ashi::before {
  content: "";
  position: absolute;
  background: url(../img/ashiato.webp) no-repeat center/contain;
  width: 24px;
  height: 25px;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
}

.menu {
  max-width: 340px;
  margin: 0 auto;
}
.menu_ttl {
  font-size: 34px;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
.menu_ttl::before {
  content: "";
  position: absolute;
  background: url(../img/menu_mimi.svg) no-repeat center/contain;
  width: 83px;
  height: 21px;
  top: -25px;
  left: 50%;
  translate: -50%;
}
.menu_ttl span {
  position: relative;
}
.menu_ttl span::before, .menu_ttl span::after {
  content: "";
  position: absolute;
  background: url(../img/menu_hige.svg) no-repeat center/contain;
  width: 19px;
  height: 29px;
  top: 45%;
  translate: 0 -50%;
}
.menu_ttl span::before {
  left: -30px;
}
.menu_ttl span::after {
  right: -30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.menu_list li {
  position: relative;
  width: calc(33% - 9px);
  height: 80px;
  z-index: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
.menu_list li.fs10 {
  font-size: 10px;
}
.menu_list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FDB82E;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  rotate: 90deg;
}
.menu_list li::after {
  content: "";
  position: absolute;
  background: url(../img/bg_cat_wh.webp) no-repeat center/100%;
  width: 104px;
  height: 80px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_list li:hover::after {
  background: url(../img/bg_cat_gr.webp) no-repeat center/100%;
}
.menu_list li.bg_yel::after {
  background: url(../img/bg_cat_yel.webp) no-repeat center/100%;
}
.menu_list li.bg_yel:hover::after {
  background: url(../img/bg_cat_org.webp) no-repeat center/100%;
}
.menu_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

/***************************************
contents
****************************************/
h1 {
  background-color: #FDB82E;
}

.lead {
  background-color: #FDB82E;
  padding: 0px 0 105px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.lead::after {
  content: "";
  position: absolute;
  background: url(../img/bottom.webp) no-repeat top center/cover;
  width: 100%;
  height: 108px;
  bottom: 0;
  left: 0;
}
.lead .terms {
  margin-bottom: 20px;
}
.lead .txt_center {
  text-align: center;
  line-height: 2.4;
  font-size: 13px;
  margin-bottom: 85px;
}
.lead .lead_cat {
  position: absolute;
  right: -8%;
  bottom: -84px;
  width: 190px;
  z-index: -1;
}

/* ▼ shop_area
--------------------------------------- */
#shop_area {
  padding: 45px 0 0;
  position: relative;
}

.shop {
  margin-bottom: 24px;
  position: relative;
}
.shop:not(:last-child) {
  margin-bottom: 64px;
}
.shop .shop_ttl {
  max-width: 260px;
  text-align: center;
  background-color: #fff;
  border-radius: 100vmax;
  padding: 15px 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 10px;
  position: relative;
}
.shop .shop_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  rotate: 90deg;
}
.shop .shop_ttl span {
  color: #FDB82E;
  font-size: 14px;
}
.shop .slide {
  padding: 40px 40px;
}
.shop .no_slide {
  padding-top: 40px;
}
.shop .slide_shop.swiper {
  overflow: visible;
}
.shop .slide_shop .swiper-pagination {
  bottom: -35px;
}
.shop .swiper-pagination-bullet {
  background-color: transparent;
  background-image: url(../img/dot_gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  height: 12px;
  opacity: 1;
  width: 13px;
}
.shop .swiper-pagination-bullet-active {
  background-image: url(../img/dot_org.svg);
  height: 12px;
  width: 13px;
}
.shop .swiper-slide img {
  height: auto;
  width: 100%;
}
.shop .swiper-button-next {
  background: url(../img/slide_arrow.webp) no-repeat center/contain;
  width: 45px;
  height: 80px;
}
.shop .swiper-button-next::after {
  content: none;
}
.shop .swiper-button-prev {
  background: url(../img/slide_arrow.webp) no-repeat center/contain;
  width: 45px;
  height: 80px;
  rotate: 180deg;
  left: 0;
}
.shop .swiper-button-prev::after {
  content: none;
}
.shop .shop_box {
  padding: 15px 15px 30px;
  background-color: #fff;
  border-radius: 15px;
  max-width: 290px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 0 auto;
}
.shop .shop_box::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 61px;
  top: -30px;
  left: 50%;
  translate: -50%;
  z-index: 10;
}
.shop .shop_box.shop_event::before {
  background: url(../img/icon_event.webp) no-repeat center/contain;
}
.shop .shop_box.shop_item::before {
  background: url(../img/icon_item.webp) no-repeat center/contain;
}
.shop .slide_shop_img {
  overflow: visible;
  position: relative;
}
.shop .slide_shop_img .swiper-slide {
  padding-bottom: 20px;
}
.shop .slide_shop_img .swiper-pagination {
  bottom: -5px;
}
.shop .slide_shop_img .item_img li .shop_inner_box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shop .slide_shop_img .item_img li .shop_inner_box::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: #FDB82E;
  width: 60px;
  text-align: center;
  color: #fff;
  font-family: "Reem Kufi", serif;
  font-weight: 700;
  font-size: 19px;
  border-radius: 0 15px 0 15px;
  line-height: 1.4;
}
.shop .slide_shop_img .item_img li .shop_inner_box.item_img01::before {
  content: "1";
}
.shop .slide_shop_img .item_img li .shop_inner_box.item_img02::before {
  content: "2";
}
.shop .slide_shop_img .item_img li .shop_inner_box.item_img03::before {
  content: "3";
}
.shop .slide_shop_img .item_img li .shop_inner_box.item_img04::before {
  content: "4";
}
.shop .img_note {
  text-align: right;
  font-size: 11px;
}
.shop .shop_inner, .shop .no_slide_img {
  margin-bottom: 24px;
}
.shop .event_ttl {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.shop .event_txt {
  margin-bottom: 15px;
}
.shop .accordion-area {
  height: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 46px;
  color: #FDB82E;
  border: 1px solid #FDB82E;
  position: relative;
  cursor: pointer;
  border-radius: 100vmax;
}
.shop .accordion-area::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}
.shop .accordion-area.close::before { /* 開いている時 */
  content: "－";
}
.shop .accordion-content {
  display: none;
  padding-top: 16px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 20px;
}
.shop .accordion-content_note {
  text-indent: -1em;
  padding-left: 1em;
}
.shop .accordion-content span {
  font-weight: 700;
  font-size: 17px;
}
.shop .accordion-content_floor {
  margin-bottom: 4px;
}
.shop .accordion-content_floor_shop {
  margin-bottom: 24px;
}
.shop .accordion-content_floor_shop li {
  text-indent: -1em;
  padding-left: 1em;
}
.shop .detail {
  margin-bottom: 15px;
}
.shop .detail .acc_ttl {
  text-align: center;
  background-color: #FDB82E;
  border-radius: 100vmax;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.shop .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop .detail .flex .detail_day {
  width: 5em;
}
.shop .detail .flex .detail_time {
  width: calc(100% - 5em);
}
.shop .detail .item_name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.shop .detail .price {
  font-size: 14px;
  margin-bottom: 5px;
}
.shop .detail a {
  text-decoration: underline;
}

#shop01 .shop_inner_box::before {
  right: 0;
  left: auto;
  border-radius: 15px 0px 15px 0px;
}

#shop01.shop .slide, #shop02.shop .slide, #shop05.shop .slide {
  padding-top: 60px;
}
#shop01.shop .no_slide, #shop02.shop .no_slide, #shop05.shop .no_slide {
  padding-top: 60px;
}
#shop01 .shop_box::before, #shop02 .shop_box::before, #shop05 .shop_box::before {
  top: -50px;
}

/* ▼ note_area
--------------------------------------- */
.note_area {
  padding: 0px 10px 88px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.note_area p {
  font-size: 13px;
}
.note_area .note_cat {
  position: absolute;
  left: -30%;
  bottom: -100px;
  width: 190px;
  z-index: -1;
}

/* ▼ ページtop
--------------------------------------- */
.pagetop {
  background: url(../img/top_sp.webp) no-repeat center/contain;
  width: 99px;
  height: 125px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .pagetop {
    background: url(../img/top_pc.webp) no-repeat center/contain;
    width: 107px;
    height: 89px;
    bottom: 15%;
    right: 5%;
  }
}