@charset "UTF-8";
/* ▼▼▼ トップ
======================================================*/
body {
  --bg-part-red:
  	linear-gradient( var(--main) , var(--main) ) no-repeat left top/18px 18px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat right top/18px 18px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat left 18px top 18px/50% 20px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat right 18px top 18px/50% 20px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat left top 36px/100% 50%,
  	linear-gradient( var(--main) , var(--main) ) no-repeat left bottom 36px/100% 50%,
  	linear-gradient( var(--main) , var(--main) ) no-repeat left bottom/18px 18px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat right bottom/18px 18px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat left 18px bottom 18px/50% 20px,
  	linear-gradient( var(--main) , var(--main) ) no-repeat right 18px bottom 18px/50% 20px ;
}

/* ▼ タイトル
--------------------------------------- */
h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

#pochi_attention a {
  display: block;
  background: #c90e0e;
  text-align: center;
  padding: 15px 0;
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
}
#pochi_attention a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/top/icon_index.svg) no-repeat left center/26px 26px;
}

/* ▼ メインビジュアル
----------------------------------------*/
#main {
  position: relative;
  z-index: 1;
}
#main .mv_bg {
  display: block;
  width: 96%;
  height: 125.2785923754vw;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #main .mv_bg {
    width: 80%;
    height: calc((100vw - 240px) * 0.8 * 596 / 1006);
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.mv_area {
  margin: 8px auto 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv_area {
    margin: 60px auto 100px;
  }
}
.mv_area::before {
  content: "";
  width: 170px;
  height: 70px;
  background: url(../img/top/bg_item_mv01.png) no-repeat center center/contain;
  position: absolute;
  left: -256px;
  bottom: -10px;
}

#mainVisual {
  margin: 100%;
  margin: 0 auto;
  padding: 2.1% 4.2%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mainVisual {
    width: 80%;
    padding: 0.8%;
    margin: 60px auto;
  }
}
#mainVisual::before {
  position: absolute;
  bottom: -60px;
  left: -60px;
  content: "";
  background-image: url(../img/top/top_bg_01.png);
  background-size: cover;
  width: 121px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  #mainVisual::before {
    display: none;
  }
}
#mainVisual .mv-slider {
  display: none;
}
#mainVisual .mv-slider.slick-initialized {
  display: block;
}
#mainVisual .mv-slider .mv-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#mainVisual .mv-slider .mv-aspect img {
  aspect-ratio: 0.77;
}
@media screen and (min-width: 768px) {
  #mainVisual .mv-slider .mv-aspect img {
    aspect-ratio: 1.7369814651;
    object-fit: cover;
  }
}

/***************************************
section_title
****************************************/
.section_title {
  display: block;
  text-align: center;
}

/***************************************
共通のh2装飾
****************************************/
.title_red {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0em;
  color: var(--main);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .title_red {
    font-size: 28px;
  }
}
.title_red_bg_wrapper {
  background-color: var(--bg-wrapper);
  padding: 4px 8px;
}
.title_red_bg_beige {
  background-color: var(--bg-beige);
  padding: 4px 8px;
}

