@charset "UTF-8";
/* =====
* /TOP レイアウト
============================================================================= */
/* -----
* / Top KeyVisual
----------------------------------------------------------------------------- */
.key-visual-container {
  width: 100%;
  margin-top: -56px;
  height: 100vh;
  max-height: 1200px;
  min-height: 800px;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 2s 0s;
  transition: all 2s 0s;
}

.key-visual-container .catch-contents {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  -webkit-transition: all 1.5s 0s;
  transition: all 1.5s 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.key-visual-container .catch-contents .catch-inner {
  position: absolute;
  z-index: 2;
  color: #FFF;
  text-align: center;
}

.key-visual-container .catch-contents .catch-inner .main-logo {
  width: 94px;
  margin: 0 auto;
}

.key-visual-container .catch-contents .catch-inner .name {
  margin: 20px 0 0;
  font-size: 16px;
}

.key-visual-container .catch-contents .scroll-down {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -10px;
  left: 37px;
  text-decoration: none;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.key-visual-container .catch-contents .scroll-down:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #FFF;
  position: relative;
  top: -4px;
  right: 6px;
}

.key-visual-container.-first-loaded .catch-contents {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.key-visual-container .main-visual {
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  min-height: 800px;
}

.key-visual-container .main-visual .main-visual-img {
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  min-height: 800px;
}

.key-visual-container.-loaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media all and (-ms-high-contrast: none) {
  .key-visual-container .catch-contents .catch-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 421px;
  }
}

/* 点滅 */
.blinking,
.js-blinking {
  -webkit-animation: blink 0.9s cubic-bezier(0.74, -0.35, 0.92, 1.04) infinite alternate;
  animation: blink 0.9s cubic-bezier(0.74, -0.35, 0.92, 1.04) infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* -----
* / スライダー（主にアニメーション）
----------------------------------------------------------------------------- */
.main-visual-img-set img {
  -webkit-transition: -webkit-transform 7s 0s ease-in-out;
  transition: -webkit-transform 7s 0s ease-in-out;
  transition: transform 7s 0s ease-in-out;
  transition: transform 7s 0s ease-in-out, -webkit-transform 7s 0s ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vh;
  max-height: 1200px;
  min-height: 800px;
}

.main-visual-img.-on .main-visual-img-set.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* -----
* / 各コンテンツ
----------------------------------------------------------------------------- */
.about-yachihachi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 0;
  margin: 0;
  width: 100%;
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/common/illust-bird.png");
  background-repeat: no-repeat;
  background-position: left -30% top 50%;
}

.about-yachihachi .about-yachihachi-block {
  width: 600px;
  margin: 0 auto;
}

.about-yachihachi .about-yachihachi-block .head-wrap {
  margin-left: 61px;
  position: relative;
  -webkit-transition: all 0.8s 0s;
  transition: all 0.8s 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: -30px;
}

.about-yachihachi .about-yachihachi-block .sentence {
  height: 400px;
  font-size: 18px;
  line-height: 2.55556;
  margin: 40px 0 0;
  position: relative;
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: -30px;
}

.about-yachihachi .about-yachihachi-block .button-box {
  text-align: right;
  margin: 0 62px 0 0;
  position: relative;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: -30px;
}

.bg-filter-image-double-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-filter-image-double-column .block {
  display: block;
  width: 50%;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 77px 70px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: left 50% top 50%;
  position: relative;
  -webkit-transition: all 0.8s 0s;
  transition: all 0.8s 0s;
  top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}

.bg-filter-image-double-column .block:hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bg-filter-image-double-column .block.-saijiki {
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/top/saijiki-bg.jpg");
}

.bg-filter-image-double-column .block.-gokitou {
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/top/gokitou-bg.jpg");
}

.bg-filter-image-double-column .block .inner .title {
  display: block;
  border: 1px solid #fff;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
  top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bg-filter-image-double-column .block .inner .title .jp {
  display: block;
  font-size: 36px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 70px;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bg-filter-image-double-column .block .inner .title .en {
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bg-filter-image-double-column .block .inner .sentence {
  margin: 2em 0 0;
  position: relative;
  -webkit-transition: all 0.8s 0.9s;
  transition: all 0.8s 0.9s;
  top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.section-container.new-post {
  position: relative;
  padding: 186px 0 0;
}

.section-container.new-post .hatodayori-heading {
  position: absolute;
  right: 120px;
  z-index: 1;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 204px;
}

.section-container.new-post .new-post-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0;
  margin: 0;
}

.section-container.new-post .new-post-archive li {
  display: block;
  padding: 0;
  margin: 0;
  width: 25%;
  position: relative;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.new-post .new-post-archive li:first-of-type {
  width: 45%;
}

.section-container.new-post .new-post-archive li a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.section-container.new-post .new-post-archive li a .image-block {
  position: relative;
  overflow: hidden;
  background-color: #000;
  outline: 1px solid transparent;
}

.section-container.new-post .new-post-archive li a .image-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.section-container.new-post .new-post-archive li a .image-block:after {
  content: "";
  display: block;
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/common/link-arrow.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 50px;
  height: 16px;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -20px;
  -webkit-transition: left 0.5s 0.3s, opacity 0.5s 0s;
  transition: left 0.5s 0.3s, opacity 0.5s 0s;
}

.section-container.new-post .new-post-archive li a .image-block .image {
  position: absolute;
  width: 100.5%;
  height: 100.5%;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
  -webkit-transform: translate3d(0, 0, 0) scale(1.01);
          transform: translate3d(0, 0, 0) scale(1.01);
  will-change: transform;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  outline: 1px solid transparent;
}

.section-container.new-post .new-post-archive li a .text {
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  margin-top: 6px;
}

.section-container.new-post .new-post-archive li a .text .time {
  margin: 0;
  font-size: 12px;
  color: #B3B3B3;
}

.section-container.new-post .new-post-archive li a .text .title {
  margin: 0;
}

.section-container.new-post .new-post-archive li a:hover .image-block:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  left: 0;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.section-container.new-post .new-post-archive li a:hover .image-block .image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.section-container.new-post .new-post-archive li a:hover .text {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.section-container.new-post .new-post-archive li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-container.new-post .new-post-archive li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-container.new-post .button-wrap {
  text-align: center;
  margin: 40px 0 0;
  position: relative;
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.access {
  margin-top: 30px;
}

.section-container.access .access-heading {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 140px;
}

.section-container.access .address {
  text-align: center;
  font-weight: bold;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.access .address .tel:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #B3B3B3;
  margin: 0 0.9em -0.3em 0.4em;
}

.section-container.access .google-map {
  width: 100%;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.access .information-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

.section-container.access .information-block .box h3 {
  font-size: 20px;
  margin: 0;
}

.section-container.access .information-block .box .list-block {
  margin: 0.6em 0 0;
}

.section-container.access .information-block .box .list-block .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0.4em 0 0;
}

.section-container.access .information-block .box .list-block .detail:first-of-type {
  margin-top: 0;
}

.section-container.access .information-block .box .list-block .detail .th {
  font-weight: bold;
  display: inline-block;
}

.section-container.access .information-block .box .list-block .detail .td {
  display: inline-block;
}

.section-container.access .information-block .box .list-block .detail p {
  margin: 0;
}

.section-container.access .information-block .box:nth-of-type(odd) {
  width: 42%;
  position: relative;
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.access .information-block .box:nth-of-type(odd) .list-block .detail .th {
  width: 10em;
}

.section-container.access .information-block .box:nth-of-type(odd) .list-block .detail .td {
  width: calc(100% - 10em);
}

.section-container.access .information-block .box:nth-of-type(even) {
  width: 54%;
  position: relative;
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 20px;
}

.section-container.access .information-block .box:nth-of-type(even) .list-block .detail .th {
  width: 16em;
}

.section-container.access .information-block .box:nth-of-type(even) .list-block .detail .td {
  width: calc(100% - 16em);
}

.map-marker-contents {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'メイリオ', sans-serif;
  line-height: 1.4;
  overflow: visible;
  margin: 5px;
}

.map-marker-contents span {
  display: block;
  margin-top: 4px;
}

.map-marker-contents span.title {
  font-weight: bold;
  margin-top: 0;
}

.map-marker-contents .map-tel {
  display: inline-block;
  margin-top: 4px;
  color: inherit;
}

.map-marker-contents a {
  color: #0073BB;
}

/* 以下アニメーション専用 */
.-js-wp-animate.about-yachihachi .about-yachihachi-block .head-wrap,
.-js-wp-animate.about-yachihachi .about-yachihachi-block .sentence,
.-js-wp-animate.about-yachihachi .about-yachihachi-block .button-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 0;
}

.bg-filter-image-double-column .block.-js-wp-animate {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
  pointer-events: auto;
}

.bg-filter-image-double-column .block.-js-wp-animate:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bg-filter-image-double-column .block.-js-wp-animate .inner .title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.bg-filter-image-double-column .block.-js-wp-animate .inner .title .jp {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 30px;
}

.bg-filter-image-double-column .block.-js-wp-animate .inner .title .en {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 27px;
}

.bg-filter-image-double-column .block.-js-wp-animate .inner .sentence {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-container.new-post.-js-wp-animate .hatodayori-heading {
  top: 174px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-container.new-post.-js-wp-animate .new-post-archive li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.section-container.new-post.-js-wp-animate .button-wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.section-container.access.-js-wp-animate .access-heading {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 120px;
}

.section-container.access.-js-wp-animate .address,
.section-container.access.-js-wp-animate .google-map {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.section-container.access.-js-wp-animate .information-block .box:nth-of-type(odd), .section-container.access.-js-wp-animate .information-block .box:nth-of-type(even) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* tablet 〜 PC */
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  /* tablet */
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
  * / Top KeyVisual
  ----------------------------------------------------------------------------- */
  .key-visual-container {
    height: 100vh;
    max-height: 720px;
    min-height: 500px;
  }
  .key-visual-container .catch-contents .catch-inner .main-logo {
    width: 74px;
    margin: 0 auto;
  }
  .key-visual-container .catch-contents .catch-inner .name {
    font-size: 15px;
  }
  .key-visual-container.-first-loaded .catch-contents {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .key-visual-container .main-visual {
    height: 100vh;
    max-height: 720px;
    min-height: 500px;
  }
  .key-visual-container .main-visual .main-visual-img {
    height: 100vh;
    max-height: 720px;
    min-height: 500px;
  }
  .slick-list {
    height: 100vh;
    max-height: 720px;
    min-height: 500px;
  }
  /* -----
  * / 各コンテンツ
  ----------------------------------------------------------------------------- */
  .about-yachihachi {
    display: block;
    padding: 80px 0;
    background-position: left -344px top 240px;
    -webkit-background-size: 600px auto;
            background-size: 600px auto;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .about-yachihachi .about-yachihachi-block {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .about-yachihachi .about-yachihachi-block .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 240px;
    margin: 0;
  }
  .about-yachihachi .about-yachihachi-block .sentence {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 2em;
    height: auto;
  }
  .about-yachihachi .about-yachihachi-block .button-box {
    width: 100%;
    margin: 1em 0 0;
  }
  .about-yachihachi .about-yachihachi-block .basic-button {
    display: block;
    padding: 0.5em 2.2em 0.4em;
    margin: 2em auto 0;
    width: 60%;
    text-align: center;
  }
  .about-yachihachi .about-yachihachi-block .basic-button:before {
    width: 50px;
    height: 1px;
    left: -25px;
    top: 50%;
  }
  .bg-filter-image-double-column {
    display: block;
    width: 100%;
  }
  .bg-filter-image-double-column .block {
    width: 100%;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bg-filter-image-double-column .block .inner .title {
    width: 200px;
    height: 200px;
  }
  .bg-filter-image-double-column .block .inner .title .jp {
    font-size: 25px;
    width: 48px;
  }
  .section-container.new-post {
    padding: 40px 0;
  }
  .section-container.new-post .hatodayori-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 240px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    top: 20px;
  }
  .section-container.new-post .new-post-archive {
    display: block;
  }
  .section-container.new-post .new-post-archive li {
    width: 100%;
    margin-top: 30px;
  }
  .section-container.new-post .new-post-archive li:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  .section-container.new-post .new-post-archive li a {
    width: 100%;
  }
  .section-container.new-post .new-post-archive li a .image-block:after {
    opacity: 0.6 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    left: auto !important;
    right: 14px !important;
    bottom: 16px !important;
    top: auto !important;
  }
  .section-container.access {
    margin-top: -40px;
    padding-top: 80px;
  }
  .section-container.access .access-heading {
    display: block;
    top: auto;
    text-align: center;
    top: 20px;
  }
  .section-container.access .address .tel {
    display: block;
  }
  .section-container.access .address .tel:before {
    content: none;
  }
  .section-container.access .google-map {
    height: 250px;
  }
  .section-container.access .information-block {
    display: block;
  }
  .section-container.access .information-block .box, .section-container.access .information-block .box:nth-of-type(odd), .section-container.access .information-block .box:nth-of-type(even) {
    width: 100%;
  }
  .section-container.access .information-block .box h3, .section-container.access .information-block .box:nth-of-type(odd) h3, .section-container.access .information-block .box:nth-of-type(even) h3 {
    font-size: 18px;
  }
  .section-container.access .information-block .box .list-block .detail, .section-container.access .information-block .box:nth-of-type(odd) .list-block .detail, .section-container.access .information-block .box:nth-of-type(even) .list-block .detail {
    display: block;
    margin-top: 0.8em;
  }
  .section-container.access .information-block .box .list-block .detail:first-of-type, .section-container.access .information-block .box:nth-of-type(odd) .list-block .detail:first-of-type, .section-container.access .information-block .box:nth-of-type(even) .list-block .detail:first-of-type {
    margin-top: 0;
  }
  .section-container.access .information-block .box .list-block .detail .th,
  .section-container.access .information-block .box .list-block .detail .td, .section-container.access .information-block .box:nth-of-type(odd) .list-block .detail .th,
  .section-container.access .information-block .box:nth-of-type(odd) .list-block .detail .td, .section-container.access .information-block .box:nth-of-type(even) .list-block .detail .th,
  .section-container.access .information-block .box:nth-of-type(even) .list-block .detail .td {
    width: 100%;
  }
  .section-container.access .information-block .box:nth-of-type(even) {
    margin-top: 2em;
  }
  /* 以下アニメーション専用 */
  .section-container.new-post.-js-wp-animate .hatodayori-heading {
    top: 0;
  }
  .section-container.access.-js-wp-animate .access-heading {
    top: 0;
  }
}
