@charset "UTF-8";
/* CSS Document */
:root {
  --text-color: #3e3a39;
  --text-color-highlight: #f7aa57;
  --bg-beige: #f4ede4;
  --text-color-beige: #d5c3aa;
}
body {
  background: rgb(178, 178, 178, 0.2) url(https://yoga-lava.com/lp/cp/virabhadra/img/pc_logo.png) repeat 0 0 / 390px 160px;
  background-attachment: fixed;
  padding: 0 !important;
}
main {
  background: #FFF;
  padding-top: 7em;
}
section {
  padding: 0 3em;
}
@media screen and (min-width:500px) {
  section {
    padding: 0 6em;
  }
}
p.text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2em;
  letter-spacing: 0.25em;
  line-height: 1.7em;
}
.notes {
  font-size: 1.1rem;
}
.btn {
  background: linear-gradient(to right, #f498c4, #f4a582);
  color: #FFF;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0.5rem 0.7rem 0 0 rgba(0, 0, 0, 0.15);
  margin-top: 1em;
}
@media screen and (min-width:500px) {
  .btn {
    width: 80%;
    margin: 1em auto;
  }
}
.btn a {
  font-size: 1.4rem;
  padding: 0.8em 0;
  position: relative;
  text-align: center;
}
.btn a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 6px solid transparent;
  border-left: 8px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5em;
}
.line,
.marker {
  text-align: center;
  display: inline-block;
  position: relative;
}
.line:before,
.line:after {
  content: '';
  display: block;
  width: 2px;
  height: 45px;
  background: var(--text-color);
  position: absolute;
  top: 0;
  bottom: -1.5em;
  margin: auto;
}
.line:before {
  transform: rotate(327deg);
  left: -2.5rem;
}
.line:after {
  transform: rotate(30deg);
  right: -2.5rem;
}
.marker span {
  position: relative;
  z-index: 0;
}
.marker span:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #ffdd00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
section h3 {
  position: relative;
  padding-bottom: 3em;
}
section h3:before {
  content: '';
  display: block;
  width: 140px;
  height: 75px;
  background: url("../../sun_salutation_108/img/title_top.webp") 100% 0 / 100% no-repeat;
  position: absolute;
  top: -15em;
  left: 0;
  right: 0;
  margin: auto;
}
section h3:after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: var(--text-color-highlight);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*MV*/
.mvArea {
  padding: 0;
}
.mvArea h1 {
  position: relative;
  height: 100vh;
}
.mvArea h1:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background: url("../../sun_salutation_108/img/mv_bg.webp");
  position: fixed;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  max-width: 500px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mvArea ul li {
  position: absolute;
}
.mvArea ul li:first-child {
  top: 2rem;
}
.mvArea ul li:nth-child(2) {
  top: 6.8rem;
}
.mvArea ul li:last-child {
  bottom: 2rem;
}
/*メニュー*/
nav.menu {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #f7aa57;
  width: 100%;
  z-index: 100;
  display: none;
}
@media screen and (min-width:500px) {
  nav.menu {
    max-width: 500px;
    right: 0;
    margin: auto;
  }
}
nav.menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.menu li {
  width: 25%;
  display: flex;
  justify-content: center;
}
nav.menu li a {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  padding: 2em 0;
  position: relative;
  transition: all 0.3s ease;
}
nav.menu li a.on {
  background-color: #F7D358;
}
nav.menu li a:after {
  content: '';
  display: block;
  width: 1px;
  height: 4rem;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav.menu li:last-child a:after {
  content: none;
}
/*コンテンツ*/
section h2 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.25rem;
}
section h2 span.highlight {
  color: var(--text-color-highlight);
}
.locationBox {
  margin-top: 5em;
}
.locationBox dl {
  text-align: center;
  border-top: 1px solid rgb(170 144 102 / 50%);
  padding: 4em 0 5.5em;
}
.locationBox dl dt {
  color: #aa9066;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.locationBox dl dt i {
  background: #aa9066;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-bottom: 0.3em;
}
.locationBox dl dd {
  font-size: 1.8rem;
  margin-top: 0.5em;
}
.locationBox dl dd.btn {
  margin-top: 1em;
}
.locationBox dl dd p.notes {
  margin-top: 1em;
}
.locationBox dl:last-child {
  border-bottom: 1px solid rgb(170 144 102 / 50%);
}
.aboutArea,
.meanArea {
  padding-top: 25em;
}
.aboutArea .aboutBox {
  margin-top: 5em;
}
.aboutArea .aboutBox p {
  font-size: 1.4rem;
  text-align: center;
  color: var(--text-color-highlight);
  margin-top: 1em;
}
.studioDetailArea,
.homeDetailArea {
  margin-top: 10em;
  padding-top: 20em;
  background: var(--bg-beige);
  padding-bottom: 10em;
}
.studioDetailArea h3:after {
 content: none; 
}
.bgArea .bgBox {
  background: linear-gradient(45deg, transparent 10px, #fff 10px), linear-gradient(315deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 10px, #fff 10px), linear-gradient(135deg, transparent 10px, #fff 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 4em 3em;
}
@media screen and (min-width:500px) {
  .bgArea .bgBox {
    padding: 4em 5em;
  }
}
.DetailArea .box h4 {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}
.DetailArea .box h4:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--text-color-highlight);
  margin: 1.5em 0 0;
}
.DetailArea .box h4 img {
  width: 65%;
  margin: 0 auto 0.3em;
}
.DetailArea .bgBox dl {
  font-size: 1.4rem;
}
.DetailArea .bgBox dl dt {
  margin-top: 1.5em;
}
.DetailArea .bgBox dl dd {
  margin-top: 0.3em;
}
.DetailArea .box dl dd span.notes {
  display: block;
  margin-top: 0.3em;
}
.studioDetailArea .yogaFullBox {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2em;
}
.studioDetailArea .yogaFullBox strong {
  margin-bottom: 1em;
  display: block;
}
.studioDetailArea .yogaFullBox p:nth-child(3) {
  margin-top: 0.5em;
}
.studioDetailArea .yogaFullBox p span {
  font-size: 2rem;
  color: var(--text-color-highlight);
}
.studioDetailArea .yogaFullBox .btn {
  background: #FFF;
  border: 2px solid var(--text-color-highlight);
  color: var(--text-color-highlight);
  box-shadow: none;
}
.studioDetailArea .yogaFullBox .btn a:after {
  border-left: 8px solid var(--text-color-highlight);
}
.attentionArea ul {
  margin-top: 2em;
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0.25rem;
  line-height: 1.6em;
}
.attentionArea ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 1em
}
.attentionArea p.notes {
  margin-top: 1em;
}
.attentionArea .box {
  margin-top: 10em;
}
.attentionArea .box dl {
  border: 2px solid var(--text-color-highlight);
  position: relative;
}
.attentionArea .flowBox dl {
  margin-top: 5em;
}
.attentionArea .box dl:first-child {
  margin-top: 3em;
}
.attentionArea .flowBox dl:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--text-color-highlight);
  border-right: 2px solid var(--text-color-highlight);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.attentionArea .flowBox dl:last-child:after {
  content: none;
}
.attentionArea .box dl dt {
  background: var(--text-color-highlight);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 0.1em 0 0.3em;
}
.attentionArea .box dl dd {
  font-size: 1.4rem;
  padding: 1em;
}
.attentionArea .box dl dt span,
.attentionArea .box dl dd span {
  font-size: 1.2rem;
}
@media screen and (min-width:500px) {
  .attentionArea .flowBox,
  .attentionArea .priceBox {
    width: 80%;
    margin: 0 auto;
  }
}
.attentionArea .completionBox {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.attentionArea .completionBox p.title {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
.attentionArea .completionBox p.title:before,
.attentionArea .completionBox p.title:after {
  content: '';
  display: block;
  width: 1px;
  height: 45px;
  background: var(--text-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.attentionArea .completionBox p.title:before {
  transform: rotate(327deg);
  left: -1.5rem;
}
.attentionArea .completionBox p.title:after {
  transform: rotate(30deg);
  right: -1.5rem;
}
.attentionArea .priceBox dl {
  margin-top: 2em;
}
.attentionArea .priceBox dl dt {
  font-size: 1.4rem;
}
.attentionArea .priceBox dl dd {
  text-align: center;
}
.ctaBox {
  margin-top: 4em;
}
.ctaBox .btn {
  background: #aa9065;
}
.attentionArea .ctaBox p.notes {
  text-align: center;
}
.attentionArea .faqBox dl {
  border: none;
  margin-top: 1px;
}
.attentionArea .faqBox dl dt {
  font-size: 1.4rem;
  text-align: left;
  padding: 1.5em 2.8em 1.5em 1.2em;
  position: relative;
}
.attentionArea .faqBox dl dt span.open {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attentionArea .faqBox dl dt span.open:before,
.attentionArea .faqBox dl dt span.open:after {
  content: '';
  display: block;
  background: #000;
  transition: all 0.3s ease;
  background: #FFF;
}
.attentionArea .faqBox dl dt span.open:before {
  width: 1.5rem;
  height: 0.1rem;
  opacity: 1;
}
.attentionArea .faqBox dl dt span.open:after {
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
}
.attentionArea .faqBox dl dt span.open.on:after {
  opacity: 0;
}
.attentionArea .faqBox dl dt span.open.on:before {
  transform: rotate(180deg);
}
.attentionArea .faqBox dl dd {
  display: none;
}
.homeDetailArea {
  padding-top: 10em;
  padding-bottom: 7em;
}
.homeDetailArea h3:before,
.homeDetailArea h3:after {
  content: none;
}
.homeDetailArea .notes a {
  display: inline-block;
  text-decoration: underline;
}
.homeDetailArea dl dd.mr {
  margin-top: 2em;
}
.homeDetailArea dl dd i {
  color: var(--text-color-beige);
  padding-right: 0.3em;
}
.homeDetailArea .irBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.homeDetailArea .irBox .irNameBox {
  width: 48%;
}
.homeDetailArea .irBox .irNameBox p {
  text-align: center;
  margin-top: 0.5em;
}
.homeDetailArea .irBox .irNameBox:not(:first-child):not(:nth-child(2)) {
  margin-top: 1em;
}
.homeDetailArea .ctaBox p.notes {
  margin-top: 1.5em;
}
.meisoonArea {
  background: #816EFE;
  padding: 7em 3em;
}
@media screen and (min-width:500px) {
  .meisoonArea {
    padding: 7em 6em;
  }
}
.meisoonArea .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.meisoonArea h4{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2em;
}
.meisoonArea .box .imgBox img {
  margin-top: 3em;
}
.meisoonArea .box .sampleBox {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.meisoonArea .box .sampleBox p:not(.textBox p) {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.meisoonArea .box .sampleBox audio {
  margin-top: 1em;
  width: 100%;
}
.meisoonArea .box .sampleBox .textBox {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2em;
}
.meisoonArea .box .sampleBox .textBox .line:before,
.meisoonArea .box .sampleBox .textBox .line:after {
  height: 20px;
  bottom: -0.3em;
}
.meisoonArea .box .sampleBox .textBox .line:before {
  left: -1.5rem;
}
.meisoonArea .box .sampleBox .textBox .line:after {
  right: -1.5rem;
}
.meisoonArea .box .sampleBox .dlBox {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.meisoonArea .box .sampleBox .dlBox a {
  width: 47%;
  margin-top: 1em;
}
.meisoonArea .box .sampleBox .btn {
  margin-top: 2em;
  background: #ffc800;
  color: var(--text-color);
}
.meisoonArea .box .sampleBox .btn a:after {
  border-left: 8px solid var(--text-color);
}
footer {
  background: #FFF;
  padding-bottom: 15em;
}
footer img {
  width: 150px;
  margin: 0 auto;
}