.page--top main {
  color: #751900;
  font-family: 'Noto Sans JP', sans-serif;
}

.page--top .headline__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .page--top .headline__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .headline__title {
    font-size: 2rem;
  }
}

.page--top img {
  width: 100%;
  height: auto;
}

.page--top a:hover {
  opacity: 0.8;
}

.page--top .link {
  display: inline-block;
}

.page--top .section-hero {
  background: #fff;
  overflow: hidden;
}

.page--top .section-hero .headline {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline {
    height: 50vw;
    max-height: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline {
    height: 450px;
  }
}

.page--top .section-hero .headline-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline-inner {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline-inner {
    max-width: 190px;
  }
}

.page--top .section-hero .headline__logo {
  opacity: 0;
}

.page--top .section-hero .headline__title {
  opacity: 0;
  color: #000;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  -webkit-filter: drop-shadow(0 0 20px #fff);
          filter: drop-shadow(0 0 20px #fff);
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline__title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline__title {
    font-size: 1.5rem;
  }
}

.page--top .section-hero .headline .slide img {
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline .slide img {
    height: 50vw;
    max-height: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline .slide img {
    height: 450px;
  }
}

.page--top .section-hero .headline .slick01 {
  opacity: 0;
  display: none;
}

.page--top .section-hero .headline .slick01.slick-initialized {
  display: block;
}

@media only screen and (min-width: 768px) {
  .page--top .section-about {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-about .about {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-about .about {
    margin-top: 15px;
  }
}

.page--top .section-about .about__lead {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-about .about__lead {
    font-size: 1.3rem;
  }
}

.page--top .section-intro {
  background: #efefe6;
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page--top .section-intro .headline__title {
  font-weight: 700;
  text-align: center;
}

.page--top .section-intro .headline__title .main {
  background: linear-gradient(transparent 80%, #fff 0%);
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .headline__title .main {
    padding: 0 7px 0 10px;
    font-size: 3rem;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro .headline__title .main {
    padding: 0 3px 0 5px;
    font-size: 2rem;
  }
}

.page--top .section-intro .headline__title .small {
  margin-left: 0.1em;
  font-size: 75%;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .intro {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro .intro {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .intro:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro .intro:not(:first-of-type) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro .intro__text {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-intro .intro__img {
    margin: 0 auto;
    max-width: 280px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .intro__img img {
    max-height: 300px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-cta {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-cta {
    padding-top: 40px;
  }
}

.page--top .section-cta .online {
  box-shadow: 0 0 15px #ccc;
}

@media only screen and (min-width: 768px) {
  .page--top .section-cta .online {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-cta .online {
    margin-top: 30px;
  }
}

.page--top .section-access {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .page--top .section-access {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-access {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-access .content {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-access .content {
    margin-top: 30px;
  }
}

.page--top .section-access .map {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-access .map {
    padding-bottom: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-access .map {
    padding-bottom: 56.5%;
  }
}

.page--top .section-access .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page--top .section-access .view-bg {
  height: 100%;
  background: url(../img/view-bg.png) no-repeat center center;
  background-size: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-access .view-bg {
    min-height: 275px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-access .view-bg {
    min-height: 100px;
  }
}

.page--top .section-access .view-bg__text {
  display: inline-block;
  background: rgba(239, 239, 230, 0.6);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .section-access .view-bg__text {
    padding: 5px 10px;
    right: 30px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-access .view-bg__text {
    padding: 0 10px;
    right: 1%;
    bottom: 5px;
    font-size: 1.1rem;
  }
}

.grid-v-center {
  align-items: center;
}
