@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
  margin: 0;
  min-height: 100vh;
  position: relative;
}

:root {
  --interval05em: 0.8rem;
  --interval1em: 1.6rem;
  --interval2em: 3.2rem;
  --interval3em: 4.8rem;
  --interval4em: 6.4rem;
  --interval5em: 8rem;
  --interval6em: 9.6rem;
  --interval7em: 11.2rem;
  --color_y: #F7DF77;
  --color_font: #9E723D;
  --color_marker: #FFF34E;
  --top_color_g: #D9ECD8;
  --top_color_y: #FFF5D1;
  --top_color_cpbtn_mousikomi: #F7B656;
  --ft_bg_color: #F6E7AC;
  --single_color: #FFFEEC;
  --color_topic_event: #FFF78F;
  --color_topic_shop: #F5BBD4;
  --color_topic_komeko: #98D6F6;
  --color_topic_colum: #F9C587;
  --color_topic_all: #D2BED9;
  --color_topic_inactive: #B5B5B6;
  --lineH_n: 1.4em;
  --lineH_m: 1.6em;
  --lineH_l: 1.8em;
}

/********************************************
共通css
********************************************/
.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 968px) {
  .main_content {
    margin-top: 62.8px;
  }
}

.ttl_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .ttl_pc {
    display: none;
  }
}

.ttl_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ttl_sp {
    display: block;
  }
}

.section_band {
  position: relative;
}
.section_band::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 11%;
  background-image: url("../img/bg_band_l.svg");
  background-repeat: repeat-y;
  background-size: contain;
  top: 0;
  left: var(--interval1em);
  z-index: -1;
}
.section_band::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 11%;
  background-image: url("../img/bg_band_r.svg");
  background-repeat: repeat-y;
  background-size: contain;
  top: 0;
  right: var(--interval1em);
  z-index: -1;
}

.input_btn {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
  border-radius: 0.5em;
  font-weight: bold;
  color: #000;
  padding: 0.6em 1em;
  background-color: #fff;
  text-decoration: none;
  font-size: 2rem;
  box-shadow: 3px 3px 0px 0px #000;
  transition: all 0.3s;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .input_btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .input_btn {
    font-size: 1.6rem;
  }
}
.input_btn:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.sec_main_ttl--kome {
  position: relative;
}
.sec_main_ttl--kome::after, .sec_main_ttl--kome::before {
  content: "";
  display: block;
  flex-grow: 1;
  height: 30px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: url("../img/bg_kome.svg");
}
@media screen and (max-width: 480px) {
  .sec_main_ttl--kome::after, .sec_main_ttl--kome::before {
    height: 18px;
  }
}

.sec_main_ttl--n_border {
  position: relative;
}
.sec_main_ttl--n_border::after, .sec_main_ttl--n_border::before {
  content: "";
  display: block;
  flex-grow: 1;
  background-size: 17px 3px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #000000 13px, #000000 13px);
}

.sec_main_ttl--border {
  position: relative;
}
.sec_main_ttl--border::after, .sec_main_ttl--border::before {
  content: "";
  margin-top: 2em;
  display: block;
  flex-grow: 1;
  height: 5px;
  background-size: 20px 6px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #000000 13px, transparent 13px);
}
@media screen and (max-width: 480px) {
  .sec_main_ttl--border::after, .sec_main_ttl--border::before {
    background-size: 13px 6px;
    background-image: linear-gradient(to right, #000000 9px, transparent 9px);
  }
}

.bm_line_dashed::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 5px;
  background-size: 20px 6px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #000000 13px, transparent 13px);
}
@media screen and (max-width: 480px) {
  .bm_line_dashed::before {
    background-size: 13px 6px;
    background-image: linear-gradient(to right, #000000 9px, transparent 9px);
  }
}

.bm_line_dashed_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 5px;
  background-size: 20px 6px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #000000 13px, transparent 13px);
}
@media screen and (max-width: 480px) {
  .bm_line_dashed_top::after {
    background-size: 13px 6px;
    background-image: linear-gradient(to right, #000000 9px, transparent 9px);
  }
}

.sec_line-outer {
  border: 3px solid #000;
  padding: 5px;
}

.sec_main_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--interval4em);
}
.sec_main_ttl h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec_main_ttl h2 img {
  width: 100%;
}

.section {
  padding: 10rem var(--interval1em);
}
@media screen and (max-width: 1416px) {
  .section {
    padding: var(--interval5em) var(--interval1em);
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: var(--interval4em) var(--interval1em);
  }
}