.title_dot {
  width: 100%;
  margin: -70px auto 36px;
  height: 26px;
  background-image: linear-gradient(to right, var(--main) 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.title_dot.title_dot_gold {
  background-image: linear-gradient(to right, var(--info) 2px, transparent 2px);
}

/***************************************
共通のテキスト装飾
****************************************/
.text_brown {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: var(--text);
}
@media screen and (min-width: 768px) {
  .text_brown {
    font-size: 17px;
  }
}

/***************************************
MOREボタン共通装飾
****************************************/
.button_more {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.button_more span {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
}

/***************************************
NEWS&TOPICS
****************************************/
.news-slider {
  display: none;
  /* arrowsカスタム */
  /* dotsカスタム */
}
.news-slider_wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-slider_wrap {
    flex: 1 1 auto;
    max-width: calc(100% - 284px);
  }
}
@media screen and (min-width: 768px) {
  .news-slider {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .news-slider .slick-track {
    margin: 0 auto 0 0;
    padding-left: 9px;
    background: linear-gradient(var(--bg-wrapper), var(--bg-wrapper)) no-repeat right 15px top 16px/100% 10px;
  }
}
.news-slider.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-slider.slick-initialized {
    padding: 0 18px 0 9px;
  }
}
.news-slider .slick-list {
  z-index: 0;
  overflow: visible;
}
.news-slider .slick-prev, .news-slider .slick-next {
  top: 50%;
  z-index: 1000;
}
.news-slider .slick-prev::before, .news-slider .slick-next::before {
  content: "" !important;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: var(--info);
  box-sizing: content-box;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .news-slider .slick-prev::before, .news-slider .slick-next::before {
    width: 32px;
    height: 32px;
    background-size: cover;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.news-slider .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: calc(50% + 20px);
}
@media screen and (min-width: 768px) {
  .news-slider .slick-prev::before {
    background-image: url(../img/top/arrow_news_prev.png);
    left: calc(50% + 14px);
  }
}
.news-slider .slick-next::before {
  border-width: 1px 1px 0 0;
  right: calc(50% + 20px);
}
@media screen and (min-width: 768px) {
  .news-slider .slick-next::before {
    background-image: url(../img/top/arrow_news_next.png);
    right: calc(50% + 36px);
  }
}
.news-slider .slick-dots {
  bottom: -25px !important;
}
@media screen and (min-width: 768px) {
  .news-slider .slick-dots {
    text-align: left;
    bottom: 0 !important;
  }
}
.news-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.news-slider .slick-dots li button::before {
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  border: 1px solid var(--info);
  border-radius: 50%;
  width: 5px !important;
  height: 5px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-slider .slick-dots li.slick-active button::before {
  content: "";
  background: var(--info);
  border: 1px solid var(--info);
}

.news {
  width: 90%;
  margin: 0 auto 15vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 768px) {
  .news::before {
    content: "";
    width: 170px;
    height: 70px;
    background: url(../img/top/bg_item_news02.png) no-repeat center center/contain;
    position: absolute;
    right: 60px;
    top: -82px;
  }
}
.news::after {
  content: "";
  width: 121px;
  height: 32px;
  background-image: url(../img/top/top_bg_01.png) no-repeat center center/cover;
  position: absolute;
  bottom: -10px;
  right: -60px;
}
@media screen and (min-width: 768px) {
  .news::after {
    width: 222px;
    height: 91px;
    background: url(../img/top/bg_item_news01.png) no-repeat center center/contain;
    position: absolute;
    left: -18px;
    bottom: auto;
    top: -26px;
  }
}
.news_bg {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_bg {
    overflow-x: hidden;
    flex-direction: row;
    width: 90%;
    max-width: 90%;
    height: 100%;
    margin: 0 0 30px auto;
    padding: 0 0 50px;
    z-index: 1;
  }
}
.news_bg::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  background: url(../img/top/top_news_bg_lt_sp.png) no-repeat left top/35px 35px, url(../img/top/top_news_bg_rt_sp.png) no-repeat right top/35px 35px, url(../img/top/top_news_bg_lb_sp.png) no-repeat left bottom/35px 35px, url(../img/top/top_news_bg_rb_sp.png) no-repeat right bottom/35px 35px, url(../img/top/top_news_bg_l_sp.png) no-repeat left top 30px/4px 50%, url(../img/top/top_news_bg_l_sp.png) no-repeat left bottom 30px/4px 50%, url(../img/top/top_news_bg_r_sp.png) no-repeat right top 30px/4px 50%, url(../img/top/top_news_bg_r_sp.png) no-repeat right bottom 30px/4px 50%, url(../img/top/top_news_bg_b_sp.png) no-repeat left 30px bottom/50% 4px, url(../img/top/top_news_bg_b_sp.png) no-repeat right 30px bottom/50% 4px, url(../img/top/top_news_bg_t_sp.png) no-repeat left 30px top/15px 4px, url(../img/top/top_news_bg_t_sp.png) no-repeat right 30px top/15px 4px;
  width: 100%;
  height: 100%;
  line-height: 10px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .news_bg::before {
    width: 110%;
    height: calc(100% - 20px);
    overflow-x: hidden;
    background: url(../img/top/top_news_bg_lt_pc.png) no-repeat left top/50px 50px, url(../img/top/top_news_bg_lb_pc.png) no-repeat left bottom/50px 50px, linear-gradient(var(--info), var(--info)) no-repeat left 49px top 2px/100% 2px, linear-gradient(var(--info), var(--info)) no-repeat left 49px bottom 2px/100% 2px, linear-gradient(var(--info), var(--info)) no-repeat left 2px top 49px/2px 50%, linear-gradient(var(--info), var(--info)) no-repeat left 2px bottom 49px/2px 50%;
  }
}
@media screen and (min-width: 768px) {
  .news_bg .title_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 32px;
  }
}
.news_bg .title_area .section_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: var(--info);
  margin-bottom: 1vw;
}
@media screen and (min-width: 768px) {
  .news_bg .title_area .section_title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
}
.news-slider_item {
  padding-bottom: 10px;
}
.news_card {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .news_card {
    width: auto;
    padding-right: 24px;
    padding-bottom: 0px;
  }
}
.news_card_inner {
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news_card_image img {
  width: 100%;
  aspect-ratio: 1200/630;
  object-fit: contain;
}
.news_card_text {
  min-height: 145px;
  padding: 16px 16px 0px;
  box-sizing: border-box;
}
.news .text_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news .text_info .text_info_date {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--info);
}
@media screen and (min-width: 768px) {
  .news .text_info .text_info_date {
    font-size: 20px;
  }
}
.news .text_info .text_info_category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0em;
  color: var(--info);
  border: 1px solid var(--info);
  border-radius: 34px;
  padding: 0px 8px;
}
@media screen and (min-width: 768px) {
  .news .text_info .text_info_category {
    font-size: 14px;
  }
}
.news .text_sent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  color: var(--info);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news .text_sent {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
.news_more {
  width: 220px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid var(--text);
  border-radius: 22px;
  position: relative;
}
.news_more span {
  color: var(--text);
}
.news_more::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_brown.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .news_more.sp_only {
    display: none;
  }
}
.news_more.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .news_more.pc_only {
    display: flex;
  }
}

