@charset "UTF-8";
.gothic {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gothic-en {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.mincho {
  font-family: "Shippori Mincho", "游明朝", YuMincho, Hiragino Mincho ProN W3, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.alignC {
  text-align: center;
}

/* ボタン
/*-------------------------*/
.btn-orange {
  background-color: #e93842;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-orange {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-orange {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-orange:hover {
  opacity: 1;
}
.btn-orange:hover {
  background-color: #e6212c;
  color: #fff;
}
.btn-red {
  background-color: #e93842;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-red {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-red {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-red:hover {
  opacity: 1;
}
.btn-red:hover {
  background-color: #e6212c;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #2E6EAC;
  padding-right: 0.9em;
  padding-left: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-white {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-white {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-white:hover {
  opacity: 1;
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #2E6EAC;
}
.btn-white_border {
  border: 1px solid #2E6EAC;
  background: white;
  color: #2E6EAC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-white_border {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-white_border {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-white_border:hover {
  opacity: 1;
}
.btn-white_border:hover {
  background-color: #e2edf7;
  color: #2E6EAC;
}
.btn-black {
  background-color: #222;
  color: #fff;
  padding-right: 0.9em;
  padding-left: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-black {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-black {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-black:hover {
  opacity: 1;
}
.btn-black i {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 4px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.btn-black:hover {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #222;
  color: #222;
}
.btn-black:hover i {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 10px;
  padding: 3px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.btn-black_border {
  border: 1px solid #333;
  background: white;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-black_border {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-black_border {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-black_border:hover {
  opacity: 1;
}
.btn-black_border:hover {
  background-color: #f2f2f2;
  color: #333;
}
.btn-light-gray {
  background-color: #ECECEC;
  color: #2E6EAC;
  padding-right: 0.9em;
  padding-left: 0.9em;
  border: 1px solid #2e6eac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-light-gray {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-light-gray {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-light-gray:hover {
  opacity: 1;
}
.btn-light-gray:hover {
  background-color: rgba(236, 236, 236, 0.8);
  color: #2E6EAC;
}
.btn-blue {
  background-color: #2E6EAC;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-blue {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-blue {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-blue:hover {
  opacity: 1;
}
.btn-blue:hover {
  background-color: #296198;
  color: #fff;
}
.btn-blue_border {
  border: 1px solid #2E6EAC;
  background: white;
  color: #2E6EAC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-blue_border {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-blue_border {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-blue_border:hover {
  opacity: 1;
}
.btn-blue_border:hover {
  background-color: #e2edf7;
  color: #2E6EAC;
}
.btn-transparent {
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-transparent {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-transparent {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-transparent:hover {
  opacity: 1;
}
.btn-transparent:hover {
  background-color: #f2f2f2;
  color: #fff;
}
.btn-transparent_border {
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  width: 100%;
  height: 7.2rem;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .btn-transparent_border {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .btn-transparent_border {
    height: pv(60);
    font-size: pv(16);
  }
}
.btn-transparent_border:hover {
  opacity: 1;
}
.btn-transparent_border:hover {
  background-color: rgba(128, 128, 128, 0);
  color: #fff;
}

.btn-with-arrow {
  position: relative;
  margin: 0 10px 20px;
  padding-right: 1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .btn-with-arrow {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .btn-with-arrow {
    justify-content: center;
    margin: 0 0 pv(5);
    width: 100%;
    height: pv(45);
    font-size: pv(14);
  }
}
.btn-with-arrow:after {
  position: absolute;
  right: 1em;
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #2E6EAC;
  border-right: 2px solid #2E6EAC;
  content: "";
  transform: rotate(45deg);
}

.icon-phone {
  background-image: url("~assets/images/common/icon_phone.svg");
  display: inline-block;
  margin: 0 0.4em;
  width: 2em;
  height: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-web {
  background-image: url("~assets/images/common/icon_web.svg");
  display: inline-block;
  margin: 0 0.4em;
  width: 2em;
  height: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .btn-white {
    max-width: 300px;
    height: 16vw;
    font-size: 4.26667vw;
  }
}
.p-6 {
  padding: 5rem;
}

@media (min-width: 769px) {
  .p-md-6 {
    padding: 5rem !important;
  }
}
.pt-6 {
  padding-top: 5rem;
}

@media (min-width: 769px) {
  .pt-md-6 {
    padding-top: 5rem !important;
  }
}
.pb-6 {
  padding-bottom: 5rem;
}

@media (min-width: 769px) {
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
}
.px-6 {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 769px) {
  .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.p-7 {
  padding: 8rem;
}

@media (min-width: 769px) {
  .p-md-7 {
    padding: 8rem !important;
  }
}
.pt-7 {
  padding-top: 8rem;
}

@media (min-width: 769px) {
  .pt-md-7 {
    padding-top: 8rem !important;
  }
}
.pb-7 {
  padding-bottom: 8rem;
}

@media (min-width: 769px) {
  .pb-md-7 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 769px) {
  .my-md-6 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
.text-secondary {
  color: #e93842 !important;
}

.text-primary {
  color: #2e6eac !important;
}

.l-content {
  position: relative;
}

.l-container {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.l-container--md {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

.jump_point {
  height: 1px;
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 768px) {
  .jump_point {
    padding-top: 70px;
    margin-top: -70px;
  }
}

@media (max-width: 1023px) {
  .l-container, .l-container--md, .l-container--sm, .l-container--xs {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .l-container, .l-container--md, .l-container--sm, .l-container--xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body {
  color: #535353;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1.display {
  font-size: 4.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  h1.display {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

.fv-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}
@media (max-width: 768px) {
  .fv-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-fv .fv-container {
  background: url("/lp/img/yoga/yfw/fv-pc.webp") center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-fv .fv-container {
    background: url("/lp/img/yoga/yfw/fv-sp.webp") center no-repeat;
    background-size: cover;
    background-position: -35px -10px;
  }
}
.p-fv .fv-container .fv-contents {
  padding: 250px 0 400px;
}
@media (max-width: 768px) {
  .p-fv .fv-container .fv-contents {
    padding: 130px 0 50px;
  }
}
@media (max-width: 768px) {
  .p-fv .fv-container .fv-contents img {
    width: 40vw;
  }
}
.p-fv .fv-container .fv-contents .display {
  display: block;
}
.p-fv .fv-container .fv-contents .display span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #222;
  color: #222;
  padding: 10px 30px;
  font-size: 5rem;
  font-family: "Shippori Mincho", "游明朝", YuMincho, Hiragino Mincho ProN W3, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}
@media (max-width: 768px) {
  .p-fv .fv-container .fv-contents .display span {
    padding: 10px 20px;
    font-size: 2.8rem;
  }
}
.p-fv .fv-container .fv-contents p {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-fv .fv-container .fv-contents p {
    font-size: 2rem;
  }
}

.p-copy {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-copy {
    padding-top: 40px;
  }
}
.p-copy .gallery h2 {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-copy .gallery h2 {
    font-size: 2.8rem;
  }
}
.p-copy .gallery h2 span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-copy .gallery h2 span {
    font-size: 2rem;
  }
}
.p-copy .gallery .gallery-img img {
  width: 33.333%;
}

.p-worries {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-worries {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-worries .worries-box .right {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .p-worries .worries-box .right {
    margin: auto;
  }
}
.p-worries .worries-box .worries-item {
  width: 800px;
  background-color: #808080;
  padding: 30px 50px;
  margin-bottom: 20px;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .p-worries .worries-box .worries-item {
    width: 100%;
    color: #333;
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #707070;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-worries .worries-box .worries-item span {
  position: relative;
}
@media (max-width: 768px) {
  .p-worries .worries-box .worries-item span {
    display: block;
    transform: translate(15px, 0);
  }
}
.p-worries .worries-box .worries-item span:before {
  content: "";
  background: url("/lp/img/yoga/yfw/worries-mark.webp") center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: -45px;
}
@media (max-width: 768px) {
  .p-worries .worries-box .worries-item span:before {
    background: url("/lp/img/yoga/yfw/worries-mark-sp.webp") center no-repeat;
    background-size: contain;
    margin-right: 0;
    top: -38px;
    left: -35px;
    padding: 10px;
    background-color: #fff;
  }
}

section.p-benefit {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.p-benefit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.p-benefit div.l-container {
  position: relative;
}
section.p-benefit div.l-container:after {
  content: "";
  display: block;
  position: absolute;
  top: -81px;
  left: 50%;
  margin-left: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container:after {
    top: -51px;
    margin-left: -80px;
    border-width: 40px 80px 0 80px;
  }
}
section.p-benefit div.l-container div.benefit-contents-1 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-1 {
    margin-top: 35px;
    gap: 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-1 img {
  width: 45%;
  border-radius: 0;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-1 img {
    width: 100%;
  }
}
section.p-benefit div.l-container div.benefit-contents-1 div.benefit-contents-box {
  position: relative;
  width: 45%;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-1 div.benefit-contents-box {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-1 div.benefit-contents-box h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
section.p-benefit div.l-container div.benefit-contents-1 div.benefit-contents-box p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-1 div.benefit-contents-box p {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
section.p-benefit div.l-container div.benefit-contents-2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-2 {
    flex-flow: column-reverse;
    margin-top: 35px;
    gap: 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-2 img {
  width: 45%;
  border-radius: 0;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-2 img {
    width: 100%;
  }
}
section.p-benefit div.l-container div.benefit-contents-2 div.benefit-contents-box {
  position: relative;
  width: 45%;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-2 div.benefit-contents-box {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-2 div.benefit-contents-box h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
section.p-benefit div.l-container div.benefit-contents-2 div.benefit-contents-box p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-2 div.benefit-contents-box p {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
section.p-benefit div.l-container div.benefit-contents-3 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-3 {
    margin-top: 35px;
    gap: 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-3 img {
  width: 45%;
  border-radius: 0;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-3 img {
    width: 100%;
  }
}
section.p-benefit div.l-container div.benefit-contents-3 div.benefit-contents-box {
  position: relative;
  width: 45%;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-3 div.benefit-contents-box {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
section.p-benefit div.l-container div.benefit-contents-3 div.benefit-contents-box h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
section.p-benefit div.l-container div.benefit-contents-3 div.benefit-contents-box p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 768px) {
  section.p-benefit div.l-container div.benefit-contents-3 div.benefit-contents-box p {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.p-story {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-story {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-story h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.p-voice {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-voice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-voice .voice-box .voice-item {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-voice .voice-box .voice-item {
    height: auto;
  }
}
.p-voice .voice-box .voice-item h3 {
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-voice .voice-box .voice-item p {
  font-size: 1.8rem;
  padding-left: 10px;
  border-left: solid #ababab;
}
@media (max-width: 768px) {
  .p-voice .voice-box .voice-item p {
    font-size: 1.6rem;
    padding-left: 0;
    border-left: none;
  }
}
.p-voice .voice-box .voice-item img {
  width: 75%;
}
@media (max-width: 768px) {
  .p-voice .voice-box .voice-item img {
    width: 30%;
  }
}

.p-price {
  background: linear-gradient(150deg, #EF4C56 100%, #D82B35 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-price {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-price h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-price h3 {
    font-size: 2rem;
  }
}
.p-price p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-price p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-price .price-box {
    flex-flow: column-reverse;
  }
}
.p-price .price-box .price-img img {
  width: 91%;
}
@media (max-width: 768px) {
  .p-price .price-box .price-img img {
    width: 100%;
  }
}
.p-price .price-box .price-banner {
  background-color: #fff;
}
.p-price .price-box .price-banner p {
  font-size: 1.8rem;
}
.p-price .price-box .price-banner p.background {
  background: #222;
  color: #fff;
}
.p-price .price-box .price-banner del {
  text-decoration: line-through;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .p-price .price-box .price-banner del {
    font-size: 2.4rem;
  }
}
.p-price .price-box .price-banner p .price {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .p-price .price-box .price-banner p .price {
    font-size: 2.4rem;
  }
}
.p-price .text-mark {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to top, #FFF35F 0% 25%, rgba(0, 0, 0, 0) 25% 100%);
}

.p-flow {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-flow h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-flow h3 {
    font-size: 2rem;
  }
}
.p-flow p {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-flow p {
    font-size: 1.6rem;
  }
}

.p-studios {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-studios {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-studios ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-studios ul {
    padding: 0;
    margin: 0;
  }
}
.p-studios ul li {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-studios ul li {
    width: 100%;
    margin: 0;
  }
  .p-studios ul li p, .p-studios ul li a {
    text-align: center;
    width: 100%;
  }
  .p-studios ul li div {
    text-align: center;
    width: 100%;
  }
}
.p-studios ul li .studio-name, .p-studios ul li .map {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-studios ul li .studio-name, .p-studios ul li .map {
    font-size: 2rem;
  }
}
.p-studios ul li .map:before {
  content: "";
  background: url("/lp/img/yoga/yfw/map.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
  transform: translate(0, 3px);
}
.p-studios ul li:not(:last-child) {
  margin-bottom: 20px;
}
.p-studios .contact {
  border: 1px solid #888;
}
.p-studios .contact a {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .p-studios .contact a {
    font-size: 4rem;
  }
}/*# sourceMappingURL=style-new.css.map */