.sec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pcspOnly {
  display: block;
}
@media screen and (max-width: 968px) {
  .pcspOnly {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pcspOnly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .slider_padding {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

.sec_search_select {
  position: relative;
  display: block;
  height: 100%;
}
.sec_search_select::after, .sec_search_select::before {
  position: absolute;
  content: "";
  pointer-events: none;
}
.sec_search_select::before {
  display: inline-block;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  height: 100%;
  background-color: #d9d9da;
  border: 3px solid #000;
  box-sizing: border-box;
}
.sec_search_select::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  width: 15px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .sec_search_select::after {
    right: 10px;
  }
}
.sec_search_select select {
  cursor: pointer;
}
.sec_search_select select:focus {
  outline: 2px solid #d9d9da;
}

.scroll_top {
  position: fixed;
  aspect-ratio: 170/248;
  width: 100px;
  bottom: 35px;
  right: 40px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.scroll_top:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .scroll_top {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .scroll_top {
    width: 55px;
    bottom: 25px;
    right: 18px;
  }
}
.scroll_top img {
  transition: all 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll_top.visible {
  display: block;
  opacity: 1;
}

.shop_detail--img--item--thumb .slick-slide {
  width: 100px; /* 必要に応じて調整 */
  height: auto;
}

.shop_detail--img--item--thumb img {
  width: 100%; /* サムネイル画像をサムネイル枠に収める */
  height: auto;
  object-fit: cover; /* 画像の切り抜きとサイズ調整 */
}

/********************************************
ヘッダーcss
********************************************/
#header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  padding: var(--interval2em) var(--interval3em);
}
@media screen and (max-width: 1416px) {
  #header {
    padding: var(--interval1em) var(--interval2em);
  }
}
@media screen and (max-width: 968px) {
  #header {
    position: fixed;
    width: 100%;
    height: 62.8px;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  #header {
    padding: var(--interval1em) var(--interval1em);
  }
}

.header_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .header_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 968px) {
  .header_inner {
    align-items: flex-start;
  }
}

.header_h1 {
  max-width: 284px;
  width: 100%;
  margin-right: var(--interval2em);
}
.header_h1 a {
  display: block;
}
@media screen and (max-width: 1416px) {
  .header_h1 {
    max-width: 230px;
  }
}
@media screen and (max-width: 1279px) {
  .header_h1 {
    margin-bottom: var(--interval1em);
    margin-right: 0;
  }
}
@media screen and (max-width: 968px) {
  .header_h1 {
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .header_h1 {
    max-width: 143px;
    margin-bottom: 0;
  }
}

.h_nav {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .h_nav {
    flex-direction: column;
    transform: translateY(-200%);
    opacity: 0;
    position: absolute;
    top: 62.8px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: var(--interval2em) var(--interval1em);
  }
}
@media screen and (max-width: 968px) and (max-width: 480px) {
  .h_nav {
    top: 54.3px;
  }
}
@media screen and (max-width: 968px) {
  .h_nav::after {
    content: "";
    width: 100%;
    background-image: url("../img/bg_kome.svg");
    background-repeat: space;
    top: 0;
    left: 0;
    position: absolute;
    height: 25px;
  }
}
@media screen and (max-width: 968px) and (max-width: 480px) {
  .h_nav::after {
    height: 18px;
  }
}
@media screen and (max-width: 968px) {
  .h_nav::before {
    content: "";
    width: 100%;
    background-image: url("../img/bg_kome.svg");
    background-repeat: space;
    bottom: 1em;
    left: 0;
    position: absolute;
    height: 25px;
  }
}
@media screen and (max-width: 968px) and (max-width: 480px) {
  .h_nav::before {
    height: 18px;
  }
}
.h_nav ul {
  display: flex;
}
@media screen and (max-width: 1416px) {
  .h_nav ul {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 968px) {
  .h_nav ul {
    flex-direction: column;
    width: 100%;
    margin-bottom: var(--interval3em);
  }
}
@media screen and (max-width: 480px) {
  .h_nav ul {
    margin-bottom: var(--interval2em);
  }
}
.h_nav ul li {
  margin-right: var(--interval1em);
}
@media screen and (max-width: 968px) {
  .h_nav ul li {
    margin-right: 0;
  }
}
.h_nav ul li a {
  display: flex;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
}
.h_nav ul li a::after {
  content: "";
  height: 2px;
  background-color: #000;
  top: calc(100% + 4px);
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.5s;
}
.h_nav ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 968px) {
  .h_nav ul li a:hover::after {
    width: 0 !important;
  }
}
.h_nav ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1416px) {
  .h_nav ul li a {
    font-size: 1.4rem;
    align-items: center;
  }
}
@media screen and (max-width: 968px) {
  .h_nav ul li a {
    width: 100%;
    padding: var(--interval2em) var(--interval1em);
    font-size: 1.6rem;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 480px) {
  .h_nav ul li a {
    padding: 1.3em var(--interval1em);
    font-size: 1.4rem;
  }
}
.h_nav ul li a span {
  width: 1em;
  display: flex;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.h_nav ul li a span img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.h_nav.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}

.nav_ca_btn {
  width: 100%;
  max-width: 247px;
}
.nav_ca_btn a {
  display: block;
  background-color: var(--color_y);
  border-radius: 5em;
  padding: var(--interval05em);
  text-decoration: none;
}

.nav_ca_btn--inner {
  display: flex;
  border: 4px dashed #000;
  border-radius: 5em;
  padding: 0.5rem 2rem;
  align-items: center;
}

.nav_ca_btn--img {
  max-width: 70px;
  display: block;
  width: 100%;
  margin-right: var(--interval1em);
}
.nav_ca_btn--img img {
  width: 100%;
}

.nav_ca_btn--txt {
  color: #000;
  font-weight: bold;
  line-height: var(--lineH_n);
}
@media screen and (max-width: 1416px) {
  .nav_ca_btn--txt {
    font-size: 1.4rem;
  }
}

/* spドロアーメニュー */
.menu_btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 35px;
  height: 62.8px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 101;
}
@media screen and (max-width: 968px) {
  .menu_btn {
    z-index: 9999;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menu_btn {
    height: 54.3px;
    width: 27px;
  }
}

.bar {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #000;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.bar:nth-child(1) {
  top: 19px;
}
@media screen and (max-width: 480px) {
  .bar:nth-child(1) {
    top: 15px;
  }
}
.bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.bar:nth-child(3) {
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bar:nth-child(3) {
    bottom: 15px;
  }
}

.menu_btn.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 8px);
}
.menu_btn.active .bar:nth-child(2) {
  opacity: 0; /* 真ん中のラインを非表示 */
}
.menu_btn.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -10px);
}