/***************************************
お店を探す
****************************************/
.shopguide {
  padding: 54px 0;
  margin: 0 8.5px;
  background: var(--bg-part-red);
  position: relative;
}
@media screen and (min-width: 768px) {
  .shopguide {
    margin: 0 0 78px;
  }
  .shopguide::before, .shopguide::after {
    content: "";
    position: absolute;
  }
  .shopguide::before {
    width: 272px;
    height: 72px;
    background: url(../img/top/bg_item_shop01.png) no-repeat center center/contain;
    right: -63px;
    top: 0;
  }
  .shopguide::after {
    width: 272px;
    height: 72px;
    background: url(../img/top/bg_item_shop02.png) no-repeat center center/contain;
    left: -183px;
    top: 225px;
  }
}
.shopguide .section_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .shopguide .section_title {
    font-size: 28px;
  }
}
.shopguide .mini_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shopguide .mini_title {
    font-size: 19px;
  }
}
.shopguide_list_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .shopguide_list_flex {
    width: 80%;
    margin: 0 auto;
  }
  .shopguide_list_flex.pc_flex {
    width: 65%;
  }
}
.shopguide_list_category {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.shopguide_list_category img {
  width: 100%;
}
.shopguide_list_category span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  color: #fff;
}
.shopguide_list .big_category {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .shopguide_list .big_category {
    width: 23.5%;
  }
}
.shopguide_list .mini_category {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .shopguide_list .mini_category {
    width: 22%;
    margin: 0 auto;
  }
}
.shopguide_list .shopguide_button_more {
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #FFFFFF;
  border-radius: 34px;
  opacity: 1;
  position: relative;
}
.shopguide_list .shopguide_button_more_wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shopguide_list .shopguide_button_more_wrap {
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .shopguide_list .shopguide_button_more {
    padding: 100% 0 0;
    border-radius: 50%;
    margin: 0;
    position: relative;
  }
}
.shopguide_list .shopguide_button_more span {
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .shopguide_list .shopguide_button_more span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.shopguide_list .shopguide_button_more::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_white.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .shopguide_list .shopguide_button_more::before {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/***************************************
MAP
****************************************/
#navMap {
  position: relative;
}
#navMap #svgMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#navMap #svgMap a {
  pointer-events: all;
}
#navMap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  background-image: url(./../img/common/compass.png);
  background-size: cover;
  width: 25px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  #navMap::after {
    right: 20px;
    width: 50px;
    height: 60px;
  }
}

