@charset "UTF-8";
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 3.2291666667vw;
}
section#single01 .ttl-box {
  border-bottom: solid 0.1041666667vw #D20B1B;
  padding-bottom: 1.05vw;
  margin-bottom: 2.6041666667vw;
}
section#single01 .ttl-box .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}
section#single01 .ttl-box .terms .txt-c {
  box-sizing: border-box;
  padding: 0.704vw 1.5vw;
  border: solid 0.15625vw #D20B1B;
  background: #ffffff;
  color: #D20B1B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.5vw;
  max-height: 45px;
  line-height: 1;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
section#single01 .ttl-box .txt-h2 {
  margin-top: 1.5625vw;
  line-height: 1.25em;
}
section#single01 .top-box {
  padding-bottom: 2.6041666667vw;
  /* サムネイルスライダー */
  /* ナビゲーションボタン */
}
section#single01 .top-box .main-slider {
  width: 100%;
  height: 32.6041666667vw;
  margin-bottom: 2.6041666667vw;
  overflow: hidden;
  border-radius: 0.5208333333vw;
}
section#single01 .top-box .main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1vw;
}
section#single01 .top-box .main-slider .swiper-slide img {
  border-radius: 0.5208333333vw;
}
section#single01 .top-box .thumbnail-slider {
  width: 100%;
  height: 10.1vw;
}
section#single01 .top-box .thumbnail-slider .swiper-slide {
  height: 10.1vw;
  overflow: hidden;
  cursor: pointer;
  border: 0.15625vw solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.5208333333vw;
}
section#single01 .top-box .thumbnail-slider .swiper-slide img {
  border-radius: 0;
}
section#single01 .top-box .thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #D20B1B;
}
section#single01 .top-box .thumbnail-slider .swiper-slide.empty {
  cursor: not-allowed;
  background: #D9D9D9;
}
section#single01 .top-box .swiper-button-next, section#single01 .top-box .swiper-button-prev {
  color: #D20B1B;
  display: none;
}
section#single01 .top-box .swiper-button-next::after, section#single01 .top-box .swiper-button-prev::after {
  font-size: 1.2vw;
}
section#single01 .mid-box .caption-box {
  margin-top: 5.2083333333vw;
  justify-content: space-between;
  align-items: flex-start;
}
section#single01 .mid-box .caption-box .txt-p {
  line-height: 1.8em;
  width: 45%;
  margin-top: 2.6041666667vw;
}
section#single01 .mid-box .caption-box .img-box {
  width: 52%;
}
section#single01 .mid-box .caption-box .img-box img {
  border-radius: 0.5208333333vw;
}
section#single01 .bot-box {
  margin-top: 7.8125vw;
  padding: 1.5625vw;
  box-sizing: border-box;
  background: #F6F4ED;
  border-radius: 1.05vw;
}
section#single01 .bot-box .in {
  background: #ffffff;
  border-radius: 1.05vw;
  padding: 1.5625vw;
  padding-bottom: 5.2083333333vw;
  box-sizing: border-box;
}
section#single01 .bot-box .txt-h3 {
  text-align: center;
  padding-bottom: 1.5625vw;
  margin-bottom: 3.6458333333vw;
  border-bottom: 0.1041666667vw solid #D20B1B;
}
section#single01 .bot-box .info-box {
  padding: 0 3.6458333333vw;
  box-sizing: border-box;
}
section#single01 .bot-box .info-box .txt-box {
  width: 50%;
  box-sizing: border-box;
  padding-right: 2vw;
}
section#single01 .bot-box .info-box .txt-box dl {
  margin: 0;
  padding: 0;
  margin-top: 2.34375vw;
}
section#single01 .bot-box .info-box .txt-box dl dt, section#single01 .bot-box .info-box .txt-box dl dd {
  margin: 0;
  padding: 0;
}
section#single01 .bot-box .info-box .txt-box dl dt {
  width: 5.46875vw;
}
section#single01 .bot-box .info-box .txt-box dl dd {
  width: calc(100% - 5.46875vw);
}

section#single01 .bot-box .info-box .txt-box dl.sns dd {
  display: flex;
  align-items: center;
  gap: .8vw;
}


