@charset "UTF-8";
/* CSS Document */
.section-top img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  object-position: center;
}
@media(max-width:1024px) {
  .section-top img {
    height: 30vh;
  }
}
.section-access-map {
  margin: 120px auto 100px;
}
@media(max-width:964px) {
  .section-access-map {
    margin-top: 60px;
  }
}
/*共通項目　見出しタイトル*/
.section-access-map h3 {
  width: 24%;
  max-width: 348px;
  margin: 0 auto;
}
.title__japanese {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  color: #003eca;
  border-bottom: 3px solid #bbdbf3;
  padding-bottom: 5px;
}
.title__english {
  font-size: 2.4rem;
  font-weight: normal;
  color: #003eca;
  display: block;
  padding: 5px 0 60px 0;
}
@media(max-width:910px) {
  .section-access-map h3 {
    width: 52%;
    max-width: 196px;
    margin: 0 auto;
  }
  .title__japanese {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #003eca;
    border-bottom: 3px solid #bbdbf3;
    padding-bottom: 5px;
  }
  .title__english {
    font-size: 1.6rem;
    padding: 3px 0 40px 0;
  }
}
.map-image {
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 40%;
}
@media(max-width:768px) {
  .map-image {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 80%;
  }
}
iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.section-detail {
  font-size: 1.8rem;
  width: 65%;
  max-width: 1000px;
  margin: 0 auto 200px;
}
@media(max-width:768px) {
  .section-detail {
    width: 90%;
    margin-bottom: 100px;
    font-size: 1.4rem;
  }
}
.detail-address2, .train {
  display: none;
}
@media(max-width:768px) {
  .detail-address2 {
    display: block;
  }
}
@media(max-width:395px) {
  .train {
    display: block;
  }
}
.section-detail h4 {
  color: #003eca;
  text-align: left;
  padding: 5px 10px;
  border-left: 5px solid #bbdbf3;
}
.section-detail p {
  text-align: left;
  margin-bottom: 45px;
  padding-left: 15px;
}