@charset "utf-8";
/* CSS Document */
.main {
  background-color: #faf9e1;
  padding-top: 80px;
  padding-bottom: 10px;
}
.section-top {
  width: 86%;
  max-height: 680px;
  border-radius: 20px 20px 0 0;
  background-color: #FFF;
  margin: 40px auto 0;
}
.section-top__image {
  width: 100%;
  height: 680px;
  margin: 0 auto;
  background-image: url("../images/page-top2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left:0;
}
.section-top h2 {
  display: none;
}
@media(max-width:1000px) {
  .section-top {
    width: 86%;
    max-height: 540px;
    background-color: #FFF;
    margin: 30px auto 0px;
  }
  .section-top__image {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    background-image: url("../images/page-top2.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section-top h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media(max-width:800px) {
  .section-top {
    width: 86%;
    max-height: 1200px;
    background-color: #FFF;
    margin: 40px auto 0;
  }
  .section-top__image {
    width: 92%;
    height: 860px;
    margin: 0 auto;
    background-image: url("../images/page-top_mobile3.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media(max-width:600px) {
  .section-top {
    width: 86%;
    max-height: 640px;
    background-color: #FFF;
    margin: 30px auto 0;
	padding-bottom: 20px;
  }
  .section-top__image {
    width: 92%;
    height: 650px;
    margin: 0 auto;
    padding-top: 30px;
    background-image: url("../images/page-top_mobile3.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  @media(max-width:430px) {
    .section-top {
      width: 88%;
      max-height: 510px;
      background-color: #FFF;
      margin: 30px auto 0;
    }
    .section-top__image {
      width: 98%;
      max-height: 520px;
      margin: 0 auto;
      padding-top: 0px;
      background-image: url("../images/page-top_mobile3.png");
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
    }
  }
}
.section-menu {
  width: 86%;
  margin: 0px auto 40px;
  background-color: #FFF;
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.section-menu__icon {
  display: flex;
  margin-bottom: 20px;
  /*flex-direction: row;
	justify-content: space-between;*/
}
.menu-logo {
  text-align: left;
  margin-left: 5%;
  width: 16%;
  height: auto;
  margin-bottom: 20px;
}
.section-menu h3 {
  display: none;
}
.menu-text {
  color: #3d3d3d;
  font-size: 1.8rem;
  margin-left: 30px;
  width: 60%;
  line-height: 2.8rem;
}
.menu-text span {
  font-size: 2.0rem;
  font-weight: 600;
}
.section-menu ol li {
  list-style: none;
}
.menu-medal {
  max-width: 160px;
  position: absolute;
  top: 940px;
  right: 180px;
}
.explanation {
  padding: 10px;
  margin: 30px auto;
  border: 1px solid #3689b8;
  border-radius: 30px;
  background-color: #3689b8;
  color: #FFF;
  width: 200px;
  text-align: center;
}
.section-menu a {
  text-decoration: none;
}
.line-touroku-icon {
  display: flex;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-left: 100px;
}
.line-logo {
  width: 70px;
  height: auto;
  text-align: right;
}
.mobile-only {
  display: none;
}
@media(max-width:1000px) {
  .section-menu__icon img {
    text-align: left;
  }
  .menu-text {
    color: #3d3d3d;
    font-size: 1.6rem;
    margin-left: 30px;
    width: 60%;
    line-height: 2.8rem;
  }
  .menu-text span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .menu-logo {
    margin-bottom: 14px;
  }
  .menu-medal {
    max-width: 140px;
    position: absolute;
    top: 760px;
    right: 160px;
  }
  .explanation {
    padding: 6px;
    margin: 30px auto;
    border: 1px solid #3689b8;
    border-radius: 30px;
    background-color: #3689b8;
    color: #FFF;
    width: 200px;
    text-align: center;
  }
  .mobile-only {
    display: none;
  }
}
@media(max-width:800px) {
  .section-menu {
    padding-bottom: 20px;
  }
  .menu-logo {
    width: 20%;
    margin-bottom: 12px;
  }
  .menu-medal {
    max-width: 120px;
    position: absolute;
    top: 800px;
    right: 120px;
  }
  .mobile-only {
    display: none;
  }
}
@media(max-width:600px) {
  .section-menu__icon {
    display: block;
    max-width: 460px;
  }
  .menu-logo {
    width: 40%;
    margin-left: 40px;
  }
  .menu-text {
    color: #3d3d3d;
    font-size: 1.6rem;
    margin-left: 40px;
    width: 80%;
    line-height: 2.4rem;
  }
  .menu-text span {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .menu-medal {
    max-width: 100px;
    position: absolute;
    top: 940px;
    right: 60px;
  }
  .line-touroku-icon {
    font-size: 1.4rem;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-left: 20px;
  }
  .line-logo {
    width: 50px;
    height: auto;
    text-align: right;
  }
  .mobile-only {
    display: none;
  }
}
@media(max-width:430px) {
  .mobile-only {
    display: block;
  }
  .section-menu {
    width: 88%;
    margin: 0px auto 30px;
    padding-bottom: 20px;
  }
  .menu-medal {
    max-width: 100px;
    position: absolute;
    top: 860px;
    right: 50px;
  }
  .line-touroku-icon {
    padding-bottom: 10px;
  }
}