@charset "UTF-8";
/***************************************
端午節ページ
****************************************/
.hidden {
  display: none;
}

.main_tangosetsu {
  color: #451D00;
  font-size: 16px;
}

.top-text {
  width: 80%;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid var(--info);
  border-radius: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-text {
    margin: 100px auto;
    text-align: center;
  }
}

.section_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.3px;
  color: #307E39;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: 1.55px;
  }
}
.section_title span {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section_title span {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1.55px;
  }
}

.title-illust {
  position: relative;
}
.title-illust::before, .title-illust::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(./../img/event/tangosetsu2024/bg_tangosetsu_titile.png);
  background-size: cover;
  width: 38.5px;
  height: auto;
  aspect-ratio: 38.5/20;
}
.title-illust::before {
  left: -48px;
}
.title-illust::after {
  right: -48px;
}

.bg_gra {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEBC7), to(#FCFBFA));
  background: linear-gradient(180deg, #FFEBC7, #FCFBFA);
}

/***************************************
tangosetsu-about
****************************************/
.bg_illust {
  position: relative;
}
.bg_illust::before {
  position: absolute;
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .bg_illust::before {
    display: block;
    background-image: url(./../img/event/tangosetsu2024/bamboo.png);
    background-size: cover;
    width: 250px;
    height: 420px;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translate(100%, 10%);
            transform: translate(100%, 10%);
  }
}
.bg_illust::after {
  position: absolute;
  content: "";
  bottom: -93px;
  right: -18%;
  width: 206px;
  height: 101px;
  background-image: url(./../img/event/tangosetsu2024/timaki.png);
  background-size: cover;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .bg_illust::after {
    width: 285px;
    height: 140px;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translate(30%, 40%);
            transform: translate(30%, 40%);
  }
}

.tangosetsu-about {
  padding-bottom: 73px;
}
@media screen and (min-width: 768px) {
  .tangosetsu-about {
    padding-bottom: 96px;
  }
}
.tangosetsu-about_title {
  padding: 27px 0 26px;
}
@media screen and (min-width: 768px) {
  .tangosetsu-about_title {
    width: 100%;
    text-align: left;
    padding: 73px 0 50px 45px;
  }
}
.tangosetsu-about_text {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .tangosetsu-about_text {
    margin-bottom: 25px;
  }
}
.tangosetsu-about_kome {
  color: #307E39;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.open-button {
  width: 220px;
  margin-bottom: 57px;
  cursor: pointer;
}
.open-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.place_guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.place_guide_list .kana_link {
  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;
  width: 46px;
  height: 46px;
  margin: 4px;
  border-radius: 50%;
  border: 1px solid var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .place_guide_list .kana_link {
    font-size: 28px;
  }
}
.place_guide_list .kana_link.any_shop:hover {
  background-color: #CEA95A;
  color: #fff;
}
.place_guide_list .kana_link.no_shop {
  border: 1px solid #EADDB7;
  color: #EADDB7;
  pointer-events: none;
}
.place_guide_list .kana_link.no_letter {
  border: none;
  pointer-events: none;
}

.tangosetsu_button_wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tangosetsu_button_wrap {
    width: 100%;
  }
}
.tangosetsu_button_wrap .tangosetsu_button {
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  background: #307E39 0% 0% no-repeat padding-box;
  border: 1px solid #307E39;
  border-radius: 31px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tangosetsu_button_wrap .tangosetsu_button {
    margin: unset;
  }
}
.tangosetsu_button_wrap .tangosetsu_button::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_white.png);
  background-size: cover;
}
.tangosetsu_button_wrap .tangosetsu_button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.modal-tangosetsu {
  background-color: rgba(48, 126, 57, 0.7);
}

.modal-tangosetsu .close-button span, .modal-tangosetsu .close-button span::before {
  background-color: #184315;
}

.modal-tangosetsu .modal-guts .modal-inner-title {
  color: #184315;
  border-bottom: 1px solid #184315;
}

