@charset "utf-8";

img {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  color: #fff;
}

figure {
  margin: 0;
}

body {
  margin: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #B68A72;
  z-index: -1;
}

main .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
}

.lp {
  max-width: 400px;
  width: 50%;
  border-inline: 1px solid #0b173e;
  background-color: #B68A72;
}

.pc-bg {
  max-width: 400px;
  width: 50%;
  position: sticky;
  top: 0;
  height: 100svh;
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}

.pc-bg-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pc-bg-img {
  max-width: 66.75%;
  margin: 20px auto;
}

.pc-bg-img img {
  width: 100%;
  height: auto;
}

.pc-bg p {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.16em;
}

.pc-bg p a {
  text-decoration: none;
}

.pc-bg p span {
  font-size: 16px;
}

/* .pc-bg-img::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("img/pc-right-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.result {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 48px;
}

.result-title {
  padding: 0 20px;
  margin-bottom: 23px;
}

.carousel-line .slick-prev,
.carousel-line .slick-next,
.carousel-flow .slick-prev,
.carousel-flow .slick-next,
.carousel-result .slick-prev,
.carousel-result .slick-next {
  z-index: 1000;
}

.carousel-line .slick-next,
.carousel-flow .slick-next,
.carousel-result .slick-next {
  transform: translateY(-50%);
}

.carousel-line .slick-prev,
.carousel-flow .slick-prev,
.carousel-result .slick-prev {
  transform: scale(-1, 1) translateY(-50%);
}

.carousel-line .slick-slide,
.carousel-flow .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.carousel-line .slick-next.slick-disabled,
.carousel-line .slick-prev.slick-disabled,
.carousel-flow .slick-next.slick-disabled,
.carousel-flow .slick-prev.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.carousel-line .slick-prev,
.carousel-line .slick-next,
.carousel-flow .slick-prev,
.carousel-flow .slick-next {
  transition: 0.3s visibility, 0.3s opacity;
  height: 40px;
  width: 40px;
}

.carousel-line .slick-prev,
.carousel-flow .slick-prev {
  left: 0;
}

.carousel-line .slick-next,
.carousel-flow .slick-next {
  right: 0;
}

.carousel-result .slick-slide {
  margin-left: 31.5px;
  margin-right: 31.5px;
}

.carousel-result .slick-prev,
.carousel-result .slick-next {
  height: 40px;
  width: 40px;
}

.carousel-result .slick-prev {
  left: 11.5px;
}

.carousel-result .slick-next {
  right: 11.5px;
}

.carousel-result .slick-dots {
  bottom: -41px;
}

.carousel-result .slick-dots li {
  align-items: center;
  display: grid inline;
  height: 16px;
  justify-items: center;
  margin: 0 6px;
  place-items: center;
  width: 16px;
}

.carousel-result .slick-dots li button {
  background-color: #000;
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}

.carousel-result .slick-dots li.slick-active button,
.carousel-result .slick-dots li.slick-active {
  cursor: default;
}

.carousel-result .slick-dots li.slick-active button {
  background-color: #B68A72;
  box-shadow: 0 0 0 4px #fff;
}

.carousel-result .slick-dots li button:before {
  content: none;
}

.contact {
  margin-top: 37px;
  margin-bottom: 37px;
  margin-inline: 25px;
}

.tel-banner {
  display: block;
  margin-bottom: 8px;
}

.line-banner {
  display: block;
  margin-bottom: 8px;
}

.shop-search {
  margin-top: 8px;
  display: block;
}

.cta {
  display: none;
}

.line-button {
  width: 100%;
  background-color: #fff;
  display: flex;
}

.line-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s opacity;
}

@media (any-hover: hover) {
  .line-button a:hover img {
    opacity: 0.7;
  }
}

.shop {
  /* padding-block: 40px; */
  /* background-color: #B68A72; */
  background-image: url("img/bg.png");
  padding-top: 37px;
  padding-bottom: 45px;
}

.shop-title {
  margin-bottom: 30px;
  margin-inline: 25px;
}

.shop-map {
  margin-bottom: 21px;
  margin-inline: 25px;
  position: relative;
}

.shop-map a {
  position: absolute;
  width: 70px;
  height: 30px;
}

.shop-map .tohoku {
  top: 145px;
  right: 30px;
}

.shop-map .kanto {
  top: 197px;
  right: 55px;
}

.shop-map .chubu {
  top: 255px;
  right: 105px;
}

.shop-map .kansai {
  top: 225px;
  right: 190px;
}

.shop-map .kyusyu {
  top: 310px;
  right: 230px;
}

