@charset "UTF-8";
/* ------------------------------------------------------------
// shop
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// design parts 店舗一覧
------------------------------------------------------------ */
.shop-list-intro {
  text-align: center;
  margin: 0 auto clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
}
.shop-list-intro .shop-list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  margin-bottom: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
}
@media (max-width: 768px) {
  .shop-list-intro .shop-list-txt {
    text-align: left;
  }
}
.shop-list-intro .area-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.shop-list-intro .area-nav .area-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 24px;
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.shop-list-intro .area-nav .area-nav-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: -3px;
  border-top: 2px solid #026652;
  border-right: 2px solid #026652;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.shop-list-intro .area-nav .area-nav-btn:hover::after {
  transform: rotate(135deg) translate(3px, -3px);
}
.shop-list-intro .area-nav .area-nav-btn:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #026652;
}

.category-ttl {
  font-size: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  font-weight: 700;
  color: #027f66;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}

.area-subttl {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 0.1877934272vw + 17.2957746479px, 20px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  padding-left: 12px;
  border-left: 3px solid #027f66;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  margin-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.shop-grid .shop-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.shop-grid .shop-card-ttl {
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 8px;
}
.shop-grid .shop-card-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.4;
}
.shop-grid .shop-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #026652;
  line-height: 1.2;
  width: clamp(90px, 2.0657276995vw + 82.2535211268px, 112px);
  height: 43px;
  border: 2px solid #026652;
  border-radius: 100px;
  transition: 0.3s;
}
.shop-grid .shop-card-btn:hover {
  background: #026652;
  color: #fff;
}

#area-ac-02 {
  margin-top: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
}

@media (max-width: 767px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-grid .shop-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .shop-grid .shop-card-btn {
    width: 100%;
  }
}
/* ------------------------------------------------------------
// design parts 店舗詳細
------------------------------------------------------------ */
.shop-top-txt {
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  font-weight: 500;
  list-style: 1.65;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .shop-top-txt {
    line-height: 1.4;
  }
}

.shop-bnr-top {
  width: 100%;
  max-width: 600px;
  margin-block: 48px 72px;
  margin-inline: auto;
}

.shop-bnr-btm {
  width: 100%;
  max-width: 480px;
  margin-block: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
  margin-inline: auto;
}

.shop-box {
  position: relative;
  margin-bottom: clamp(64px, 0.7511737089vw + 61.1830985915px, 72px);
  padding: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background: #ffffff;
  border-radius: 24px;
}
.shop-box.last-box {
  margin-bottom: 48px;
}
.shop-box .shop-ttl {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-ttl {
    top: -16px;
  }
}
.shop-box .shop-about {
  display: flex;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.shop-box .shop-about .shop-about-map {
  width: clamp(300px, 9.3896713615vw + 264.7887323944px, 400px);
  margin-inline: auto;
}
.shop-box .shop-about .shop-about-map iframe {
  width: 100%;
  height: clamp(300px, 9.3896713615vw + 264.7887323944px, 400px);
  vertical-align: middle;
}
.shop-box .shop-about .shop-about-body {
  flex: 1;
}
.shop-box .shop-about .shop-about-body table {
  width: 100%;
}
.shop-box .shop-about .shop-about-body table tr {
  border-top: 1px solid #b3d9d1;
  border-bottom: 1px solid #b3d9d1;
}
.shop-box .shop-about .shop-about-body table tr th,
.shop-box .shop-about .shop-about-body table tr td {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  padding: 16px;
}
.shop-box .shop-about .shop-about-body table tr th {
  color: #027f66;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-about {
    flex-direction: column;
  }
  .shop-box .shop-about .shop-about-map {
    width: 100%;
  }
  .shop-box .shop-about .shop-about-body table {
    border-bottom: 1px solid #b3d9d1;
  }
  .shop-box .shop-about .shop-about-body table tr {
    border: none;
  }
  .shop-box .shop-about .shop-about-body table tr th,
  .shop-box .shop-about .shop-about-body table tr td {
    display: block;
    line-height: 1.65;
    width: 100%;
  }
  .shop-box .shop-about .shop-about-body table tr th {
    padding: 16px 8px 4px;
  }
  .shop-box .shop-about .shop-about-body table tr td {
    padding: 4px 8px 16px;
  }
}
.shop-box .shop-greeting {
  display: flex;
  gap: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
}
.shop-box .shop-greeting .shop-greeting-photo {
  width: 120px;
}
.shop-box .shop-greeting .shop-greeting-photo img {
  width: 120px;
  height: 120px;
  margin-inline: auto;
}
.shop-box .shop-greeting .shop-greeting-body {
  flex: 1;
}
.shop-box .shop-greeting .shop-greeting-body p,
.shop-box .shop-greeting .shop-greeting-body .shop-greeting-name {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 500;
  line-height: 1.8;
}
.shop-box .shop-greeting .shop-greeting-body .shop-greeting-name {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-greeting {
    flex-direction: column;
  }
  .shop-box .shop-greeting .shop-greeting-photo {
    width: 100%;
  }
  .shop-box .shop-greeting .shop-greeting-body p,
  .shop-box .shop-greeting .shop-greeting-body .shop-greeting-name {
    line-height: 1.65;
  }
}
.shop-box .shop-news {
  display: flex;
  gap: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
}
.shop-box .shop-news .shop-news-body {
  flex: 1;
  text-align: center;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li {
  width: 100%;
  border-bottom: 1px solid #b3d9d1;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li a {
  position: relative;
  display: block;
  text-align: left;
  padding: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px) clamp(40px, 3.7558685446vw + 25.9154929577px, 80px) clamp(16px, 0.7511737089vw + 13.1830985915px, 24px) 8px;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #026652;
  border-right: 2px solid #026652;
  transition: right 0.3s ease;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li a:hover::after {
  right: 4px;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li a .news-date {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  color: #027f66;
}
.shop-box .shop-news .shop-news-body .shop-news-body-list li a .news-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
}
.shop-box .shop-news .shop-news-body .link-btn {
  margin-inline: auto;
}
.shop-box .shop-news .shop-news-chirashi {
  width: 240px;
}
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-list li a img {
  margin-inline: auto;
}
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-note {
  margin-top: 8px;
}
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-note a,
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-note span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #014c3d;
  list-style: 1.2;
}
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-note a img,
.shop-box .shop-news .shop-news-chirashi .shop-news-chirashi-note span img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-news {
    flex-direction: column;
  }
  .shop-box .shop-news .shop-news-body {
    width: 100%;
  }
  .shop-box .shop-news .shop-news-body .shop-news-body-list li a .news-ttl {
    line-height: 1.65;
  }
  .shop-box .shop-news .shop-news-chirashi {
    width: 100%;
  }
}

/* SmartPhoto アニメーション設定 */
.smartphoto {
  opacity: 0;
  transition: opacity 0.3s ease-out; /* 0.3秒でふわっと出す */
}

.smartphoto-is-open {
  opacity: 1;
}

/* 画像が切り替わるときのアニメーション */
.smartphoto-list {
  transition: transform 0.3s ease-out;
}

/* 背景のフェードイン */
.smartphoto-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.smartphoto-is-open .smartphoto-bg {
  opacity: 1;
}