@charset "UTF-8";
.section-top {
  margin-bottom: 40px;
}
.section-top .top-image {
  background-image: url("../images/access_heroimage.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
}
.section-top .top-image .image-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top .top-image .image-filter h1 {
  font-family: toppan-bunkyu-mincho-pr6n, "凸版文久見出し明朝 Std EB", "小塚明朝 Pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  color: #FFF;
  padding-top: 100px;
}

.section-access {
  margin-bottom: 40px;
}
.section-access .access-title h2 {
  font-family: toppan-bunkyu-mincho-pr6n, "凸版文久見出し明朝 Std EB", "小塚明朝 Pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  border-bottom: 2px solid #0066CC;
  padding-bottom: 10px;
  margin: 0 10% 30px;
}
.section-access .address {
  border: 1px solid #00B5D0;
  border-radius: 5px;
  background-color: #00B5D0;
  color: #FFF;
  text-align: left;
  padding: 5px 10px;
  margin: 0 10% 30px;
}
.section-access .access-map {
  width: 100%;
  height: 30%;
}

.section-tourist_information {
  margin-bottom: 60px;
}
.section-tourist_information h2 {
  font-family: toppan-bunkyu-mincho-pr6n, "凸版文久見出し明朝 Std EB", "小塚明朝 Pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  border-bottom: 2px solid #0066CC;
  padding-bottom: 10px;
  margin: 0 10% 30px;
}
.section-tourist_information .tourist-area {
  text-align: left;
}
.section-tourist_information .tourist-area h3 {
  font-size: 2rem;
  margin: 0 10% 20px;
}
.section-tourist_information .tourist-area img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 15%;
  margin-bottom: 20px;
}
.section-tourist_information .tourist-area p {
  margin: 0 10% 30px;
}

@media (min-width: 980px) {
  .section-top {
    margin-bottom: 50px;
  }
  .section-top .top-image {
    background-position: 0 30%;
    height: 500px;
  }
  .section-top .top-image .image-filter h1 {
    font-size: 3.6rem;
    padding: 250px;
  }
  .section-access {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .section-access .flex-change {
    display: flex;
    margin-bottom: 50px;
  }
  .section-access .flex-change .access-title {
    display: inline-block;
    flex-basis: 50%;
    padding: 10% 0;
  }
  .section-access .flex-change .access-title h2 {
    font-size: 3.6rem;
    width: 70%;
    margin: 0 auto;
  }
  .section-access .flex-change .address {
    flex-basis: 50%;
    padding: 30px 20px;
    margin: 0;
  }
  .section-access .flex-change .address p:nth-child(odd) {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .section-access .flex-change .address p:nth-child(even) {
    font-size: 3.6rem;
    padding-bottom: 30px;
  }
  .section-access .access-map {
    height: 500px;
  }
  .section-tourist_information {
    max-width: 1000px;
    margin: 0 auto 120px;
  }
  .section-tourist_information h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .section-tourist_information .tourist_information_flex-area {
    display: flex;
  }
  .section-tourist_information .tourist_information_flex-area .tourist-area img {
    width: 330px;
    height: 200px;
  }
  .section-tourist_information .tourist_information_flex-area .tourist-area:nth-child(even) {
    margin: 0 5px;
  }
  .section-tourist_information .tourist_information_flex-area p {
    margin: 0;
  }
}/*# sourceMappingURL=access.css.map */