.shop-area {
  font-weight: 500;
  /* cursor: pointer; */
  color: #fff;
  background: #482722;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0.8em 0.8em 1em;
  font-size: 18px;
  border-top: 3px solid #59000D;
}

.area-text {
  flex-grow: 1;
  padding-right: 18px;
  flex-shrink: 1;
}

.shop-prefectures {
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  background: #B68A72;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0.8em 0.8em 1em;
  font-size: 18px;
  border-radius: 2px;
  border-bottom: 1px solid #fff;
}

/* .shop-prefectures.no-line {
  border-bottom: none;
} */

.shop-detail {
  background-color: #fff;
  line-height: 1.2;
}

.shop-detail-content {
  padding: 1em 2em;
  /* width: 100%; */
  border-bottom: 1px solid #CCCCCC;
  color: #482722;
}

.shop-detail-content.no-line {
  border-bottom: none;
}

.shop-detail-content .telephone {
  text-decoration: underline;
  color: #482722;
}

.shop-detail-content span {
  font-weight: 700;
  color: #B68A72;
}

.shop-btn {
  width: 180px;
  height: 30px;
  margin: 15px auto 0;
  transition: all .3s;
}

.faq {
  padding-block: 40px;
  background-color: #fff;
}

.faq-item {
  margin-top: 32px;
  margin-inline: 25px;
  margin-bottom: 1.5em;
}

.faq-item:last-child {
  border: none;
  margin-bottom: 0;
}

.faq-question {
  font-weight: 500;
  cursor: pointer;
  color: #482722;
  background: #FFF1DF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0.8em 0.8em 1em;
  font-size: 18px;
  border-radius: 12px;
}

.faq-text {
  flex-grow: 1;
  padding-right: 18px;
  flex-shrink: 1;
}

.toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 4px;
  flex-shrink: 0;
}

.toggle-icon img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.plus-icon {
  opacity: 1;
}

.minus-icon {
  opacity: 0;
}

.faq-item.active .plus-icon {
  opacity: 0;
}

.faq-item.active .minus-icon {
  opacity: 1;
}

.faq-answer {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}

.faq-answer a {
  color: #000;
}

.faq-answer-content {
  padding: 0.5em 1em 1em;
  border-bottom: 1px solid #ededed;
}

/* 静的なQ&Aのスタイル */
.faq-item.static .faq-answer {
  max-height: none;
  padding: 0.5em 0;
}

/* アコーディオンQ&Aが開いた時のスタイル */
.faq-item.accordion.active .faq-answer {
  max-height: 1000px;
  padding: 0em 0;
}

.faq-icon {
  align-self: flex-start;
  color: #B68A72;
  width: 25px;
  height: 25px;
  display: inline-flex;
  font-weight: bold;
  margin-right: 3px;
  text-align: center;
  flex-shrink: 0;
}

.faq-answer .faq-icon {
  background: #fff;
  color: #B68A72;
  border: 1px solid #B68A72;
}

footer {
  background: #000;
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4em 0 4em;
  line-height: 2;
}

footer figure {
  max-width: 250px;
  width: 90%;
  margin: 0 auto;
}

footer ul {
  text-align: center;
  padding-left: 0;
  list-style: none;
  padding: 1.5em 0 0;
}

footer ul li {
  padding: 0.7em 0;
  font-size: 14px;
}

.footer-container {
  padding-inline: 15px;
}

.footer-container a {
  transition: 0.3s opacity;
}

@media (any-hover: hover) {
  .footer-container a:hover {
    opacity: 0.7;
  }
}

p.copyright {
  font-size: 14px;
  padding: 0 0 5em;
}

/* タブ切り替え */
.tab__list {
  display: flex;
  justify-content: center;
  gap: calc(4 / 400 * 100%);
  width: 100%;
  aspect-ratio: 400 / 84;
  background-color: #fff;
}

.tab__button {
  position: relative;
  width: 50%;
  aspect-ratio: 198 / 84;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.tab__button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.tab__button img:last-of-type {
  opacity: 0;
  transition: 0.3s opacity;
}

.tab__button.is-active img {
  opacity: 1;
}

.tab__button.is-active {
  cursor: default;
}

.tab__content {
  display: none;
}

.tab__content.is-active {
  display: block;
  animation: tab-content-show 0.5s ease;
}

/* タブ切り替えのアニメーション */
@keyframes tab-content-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 480px) {
  .lp {
    width: 100%;
  }
  .pc-bg {
    display: none;
  }
  .cta {
    z-index: 9999;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity, 0.3s visibility;
  }

  .cta.is-show {
    opacity: 1;
    visibility: visible;
  }
}
