@import url("https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap");
/* *****************************************************
Common Styles
*******************************************************/
.p-shop-detail {
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .p-shop-detail {
    padding-top: 86px;
  }
}

.p-shop-detail_btn {
  width: 100%;
}
.p-shop-detail_btn .m-txtbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 0;
  padding: 15px 5px;
}
.p-shop-detail_btn.m-reserve .m-txtbtn {
  background: #f39800;
}
.p-shop-detail_btn.m-reserve .m-txtbtn::after {
  background: #f39800;
}
.p-shop-detail_btn.m-reserve .m-txtbtn:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #f39800;
}
.p-shop-detail_btn.m-plan .m-txtbtn {
  background: #82acba;
}
.p-shop-detail_btn.m-plan .m-txtbtn::after {
  background: #82acba;
}
.p-shop-detail_btn.m-plan .m-txtbtn:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #82acba;
}
.p-shop-detail_btn.m-border .m-txtbtn {
  color: #3e3a39;
  outline: 1px solid #393938;
  outline-offset: -1px;
}
.p-shop-detail_btn.m-border .m-txtbtn::after {
  background: #393938;
}
.p-shop-detail_btn.m-border .m-txtbtn:hover {
  outline: none;
}

/* *****************************************************
KV Slider
*******************************************************/
.p-shop-detail_kv_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-shop-detail_kv_slider_list .slick-track {
  gap: 16px;
}
@media (min-width: 1025px) {
  .p-shop-detail_kv_slider_list .slick-track {
    gap: 32px;
  }
}

.p-shop-detail_kv_slider_item {
  aspect-ratio: 750/500;
}
.p-shop-detail_kv_slider_item img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-detail_kv_slider_thumb_list {
  margin: 24px auto 0;
  max-width: 780px;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-shop-detail_kv_slider_thumb_list {
    margin-top: 32px;
  }
}
.p-shop-detail_kv_slider_thumb_list .slick-track {
  gap: 8px;
}

.p-shop-detail_kv_slider_thumb_item {
  aspect-ratio: 100/67;
  max-width: 64px;
  width: 100%;
  opacity: 0.3;
}
@media (min-width: 640px) {
  .p-shop-detail_kv_slider_thumb_item {
    max-width: 100px;
  }
}
.p-shop-detail_kv_slider_thumb_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-detail_kv_slider_thumb_item.slick-current {
  opacity: 1;
}

/* *****************************************************
Introduction
*******************************************************/
.p-shop-detail_intro_wrap {
  padding: 14vw 5%;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_wrap {
    padding: 64px 0 80px;
  }
}

.p-shop-detail_intro_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 30px;
  color: #3e3a39;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_ttl {
    font-size: 64px;
  }
}
.p-shop-detail_intro_ttl span {
  font-size: 16px;
  line-height: 1;
}

.p-shop-detail_intro_btn {
  margin: 6vw auto 0;
  max-width: 240px;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_btn {
    margin-top: 48px;
  }
}

.p-shop-detail_intro_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
  margin-top: 14vw;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_contents {
    margin-top: 104px;
  }
}

.p-shop-detail_intro_txt {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_txt {
    width: 56%;
  }
}

.p-shop-detail_intro_map {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_map {
    width: 40%;
  }
}
.p-shop-detail_intro_map iframe {
  aspect-ratio: 400/300;
  width: 100%;
  height: 100%;
}

.p-shop-detail_intro_txt_catch {
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_txt_catch {
    font-size: 21px;
  }
}

.p-shop-detail_intro_txt_lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 6vw;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_txt_lead {
    margin-top: 40px;
  }
}

.p-shop-detail_intro_txt_btn {
  margin-top: 6vw;
  max-width: 230px;
}
@media (min-width: 1025px) {
  .p-shop-detail_intro_txt_btn {
    margin-top: 40px;
  }
}

/* *****************************************************
Information
*******************************************************/
.p-shop-detail_info_wrap {
  background-color: #FCFAF6;
  padding: 14vw 5%;
}
@media (min-width: 1025px) {
  .p-shop-detail_info_wrap {
    padding: 80px 0;
  }
}

.p-shop-detail_info_ttl {
  text-align: center;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 30px;
  color: #3e3a39;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-shop-detail_info_ttl {
    font-size: 64px;
  }
}

.p-shop-detail_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 12vw;
}
@media (min-width: 1025px) {
  .p-shop-detail_info_list {
    margin-top: 80px;
  }
}

.p-shop-detail_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: wrap;
  gap: 40px;
  font-size: 14px;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 32px;
}

.p-shop-detail_info_term {
  font-weight: 500;
  width: 80px;
}
@media (min-width: 1025px) {
  .p-shop-detail_info_term {
    width: 117px;
  }
}

.p-shop-detail_info_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* *****************************************************
Buttons
*******************************************************/
.p-shop-detail_btns {
  padding: 10vw 5%;
}
@media (min-width: 1025px) {
  .p-shop-detail_btns {
    padding: 48px 0;
  }
}

.p-shop-detail_btns_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1025px) {
  .p-shop-detail_btns_wrap {
    gap: 56px;
  }
}

.p-shop-detail_btns_btn {
  width: calc(50% - 12px);
}
@media (min-width: 1025px) {
  .p-shop-detail_btns_btn {
    max-width: 400px;
    width: 100%;
  }
}
.p-shop-detail_btns_btn .p-shop-detail_btn {
  max-width: 100%;
}

/* *****************************************************
Fixed Buttons
*******************************************************/
.p-shop-detail_fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 640px) {
  .p-shop-detail_fixed {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 48px;
  }
}

.p-shop-detail_fixed_btn {
  height: 48px;
  width: 100%;
}
@media (min-width: 640px) {
  .p-shop-detail_fixed_btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 190px;
  }
}
.p-shop-detail_fixed_btn.m-plan {
  background: #82acba;
}
.p-shop-detail_fixed_btn.m-reserve {
  background: #f39800;
}
.p-shop-detail_fixed_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  height: 100%;
  width: 100%;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .p-shop-detail_fixed_btn a {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}
/*# sourceMappingURL=singleshoplist.css.map */