.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.headline {
  border: none;
  width: 100%;
  padding-top: 128px;
}

.headline__inner {
  border: none;
  margin: 0 80px;
  position: relative;
}

.headline__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.0em;
  position: absolute;
  left: 0;
  top: 45px;
}

.headline__title span {
  display: block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  letter-spacing: .2em;
  padding-top: 15px;
}

.lead {
  border: none;
  width: 100%;
  position: relative;
}

.lead__inner {
  border: none;
  position: relative;
  margin-left: 300px;
  padding: 45px 0 0 0;
}

.lead__title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.0em;
  margin-bottom: 80px;
}

.detail {
  border: none;
  width: 100%;
  position: relative;
}

.detail__inner {
  border: none;
  position: relative;
  margin-left: 300px;
  margin-right: 80px;
  padding-bottom: 140px;
}

.detail__googlemaps {
  margin-bottom: 50px;
}

.detail__googlemaps iframe {
  width: 100%;
}

.detail__text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
}

.detail__text span.font--small {
  font-size: 12px;
  line-height: 1.5em;
}

.detail__text a {
  text-decoration: underline;
  color: #ffffff;
  transition: all .2s;
}

.detail__text a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  .headline {
    border: none;
    width: 100%;
    padding-top: 86px;
    padding-top: 22.93333vw;
  }
  .headline__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding: 35px 0 30px;
    padding: 9.33333vw 0 8vw;
    position: relative;
  }
  .headline__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.0em;
    position: relative;
    left: auto;
    top: auto;
  }
  .headline__title span {
    display: block;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    letter-spacing: .2em;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .lead {
    border: none;
    width: 100%;
    position: relative;
  }
  .lead__inner {
    border: none;
    position: relative;
    width: 89.333%;
    margin: 0 auto;
    padding: 0;
  }
  .lead__title {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.0em;
    letter-spacing: 0;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .detail {
    border: none;
    width: 100%;
    position: relative;
  }
  .detail__inner {
    border: none;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
  }
  .detail__googlemaps {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__googlemaps iframe {
    width: 100%;
    height: 420px;
    height: 112vw;
  }
  .detail__text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    width: 89.333%;
    margin: 0 auto;
  }
  .detail__text span.font--small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .detail__text a {
    text-decoration: underline;
    color: #ffffff;
    transition: none;
  }
  .detail__text a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
