@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
@media screen and (max-width: 749.98px) {
  #main {
    display: block;
  }
}
@keyframes fadeOut {
  0% {
    background-color: rgba(42, 171, 159, 0.2);
  }
  100% {
    background-color: #fff;
  }
}
/* ************************
content
************************ */

#shop {
  background-color: #f2f0e1;
}

#shop .page-head {
  margin-bottom: 8.4rem;
  text-align-last: left;
  border-bottom: 1px solid #5a5a58;
}
@media screen and (max-width: 749.98px) {
  #shop .page-head {
    margin-bottom: 4rem;
  }
}

#shop .page-head-title {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media screen and (max-width: 749.98px) {
  #shop .page-head-title {
    padding-bottom: 1.6rem;
  }
}

#shop .page-head-title span {
  font-family: "Caprasimo", serif;
  font-size: 9.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 749.98px) {
  #shop .page-head-title span {
    font-size: 4.3rem;
  }
}

.shop-intro {

}
@media screen and (max-width: 749.98px) {
  .shop-intro {

  }
}

.shop-intro-wrap {
    display: flex;
  gap: 5rem;
}

@media screen and (max-width: 749.98px) {
  .shop-intro-wrap {
    flex-direction: column-reverse;
  }
}

.shop-intro-catch {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .shop-intro-catch {
    margin-bottom: 3.6rem;
    font-size: 2rem;
    text-align-last: left;
  }
}

.shop-intro-container-l {
  flex-shrink: 0;
  width: 52rem;
}
@media screen and (max-width: 749.98px) {
  .shop-intro-container-l {
    width: 100%;
  }
}

.shop-intro-pic {
  display: block;
  margin-bottom: 1.2rem;
  width: 100%;
  border-radius: 1rem;
}

.shop-intro-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-intro-pic img {
  border-radius: 1rem;
}



.shop-intro-note {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.6;
}
@media screen and (max-width: 749.98px) {
  .shop-intro-note {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.shop-intro-txt {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}

.shop-intro-txt:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 749.98px) {
  .shopbox .shop-title {
    margin-bottom: 2rem;
  }
}
.shopbox .shop-outline {
  max-width: 86rem;
  margin: 0 auto;
}
.shopbox .shop-outline dl {
  border-bottom: 1px solid #b2b09c;
  display: flex;
  padding: 2.4rem 0;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-outline dl {
    padding: 1.6rem 0;
  }
}
.shopbox .shop-outline dl dt {
  width: 13rem;
  color: #7c7a68;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-outline dl dt {
    width: 8.4rem;
    font-size: 1.5rem;
  }
}
.shopbox .shop-outline dl dd {
  width: calc(100% - 13rem);
  font-size: 1.6rem;
  color: #2f2f2f;
  font-weight: 500;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-outline dl dd {
    width: calc(100% - 8.4rem);
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.shopbox .shop-outline dl dd .gmlink {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #eae8d8;
  border-radius: 200rem;
  border: 1px solid #d8d6c4;
  padding: 1rem 1.6rem 1rem 2.6rem;
  margin-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-outline dl dd .gmlink {
    margin-left: 0;
    padding: 0.8rem 1.6rem 0.8rem 2.6rem;
  }
}
.shopbox .shop-outline dl dd .gmlink:before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.6rem;
  background: transparent url(../img/top/icon_pin.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  left: 1rem;
}

.shopbox .shop-outline dl dd .extemal-link::after {
  content: "";
  display: inline-block;
  margin-left: 0.6rem;
  width: 1.4rem;
  height: 1.3rem;
  background:url(../img/common/icon_external-link.svg) no-repeat center center/contain;
}

.shopbox .shop-contact {
  margin-top: 8rem;
  background-color: #e67444;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 3.6rem 0;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact {
    margin-top: 4rem;
    display: block;
    padding: 2.4rem 1.6rem;
  }
}
.shopbox .shop-contact-info {
  width: calc(100% - 30rem);
  padding-left: 6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-right: 0.4rem dotted #fff;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact-info {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    border-right: none;
    border-bottom: 0.4rem dotted #fff;
  }
}
.shopbox .shop-contact-info-title {
  color: #fff;
  text-align: left;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact-info-title {
    text-align: center;
  }
}
.shopbox .shop-contact-info-title span {
  text-align: left;
  font-size: 5.4rem;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact-info-title span {
    text-align: center;
    font-size: 3.3rem;
  }
}
.shopbox .shop-contact-info p {
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact-info p {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.1538461538;
  }
}
.shopbox .shop-contact .btnbox {
  width: 30rem;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .shopbox .shop-contact .btnbox {
    padding: 4rem 0 2rem;
  }
}
.shopbox .shop-contact .btnbox .viewbtn {
  margin: 0 auto;
}
.shopbox .shop-contact .btnbox .viewbtn span {
  color: #fff;
}
.shopbox .shop-contact .btnbox .viewbtn svg .cls-1 {
  stroke: #fff;
}

.shop-button-link {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .shop-button-link {
    width: 100%;
  }
}

.shop-button-link-href {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  width: 30.7rem;
  height: 7.2rem;
  border-radius: 3.6rem;
  background-color: #2f2f2f;
  margin-top: 5rem;
  background-image: url(../img/top/pic18.png);
  background-size: 2.1rem auto;
  background-position: right 2.3rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749.98px) {
  .shop-button-link-href {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modaal-content-container .gallery-slide .swiper-slide {
  height: calc(100vh - 12rem);
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-slide .swiper-slide {
    height: auto;
  }
}
.modaal-content-container .gallery-slide .swiper-slide .slide-inr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-slide .swiper-slide .slide-inr {
    display: block;
  }
}
.modaal-content-container .gallery-slide .swiper-slide .slide-inr img {
  height: 86%;
  object-fit: contain;
}
.modaal-content-container .gallery-slide .swiper-slide .slide-inr p {
  font-size: min(14px, 1.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-slide .swiper-slide .slide-inr p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.modaal-content-container .gallery-next,
.modaal-content-container .gallery-prev {
  width: min(28px, 2.8rem);
  height: min(44px, 4.4rem);
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  opacity: 0.55;
  cursor: pointer;
  position: absolute;
  transition: opacity 0.3s ease 0s;
  top: calc((100% - min(44px, 4.4rem)) / 2);
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-next,
  .modaal-content-container .gallery-prev {
    width: 1.4rem;
    height: 2.2rem;
    top: calc((100% - 2.2rem) / 2);
  }
}
.mouse .modaal-content-container .gallery-next:hover,
.mouse .modaal-content-container .gallery-prev:hover {
  opacity: 1;
}
.modaal-content-container .gallery-prev {
  left: calc(50% - min(560px, 65rem));
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-prev {
    left: -2rem;
  }
}
.modaal-content-container .gallery-next {
  right: calc(50% - min(560px, 65rem));
  transform: scale(-1, 1);
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-next {
    right: -2rem;
  }
}
.modaal-content-container .gallery-navi {
  height: 0;
}
.modaal-content-container .gallery-pagination {
  transform: translateY(3rem) !important;
}
@media screen and (max-width: 749.98px) {
  .modaal-content-container .gallery-pagination {
    transform: translateY(3rem) !important;
  }
}
.modaal-content-container .gallery-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.modaal-content-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.modaal-content-container .swiper-pagination-bullet-active {
  background-color: white;
}
