@charset "UTF-8";
/* header */
.header_logo {
  width: 23%;
}
.header_shopname {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_shopname {
  width: 90%;
  margin: auto;
}
span.business_style {
  font-size: clamp(0.5rem, 2.6vw, 12px);
}
.header_shopname p {
  width: 60%;
}
.header_shopname_wrap {
  padding: 3% 0;
  text-align: center;
  font-family: var(--font-mincho);
  line-height: 1.5;
  font-size: clamp(0.5rem, 2.5vw, 13px);
}
.header_shopname_wrap small {
  margin-top: 1%;
}
/*比較表*/
ul.comparison_note {
  bottom: 8%;
}
/*POINT3 最速・最大の効果を実感*/
.effect_title {
  width: 50%;
  margin: auto;
  margin-bottom: 5%;
}
.yoga-notice {
  text-align: center;
  font-size: clamp(16px, 3.75vw, 20px);
  margin-top: 5%;
}
.yoga-notice p {
  line-height: 1.8;
  font-size: clamp(12px, 3.9vw, 19.5px);
}
.yoga-notice .highlight {
  background: linear-gradient(transparent 40%, #f2e78b 40%);
}
/*POINT3 店舗名*/
p.storename_text {
  position: absolute;
  top: 36%;
  left: 30%;
  font-size: clamp(16px, 5vw, 25px);
  color: white;
  letter-spacing: 0.05em;
}
/*POINT3 ヨガレッスンスライダー*/
.yoga-slider-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 40px 0 0;
  overflow: hidden;
  z-index: 2;
  margin-bottom: -2%;
}
.yoga-slider-track {
  display: flex;
  gap: 8px;
  padding: 0 20px;
  transition: transform 0.3s ease;
}
.yoga-slider-slide {
  flex: 0 0 72%;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.yoga-slider-slide:not(.yoga-slider-active) {
  transform: scale(0.92);
  opacity: 0.6;
}
.yoga-slider-slide.yoga-slider-active {
  transform: scale(1);
  opacity: 1;
}
.yoga-slider-slide img {
  width: 100%;
  display: block;
}
.yoga-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 15%;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  background: none;
  transition: transform 0.2s ease;
}
.yoga-slider-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.yoga-slider-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.yoga-slider-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.yoga-slider-arrow.prev {
  left: 6%;
}
.yoga-slider-arrow.next {
  right: 10%;
}
.effect_efficacy_wrap {
  width: 90%;
  margin: auto;
}
.program_text {
  width: 70%;
  margin: auto;
}
/*体験の流れ*/
.flow2_text {
  bottom: 17%;
}
/*店舗情報*/
h1 {
  margin-bottom: 2%;
}
.shop-title_note {
  text-align: center;
  color: var(--main-color);
  font-family: var(--font-mincho);
  margin-bottom: 4%;
  font-size: clamp(9px, 3vw, 15px);
}
/*料金表*/
.lf_box {
  margin-top: 0;
}
.ld_note {
  bottom: 5%;
}
.price_note.lf_note {
  bottom: 19%;
}
.price_note {
  font-size: clamp(9px, 2.8vw, 14px);
}