@charset "UTF-8";
.section-top p {
  position: absolute;
  top: 50%;
  left: 45%;
  font-size: 30px;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 980px) {
  .section-top .section-top_image {
    width: 100%;
    height: 100vh !important;
  }
}
.section-ABOUT-US .section-ABOUT-US_title {
  margin: 70px 0 60px 140px;
  width: 20%;
}
.section-ABOUT-US .section-ABOUT-US_box1 {
  position: relative;
  margin-bottom: 80px;
  text-align: end;
}
.section-ABOUT-US .section-ABOUT-US_box1 p {
  position: absolute;
  padding: 130px 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 364px;
  text-align: justify;
  margin: 105px 0 0 40px;
}
.section-ABOUT-US .section-ABOUT-US_image1 {
  width: 100%;
  max-width: 950px;
  height: auto;
}
.section-ABOUT-US .section-ABOUT-US_box2 {
  position: relative;
  margin-bottom: 80px;
  text-align: left;
}
.section-ABOUT-US .section-ABOUT-US_box2 p {
  position: absolute;
  padding: 130px 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 364px;
  text-align: justify;
  margin: 105px 40px 0 0;
  right: 0;
}
.section-ABOUT-US .section-ABOUT-US_image2 {
  width: 100%;
  max-width: 950px;
  height: auto;
}
.section-ABOUT-US .section-ABOUT-US_image3 {
  width: 100%;
}

@media (max-width: 980px) {
  .section-ABOUT-US .section-ABOUT-US_title {
    margin: 60px 0 30px 20px;
    width: 200px;
    height: auto;
  }
  .section-ABOUT-US .section-ABOUT-US_image1 {
    width: 300px;
    height: auto;
  }
  .section-ABOUT-US .section-ABOUT-US_box1 p {
    padding: 20px 30px;
    width: 236px;
    margin: 145px 0 40px 0;
    font-size: 12px;
  }
  .section-ABOUT-US .section-ABOUT-US_image2 {
    width: 300px;
    height: auto;
    margin-top: 50px;
  }
  .section-ABOUT-US .section-ABOUT-US_box2 p {
    padding: 20px 30px;
    width: 236px;
    margin: 195px 0 0 0;
    font-size: 12px;
  }
  .section-ABOUT-US .section-ABOUT-US_image3 {
    margin-top: 40px;
  }
}
.section-STYLIST {
  /*全て共通：hideエリアをはじめは非表示*/
  /*全て共通：モーダルのボタンの色を変更したい場合*/
}
.section-STYLIST .section-STYLIST_title {
  margin: 70px 0 60px 140px;
  width: 20%;
}
.section-STYLIST .section-STYLIST_image {
  text-align: center;
}
.section-STYLIST .section-STYLIST_image img {
  margin: 0 20px;
}
.section-STYLIST .gallery-list {
  display: flex;
  justify-content: center;
}
.section-STYLIST .gallery-list li {
  list-style: none;
}
.section-STYLIST .hide-area {
  display: none;
}
.section-STYLIST .modaal-close:after,
.section-STYLIST .modaal-close:before {
  background: #ccc;
}
.section-STYLIST .modaal-close:focus:after,
.section-STYLIST .modaal-close:focus:before,
.section-STYLIST .modaal-close:hover:after,
.section-STYLIST .modaal-close:hover:before {
  background: #666;
}

@media (max-width: 980px) {
  .section-STYLIST .section-STYLIST_title {
    margin: 60px 0 30px 20px;
    width: 140px;
    height: auto;
  }
  .section-STYLIST .gallery-list {
    display: block;
  }
  .section-STYLIST .gallery-list li {
    margin-bottom: 40px;
  }
  .section-STYLIST .gallery img {
    width: 70%;
  }
}
.section-MENU .section-MENU_title {
  margin: 70px 0 60px 140px;
  width: 20%;
}
.section-MENU #table01 {
  margin: 0 auto;
  margin-bottom: 70px;
  border-collapse: collapse;
}
.section-MENU #table01 th,
.section-MENU #table01 td {
  padding: 24px 0;
  border: none;
  line-height: 30px;
  width: 430px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.section-MENU #table01 th {
  width: 40%;
  text-align: left;
}
.section-MENU #table01 td {
  text-align: end;
}

@media (max-width: 980px) {
  .section-MENU {
    font-size: 13px;
  }
  .section-MENU .section-MENU_title {
    margin: 60px 0 30px 20px;
    width: 145px;
    height: auto;
  }
  .section-MENU #table01 {
    margin: 0 60px 50px 60px;
  }
  .section-MENU #table01 th {
    width: 60%;
    font-size: 10px;
  }
}
.section-SALON_INFO .section-SALON-INFO_title {
  margin: 70px 0 60px 140px;
  width: 20%;
}
.section-SALON_INFO .section-SALON-INFO_box {
  display: flex;
  justify-content: center;
}

.section-SALON_INFO .section-SALON-INFO_box img {
  margin-right: 70px;
}
.section-SALON_INFO #table01 {
  border-collapse: collapse;
  margin: 0 auto;
}
.section-SALON_INFO #table01 th,
.section-SALON_INFO #table01 td {
  padding: 24px 0;
  border: none;
  line-height: 30px;
  width: 430px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.section-SALON_INFO #table01 th {
  width: 25%;
  text-align: left;
}

@media (max-width: 980px) {
  .section-SALON_INFO .section-SALON-INFO_title {
    margin: 60px 0 30px 20px;
    width: 195px;
    height: auto;
  }
  .section-SALON_INFO .section-SALON-INFO_box {
    display: block;
  }
  .section-SALON_INFO .section-SALON-INFO_box img {
    width: 100%;
    margin: 0;
  }
  .section-SALON_INFO #table01 {
    margin: 0 60px 0px 60px;
  }
  .section-SALON_INFO #table01 th {
    width: 32%;
  }
  .section-SALON_INFO #table01 th,
  .section-SALON_INFO #table01 td {
    font-size: 12px;
  }
}
.section-ACCESS .section-ACCESS_title {
  margin: 70px 0 60px 140px;
  width: 20%;
}
.section-ACCESS #map-container {
  text-align: center;
}

.section-ACCESS #map-container iframe {
  text-align: center;
  width: 900px;
  height: 300px;
}

@media (max-width: 980px) {
  .section-ACCESS .section-ACCESS_title {
    margin: 60px 0 30px 20px;
    width: 195px;
    height: auto;
  }
  .section-ACCESS #map-container iframe {
    width: 100%;
  }
}
.section-CONTACT .section-CONTACT_title {
  margin: 70px 0 95px 140px;
  width: 20%;
}
.section-CONTACT .section-CONTACT_button {
  margin-bottom: 185px;
}
.section-CONTACT a {
  text-decoration: none;
  font-size: 27px;
  text-align: center;
  padding: 60px 260px;
  background-color: #3c75a5;
  color: #fff;
  max-width: 365px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .section-CONTACT .section-CONTACT_title {
    margin: 60px 0 60px 20px;
    width: 155px;
    height: auto;
  }
  .section-CONTACT a {
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    padding: 30px 75px;
    background-color: #3c75a5;
    color: #fff;
    max-width: 365px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */