@charset "utf-8";
/* CSS Document */
.section-top {
  margin: 200px auto;
  position: relative;
  max-width: 1700px;
}
.section-top-wrapper {
  position: relative;
  display: flex;
}
.section-top-wrapper h2 {
  font-family: A-OTF Ryumin Pr6N KL, YuMincho, 'Noto Serif JP', "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4rem;
  color: #6a8079;
  margin: 15% 0 0 100px;
}
.section-top__top-image {
  width: 60%;
  height: auto;
  margin-left: auto;
}
.section-top__script {
  position: absolute;
  width: 600px;
  top: 60%;
  left: 20%;
}
@media(max-width: 1024px) {
  .section-top {
    margin: 50px 0;
    width: 100%;
  }
  .section-top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-top-wrapper h2 {
    font-size: 3.2rem;
    color: #6a8079;
    margin: 0 0 0 60px;
  }
  .section-top__top-image {
    width: 85%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
  }
  .section-top__script {
    display: none;
  }
}
@media(max-width: 599px) {
  .section-top {
    margin: 30px 0;
  }
  .section-top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-top-wrapper h2 {
    font-size: 2.4rem;
    color: #6a8079;
    margin: 0 0 0 24px;
  }
  .section-top__top-image {
    width: 85%;
    height: auto;
    margin-left: auto;
  }
}
.section-access {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
}
.section-access h4 {
  display: none;
}
.section-access address {
  font-style: normal;
  background: rgb(202, 219, 213, 0.8);
  padding: 100px 200px 100px 6.94%;
}
.section-access address p {
  width: 90%;
}
.section-access__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Baskerville URW, 'Libre Baskerville';
  margin: 50px 0 0 -150px;
	font-weight: bold;
}
.section-access__button::before {
  border-top: 1px solid #897e9c;
  content: "";
  width: 3em;
  margin-right: 0.5em;
}
.section-access__button a {
  color: #897e9c;
}
.section-access__google {
  margin: 50px 6.94% 50px -200px;
  width: 70%;
  height: auto;
}
@media(max-width: 1024px) {
  .section-access {
    position: relative;
    margin: 0 auto 50px;
    display: block;
  }
  .section-access address {
    padding: 50px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .section-access__button {
    margin: 50px auto 20px;
  }
  .section-access__google {
    margin: 0 auto;
    width: 100%;
    height: 500px;
  }
}
@media(max-width: 599px) {
  .section-access {
    position: relative;
    margin: 0 auto 50px;
    display: block;
  }
  .section-access address {
    padding: 50px 24px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .section-access__button {
    margin: 50px auto 20px;
  }
  .section-access__google {
    margin: 0;
    width: 100%;
    height: 300px;
  }
}