@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap);
/* =====
* /サイト全体共通 レイアウト
============================================================================= */
html.hs-inline-edit body {
  -ms-overflow-y: visible;
  overflow-y: visible;
}

body {
  color: #322227;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 2;
  width: 100%;
  margin: 0;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

a {
  color: inherit;
}

._pc-only {
  display: block;
}

._pc-only.-i {
  display: inline;
}

._pc-only.-ibk {
  display: inline-block;
}

._sp-only {
  display: none !important;
}

.object-fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.g-wrapper {
  max-width: 100%;
  min-width: 320px;
  overflow: hidden;
}

.-fixed {
  position: fixed;
}

.d-i {
  display: inline;
}

.d-ibk {
  display: inline-block;
}

.d-b {
  display: block;
}

.display-none {
  display: none !important;
}

.en {
  letter-spacing: 8px;
}

.pink {
  color: #c22047;
}

.text-indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

h2 {
  font-size: 36px;
}

h2:first-of-type {
  margin: 0;
}

.right-border {
  display: inline-block;
  border-right: 1px solid #b3b3b3;
  line-height: 1.4;
  letter-spacing: 6px;
  padding: 0 0.2em 0 0;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.adjust-width {
  width: 1000px !important;
  max-width: calc(100% - 60px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.adjust-width.-wide {
  width: 1200px !important;
}

.basic-button {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 3em 0.858em 1.8em;
  position: relative;
  z-index: 0;
  border: 1px solid #2E792D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  background-color: #2E792D;
}

.basic-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #B3B3B3;
  left: 50%;
  top: -20px;
  z-index: 0;
  -webkit-transition: all 0.3s 0.3s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.3s 0.3s cubic-bezier(0.65, 0.16, 0.22, 1.08);
}

.basic-button:hover {
  border: 1px solid #2E792D;
  color: #2E792D;
  background-color: rgba(255, 255, 255, 0);
}

.basic-button:hover:before {
  top: -10px;
}

.basic-button.-side {
  padding: 0.6em 4em;
}

.basic-button.-side:before {
  width: 40px;
  height: 1px;
  left: -20px;
  top: 50%;
}

.basic-button.-side:hover:before {
  left: -10px;
}

.basic-button.-dark-brown {
  background-color: #514347;
  border-color: #514347;
  color: #FFF;
}

.basic-button.-dark-brown:before {
  content: none;
}

.basic-button.-dark-brown:hover {
  background-color: rgba(81, 67, 71, 0.27);
  color: #514347;
}

.pink-button {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  width: 430px;
  color: #FFF;
  background-color: #c22047;
  border: 1px solid #c22047;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.834em;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
}

.pink-button:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #c22047;
}

/* -----
* / header
----------------------------------------------------------------------------- */
.nav-button {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
}

.nav-button .icon {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s 0.5s, background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0.5s, background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0.5s, background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0.5s, background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
}

.nav-button .icon:before, .nav-button .icon:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), background-color 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08), -webkit-transform 0.5s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
}

.nav-button .icon:before {
  top: -10px;
}

.nav-button .icon:after {
  top: 10px;
  width: 25px;
}

.nav-button:hover .icon:after {
  width: 50px;
}

.nav-button.-closs .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #322227;
}

.nav-button.-closs .icon:before, .nav-button.-closs .icon:after {
  background-color: #322227;
}

.nav-button.-closs .icon:before {
  -webkit-transform: rotate(-90deg) translate(-8px, 0);
          transform: rotate(-90deg) translate(-8px, 0);
}

.nav-button.-closs .icon:after {
  opacity: 0;
  width: 0;
}

.nav-button.-scroll .icon {
  background-color: #322227;
}

.nav-button.-scroll .icon:before, .nav-button.-scroll .icon:after {
  background-color: #322227;
}

.g-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 3;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  top: -80px;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
}

.g-header.-scroll {
  opacity: 1;
  top: 0;
}

.g-header.-scroll .nav-button .icon {
  background-color: #322227;
}

.g-header.-scroll .nav-button .icon:before, .g-header.-scroll .nav-button .icon:after {
  background-color: #322227;
}

