@charset "UTF-8";
/* ================================================
	共通
=================================================== */
.bg-wh {
  background: #fff;
}

/*  header
=================================================== */
#page-header img {
  width: 100%;
}

#map #page-header, #outline #page-header {
  height: 130px;
  background: url("../img/header.png") center top;
}

/*  subheader
=================================================== */
#page-subheader {
  padding: 40px 0;
}

#page-subheader h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}

#page-subheader h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-subheader h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #page-subheader h3 {
    font-size: 1.6rem;
  }
}

/*  subheader2
=================================================== */
#page-subheader2 {
  padding: 100px 0 20px 0;
}

#page-subheader2 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  #page-subheader2 {
    padding: 50px 0 0 0;
  }
  #page-subheader2 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*  footer
=================================================== */
#map #page-footer, #outline #page-footer {
  height: 107px;
  background: url("../img/footer.png") center top;
}

/*  main
=================================================== */
main {
  padding: 75px 0;
  background: url("../img/bg.png") center top;
}

@media screen and (max-width: 767px) {
  main {
    padding: 30px 0 70px 0;
    background-size: 100%;
  }
}

#map main, #outline main {
  padding: 100px 0 50px 0;
}

@media screen and (max-width: 767px) {
  #map main, #outline main {
    padding: 50px 0;
  }
}

/*  コンテンツ
=================================================== */
#contents-wh {
  width: 94%;
  max-width: 730px;
  margin: 0 auto;
  background: #fff;
}

.contents-inner {
  width: 80.8%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents-inner {
    width: 94%;
  }
}

.contents-inner-wide {
  width: 98%;
  margin: 0 auto;
}

/*  資料請求受付中
=================================================== */
.siryo a {
  font-size: 3rem;
  display: block;
  padding: 5px 0;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  background: #e3733b;
}

.siryo a:hover {
  opacity: 0.8;
}

.siryo a span {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .siryo a {
    font-size: 5vw;
  }
  .siryo a span {
    font-size: 3vw;
  }
}