.guidemap {
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidemap::before {
    content: "";
    width: 272px;
    height: 72px;
    background: url(../img/top/bg_item_map01.png) no-repeat center center/contain;
    position: absolute;
    right: -60px;
    top: -40px;
  }
}
.guidemap .section_title {
  width: 100%;
}
.guidemap_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .guidemap_text {
    text-align: center;
    margin-bottom: 50px;
  }
}
.guidemap_img {
  overflow: hidden;
  border: 1px solid var(--info);
  border-radius: 12px;
  background: #fff;
}
.guidemap_svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guidemap_svg a:hover {
  opacity: 0.6;
}

/***************************************
アクセス
****************************************/
.access {
  margin-bottom: 48px;
}
.access_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .access_text {
    text-align: center;
    margin-bottom: 40px;
  }
}
.access_more {
  width: 220px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid var(--text);
  border-radius: 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access_more {
    width: 480px;
    height: 64px;
    border-radius: 32px;
  }
}
.access_more::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_brown.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .access_more::after {
    width: 11.38px !important;
    height: 7.59px !important;
  }
}
.access_more span {
  color: var(--text);
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .access_more span {
    font-size: 28px;
    padding-left: 45px;
  }
}
.access_more span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/common/icon_access02.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .access_more span::before {
    width: 32px !important;
    height: 32px !important;
  }
}

