@charset "UTF-8";
/* CSS Document */
/***********************************************************/
/*********************** SECTION TOP ***********************/
/***********************************************************/
.section-top {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  box-sizing: border-box;
  /*padding-right: 15px;
  padding-left: 15px;*/
}
.section-top__header {
  position: relative;
}
.section-top__title {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.section-top__title-en {
  font-size: 3.0rem;
  color: #fff;
}
.section-top__title-jp {
  font-size: 1.0rem;
  color: #fff;
}
.section-top__img {
  height: 240px;
  width: 100%;
  background-image: url("../img/4_location/img_header.jpeg");
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media(min-width:1040px) {
  .section-top__title-en {
    font-size: 3.5rem;
  }
  .section-top__title-jp {
    font-size: 1.2rem;
  }
}
/*************************************************************/
/*********************** SECTION LESSON **********************/
/*************************************************************/
.section-lesson {
  text-align: left;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  /*padding-right: 15px;
  padding-left: 15px;*/
}
/*.section-lesson h3 {
  padding-top: 1rem;
  border-top: 1px solid #191919;
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-lesson p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}*/
@media(min-width:1040px) {
  .section-lesson {
    padding: 0;
    margin-bottom: 50px;
  }
  /*.section-lesson h3 {
    padding-top: 15px;
    border-top: 1px solid #191919;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .section-lesson p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 7px;
  }*/
}
/*************************************************************/
/********************** SECTION LOCATION *********************/
/*************************************************************/
.section-location {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  /*padding-right: 15px;
  padding-left: 15px;*/
}
/*.section-location h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.section-location h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}*/
.section-location__info h4 {
  font-size: 1.5rem;
}
.section-location__info address {
  font-size: 1.3rem;
  font-style: normal;
}
.section-location__info li {
  margin-bottom: 20px;
}
.section-location__map iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
@media(min-width:1040px) {
  .section-location {
    padding: 0;
  }
  /*.section-location h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }*/
  .section-location__info h4 {
    font-size: 1.7rem;
  }
  .section-location__info li {
    margin-bottom: 30px;
  }
}
/***************************************************************/
/************************ SECTION IMAGE ************************/
/***************************************************************/
@media(min-width:1040px) {
  .section-image img {
    object-position: 0 50%;
  }
}