.close_modal {
  top: 62.8px;
  left: 0;
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
  opacity: 0;
  z-index: -9999;
}
@media screen and (max-width: 968px) {
  .close_modal.active {
    display: block;
    opacity: 1;
    z-index: 0;
  }
}

.nav_sns {
  margin-top: var(--interval2em);
  display: none;
}
@media screen and (max-width: 968px) {
  .nav_sns {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav_sns {
    margin-top: var(--interval1em);
  }
}
.nav_sns ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: row;
  align-items: center;
}
.nav_sns ul li {
  max-width: 3.2rem;
}
.nav_sns ul li a {
  width: 100%;
  border-bottom: 0;
  padding: 0;
}
.nav_sns ul li a img {
  width: 100%;
}

.sec_main_sns--area {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.sec_main_sns--area--item {
  width: 5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 480px) {
  .sec_main_sns--area--item {
    width: 4rem;
  }
}
.sec_main_sns--area--item a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec_main_sns--area--item a:hover {
  opacity: 0.8;
}
.sec_main_sns--area--item img {
  width: 100%;
}

/********************************************
Topiccss
********************************************/
.sec_topic_wrap {
  margin-bottom: var(--interval5em);
}

.sec_topic--btns {
  display: flex;
  margin-bottom: var(--interval5em);
  align-items: center;
  gap: 25px 25px;
  justify-content: center;
}
@media screen and (max-width: 968px) {
  .sec_topic--btns {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_topic--btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sec_topic--btns--item {
  width: 17%;
}
@media screen and (max-width: 968px) {
  .sec_topic--btns--item {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .sec_topic--btns--item {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .sec_topic--btns--item {
    gap: 20px 20px;
  }
}
.sec_topic--btns--item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
  border-radius: 0.5em;
  font-weight: bold;
  color: #000;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 2rem;
  box-shadow: 3px 3px 0px 0px #000;
  transition: all 0.3s;
}
@media screen and (max-width: 968px) {
  .sec_topic--btns--item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .sec_topic--btns--item a {
    font-size: 1.6rem;
  }
}
.sec_topic--btns--item a:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.sec_topic--evbtn {
  background-color: var(--color_topic_event);
}

.sec_topic--shopbtn {
  background-color: var(--color_topic_shop);
}

.sec_topic--komekoevbtn {
  background-color: var(--color_topic_komeko);
}

.sec_topic--columnbtn {
  background-color: var(--color_topic_colum);
}

.sec_topic--allbtn {
  background-color: var(--color_topic_all);
}

.sec_topic--inactive {
  background-color: var(--color_topic_inactive) !important;
}

.sec_topic_cont--list--inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--inner {
    gap: 10px;
  }
}
.sec_topic_cont--list--inner .slick-slide {
  display: flex !important;
  margin: 0 0.5em !important;
}
.sec_topic_cont--list--inner .slick-track {
  display: flex !important;
}
.sec_topic_cont--list--inner .slick-list {
  display: flex !important;
}

.sec_topic_cont--list--item {
  display: flex;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--item {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .sec_topic_cont--list--item {
    margin: 0 0.5em;
    display: flex !important;
  }
}
.sec_topic_cont--list--item a {
  width: 100%;
  border: 3px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  padding: var(--interval3em) var(--interval2em) var(--interval2em);
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--item a {
    padding: var(--interval3em) var(--interval1em) var(--interval2em);
  }
}
@media screen and (max-width: 768px) {
  .sec_topic_cont--list--item a {
    padding: var(--interval3em) var(--interval2em) var(--interval2em);
  }
}
.sec_topic_cont--list--item a:hover .sec_topic_cont--list--img img {
  transform: scale(1.2);
  opacity: 0.8;
}

.shop_detail--img .slick-list {
  height: 100%;
}
.shop_detail--img .slick-list .slick-track {
  height: 100%;
}

.sec_topic_cont--list--img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: var(--interval1em);
  overflow: hidden;
}
.sec_topic_cont--list--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.sec_topic_cont--list--badge {
  position: absolute;
  padding: 0.3em 0.7em;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #000;
  color: #000;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--badge {
    font-size: 1.6rem;
  }
}

.sec_topic_cont--list--item--ev .sec_topic_cont--list--badge {
  background-color: var(--color_topic_event);
}

.sec_topic_cont--list--item--sn .sec_topic_cont--list--badge {
  background-color: var(--color_topic_shop);
}

.sec_topic_cont--list--item--kn .sec_topic_cont--list--badge {
  background-color: var(--color_topic_komeko);
}

.sec_topic_cont--list--item--co .sec_topic_cont--list--badge {
  background-color: var(--color_topic_colum);
}

.sec_topic_cont--list--txt {
  color: #000;
}

.sec_topic_cont--list--ttl {
  margin-bottom: var(--interval1em);
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: var(--lineH_n);
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--ttl {
    font-size: 1.8rem;
  }
}

.sec_topic_cont--list--data {
  text-align: center;
  margin-bottom: var(--interval1em);
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--data {
    font-size: 1.4rem;
  }
}

.sec_topic_cont--list--detail {
  line-height: var(--lineH_n);
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  .sec_topic_cont--list--detail {
    font-size: 1.4rem;
  }
}

.sec_topic_banner ul li {
  margin-bottom: var(--interval1em);
}
.sec_topic_banner ul li:last-child {
  margin-bottom: 0;
}
.sec_topic_banner ul li a {
  display: block;
}
.sec_topic_banner ul li a:hover {
  opacity: 0.8;
}
.sec_topic_banner ul li a img {
  width: 100%;
}

.sec_topic_cont--search--item .sec_topic_cont--list--item a::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/search_tri_tr.svg"), url("../img/search_tri_tl.svg"), url("../img/search_tri_bl.svg"), url("../img/search_tri_br.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right top, left top, left bottom, right bottom;
  background-size: 9%, 9%, 9%, 9%;
}

.sec_search_map--img {
  width: 74%;
}
.sec_search_map--img img {
  width: 100%;
}

.sec_search_btn {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}

/********************************************
footercss
********************************************/
footer {
  background-color: var(--ft_bg_color);
  padding: var(--interval3em) 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: var(--interval2em) 0;
  }
}

