@charset "UTF-8";
/* CSS Document */
.section-top {
  background-image: url("../img/face_img/fece_top.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 400px;
  position: relative;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-top__image-message {
  width: 100%;
  text-align: center;
  background-color: rgba(224, 201, 188, 0.6);
  font-weight: bold;
  color: #543807;
  position: absolute;
  top: 50px;
}
.section-top h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 20px
}
.section-top__image-message p {
  margin-bottom: 20px;
  padding: 0 30px;
}
@media(min-width:600px) {
  .section-top {
    max-height: 600px;
    background-position: 0 20%;
  }
  .section-top h2 {
    font-size: 2.4rem;
  }
  .section-top__image-message p {
    font-size: 1.8rem;
  }
}
.section-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #543807;
}
.section-lead {
  margin-bottom: 50px;
  text-align: center;
}
@media(min-width:1100px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .section-lead {
    font-size: 1.8rem;
  }
}
.section-service {
  padding: 40px 24px;
  background-color: #feefe6;
  line-height: 1.5;
}
.section-service__lead {
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
.section-service__lead h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #543807;
  line-height: 1.5;
}
.section-service__lead-text {
  color: #543807;
  text-align: left;
  margin-bottom: 40px;
}
.section-service__lead-text__sub {
  text-align: left;
}
.section-service__price {
  color: #543807;
}
.section-service__visual {
  margin: 0 auto 100px auto;
}
.section-service__image {
  width: 250px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 500px 500px 0 0;
  margin-bottom: 20px;
}
@media(min-width:1100px) {
  
  .section-service {
    padding: 170px 200px;
  }
  .section-service__main {
    display: flex;
    flex-flow: row-reverse;
    margin-bottom: 130px;
    padding: 0;
    height: 480px;
  }
  .section-service__lead {
    font-size: 1.8rem;
    width: 50vw;
    padding-left: 80px;
  }
  .section-service__visual {
    width: 400px;
    margin: 0;
  }
  .section-service__lead p {
    padding: 0;
  }
  .section-service__image{
    width: 300px;
  }
}
.section-service__option ol {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section-service__option ol li {
  width: 35%;
  margin: 0 auto;
}
.section-service__option p {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.section-service__option-image {
  width: 100%;
}
.section-service__option-description {
  font-size: 1.4rem;
}
@media(min-width:1100px) {
  .section-service__option ol {
    max-width: 630px;
    margin: 0 auto 60px auto;
  }
  .section-service__option-description {
    font-size: 1.8rem;
  }
}
.section-course {
  background-color: rgba(239, 196, 185, 0.6);
  padding: 40px 24px;
}
.section-course-name p {
  font-weight: 600;
}
.section-course-name {
  line-height: 2.0;
}
@media(min-width:1100px) {
  .section-course-name, .section-course-name p {
    font-size: 1.8rem;
  }
}
.section-reservation {
  background-color: #feefe6;
  padding: 40px 24px;
}
.section-reservation__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-reservation__mail, .section-reservation__tel, .section-reservation__instagram {
  background-color: rgba(211, 227, 214, 0.8);
  border: 1px solid #e0c9bc;
  width: 224px;
  height: 124px;
  margin: 10px auto;
  position: relative;
}
.section-reservation__tel img {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 87px;
}
.section-reservation__mail img, .section-reservation__instagram img {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 87px;
}
.section-reservation__mail a, .section-reservation__tel a, .section-reservation__instagram a {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}
.section-reservation__tel p {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
}
@media(min-width:1100px) {
  .section-reservation__wrap {
    flex-direction: row;
    justify-content: center;
  }
  .section-reservation__mail, .section-reservation__tel, .section-reservation__instagram {
    margin: 0;
  }
}