.g-header .logo {
  width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-header .logo a,
.g-header .logo img {
  display: block;
  width: 100%;
}

.g-header .main-menu {
  color: #FFF;
  margin: 0 30px 0 270px;
}

.g-header .main-menu ul {
  min-width: 468px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.g-header .main-menu ul li {
  display: inline-block;
  margin-left: 10px;
}

.g-header .main-menu ul li:first-child {
  margin-left: 0;
}

.g-header .main-menu ul li a {
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.g-header .main-menu ul li a:hover {
  color: inherit;
}

.g-header .main-menu ul li.current a {
  color: inherit;
}

.drawer-menu {
  position: fixed;
  width: auto;
  min-width: 500px;
  padding: 0 100px;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 26px;
  top: 0;
  -webkit-transition: all 0.8s 0s;
  transition: all 0.8s 0s;
  z-index: 0;
  opacity: 0;
}

.drawer-menu.-on {
  display: block !important;
}

.drawer-menu.-open {
  right: 0;
  opacity: 1;
  z-index: 3;
}

.drawer-menu .drawer-inner {
  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: auto;
  height: 100%;
}

.drawer-menu .close-button-wrap {
  display: block;
  width: 100%;
}

.drawer-menu .close-button {
  display: block;
  width: 32px;
  padding: 34px;
  position: relative;
  top: 0;
  right: 2px;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.drawer-menu .sp-nav-contents {
  display: none;
}

.drawer-menu .drower-nav-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.drawer-menu .drower-nav-menu li {
  display: table;
  position: relative;
  border-right: 1px solid #B3B3B3;
  padding: 0 6px 0 0;
  margin: 0 0 0 40px;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
  opacity: 0;
}

.drawer-menu .drower-nav-menu li:last-of-type {
  margin-left: 0;
}

.drawer-menu .drower-nav-menu li.-on {
  opacity: 1;
  right: 0;
}

.drawer-menu .drower-nav-menu li.-on a {
  opacity: 1;
}

.drawer-menu .drower-nav-menu li:first-child {
  margin-top: 0;
}

.drawer-menu .drower-nav-menu li a {
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: normal;
  color: #000;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  opacity: 0;
}

.drawer-menu .drower-nav-menu li a:hover {
  opacity: 0.5;
}

.drawer-menu .drower-nav-menu li a .jp {
  font-size: 24px;
  font-weight: bold;
}

.drawer-menu .drower-nav-menu li a .en {
  font-size: 14px;
  color: #B3B3B3;
  margin: 12px 0 0;
}

.sns-button {
  position: fixed;
  top: calc(50% - 94px);
  right: 0;
  background-color: rgba(50, 34, 39, 0.85);
  width: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 10px;
  z-index: 3;
  -webkit-transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  transition: all 0.8s 0s cubic-bezier(0.65, 0.16, 0.22, 1.08);
  right: -46px;
  opacity: 0;
}

.sns-button.-scroll, .sns-button.-on {
  right: 0;
  opacity: 1;
}

.sns-button a {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}

.sns-button a:first-of-type {
  margin-top: 0;
}

.sns-button a img {
  display: block;
  margin: 0 auto;
}

.sns-button a.icon-sns-pinterest img {
  width: 25px;
}

.sns-button a.icon-sns-twitter img {
  width: 23px;
}

.sns-button a.icon-sns-facebook img {
  width: 12px;
}

.sns-button a.icon-sns-instagram img {
  width: 26px;
}

/* -----
* / footer
----------------------------------------------------------------------------- */
.g-footer {
  position: relative;
  margin-top: 240px;
}

.g-footer .go-top {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 80px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -30px;
  top: -126px;
}

.g-footer .go-top:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #322227;
  position: absolute;
  left: 0;
  top: 50%;
}

.g-footer .footer-inner {
  width: 100%;
  background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/common/footer-bg.gif");
  color: #FFF;
  padding: 80px 0 55px;
}

.g-footer .footer-inner .logo-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 640px;
}

.g-footer .footer-inner .logo-info-block .foot-logo {
  display: block;
  width: 250px;
}

.g-footer .footer-inner .logo-info-block .foot-logo img {
  display: block;
  width: 100%;
}

.g-footer .footer-inner .logo-info-block .infomation {
  font-size: 12px;
}

.g-footer .footer-inner .logo-info-block .infomation .tel-fax .fax {
  margin-left: 0.6em;
  display: inline-block;
}

.g-footer .footer-inner .logo-info-block .infomation p {
  margin: 0;
}

.g-footer .footer-inner small {
  text-align: center;
  font-size: 10px;
  display: block;
  margin: 90px 0 0;
}

/* -----
* / 個別モジュール、パーツ
----------------------------------------------------------------------------- */
.contact-area {
  text-align: center;
  margin: 6em 0;
}

.contact-area .text {
  display: inline-block;
  border-bottom: 1px solid #B3B3B3;
  font-size: 18px;
  padding-bottom: 0.8em;
  margin-bottom: 2.5em;
}

.contact-area .text .inner-text {
  padding-left: 1em;
}

.contact-area .text .inner-text:first-of-type {
  padding-left: 0;
}

.contact-area .text .inner-text a {
  text-decoration: none;
}

.contact-area .button-wrap a.pink-button {
  margin-top: 20px;
}

.contact-area .button-wrap a.pink-button:first-of-type {
  margin-top: 0;
}

.head-image-and-title,
.sub-page-main-visual {
  height: 480px;
  margin: 10em 0;
}

.head-image-and-title:after,
.sub-page-main-visual:after {
  content: "";
  display: block;
  clear: both;
}

.head-image-and-title .image-block,
.sub-page-main-visual .image-block {
  width: 75%;
  height: 100%;
  float: left;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.head-image-and-title .image-block img,
.sub-page-main-visual .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover;';
  /* IE用調整 */
}

.head-image-and-title .title-block,
.sub-page-main-visual .title-block {
  float: right;
  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: 25%;
  height: 100%;
  text-align: center;
}

.head-image-and-title .title-block .sub-text-box,
.sub-page-main-visual .title-block .sub-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.head-image-and-title .title-block .sub-text-box .pink-text,
.sub-page-main-visual .title-block .sub-text-box .pink-text {
  position: relative;
  top: -2em;
  margin: 0 0 0 2em;
  color: #C22047;
  display: inline-block;
  border-right: 1px solid #b3b3b3;
  line-height: 1.4;
  letter-spacing: 6px;
  padding: 0 0.8em 0 0;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ゆっくり点滅 */
.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;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* system page */
.system-error .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  text-align: center;
  line-height: 2.55;
}

.system-error .error-page-title {
  text-align: center;
}

.system-error .error-page-title .error-title {
  font-size: 36px;
  display: block;
  letter-spacing: 0.15em;
}

.system-error .error-page-title .jp-title {
  font-size: 20px;
  display: block;
  letter-spacing: 0.1em;
}

.system-error .error-page-title .en-title {
  font-size: 14px;
  color: #c22047;
  display: block;
  font-weight: normal;
  letter-spacing: 10px;
  margin-top: 12px;
}

.system-error .back-buttton {
  margin-top: 60px;
  text-align: center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a img {
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  /* =====
   * /サイト全体共通 レイアウト
   ============================================================================= */
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .g-header .nav-button:hover:before {
    right: 0;
  }
  .accoudion-toggle {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* tablet 〜 PC */
  .adjust-width,
  .adjust-width-wide {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@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 */
  /* -----
   * サイト内の共通class
  ----------------------------------------------------------------------------- */
  ._pc-only {
    display: none !important;
  }
  ._sp-only {
    display: block !important;
  }
  ._sp-only.-i {
    display: inline !important;
  }
  ._sp-only.-ibk {
    display: inline-block !important;
  }
  h2 {
    font-size: 25px;
  }
  .adjust-width,
  .adjust-width-wide {
    max-width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
  .pink-button {
    width: 100%;
  }
  .sp-overflow-table-block {
    overflow-x: scroll;
    padding-bottom: 10px;
    margin: 2em 0;
  }
  .sp-overflow-table-block > table > thead > tr > th,
  .sp-overflow-table-block > table > thead > tr > td,
  .sp-overflow-table-block > table > tbody > tr > th,
  .sp-overflow-table-block > table > tbody > tr > td {
    white-space: nowrap;
  }
  .sp-overflow-table-block::-webkit-scrollbar {
    height: 15px;
  }
  .sp-overflow-table-block::-webkit-scrollbar-thumb {
    background: #898989;
  }
  .sp-overflow-table-block::-webkit-scrollbar-track-piece:start {
    background: #e5e5e5;
  }
  .sp-overflow-table-block::-webkit-scrollbar-track-piece:end {
    background: #e5e5e5;
  }
  .sp-overflow-table-block .figure-overflow img {
    max-width: none;
    width: 140%;
  }
  /* -----
   * / header
  ----------------------------------------------------------------------------- */
  .nav-button {
    height: 60px;
    width: 60px;
  }
  .nav-button .icon {
    width: 40px;
  }
  .nav-button .icon:before {
    width: 40px;
    top: -7px;
  }
  .nav-button .icon:after {
    width: 20px;
    top: 7px;
  }
  .nav-button:hover .icon:after {
    width: 20px;
  }
  .nav-button.-closs .icon:before {
    -webkit-transform: rotate(-90deg) translate(-6px, 0);
            transform: rotate(-90deg) translate(-6px, 0);
  }
  .g-header {
    height: 60px;
  }
  .g-header .logo {
    width: 112px;
  }
  .drawer-menu {
    width: 100% !important;
    min-width: auto;
    padding: 0;
    right: -100% !important;
  }
  .drawer-menu.-open {
    right: 0 !important;
  }
  .drawer-menu .drawer-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 16% auto 0;
    width: calc(100% - 77px);
  }
  .drawer-menu .drower-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .drawer-menu .drower-nav-menu li {
    margin-left: 2vw;
    margin-top: 20px !important;
    line-height: 1.4;
  }
  .drawer-menu .drower-nav-menu li:nth-of-type(5n) {
    margin-left: 0;
  }
  .drawer-menu .drower-nav-menu li a .jp {
    font-size: 5vw;
  }
  .drawer-menu .drower-nav-menu li a .en {
    font-size: 3vw;
  }
  .sns-button {
    width: 40px;
    top: auto;
    bottom: 40px;
    padding: 10px;
  }
  .sns-button a {
    margin-top: 16px;
  }
  .sns-button a img {
    max-width: 100%;
  }
  /* -----
  * / footer
  ----------------------------------------------------------------------------- */
  .g-footer .go-top {
    right: -52px;
    top: -110px;
  }
  .g-footer .footer-inner {
    padding: 80px 0 76px;
  }
  .g-footer .footer-inner .logo-info-block {
    display: block;
    width: 100%;
  }
  .g-footer .footer-inner .logo-info-block .foot-logo {
    width: 150px;
    margin: 0 auto;
  }
  .g-footer .footer-inner .logo-info-block .infomation {
    margin-top: 2em;
    text-align: center;
  }
  .g-footer .footer-inner small {
    margin-top: 20px;
  }
  .sub-page-common-container {
    padding-top: 10px;
  }
  .breadcrumb {
    font-size: 11px;
    margin-bottom: 4em;
  }
  .breadcrumb .bread-title:before {
    margin: 0 1.4em 0 1em;
  }
  .sub-page-main-visual {
    width: 100%;
    margin-top: 40px;
    height: auto;
  }
  .sub-page-main-visual .image-block {
    width: 100%;
    height: 205px;
    float: none;
  }
  .sub-page-main-visual .title-block {
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 60px 0 20px;
    margin: 0;
  }
  .sub-page-main-visual .title-block.-sp-bg-saijiki {
    background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/saijiki/saijiki-bg-image-right.png");
    background-repeat: no-repeat;
    background-position: right -100px top 0;
    background-size: 300px auto;
  }
  .sub-page-intro-text {
    margin-top: 0;
  }
  .sub-page-intro-text.-bg-image01:before {
    width: 214px;
    height: 214px;
    right: -100px;
    top: -100px;
  }
  .information-block {
    display: block;
  }
  .information-block .box {
    width: 100%;
  }
  .information-block .box .section-title {
    width: 115px;
    height: 115px;
    font-size: 21px;
  }
  /* -----
  * / 個別モジュール、パーツ
  ----------------------------------------------------------------------------- */
  .contact-area {
    margin: 4em 0;
  }
  .contact-area .text {
    font-size: 17px;
    border: none;
  }
  .contact-area .text .inner-text {
    display: inline-block;
    border-bottom: 1px solid #B3B3B3;
    padding-left: 0;
    margin: 6px 0 0;
  }
  .contact-area .text .inner-text:first-of-type {
    margin-top: 0;
  }
  .head-image-and-title,
  .sub-page-main-visual {
    width: 100%;
    margin: 40px 0 55px;
    height: auto;
  }
  .head-image-and-title .image-block,
  .sub-page-main-visual .image-block {
    width: 100%;
    height: 205px;
    float: none;
  }
  .head-image-and-title .title-block,
  .sub-page-main-visual .title-block {
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 60px 0 20px;
    margin: 0;
  }
  .head-image-and-title .title-block.-sp-bg-saijiki,
  .sub-page-main-visual .title-block.-sp-bg-saijiki {
    background-image: url("https://cdn2.hubspot.net/hubfs/4549682/yachihachimangu-2019-theme/saijiki/saijiki-bg-image-right.png");
    background-repeat: no-repeat;
    background-position: right -100px top 0;
    background-size: 300px auto;
  }
  .head-image-and-title .title-block .sub-text-box,
  .sub-page-main-visual .title-block .sub-text-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head-image-and-title .title-block .sub-text-box .pink-text,
  .sub-page-main-visual .title-block .sub-text-box .pink-text {
    top: 0;
    margin: 0 0 0 1em;
  }
  .head-image-and-title.-hayashiya,
  .sub-page-main-visual.-hayashiya {
    margin-top: 98px;
  }
  /* アコーディオン機能 */
  .accoudion-toggle {
    display: none;
  }
  .toggle-button-wrap {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }
  .toggle-button-wrap:before {
    content: none;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E3E3;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s;
    transition: opacity 0.3s 0s;
  }
  .toggle-button-wrap .toggle-button {
    display: block;
    width: 40px;
    position: relative;
    margin: 0 auto;
  }
  .toggle-button-wrap .toggle-button img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s 0.4s;
    transition: -webkit-transform 0.3s 0.4s;
    transition: transform 0.3s 0.4s;
    transition: transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
    cursor: pointer;
  }
  .toggle-button-wrap.-open {
    padding-top: 0;
  }
  .toggle-button-wrap.-open:before {
    opacity: 0;
  }
  .toggle-button-wrap.-open img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