.ft_ttl {
  display: flex;
  margin-bottom: var(--interval5em);
}

.ft_ttl_logo {
  margin: 0 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ft_ttl_logo img {
  width: 100%;
}

.ft_banner--area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin-bottom: var(--interval5em);
}
@media screen and (max-width: 1279px) {
  .ft_banner--area {
    padding: 0 var(--interval1em);
  }
}
@media screen and (max-width: 768px) {
  .ft_banner--area {
    justify-content: flex-start;
  }
}

.ft_banner--items {
  max-width: 40%;
}
@media screen and (max-width: 480px) {
  .ft_banner--items {
    max-width: none;
  }
}
.ft_banner--items a {
  display: block;
}
.ft_banner--items a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .ft_banner--items {
    width: calc(50% - 10px);
  }
}
.ft_banner--items img {
  width: 100%;
}

.ft_link {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ft_link--item a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ft_link--item a {
    font-size: 1.4rem;
  }
}
.ft_link--item a:hover {
  opacity: 0.8;
}

/********************************************
下層ページcss
********************************************/
.page_search {
  display: flex;
  width: 100%;
  padding: var(--interval2em);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 4px dashed #000;
  margin-bottom: var(--interval5em);
}
@media screen and (max-width: 768px) {
  .page_search {
    padding: var(--interval1em);
  }
}
.page_search form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 1279px) {
  .page_search form {
    width: 80%;
  }
}
@media screen and (max-width: 968px) {
  .page_search form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page_search form {
    width: 100%;
  }
}
.page_search .sec_search_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: 48px;
  justify-content: space-between;
  gap: 0px 20px;
}
@media screen and (max-width: 480px) {
  .page_search .sec_search_list {
    gap: 0px 10px;
  }
}
.page_search .sec_search_list_all {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: var(--interval2em);
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_list_all {
    margin-bottom: var(--interval1em);
    flex-direction: column;
    align-items: start;
  }
}
.page_search .sec_search_name--label--inner {
  padding-left: 2em;
  position: relative;
  font-weight: bold;
}
.page_search .sec_search_name--label--inner::after {
  content: "■";
  position: absolute;
  font-size: 1.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_name--label--inner {
    font-size: 1.4rem;
  }
}
.page_search .sec_search_input {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_input {
    width: 100%;
  }
}
.page_search .sec_search_input input,
.page_search .sec_search_input select {
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #000;
  width: 100%;
  padding: 0.4em 0.2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .page_search .sec_search_input input,
  .page_search .sec_search_input select {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5em;
  }
}
.page_search .sec_search_list_half {
  flex-grow: 1;
  display: flex;
  margin-bottom: var(--interval2em);
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_list_half {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 480px) {
  .page_search .sec_search_list_half {
    margin-bottom: var(--interval1em);
  }
}
.page_search .sec_search_list_half .sec_search_name {
  width: auto;
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_list_half .sec_search_name {
    font-size: 1.4rem;
  }
}
.page_search .sec_search_list_half .sec_search_input {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page_search .sec_search_list_half .sec_search_input {
    width: 100%;
  }
}
.page_search .sec_search_list_half .sec_search_input select {
  background-color: #fff;
  width: 100%;
  color: #000;
}
.page_search .sec_search_btn {
  max-width: 40%;
}

.sec_search_list_malt {
  display: flex;
  gap: 20px;
}
.sec_search_list_malt > div {
  width: calc(50% - 10px);
}

.shop_archiveBlc {
  margin-bottom: var(--interval5em);
}

.shop_archiveList {
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 968px) {
  .shop_archiveList {
    gap: 10px;
  }
}

.shop_archiveList--item--topic a::after {
  display: none !important;
}

.shop_archiveList--item {
  display: flex;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 968px) {
  .shop_archiveList--item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .shop_archiveList--item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .shop_archiveList--item {
    width: 100%;
    margin: 0 0.5em;
    display: flex !important;
  }
}
.shop_archiveList--item a {
  width: 100%;
  border: 3px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  padding: var(--interval3em) var(--interval2em) var(--interval2em);
}
@media screen and (max-width: 968px) {
  .shop_archiveList--item a {
    padding: var(--interval3em) var(--interval1em) var(--interval2em);
  }
}
@media screen and (max-width: 768px) {
  .shop_archiveList--item a {
    padding: var(--interval3em) var(--interval2em) var(--interval2em);
  }
}
.shop_archiveList--item a::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/search_tri_tr.svg"), url("../img/search_tri_tl.svg"), url("../img/search_tri_bl.svg"), url("../img/search_tri_br.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right top, left top, left bottom, right bottom;
  background-size: 9%, 9%, 9%, 9%;
}
.shop_archiveList--item a:hover .thumbImg img {
  transform: scale(1.2);
  opacity: 0.8;
}