/***************************************
ご注意
****************************************/
.note {
  margin-bottom: 48px;
  padding-bottom: 44px;
  background-color: var(--bg-beige);
  position: relative;
}
@media screen and (min-width: 768px) {
  .note {
    margin-bottom: 110px;
  }
  .note::before {
    content: "";
    width: 272px;
    height: 72px;
    background: url(../img/top/bg_item_note01.png) no-repeat center center/contain;
    position: absolute;
    left: -158px;
    top: 76px;
  }
}
.note .section_title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .note .section_title {
    transform: translate(-50%, 0%);
    margin-top: 34px;
  }
}
.note .container {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .note .container {
    padding-top: 100px;
    width: 75%;
  }
}
.note_please {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .note_please {
    width: 720px;
    max-width: 100%;
    margin: 0 auto 32px;
  }
}
.note_please::before, .note_please::after {
  position: absolute;
  top: 5px;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: var(--info);
  border-radius: 50%;
  width: 4px !important;
  height: 4px !important;
}
.note_please::before {
  left: 5px;
}
.note_please::after {
  right: 5px;
}
.note_please_dot {
  position: relative;
}
.note_please_dot::before, .note_please_dot::after {
  position: absolute;
  bottom: 5px;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: var(--info);
  border-radius: 50%;
  width: 4px !important;
  height: 4px !important;
}
.note_please_dot::before {
  left: 5px;
}
.note_please_dot::after {
  right: 5px;
}
.note_please p {
  display: block;
  margin: 0 auto;
  padding: 16px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .note_please p {
    padding: 25px 20px;
    text-align: center;
  }
}
.note_request {
  border: 2px dashed var(--info);
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .note_request {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.note_request_title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0em;
  color: var(--text);
}
.note_request_strong {
  display: block;
  text-align: center;
  padding-top: 32px;
  margin-bottom: 16px;
}
.note_request_strong span {
  background-color: var(--main);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 14px;
}
@media screen and (min-width: 768px) {
  .note_request_strong span {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .note_request_strong.sp_only {
    display: none;
  }
}
.note_request_strong.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .note_request_strong.pc_only {
    display: block;
  }
}
.note_request_text {
  display: block;
  width: 90%;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .note_request_text {
    text-align: center;
  }
}
.note_request .bg_beige {
  background-color: var(--bg-beige);
  padding: 0px 4px;
}

/***************************************
EVENT
****************************************/
.event {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event {
    margin-bottom: 15px;
    text-align: center;
  }
}
.event::before {
  position: absolute;
  top: -10px;
  left: -20px;
  content: "";
  background-image: url(../img/top/top_bg_01.png);
  background-size: cover;
  width: 121px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .event::before {
    content: "";
    width: 272px;
    height: 72px;
    background: url(../img/top/bg_item_event01.png) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: auto;
    right: -18px;
  }
}
.event .section_title {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .event_text {
    text-align: center;
  }
}

/***************************************
開催中のイベント
****************************************/
.hold {
  margin: 0 8.5px 20px;
  padding: 54px 0;
  background: var(--bg-part-red);
  position: relative;
}
@media screen and (min-width: 768px) {
  .hold {
    margin: 0 auto 50px;
    width: 950px;
    max-width: calc(100% - 40px);
  }
}
.hold .section_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
}
.hold_card {
  display: block;
  width: 98%;
  margin: 0 auto 20px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .hold_card {
    display: flex;
    width: 90%;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .hold_card_image {
    width: 50%;
  }
}
.hold_card_image img {
  border-radius: 4px 4px 0 0;
  aspect-ratio: 327/218;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hold_card_image img {
    width: 100%;
    height: 100%;
  }
}
.hold_card_text {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .hold_card_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
}
.hold_card_text .text_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .hold_card_text .text_info {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.hold_card_text .text_info .text_info_date {
  display: flex;
  align-items: center;
}
.hold_card_text .text_info .text_info_date .date_text {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--info);
  padding-right: 8px;
}
.hold_card_text .text_info .text_info_date .line_right {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--info);
}
.hold_card_text .text_info .text_info_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0em;
  color: var(--info);
}
.hold_more {
  width: 60%;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 34px;
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hold_more {
    width: 220px;
    background-color: transparent;
    border: 1px solid #fff;
  }
}
.hold_more span {
  color: var(--main);
}
@media screen and (min-width: 768px) {
  .hold_more span {
    color: #fff;
  }
}
.hold_more::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_red.png);
  background-size: cover;
}

/***************************************
年中行事イベント一覧
****************************************/
.regular {
  position: relative;
}
@media screen and (min-width: 768px) {
  .regular::after {
    content: "";
    width: 337px;
    height: 89px;
    background: url(../img/top/bg_item_event02.png) no-repeat center center/contain;
    position: absolute;
    right: -50px;
    bottom: -110px;
  }
}

.regular_event {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 0 auto 78px;
  border: 1px solid var(--main);
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .regular_event {
    width: 75%;
    max-width: 750px;
    margin: 0 auto 160px;
  }
}
.regular_event::before {
  position: absolute;
  top: 10px;
  right: 0px;
  content: "";
  background-image: url(../img/top/top_bg_02.png);
  background-size: cover;
  width: 86px;
  height: 28.5px;
}
@media screen and (min-width: 768px) {
  .regular_event::before {
    display: none;
  }
}
.regular_event_image {
  width: 45%;
}
.regular_event_image img {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
}
.regular_event_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  background-color: #fff;
  border-radius: 0px 4px 4px 0px;
}
.regular_event_text .section_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  color: var(--main);
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .regular_event_text .section_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
  }
}
.regular_event_text .regular_event_button {
  width: 60%;
  margin: 0 auto;
  border: 1px solid var(--main);
  border-radius: 34px;
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .regular_event_text .regular_event_button {
    width: 200px;
  }
}
.regular_event_text .regular_event_button span {
  color: var(--main);
}
.regular_event_text .regular_event_button::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_red.png);
  background-size: cover;
}