@media screen and (min-width: 768px) {
  .modal-inner-list li {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .modal-guts {
    width: 395px;
    padding: 48px 27px 25px;
  }
}

/***************************************
shop-list
****************************************/
.shop-list {
  background-color: #EADDB7;
  padding-bottom: 39.8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .shop-list {
    padding-bottom: 38px;
    overflow: hidden;
  }
}
.shop-list_title {
  padding: 43.5px 0 13.5px;
}
@media screen and (min-width: 768px) {
  .shop-list_title {
    width: 100%;
    padding: 57px 0 36px;
  }
}
.shop-list_map {
  position: relative;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .shop-list_map {
    margin-bottom: 68.5px;
  }
}
.shop-list_map::after {
  position: absolute;
  content: "";
  background-image: url(./../img/event/tangosetsu2024/pinch-out.png);
  background-size: cover;
  bottom: 30px;
  right: 10px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 49px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .shop-list_map::after {
    display: none;
  }
}
.shop-list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shop-list_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .bg-container {
    width: 48%;
  }
}

.bg-white {
  padding: 30px 4px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .bg-white {
    padding: 30px;
  }
}

.shop-list_container {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 2px solid #184315;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .shop-list_container {
    margin-bottom: 35px;
  }
}

.container-head {
  border-radius: 7px 7px 0 0;
  background-color: #307E39;
  padding: 0 24px;
}
.container-head .shop-name {
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .container-head .shop-name {
    font-size: 29px;
    line-height: 55px;
    letter-spacing: 0.05em;
  }
}

.container-body {
  padding: 25px 24px;
}

.container-body01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 22px;
}
.container-body01 .timaki-image {
  width: calc(50% - 6.5px);
}
.container-body01 .timaki-intro {
  width: calc(50% - 6.5px);
  padding-left: 13px;
  color: #451D00;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.container-body02 {
  color: #184315;
}
.container-body02 .timaki-kome {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .container-body02 .timaki-kome {
    font-size: 15px;
  }
}
.container-body02 .timaki-product li {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 33px;
  padding: 10px 0;
  border-top: 2px dashed #184315;
}
@media screen and (min-width: 768px) {
  .container-body02 .timaki-product li {
    line-height: 35px;
    padding: 8px 0;
  }
}
.container-body02 .timaki-product li span {
  font-size: 14px;
}
.container-body02 .timaki-product li:nth-child(2n+1) {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .container-body02 .timaki-product li:nth-child(2n+1) {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
}
.container-body02 .timaki-product li:nth-child(2n) {
  font-size: 17px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .container-body02 .timaki-product li:nth-child(2n) {
    font-size: 20px;
    padding-bottom: 14.5px;
  }
}
.container-body02 .timaki-product li:nth-child(2n) span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .container-body02 .timaki-product li:nth-child(2n) span {
    font-size: 15px;
  }
}
.container-body02 .timaki-product-pc .bt {
  border-top: 2px dashed #184315;
}
.container-body02 .timaki-product-pc .mb14 {
  margin-bottom: 14px;
}
.container-body02 .timaki-product-pc .p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-body02 .timaki-product-pc .timaki-name, .container-body02 .timaki-product-pc .timaki-price {
  display: inline-block;
  color: #184315;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  padding: 12px 0;
}
.container-body02 .timaki-product-pc .timaki-name {
  width: 60%;
  font-size: 20px;
}
.container-body02 .timaki-product-pc .timaki-price {
  width: 40%;
  font-size: 18px;
}
.container-body02 .timaki-product-pc .timaki-price span {
  font-size: 14px;
}

.container-body03 {
  background-color: #EDF5ED;
  padding: 12.5px 0 14.5px;
}
.container-body03 .timaki-info {
  padding-left: 19.3px;
  color: #451D00;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .container-body03 .timaki-info {
    font-size: 14px;
  }
}
.container-body03 .timaki-info tr td:first-child {
  font-weight: 700;
  padding-right: 15px;
}
.container-body03 .timaki-info .info-link {
  text-decoration: underline;
  font-size: 10px;
  white-space: nowrap;
}