.thumbImg {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: var(--interval1em);
  overflow: hidden;
}
.thumbImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.listTxt {
  color: #000;
}

.shopName {
  margin-bottom: var(--interval1em);
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: var(--lineH_n);
}
@media screen and (max-width: 968px) {
  .shopName {
    font-size: 1.8rem;
  }
}

.shopData {
  text-align: center;
  margin-bottom: var(--interval1em);
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  .shopData {
    font-size: 1.4rem;
  }
}

.shopTxt {
  line-height: var(--lineH_n);
  font-weight: 500;
}
@media screen and (max-width: 968px) {
  .shopTxt {
    font-size: 1.4rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-links span,
.nav-links a {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 968px) {
  .nav-links span,
  .nav-links a {
    font-size: 2rem;
  }
}
.nav-links span:hover,
.nav-links a:hover {
  background-color: #000;
  color: #fff;
}
.nav-links span.current,
.nav-links a.current {
  background-color: #000;
  color: #fff;
}

.others_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: var(--interval5em);
}
@media screen and (max-width: 480px) {
  .others_ttl {
    margin-bottom: var(--interval2em);
  }
}
.others_ttl h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: var(--lineH_n);
  font-size: 4rem;
  position: relative;
  padding: 0 var(--interval7em);
  text-align: center;
  min-width: 60%;
}
@media screen and (max-width: 768px) {
  .others_ttl h2 {
    font-size: clamp(2rem, 5.37vw, 3.2rem);
  }
}
@media screen and (max-width: 480px) {
  .others_ttl h2 {
    font-size: clamp(2.2rem, 5.5vw, 2.4rem);
    padding: 0 var(--interval3em);
  }
}
.others_ttl h2::after, .others_ttl h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 113/157;
  height: 100%;
  min-height: 133px;
}
@media screen and (max-width: 768px) {
  .others_ttl h2::after, .others_ttl h2::before {
    min-height: 2.2em;
  }
}
.others_ttl h2::after {
  background-image: url("../img/others_ttl_l.svg");
  left: 0;
}
.others_ttl h2::before {
  background-image: url("../img/others_ttl_r.svg");
  right: 0;
}

