@charset "UTF-8";

/* COMMON */
.top-bg {
  background-color: #ffebee;
}

/* MAIN */
.first-view {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #a0522d;
  background-image: url(../images/yoga/yoga_top_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: screen;
  animation: bg-color 37s infinite;
}
@keyframes bg-color {
  0% { background-color: #a0522d; }
  6.25% { background-color: #8b4513; }
  12.5% { background-color: #a0522d; }
  18.75% { background-color: #8b4513; }
  25% { background-color: #d2691e; }
  31.25% { background-color: #b8860b; }
  37.5% { background-color: #b8860b; }
  43.75% { background-color: #808000; }
  50% { background-color: #bdb76b; }
  56.25% { background-color: #bdb76b; }
  62.5% { background-color: #d2b48c; }
  68.75% { background-color: #a9a9a9; }
  75% { background-color: #483d8b; }
  81.25% { background-color: #696969; }
  87.5% { background-color: #a0522d; }
  93.75% { background-color: #a52a2a; }
  100% { background-color: #a0522d; }
}

/* ABOUT */
.test-slick {
  max-width: 700px;
}
.heading-viha-ra {
  font-size: 2.5rem;
  text-align: center;
}
.rubi2 {
  font-size: 1rem;
}
.logo_pattern_2 {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
}

/* CONCEPT */
.lead .pattern_1 {
  line-height: 1.6;
  text-align: center;
  max-width: 865px;
  padding-top: 50px;
}
#concept img {
  display: block;
  width: 500px;
  height: auto;
  margin: 50px auto 0;
}

/* SERVICE */
.copy01 {
    text-align: center;
    margin-top: 20px;
    font-size: 1.25rem;
  }
.copy02 {
    display: none;
  }  
.frow-item01
 {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin: 50px auto;
  align-items: center;
}
.frow-item02,
.frow-item03,
.frow-item04
 {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin: 80px auto;
  align-items: center;
}
.frow-item04
 {
  margin-bottom: 0;
}
.frow-item01 img,
.frow-item02 img,
.frow-item03 img,
.frow-item04 img 
 {
  width: 47%;
  height: 307px;
  object-fit: cover;
}
.frow-text {
  max-width: 450px;
  margin-right: 40px;
}
.reverse {
  flex-direction: row-reverse;
}
.reverse .frow-text {
  margin-left: 40px;
  margin-right: 0;
}
.frow-item05,
.frow-item06,
.frow-item07,
.frow-item08
 {
  display: none;
}
.heading-sub {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 7px;
}

.service_des {
  text-align: center;
  font-size: 0.9rem;
  padding-bottom: 20px;
}
.frow-text p {
  line-height: 1.5;
}
.frow-text button{
 margin-top: 20px;
}
.rubi1 {
  font-size: 0.9rem;
}
.logo_pattern {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem;
}
.withdog {
  font-size: 0.85rem;
}
.prosche a {
  display: block;
}
.prosche {
  margin: 20px auto;
  display: flex;
  justify-content: space-evenly;
}
/* BUTTON_AREA */
.button_area {
  display: flex;
  justify-content: space-around;
  padding:0 60px 75px;
}
.access_button_out,
.contact_button_out {
  border: #c76781 solid 2px;
}
.access_button_in,
.contact_button_in {
  margin: 6px;
  height: 150px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 18px 18px 18px 18px / 18px 18px 18px 18px;
  background-image: url(../images/yoga/yoga_button.jpg);
  background-size: cover;
}
.access_button_in p,
.contact_button_in p {
  font-size: 1rem;
} 

.access_button_in:hover,
.contact_button_in:hover {
  transition: all 0.5s;
}

/* CONTCT */
.button {
  background-color: #c76781;
}

/* FOOTER */
.footer {
  background-color: #c76781;
}


@media (max-width: 800px){

.toggle-menu-button span{
    background: #b07f72;
  }
.header-site-menu {
    color: #fff;
    background-color: #c76781;
  }
.site-menu {
  font-size: 1.6rem;
}
/* CONCEPT */
#concept img {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 50px auto 0;
}

  /* SERVICE-NAME */
  .heading-viha-ra {
  font-size: 1.8rem;
  text-align: center;
  }

  .logo_pattern2 {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
  }

  /* SERVICE */
  .copy01 {
    display: none;
  }  
  .copy02 {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 1.15rem;
  }
  .frow-item01,
  .frow-item02,
  .frow-item03,
  .frow-item04
  {
    display: none;
  }
  .frow-item01 img,
  .frow-item02 img,
  .frow-item03 img,
  .frow-item04 img
   {
    display: none;
  }
  .frow-item05,
  .frow-item06,
  .frow-item07,
  .frow-item08
  {
    display: block;
    margin: 40px auto;
  }
  .frow-item08 {
    margin-bottom: 0;
   }
  .frow-item05 h4,
  .frow-item06 h4,
  .frow-item07 h4,
  .frow-item08 h4 {
    margin: 10px auto 7px ;
    text-align: center;
  }
  .frow-item05 p,
  .frow-item06 p,
  .frow-item07 p,
  .frow-item08 p
   {
    margin: 10px auto;
    line-height: 1.5;
  }
  .frow-item05 img,
  .frow-item06 img,
  .frow-item07 img,
  .frow-item08 img
   {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 5 / 3;
    margin: 30px auto;
  }
  .heading-sub {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .rubi2 {
    font-size: 0.95rem;
  }
  .prosche a {
    margin:10px auto 0;
  }
  .prosche {
  flex-direction: column;
  }
  /* BUTTON_AREA */
.button_area {
  display: block;
  padding:0 4%;
  margin-bottom: 70px;
}
.access_button_out,
.contact_button_out {
  border: #c76781 solid 2px;
  width: 100%;
  max-width: 400px;
  margin: 0px auto 30px;
}
.access_button_in,
.contact_button_in {
  margin: 2%;
  width: 96%;
  height: 100px;
  font-size: 2.1rem;
  text-align: center;
  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}
.access_button_in h4,
.contact_button_in h4 {
  padding-top: 8%;
}
.access_button_in p,
.contact_button_in p {
  font-size: 1rem;
} 

}