.container-body-kome {
  color: #451D00;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 18.8px;
}

@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
    color: black;
    text-decoration: none;
  }
}

/***************************************
union-card
****************************************/
.union-card .section_title {
  padding: 67px 0 31px;
}
@media screen and (min-width: 768px) {
  .union-card .pc-right {
    width: 45% !important;
    margin-left: 50% !important;
    margin-right: 5% !important;
  }
}
.union-card_nobox {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .union-card_nobox {
    padding: 0 0 0;
  }
}
.union-card_nobox_text p {
  text-align: center;
  font: normal normal bold 23px/34px Noto Sans JP;
  letter-spacing: 0px;
  margin-bottom: 19px;
}
.union-card_nobox_text .union-text {
  text-align: center;
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .union-card_nobox_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 32px auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.union-card_nobox_image .union-image01 {
  width: 50%;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .union-card_nobox_image .union-image01 {
    width: 22%;
  }
}
.union-card_nobox_image .union-image02 {
  width: 50%;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .union-card_nobox_image .union-image02 {
    width: 54%;
  }
}

.bg-pattern {
  position: relative;
}
.bg-pattern::before {
  position: absolute;
  content: "";
  background-image: url(./../img/event/tangosetsu2024/bg_pattern_left.png);
  background-size: cover;
  width: 240px;
  height: 87px;
}
@media screen and (min-width: 768px) {
  .bg-pattern::before {
    background-image: url(./../img/event/tangosetsu2024/bg_pattern_pc.png);
    width: 402px;
    height: 146px;
  }
}
.bg-pattern::after {
  position: absolute;
  content: "";
  background-image: url(./../img/event/tangosetsu2024/bg_pattern_right.png);
  background-size: cover;
  width: 240px;
  height: 87px;
}
@media screen and (min-width: 768px) {
  .bg-pattern::after {
    background-image: url(./../img/event/tangosetsu2024/bg_pattern_pc.png);
    width: 367px;
    height: 133px;
  }
}

.bg-pattern00::before, .bg-pattern00::after {
  z-index: -1;
}
.bg-pattern00::before {
  top: 0px;
  left: -80px;
}
@media screen and (min-width: 768px) {
  .bg-pattern00::before {
    top: -60px;
    left: -150px;
  }
}
@media screen and (min-width: 768px) {
  .bg-pattern00::after {
    bottom: 20%;
    right: -140px;
  }
}

.bg-pattern01::after {
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern01::after {
    top: 80px;
    left: -200px;
  }
}

.bg-pattern02::before {
  top: 30%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern02::before {
    display: none;
  }
}
.bg-pattern02::after {
  bottom: 0%;
  right: -250px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern02::after {
    bottom: 0%;
    right: -50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.bg-pattern03::before {
  top: 30%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern03::before {
    top: 85%;
    left: -150px;
  }
}

.bg-pattern04::after {
  top: 10%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern04::after {
    top: 60%;
    right: -150px;
  }
}

.bg-pattern05::before {
  top: 0%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern05::before {
    top: 60%;
    left: -180px;
  }
}
.bg-pattern05::after {
  bottom: 20%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern05::after {
    display: none;
  }
}

.bg-pattern06::before {
  top: 5%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern06::before {
    top: unset;
    left: unset;
    bottom: -50%;
    right: -200px;
  }
}
.bg-pattern06::after {
  bottom: 2%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern06::after {
    bottom: 10%;
    right: -180px;
  }
}

.bg-pattern07::before {
  top: 92%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bg-pattern07::before {
    top: unset;
    bottom: -18%;
    left: -240px;
  }
}
.bg-pattern07::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg-pattern07::after {
    display: block;
    top: 2%;
    left: -150px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}