.breadcrumbs {
  margin-bottom: var(--interval5em);
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: var(--interval3em);
  }
}
.breadcrumbs ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li::after {
  content: ">";
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #000;
}

.others_info--txt {
  line-height: var(--lineH_m);
  margin-bottom: var(--interval1em);
}
@media screen and (max-width: 480px) {
  .others_info--txt {
    font-size: 1.4rem;
  }
}

.sub_txt--size {
  font-size: 0.8em;
}

.editer_area {
  word-break: break-word;
}
.editer_area .has-red-color {
  color: #841818 !important;
}
.editer_area .has-red-background-color {
  background-color: #841818 !important;
}
.editer_area p {
  margin-top: var(--interval1em);
  margin-bottom: var(--interval1em);
  padding: 0;
  line-height: var(--lineH_l);
}
@media screen and (max-width: 480px) {
  .editer_area p {
    font-size: 1.4rem;
  }
}
.editer_area strong {
  font-weight: bold;
}
.editer_area a {
  color: #000;
}
.editer_area a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.editer_area h1 {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  font-size: 1.8em;
  font-weight: bold;
}
.editer_area h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: var(--lineH_m);
}
@media screen and (max-width: 480px) {
  .editer_area h2 {
    font-size: 1.2em;
  }
}
.editer_area h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bold;
}
.editer_area ul {
  margin-top: var(--interval1em);
  margin-bottom: var(--interval1em);
}
.editer_area ul li {
  line-height: var(--lineH_m);
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .editer_area ul li {
    font-size: 1.4rem;
  }
}
.editer_area ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.editer_area .wp-block-button__link {
  color: #fff;
}

/********************************************
formcss
********************************************/
.others_form_inner {
  display: flex;
  flex-direction: column;
}
.others_form_inner > label {
  display: flex;
  flex-direction: column;
}

.others_form_inner_entry--block > label {
  display: flex;
  flex-direction: column;
}

.others_form_inner--top {
  line-height: var(--lineH_m);
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .others_form_inner--top {
    font-size: 1.4rem;
  }
}

.others_form_inner--wrap {
  margin-bottom: var(--interval2em);
  display: block;
}

.hisu {
  font-size: 0.7em;
  background-color: #FF0000;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: #fff;
  margin-left: 1em;
}

.nini {
  font-size: 0.7em;
  background-color: #999;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: #fff;
  margin-left: 1em;
  margin-right: 0.5em;
}

.others_form_list--item {
  margin-right: 1em;
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=file],
.wpcf7-form input[type=radio] {
  cursor: pointer;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  margin: var(--interval1em) 0 var(--interval2em);
  color: #1f252b;
  width: 100%;
  font-size: 1.6rem;
  padding: 1em 1em;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=url],
  .wpcf7-form input[type=password],
  .wpcf7-form input[type=search],
  .wpcf7-form input[type=number],
  .wpcf7-form input[type=tel],
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 1.4rem;
  }
}

.wpcf7-radio .first {
  margin-left: 0;
}

.wpcf7-form label {
  line-height: var(--lineH_m);
}
@media screen and (max-width: 480px) {
  .wpcf7-form label {
    font-size: 1.4rem;
  }
}

.others_form_inner--submit {
  max-width: 300px;
  margin-bottom: var(--interval2em);
}

.others_form_inner--submit--wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .others_form_inner--submit--wrap {
    align-items: center;
    flex-direction: column;
  }
}

.others_form_inner_entry--block--mult {
  display: flex;
  gap: 20px;
}
.others_form_inner_entry--block--mult > label {
  width: calc(50% - 10px);
}

.others_form_list--item-label {
  line-height: var(--lineH_n);
}
@media screen and (max-width: 480px) {
  .others_form_list--item-label {
    font-size: 1.4rem;
  }
}

.others_form_inner--cation {
  font-size: 0.8em;
  text-align: center;
  line-height: var(--lineH_n);
  display: block;
}

.others_form_inner--checks--list {
  display: flex;
  flex-direction: column;
}
.others_form_inner--checks--list > label {
  margin-bottom: 1em;
}
.others_form_inner--checks--list > label:last-child {
  margin-bottom: 0;
}

