@charset "UTF-8";

/* SCREEN */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #c48f5a;
  position: fixed;
  z-index: 50;
  display: grid;
  place-items: center;
}
#loading p {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
#loading-screen {
  background-color: #f8f8f8;
  position: fixed;
  inset: 0;
  z-index: 40;
  translate: 0 100vh;
}

/* MAIN */
.title {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.item2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 3s ease;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.active {
  opacity: 1;
}
.top-bg {
  background-color: #f2f2da;
}

/* CONCEPT */
.test-slick {
  max-width: 750px;
}
.lead .pattern_1 {
  line-height: 1.6;
  text-align: center;
  max-width: 1200px;
  padding-top: 25px;
}

/* SERVICE */

.frow-item01
 {
  display: flex;
  justify-content: space-between;
  width: 840px;
  max-width: 90%;
  margin: 50px auto;
  align-items: center;
}
.frow-item02,
.frow-item03,
.frow-item04
 {
  display: flex;
  justify-content: space-between;
  width: 840px;
  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: 295px;
  object-fit: cover;
}
.frow-text {
  max-width: 400px;
  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: 0;
}

.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;
}

/* STAFF */
.lead .pattern_3 {
  line-height: 1.6;
  text-align: center;
  max-width: 1200px;
  padding-top: 50px;
}

.rubi3 {
  font-size: 1.2rem;
}
.content {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 4%;
}
.item-list {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  column-gap: 45px;
  row-gap: 40px;
  justify-content: center;
}
.item-list dt {
  font-family: 'Caveat', cursive;
  font-size: 2.2rem;
  color: rgb(99, 57, 1);
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.item-list img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}

/* ACCESS */
.access-item01 {
  padding: 6% 0 0;
  display: flex;
  justify-content: space-between;
}
.location-info {
  width: 26%;
}

.sub-title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 2.25rem;
  border-bottom: 2px  rgb(99, 57, 1) solid;
  padding: 0 8px 8px ;
  margin-bottom: 30px;
}

.address_1 {
  font-size: 0.9rem;
  line-height: 1.9;
}
 .address_2 {
  display: none;
}
.location-map {
  width: 70%;
}
iframe {
  width: 100%;
}

/* CONTCT */
.contact-item_1
 {
  display: flex;
  justify-content: space-between;
  width: 760px;
  max-width: 90%;
  margin: 60px auto 0;
  align-items: center;
}
.contact-item_1 img 
 {
  width: 45%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.contact-item_2 {
  display: none;
}


.chart {
  margin: 30px auto 10px;
  border: 1px  rgb(99, 57, 1) solid;
}
.chart th {
  font-weight: normal;
  text-align: center;
  width: 40%;
}
.chart td {
  width: 60%;
  text-align: center;
}
.chart th,
.chart td {
  font-size: 1rem;
  vertical-align: middle;
  padding: 12px 15px;
  border: 1px  rgb(99, 57, 1) solid;
}
.contact-item_1 p {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 30px;
} 

.button {
  background-color: #c48f5a;
}
.withdog {
  font-size: 0.85rem;
}


/* BUTTON_AREA */
.button_area {
  display: flex;
  justify-content: space-around;
  padding:0 60px 75px;
}
.access_button_out,
.contact_button_out {
  border: #c48f5a 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/viha-ra/viha-ra_button.jpg);
  background-size: cover;
  color: #fff;
}
.access_button_in p,
.contact_button_in p {
  font-size: 1rem;
} 

.access_button_in:hover,
.contact_button_in:hover {
  transition: all 0.5s;
}
.terms {
  font-size: 1.7rem;
}
/* FOOTER */
.footer {
  background-color: #c48f5a;
}


@media (max-width: 800px){

#loading p {
    padding-bottom: 20%;
  }
  .toggle-menu-button span{
    background: #b07f72;
  }
.header-site-menu {
    color: #fff;
    background-color: #c48f5a;
  }
.site-menu {
  font-size: 1.6rem;
}

  /* SERVICE */
  .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
 {
  display: block;
  width: 100%;
  margin: 40px auto;
}
.frow-item06,
.frow-item07,
.frow-item08
 {
  display: block;
  width: 100%;
  margin: 50px 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;
  }
  .logo_pattern2 {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
  }

  /* STAFF */
.rubi3 {
  font-size: 1.1rem;
}
.program_img {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
}

  /* ACCESS */
  .access-item01 {
  flex-direction: column;
  padding: 40px 0 0;
}
.location-info,
.location-map {
  width: 100%;
}

.sub-title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  border-bottom: 2px  rgb(99, 57, 1) solid;
  padding: 0 8px 8px ;
  margin-bottom: 30px;
}

  .location-info .sub-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
   .address_1 {
  display: none;
}
  .address_2 {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto;
}
.item-list {
  margin: 50px auto 0;
}
.item-list dt {
  font-size: 2.4rem;
  margin-bottom: 0;
}

  /* CONTACT */
  .contact-item_1 {
  display: none;
  }
  .contact-item_2 {
  display: block;
  padding: 0 4%;
  width: 100%;
  margin: 40px auto 0;
  }

  .contact-item_2 img 
 {
  display: block;
  margin: 40px auto;
  width: 80%;
  height: 100%;
  max-width: 350px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
 }

  table {
    width: 240px;
    margin: 30px auto 15px;
  }

  .chart th,
  .chart td {
  display: block;
  width: 100%;
  padding: 18px;
  text-align: center;
  font-size: 1.05rem;
  }
  .chart th {
    background-color: #f2f2da;
  }
  .chart td {
    background-color: #fff;
  }
 
  .contact-item_2 p {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 40px;
  } 
  /* BUTTON_AREA */
.button_area {
  display: block;
  padding:0 4%;
  margin-bottom: 70px;
}
.access_button_out,
.contact_button_out {
  border: #c48f5a 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;
} 

}