/***************************************
ABOUT
****************************************/
.about {
  position: relative;
  margin-bottom: 32px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about {
    background: var(--bg-beige);
    padding: 60px 0 90px;
    margin-bottom: 80px;
  }
}
.about::after {
  position: absolute;
  top: -58px;
  right: -40px;
  content: "";
  background-image: url(../img/top/top_bg_01.png);
  background-size: cover;
  width: 121px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .about::after {
    content: "";
    width: 337px;
    height: 89px;
    background: url(../img/top/bg_item_about01.png) no-repeat center center/contain;
    position: absolute;
    top: 357px;
    left: -380px;
    right: auto;
  }
}
.about .section_title {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .about .section_title {
    position: relative;
    margin-bottom: 20px;
  }
}
.about_list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  background-color: #fff;
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px rgba(131, 101, 21, 0.3215686275);
}
@media screen and (min-width: 768px) {
  .about_list {
    margin: 0 auto;
    width: 950px;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.about_list_card {
  display: block;
  width: 80%;
  min-width: 300px;
  padding: 58px 15px 40px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .about_list_card {
    padding: 0 10px;
  }
}
.about_list_card .card_image {
  margin-bottom: 10px;
  position: relative;
}
.about_list_card .card_image span {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  padding: 0 8px;
  height: 28px !important;
  background-color: var(--bg-red);
  border-radius: 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0em;
  color: #fff;
}
.about_list_card .card_image img {
  width: 100%;
  aspect-ratio: 285/200;
  object-fit: cover;
  border-radius: 4px;
}
.about_list_card .card_text {
  margin-bottom: 16px;
}
.about_list_card .card_button {
  display: block;
  text-align: right;
}
.about_list_card .card_button .card_button_link {
  display: inline-flex;
  width: 120px;
  border: 1px solid var(--text);
  border-radius: 15px;
  position: relative;
}
.about_list_card .card_button .card_button_link span {
  font-size: 14px;
}
.about_list_card .card_button .card_button_link::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0%, -50%);
  content: "";
  width: 7.8px !important;
  height: 5.2px !important;
  background-image: url(./../img/common/arrow_brown.png);
  background-size: cover;
}

/***************************************
MOVIE
****************************************/
.movie_area {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .movie_area {
    margin-bottom: 100px;
  }
  .movie_area::before, .movie_area::after {
    content: "";
    position: absolute;
  }
  .movie_area::before {
    width: 353px;
    height: 145px;
    background: url(../img/top/bg_item_movie01.png) no-repeat center center/contain;
    top: 163px;
    left: -193px;
  }
  .movie_area::after {
    width: 419px;
    height: 347px;
    background: url(../img/top/bg_item_movie02.png) no-repeat center center/contain;
    top: -5px;
    right: -140px;
    z-index: -1;
  }
}
.movie_wrap {
  width: 100%;
  max-width: 653px;
  margin: 0 auto;
}
.movie_block {
  width: 100%;
  padding-top: 62.25%;
  position: relative;
}
.movie_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/***************************************
SNS
****************************************/
.sns {
  display: flex;
  align-items: center;
  width: 90%;
  height: 83.4017595308vw;
  margin: 0px auto 57px;
  background-image: url(../img/top/top_sns_bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sns {
    width: 100%;
    max-width: 784px;
    height: calc((100vw - 240px) * 348 / 784);
    max-height: 348px;
    background: url(../img/top/top_sns_bg_pc.jpg) no-repeat center center/cover;
  }
}
.sns_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    gap: 36px;
  }
}
.sns_list_link {
  display: block;
  width: 46px;
}
@media screen and (min-width: 768px) {
  .sns_list_link {
    width: 46px;
  }
}
.sns_list_link img {
  width: 100%;
}
.sns_text {
  text-align: center;
  margin-bottom: 34px;
}