.others_form_inner--checks--list--label {
  line-height: var(--lineH_m);
}

.shop_detail--img {
  display: block;
  width: 100%;
  height: auto;
}
.shop_detail--img img {
  width: 100%;
  display: block;
  object-fit: contain;
  height: 100%;
}

.shop_detail--img--item {
  display: inline-block;
}

.shop_detail_wrap {
  background-color: #FEEFE2;
  padding: var(--interval3em);
  border: 3px solid #000;
  margin-bottom: var(--interval5em);
}
@media screen and (max-width: 768px) {
  .shop_detail_wrap {
    padding: var(--interval2em);
  }
}
@media screen and (max-width: 480px) {
  .shop_detail_wrap {
    padding: var(--interval2em) var(--interval1em);
  }
}

.shop_detail--name {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: var(--interval2em);
}
@media screen and (max-width: 768px) {
  .shop_detail--name {
    flex-direction: column;
  }
}

.shop_detail--ttl {
  width: calc(50% - 15px);
  line-height: var(--lineH_m);
  padding: var(--interval3em) var(--interval2em);
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop_detail--ttl {
    font-size: 2rem;
    padding: var(--interval2em);
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .shop_detail--ttl {
    font-size: 1.8rem;
  }
}

.shop_detail--img {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .shop_detail--img {
    width: 90%;
  }
}
.shop_detail--img img {
  width: 100%;
}

.shop_detail--img--item--thumb {
  justify-content: center;
  display: flex;
  margin-bottom: var(--interval2em);
}
@media screen and (max-width: 480px) {
  .shop_detail--img--item--thumb {
    margin-bottom: var(--interval1em);
  }
}
.shop_detail--img--item--thumb .slick-track {
  display: flex;
}

.shop_detail--img--thumb {
  aspect-ratio: 1/1;
  width: 20%;
  margin: 0 10px;
  margin-bottom: var(--interval2em);
}
@media screen and (max-width: 768px) {
  .shop_detail--img--thumb {
    width: 22.5%;
  }
}
.shop_detail--img--thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop_detail--txt {
  margin-bottom: var(--interval3em);
  line-height: var(--lineH_l);
}
.shop_detail--txt strong {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .shop_detail--txt {
    font-size: 1.4rem;
  }
}
.shop_detail--txt p strong {
  font-weight: bold;
}

.shop_detail--shopdata {
  display: flex;
  margin-bottom: var(--interval2em);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .shop_detail--shopdata {
    flex-direction: column;
  }
}

.shop_detail--shopdata--map {
  width: calc(50% - 10px);
  aspect-ratio: 1/1;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .shop_detail--shopdata--map {
    width: 100%;
  }
}
.shop_detail--shopdata--map iframe {
  width: 100%;
  height: 100%;
}

.shop_detail--shopdata--txt {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .shop_detail--shopdata--txt {
    width: 100%;
  }
}

.shop_detail--shopdata-inner {
  margin-bottom: var(--interval2em);
}
.shop_detail--shopdata-inner h3 {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: var(--interval05em);
}
@media screen and (max-width: 480px) {
  .shop_detail--shopdata-inner h3 {
    font-size: 1.6rem;
  }
}
.shop_detail--shopdata-inner h3::after {
  content: "■";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.shop_detail--shopdata-inner p {
  line-height: var(--lineH_m);
}
@media screen and (max-width: 768px) {
  .shop_detail--shopdata-inner p {
    font-size: 1.4rem;
  }
}
.shop_detail--shopdata-inner ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shop_detail--shopdata-inner a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
}
.shop_detail--shopdata-inner a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.shop_detail--sns {
  display: flex;
  justify-content: end;
}

.shop_detail--sns--inner {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .shop_detail--sns--inner {
    width: 100%;
  }
}
.shop_detail--sns--inner h3 {
  width: 100%;
  border-bottom: 2px solid #000;
  font-weight: bold;
  padding: 0.5em 0.2em;
  margin-bottom: var(--interval1em);
}
.shop_detail--sns--inner ul {
  display: flex;
  gap: 20px;
  margin-bottom: var(--interval1em);
}
@media screen and (max-width: 768px) {
  .shop_detail--sns--inner ul {
    justify-content: center;
  }
}
.shop_detail--sns--inner ul li {
  width: 10%;
  min-width: 40px;
}
.shop_detail--sns--inner ul li a {
  width: 100%;
  display: block;
}
.shop_detail--sns--inner ul li a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .shop_detail--sns--others {
    text-align: center;
  }
}
.shop_detail--sns--others a {
  font-weight: bold;
  color: #000;
  margin-right: 0.5em;
}

