@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  height: 185px;
  background-image: url("../img/other/top_background_yellow.png");
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 40px;
}
.section-top__title {
  width: 100%;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}
.section-top__title h2 {
  font-size: 3rem;
  line-height: 4rem;
}
@media (min-width: 1040px) {
  .section-top {
    height: 300px;
  }
  .section-top__title{
    height: 300px;
    padding-top: 100px;
  }
  .section-top__title h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

.main-section {
  padding: 0 24px 20px;
  max-width: 1040px;
  margin:0 auto;
}
.section-atoz, .section-restroom, .section-activ {
  margin-bottom: 80px;
}
.section-atoz h2, .section-restroom h2, .section-activ h2 {
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px #855850;
  margin-bottom: 10px;
}
.section-atoz__text, .section-restroom__text, .section-activ__text {
  text-align: left;
}
.section-atoz__text p, .section-restroom__text p, .section-activ__text p {
  margin-bottom: 30px;
}
.section-atoz__text h3 a, .section-restroom__text h3 a, .section-activ__text h3 a {
  color: #855850;
}
@media (min-width: 1040px) {
  .section-atoz, .section-restroom, .section-activ {
    margin-bottom: 100px;
  }
  .section-atoz h2, .section-restroom h2, .section-activ h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}