section#single01 .bot-box .info-box .txt-box dl.sns dd a {
  width: 2vw;
  height: 2vw;
  display: block;


}
section#single01 .bot-box .info-box .txt-box dl:first-child {
  margin-top: 0;
}
section#single01 .bot-box .info-box .map-box {
  width: 50%;
  height: 19.7vw;
}
section#single01 .bot-box .info-box .map-box iframe {
  width: 100%;
  height: 100%;
}
section#single01 .txt-a {
  margin-top: 7.8125vw;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 30px;
  }
  section#single01 .ttl-box {
    border-width: 1px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  section#single01 .ttl-box .terms {
    gap: 5px;
  }
  section#single01 .ttl-box .terms .txt-c {
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 20px;
    border: solid 1px #D20B1B;
    min-width: 80px;
    max-height: 50px;
    border-radius: 50px;
  }
  section#single01 .ttl-box .txt-h2 {
    margin-top: 15px;
    font-size: 22px;
  }
  section#single01 .top-box {
    padding-bottom: 20px;
    /* サムネイルスライダー */
  }
  section#single01 .top-box .main-slider {
    width: 100%;
    height: 55vw;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  section#single01 .top-box .main-slider .swiper-slide {
    border-radius: 5px;
  }
  section#single01 .top-box .main-slider .swiper-slide img {
    border-radius: 5px;
  }
  section#single01 .top-box .thumbnail-slider {
    width: 100%;
    height: 15vw;
  }
  section#single01 .top-box .thumbnail-slider .swiper-slide {
    height: 15vw;
    overflow: hidden;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
  }
  section#single01 .top-box .swiper-button-next::after, section#single01 .top-box .swiper-button-prev::after {
    font-size: 16px;
  }
  section#single01 .mid-box .caption-box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  section#single01 .mid-box .caption-box .txt-p {
    order: 1;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  section#single01 .mid-box .caption-box .img-box {
    order: 2;
    width: 100%;
    height: 58vw;
  }
  section#single01 .mid-box .caption-box .img-box img {
    border-radius: 5px;
  }
  section#single01 .bot-box {
    margin-top: 50px;
    padding: 5%;
    border-radius: 10px;
  }
  section#single01 .bot-box .in {
    border-radius: 10px;
    padding: 5%;
    padding-bottom: 5;
  }
  section#single01 .bot-box .txt-h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    font-size: 18px;
  }
  section#single01 .bot-box .info-box {
    padding: 0;
    box-sizing: border-box;
  }
  section#single01 .bot-box .info-box .txt-box {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
  section#single01 .bot-box .info-box .txt-box dl {
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  section#single01 .bot-box .info-box .txt-box dl dt, section#single01 .bot-box .info-box .txt-box dl dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  section#single01 .bot-box .info-box .txt-box dl dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
  }
  section#single01 .bot-box .info-box .txt-box dl dd {
    width: 100%;
  }
  section#single01 .bot-box .info-box .txt-box dl.sns dd {
    flex-wrap: wrap;
    gap: 20px;
  }
  section#single01 .bot-box .info-box .txt-box dl.sns dd a {        
    width: 40px;
    height: 40px;    
  }
  section#single01 .bot-box .info-box .txt-box dl:first-child {
    margin-top: 0;
  }
  section#single01 .bot-box .info-box .map-box {
    margin-top: 50px;
    width: 100%;
    height: 53vw;
  }
  section#single01 .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#shops_link
========================================================================== */
section#shops_link {
  position: relative;
  padding: 7.8125vw 0 0;
}
section#shops_link .inner {
  background: #F6F4ED;
  padding: 2.6041666667vw 0;
}
section#shops_link .txt-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 2.6041666667vw;
}
section#shops_link .txt-h3 img {
  width: auto;
  height: 1.8229166667vw;
}
section#shops_link .link-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.78125vw 1.0416666667vw;
}
section#shops_link .link-items .txt-l {
  box-sizing: border-box;
  padding: 0.704vw 1.9010416667vw;
  border: solid 0.15625vw #D20B1B;
  background: #ffffff;
  color: #D20B1B;
  min-width: 8.8541666667vw;
  max-height: 45px;
  line-height: 1;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
section#shops_link .link-items .txt-l:hover {
  background: #D20B1B;
  color: #ffffff;
}
section#shops_link .link-items .txt-l.all {
  background: #D20B1B;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#shops_link {
    padding: 60px 0 0;
  }
  section#shops_link .inner {
    padding: 50px 0;
  }
  section#shops_link .txt-h3 {
    font-size: 22px;
    gap: 10px;
    margin-bottom: 30px;
  }
  section#shops_link .txt-h3 img {
    width: auto;
    height: 25px;
  }
  section#shops_link .link-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  section#shops_link .link-items .txt-l {
    font-size: 14px;
    padding: 8px 25px;
    min-width: 100px;
    border-width: 1px;
  }
}
/*# sourceMappingURL=single-shop.css.map */