.single_wrap {
  position: relative;
  background-color: var(--single_color);
  padding: var(--interval3em);
  border: 3px solid #000;
  margin-bottom: var(--interval5em);
}
@media screen and (max-width: 768px) {
  .single_wrap {
    padding: var(--interval2em);
  }
}
@media screen and (max-width: 480px) {
  .single_wrap {
    padding: var(--interval2em) var(--interval1em);
  }
}
.single_wrap .editer_area {
  word-break: break-word;
  margin-top: var(--interval4em);
}

.single_wrap_badge {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 0.3em 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
}

.single_ttl {
  display: flex;
  padding: var(--interval2em) var(--interval1em);
  font-size: 3.2rem;
  font-weight: bold;
  justify-content: center;
  position: relative;
  margin-bottom: var(--interval2em);
  line-height: var(--lineH_m);
}
@media screen and (max-width: 768px) {
  .single_ttl {
    font-size: 2.4rem;
    padding: var(--interval1em) var(--interval1em) var(--interval2em);
  }
}

.is-layout-flex {
  display: flex;
  gap: var(--interval1em);
}
@media screen and (max-width: 768px) {
  .is-layout-flex {
    flex-direction: column;
  }
}

.wp-block-column {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-column {
    width: 100% !important;
  }
}

.size-large {
  margin-bottom: var(--interval1em);
  max-width: 100%;
}
.size-large img {
  width: 100%;
}

.is-type-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-bottom: var(--interval1em);
}
.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.is-type-video iframe {
  width: 100%;
  height: 100%;
}

.sec_btn_wrap {
  display: flex;
  justify-content: center;
}
.sec_btn_wrap a {
  display: flex;
  position: relative;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.2em 0;
}
@media (hover: hover) and (pointer: fine) {
  .sec_btn_wrap a:hover {
    opacity: 0.7;
  }
  .sec_btn_wrap a:hover::before {
    width: 0;
    left: auto;
    right: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec_btn_wrap a:hover {
    opacity: 0.7;
  }
  .sec_btn_wrap a:hover::before {
    width: 0;
    left: auto;
    right: 0;
  }
}
.sec_btn_wrap a::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  transition: all 0.5s;
}
.sec_btn_wrap a::after {
  content: "";
  background-image: url(../img/btn_arrow.svg);
  width: 0.8em;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
}

.pdf_btn {
  display: flex;
  justify-content: center;
  margin-bottom: var(--interval7em);
}
.pdf_btn a {
  display: flex;
  color: #B07A00;
  align-items: center;
  text-decoration: none;
}
.pdf_btn a:hover {
  opacity: 0.7;
}

.pdf_btn_img {
  aspect-ratio: 1/1.414;
  max-width: 150px;
  margin-right: 1em;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .pdf_btn_img {
    max-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .pdf_btn_img {
    max-width: 70px;
  }
}
.pdf_btn_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.pdf_btn_txt {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pdf_btn_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pdf_btn_txt {
    font-size: 1.2rem;
  }
}
.pdf_btn_txt::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  background-color: #B07A00;
  width: 100%;
  height: 1px;
  left: 0;
}

.pdf_btn_icon {
  width: 1em;
  display: inline-block;
}
.pdf_btn_icon img {
  width: 100%;
}

.map {
  aspect-ratio: 1004/721;
  width: 100%;
  height: 100%;
}

.custom-info {
  width: 200px;
}

.custom-info-item .picture {
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.custom-info .picture img {
  width: 100%;
  border-radius: 4px;
}

.gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  bottom: 18px;
  right: 18px;
}

.custom-info .name {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px dashed #BB9173;
  margin-bottom: 8px;
}

.custom-info .custom-info-item {
  font-size: 14px;
  font-weight: 500;
  color: #390C01;
}

.custom-info .memo {
  font-size: 14px;
  margin-bottom: 8px;
}

.custom-info .detail a {
  color: #000;
  font-weight: 700;
}

.gm-ui-hover-effect span {
  margin: 0 !important;
}

.others_form_inner--wrap .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.others_form_inner--wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.shop_detail--name .slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}
@media screen and (max-width: 968px) {
  .shop_detail--name .slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
}
.shop_detail--name .slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.shop_detail--name .slick-next {
  right: -30px !important;
}
@media screen and (max-width: 968px) {
  .shop_detail--name .slick-next {
    right: -10px !important;
  }
}
.shop_detail--name .slick-next::before {
  background: url("../img/slider_arrow_r.svg") !important;
  background-size: contain !important;
}
.shop_detail--name .slick-prev {
  left: -30px !important;
}
@media screen and (max-width: 968px) {
  .shop_detail--name .slick-prev {
    left: -10px !important;
  }
}
.shop_detail--name .slick-prev::before {
  background: url("../img/slider_arrow_l.svg") !important;
  background-size: contain !important;
}

/*---- reCAPTHAバッジ非表示 ----*/
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=common.css.map */