@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

/* リンクの設定 */
a {
  color: #0136a2;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #4b27a2;
  text-decoration: none;
}

a:active {
  color: #0136a2;
  text-decoration: none;
}

a:hover {
  color: #0136a2;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* コンテナー */
.acms-container {
  max-width: 1230px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(30px + constant(safe-area-inset-right));
  padding-left: calc(30px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(30px + constant(safe-area-inset-right));
  padding-left: calc(30px + constant(safe-area-inset-left));
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .acms-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .acms-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/**/
/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
.js .js-animation .main-copy {
  opacity: 0;
  -webkit-transition: opacity 1s 1s ease-out, -webkit-transform 2.5s ease-out;
  transition: opacity 1s 1s ease-out, -webkit-transform 2.5s ease-out;
  transition: opacity 1s 1s ease-out, transform 2.5s ease-out;
  transition: opacity 1s 1s ease-out, transform 2.5s ease-out, -webkit-transform 2.5s ease-out;
}
.js .js-animation .page-title-inner {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s ease-out, transform 1s ease-out;
  transition: opacity 0.5s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js .js-animation .main-visual-title {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s 0.5s ease-out, transform 1s ease-out;
  transition: opacity 0.5s 0.5s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js .js-animation .main-visual-text {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: opacity 0.8s 1s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 0.8s 1s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 0.8s 1s ease-out, transform 2s ease-out;
  transition: opacity 0.8s 1s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
.js .js-animation .section-heading,
.js .js-animation .entry-heading-center {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js .js-animation .module-group-list,
.js .js-animation .suggest-center-box {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}
.js .js-animation .top-3minutes-text h3 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.js-animation.is-show .main-copy,
.js-animation.is-show .main-visual-title {
  opacity: 1;
}
.js-animation.is-show .page-title-inner,
.js-animation.is-show .main-visual-text {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .section-heading,
.js-animation.is-show .entry-heading-center {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .module-group-list,
.js-animation.is-show .suggest-center-box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .top-3minutes-text h3 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  margin: 0 -30px 10px;
  padding: 0;
  list-style: none;
}
.banner a {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.banner a:hover {
  opacity: 0.75;
}

.banner-item {
  margin: 0 0 30px 0;
}

.banner-img-center {
  margin: 0 auto;
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  border: 0;
  padding-left: 36px;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
.btn:visited, .btn:focus, .btn:active {
  color: #B22B2B;
}
.btn:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 8px 15px 8px 36px;
}
.btn:hover {
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
}
.btn:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../../images/marker/icon_arrow_red.svg) center center no-repeat;
  background-size: contain;
  left: 12px;
  top: calc(50% - 8px);
}

/* ボタン　色付き */
.btn-attention {
  border: 0;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn-attention {
    font-size: 18px;
  }
}
.btn-attention:visited, .btn-attention:focus, .btn-attention:active {
  color: #B22B2B;
}
.btn-attention:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn-attention {
  display: inline-block;
  padding: 8px 15px 8px 36px;
}
.btn-attention:hover {
  color: #fff;
  background-color: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  background: #fff;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn-large {
    font-size: 18px;
  }
}
.btn-large:visited, .btn-large:focus, .btn-large:active {
  color: #B22B2B;
}
.btn-large:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn-large {
  display: inline-block;
  padding: 15px 20px 15px 40px;
  text-align: center;
  font-size: 20px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #C41134;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn-attention-large {
    font-size: 18px;
  }
}
.btn-attention-large:visited, .btn-attention-large:focus, .btn-attention-large:active {
  color: #B22B2B;
}
.btn-attention-large:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn-attention-large {
  display: inline-block;
  padding: 15px 20px 15px 40px;
  text-align: center;
  font-size: 20px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  width: 100%;
  background: #666;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn-block-large {
    font-size: 18px;
  }
}
.btn-block-large:visited, .btn-block-large:focus, .btn-block-large:active {
  color: #B22B2B;
}
.btn-block-large:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn-block-large {
  display: inline-block;
  padding: 15px 20px 15px 40px;
  text-align: center;
  font-size: 20px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #C41134;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .btn-attention-block-large {
    font-size: 18px;
  }
}
.btn-attention-block-large:visited, .btn-attention-block-large:focus, .btn-attention-block-large:active {
  color: #B22B2B;
}
.btn-attention-block-large:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.btn-attention-block-large {
  display: inline-block;
  padding: 15px 20px 15px 40px;
  text-align: center;
  font-size: 20px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}
.btn-search-block {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
  }
}
/* ボーダーボタン */
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.btn-border [class*=acms-icon-] {
  color: #ccc;
  font-size: 14px;
}
.btn-border:hover {
  text-decoration: none;
}

/* 影付きボタン */
.btn-shadow {
  -webkit-box-shadow: 0 1rem 1rem -0.75rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1rem 1rem -0.75rem rgba(0, 0, 0, 0.4);
}

/* ------------------------------
　　カード
------------------------------ */
.card {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.card .noimage {
  display: block;
  aspect-ratio: 3/2;
  background-color: #ddd;
  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;
  font-size: 20px;
}

.card-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.card-link {
  display: block;
  color: #333;
  padding-bottom: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-link:hover, .card-link:visited, .card-link:active, .card-link:focus {
  color: #333;
}

.card-img {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.card-img img {
  width: 100%;
}

.card-title {
  margin: 0;
  font-family: Ryumin Bold KL, serif;
  font-size: 16px;
  font-weight: bold;
  color: #B22B2B;
}

.card-detail {
  font-size: 14px;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-item {
    margin-bottom: 0;
    width: 33.3333333333%;
    border-bottom: none;
  }
  .card-link {
    padding: 25px;
  }
  .card-link:hover {
    text-decoration: none;
    background: #EEE;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
  }
  .card-link:hover img {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .card-detail {
    font-size: 16px;
  }
}
/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
  line-height: 1.5;
}

.headline-link {
  color: #333;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.headline-link:hover, .headline-link:visited, .headline-link:active, .headline-link:focus {
  color: #333;
}
.headline-link:hover {
  padding: 10px;
  background: #F1F1F1;
}

.headline-title {
  margin: 0 10px;
}

@media screen and (max-width: 479px) {
  /* 画面幅が小さいとき */
  /* ヘッドライン */
  .headline-item {
    padding: 10px 0;
  }
  .headline-title {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .headline {
    min-height: 100px;
  }
}
/* 1カラムページ用のヘッドライン */
.headline-1col {
  font-size: 16px;
}

/* ------------------------------
　　ページ上部のインフォーメーション
------------------------------ */
.info-bar {
  margin-bottom: 30px;
  padding: 50px 0 30px;
  background-color: #f5f5f5;
}
.info-bar .info-bar-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.info-bar .info-bar-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.info-bar .info-bar-item:last-child {
  border-bottom: 0;
}
.info-bar .info-bar-item a {
  text-decoration: none;
}
.info-bar .info-bar-item.bl-hover {
  background-color: #dceaff;
}
.info-bar .info-bar-item.bl-hover .banner-sale {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.info-bar h2 {
  position: relative;
  font-size: 20px;
  margin: 0;
  text-align: center;
  font-family: serif;
}
.info-bar h2:after {
  content: "News topics";
  color: #B22B2B;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 28px;
}
.info-bar .info-bar-contents-inner {
  display: contents;
}
.info-bar .info-bar-contents {
  width: 100%;
}
.info-bar .info-bar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
.info-bar .info-bar-message {
  font-family: Ryumin Bold KL, serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}
.info-bar .info-bar-message time {
  display: block;
  color: #555;
  font-weight: normal;
}
.info-bar .info-bar-message a {
  color: #000;
}
.info-bar .info-bar-link-wrap {
  font-family: Ryumin Bold KL, serif;
  position: relative;
  margin-left: auto;
  white-space: nowrap;
  max-width: 130px;
}
.info-bar .info-bar-link-wrap:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/marker/icon_arrow_red.svg) no-repeat;
  background-size: contain;
}
.info-bar .info-bar-link {
  padding: 5px 0;
  color: #000;
}
.info-bar .info-bar-link .info-bar-contents-inner:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.info-bar .info-bar-link-icon {
  margin: 0 10px 0 0;
}
.info-bar .banner-sale {
  margin: 1em 0 0;
  position: relative;
  border: 1px solid #bbb;
}
.info-bar .banner-sale .sale-end {
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 14%;
  right: 3vw;
  margin: 0;
  font-weight: bold;
  font-size: 3vw;
  background-color: #ab2d2d;
  color: #fff;
  padding: 8px 5px 5px;
  white-space: nowrap;
}

@media screen and (min-width: 480px) {
  .info-bar .info-bar-message {
    margin: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .info-bar {
    text-align: center;
    padding: 30px 0 70px;
    background-color: transparent;
  }
  .info-bar .info-bar-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f5f5f5;
  }
  .info-bar h2 {
    padding-top: 30px;
    min-width: 240px;
  }
  .info-bar h2:after {
    top: -20px;
    font-size: 36px;
  }
  .info-bar .info-bar-message {
    margin: 0 30px;
    padding: 30px 0;
    font-size: 20px;
  }
  .info-bar .info-bar-message time {
    font-size: 16px;
  }
  .info-bar .info-bar-link-wrap {
    padding: 0 30px;
  }
  .info-bar .banner-sale .sale-end {
    font-size: 24px;
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .info-bar .banner-sale .sale-end {
    font-size: 28px;
  }
}
/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
  /* リスト */
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    -webkit-transition: padding 0.25s ease-out;
    transition: padding 0.25s ease-out;
  }
  /* ラベルがあったとき */
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px;
  }
}
/* 検索結果 */
.list-results-wrap {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #CCC;
}

.list-results-heading {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #E5E5E5;
}

.list-results {
  position: relative;
  margin: 0;
}

.list-results-item {
  position: absolute;
  width: 100px;
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: bold;
}

/* ------------------------------
　　メインビジュアル
------------------------------ */
.main-image {
  position: relative;
  margin-top: 70px;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.main-image .main-slider-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}
.main-image .contact-nav {
  display: none;
}
.main-image .main-copy {
  position: absolute;
  top: 50%;
  left: 15vw;
  right: 15vw;
  max-width: 1200px;
  margin: 0;
  font-weight: bold;
  font-family: Ryumin Bold KL, serif;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-image {
    position: relative;
    margin-top: 0;
  }
  .main-image .main-copy {
    font-size: 24px;
  }
  .main-image .contact-nav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .main-image {
    position: relative;
  }
  .main-image .main-copy {
    white-space: nowrap;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    font-size: 32px;
  }
  .main-image .contact-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .main-image .contact-nav li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .main-image .main-copy br {
    display: none;
  }
}
/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .module-section {
    padding: 60px 0;
  }
}
.module-section.service {
  padding: 30px 0 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F2EEE7), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F2EEE7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .module-section.service {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.module-section.item {
  background: #E8DBD7 url(../../images/bg_item.png);
  padding: 0 0 30px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .module-section.item {
    padding: 0 0 30px;
  }
}
.module-section.item .section-header {
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: #B22B2B;
  color: #fff;
}
.module-section.item .section-header h2,
.module-section.item .section-header p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .module-section.item .section-header {
    background: url(../../images/bg_shop_header.jpg) bottom center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding: 40px 0;
  }
  .module-section.item .section-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
  }
  .module-section.item .section-header .inner h2,
  .module-section.item .section-header .inner p {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .module-section.item .section-header .inner h2 {
    color: #fff;
    white-space: nowrap;
    margin: 0;
    padding-right: 30px;
  }
  .module-section.item .section-header .inner p {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 25px;
  }
}
.module-section.store-slider {
  padding: 15px 0 40px;
}
@media screen and (min-width: 768px) {
  .module-section.store-slider {
    padding: 30px 0 60px;
  }
}
.module-section.counseling {
  background: #C1655E url(../../images/bg_counselingroom.png) center center;
  background-size: cover;
}
.module-section .entry-column {
  padding-top: 0;
}
.module-section .entry-column h2 {
  margin-top: 0;
}

/* タイトル */
.module-heading {
  text-align: center;
  color: #B22B2B;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px;
}
a.module-index-link [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}

/* カスタムフィールドグループ */
.module-group-list {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}

.module-group-heading {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}

.module-group-detail {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .module-group-heading {
  text-align: left;
}
.heading-align-center .module-group-heading {
  text-align: center;
}
.heading-align-right .module-group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .module-group-detail {
  text-align: left;
}
.detail-align-center .module-group-detail {
  text-align: center;
}
.detail-align-right .module-group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .module-group-btn-wrap {
  text-align: left;
}
.btn-align-center .module-group-btn-wrap {
  text-align: center;
}
.btn-align-right .module-group-btn-wrap {
  text-align: right;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  margin-top: 70px;
  position: relative;
  display: table;
  width: 100%;
  min-height: 120px;
  padding: 30px 0;
  color: #fff;
  background: url("../../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-title-wrapper .page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-title-wrapper .page-title-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.page-title-wrapper .page-title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  font-family: Ryumin Bold KL, serif;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.page-title-wrapper .page-title a {
  color: #fff;
}
.page-title-wrapper .page-description {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 2px 2px 1px #333;
}

@media (min-width: 768px) {
  .page-title-wrapper {
    height: 280px;
    margin-top: 0;
  }
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page-title-wrapper {
    font-size: 16px;
  }
  .page-title-wrapper .page-description {
    font-size: 18px;
  }
}
/* 仏壇移動ページ専用 */
.page-title-wrapper.is-moving {
  background: #802323;
  height: auto;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-title-wrapper.is-moving {
    height: 480px;
    background: #802323 url("../../images/moving/img_moving_title.jpg") no-repeat right center;
    background-size: contain;
  }
}
.page-title-wrapper.is-moving .page-title-filter {
  display: none;
}
.page-title-wrapper.is-moving .page-title-inner {
  display: block;
  width: 100%;
}
.page-title-wrapper.is-moving .page-title {
  font-size: 24px;
  line-height: 1.5;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-title-wrapper.is-moving .page-title {
    font-size: 28px;
    max-width: 630px;
  }
}
.page-title-wrapper.is-moving .page-description {
  text-shadow: none;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-title-wrapper.is-moving .page-description {
    font-size: 16px;
    max-width: 630px;
  }
}
.page-title-wrapper.is-moving .page-title-btn {
  margin-top: 30px;
}
.page-title-wrapper.is-moving .page-title-btn .btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #802323;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-title-wrapper.is-moving .page-title-btn .btn-white::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/icon_arrow_red.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23802323'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E");
}
.page-title-wrapper.is-moving .page-title-btn .btn-white:hover {
  background: #f0f0f0;
  opacity: 0.9;
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #FFF;
  background: #767676;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  background: #E5E5E5;
  border-radius: 3px;
}
.pager-link:visited, .pager-link:focus, .pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}
.serial-nav .serial-nav-item {
  display: block;
  font-size: 14px;
  text-align: center;
}
.serial-nav .serial-nav-item a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serial-nav .serial-nav-item-prev a:before,
.serial-nav .serial-nav-item-next a:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../../images/marker/icon_arrow_red.svg) center center no-repeat;
  background-size: contain;
  top: calc(50% - 8px);
}
.serial-nav .serial-nav-item-prev {
  text-align: left;
}
.serial-nav .serial-nav-item-prev a,
.serial-nav .serial-nav-item-prev span.no-link {
  padding-left: 40px;
}
.serial-nav .serial-nav-item-prev a:before,
.serial-nav .serial-nav-item-prev span.no-link:before {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.serial-nav .serial-nav-item-next {
  text-align: right;
}
.serial-nav .serial-nav-item-next a,
.serial-nav .serial-nav-item-next span.no-link {
  padding-right: 40px;
}
.serial-nav .serial-nav-item-next a:before,
.serial-nav .serial-nav-item-next span.no-link:before {
  right: 10px;
}
.serial-nav a,
.serial-nav span.no-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}
.serial-nav a:hover, .serial-nav a:visited, .serial-nav a:focus, .serial-nav a:active,
.serial-nav span.no-link:hover,
.serial-nav span.no-link:visited,
.serial-nav span.no-link:focus,
.serial-nav span.no-link:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav a:hover,
.serial-nav span.no-link:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serial-nav .serial-nav-item {
    width: calc(33.3333333333% - 30px);
    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;
  }
  .serial-nav a, .serial-nav span.no-link {
    display: block;
    border: 0;
  }
}
/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  color: #FFF;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  -webkit-filter: none;
          filter: none; /* IEでのグラデーションを上書き */
  font-size: 16px;
}
.search-form .btn-search:hover, .search-form .btn-search:active, .search-form .btn-search:focus {
  background: #666;
}
.search-form input[type=search] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------------------------
　　セクション
------------------------------ */
/* 背景色 */
.section-bg {
  padding: 30px 0;
  background: #F6F6F6;
}

.section-space {
  position: relative;
  padding: 30px 0;
}

/* カラムの中央寄せ */
.section-center-col {
  float: none;
  margin: 0 auto;
}

/* 見出し */
.section-heading, .module-heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  color: #B22B2B;
  line-height: 1.5;
  font-family: Ryumin Bold KL, serif;
}
.section-heading:after, .module-heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #B22B2B;
}
.section-heading a, .module-heading a {
  color: #B22B2B;
}
.section-heading + p, .module-heading + p {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  /* 背景色 */
  .section-bg {
    padding: 60px 0 30px;
  }
  .section-space {
    padding: 60px 0 30px;
  }
  /* 見出し */
  .section-heading {
    margin: 0 0 40px;
    font-size: 30px;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider img {
  margin: 0 auto;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #00c2ff;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #00c2ff;
  content: "";
}

.store-slider .slick-slide {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .store-slider .slick-slide {
    padding: 0 20px;
  }
}
.store-slider .store-slider-image {
  padding-top: 75%;
  background-size: cover;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -21px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  border: 1px dotted #FFF;
}

.slick-prev {
  left: 10px;
  background: url("../../images/marker/icon_arrow_left.svg") no-repeat;
  background-size: contain;
}

.slick-next {
  right: 10px;
  background: url("../../images/marker/icon_arrow_right.svg") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #B22B2B;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #B22B2B;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 12px;
  left: 13px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 17px;
  margin-left: 0;
  border-top: none;
  border-right: 4px solid #FFF;
  border-bottom: none;
  border-left: 4px solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 10px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 8px 0 8px 12px;
}

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 42px;
    height: 42px;
  }
  .slick-prev {
    left: 50px;
  }
  .slick-next {
    right: 50px;
  }
  .fix-height {
    height: 50vh; /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 50vh;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
}
/* ------------------------------
　　提案エリア
------------------------------ */
/* お問い合わせ提案エリア */
.suggest-box {
  background: #FCF7EC;
  padding: 30px 0;
  font-size: 14px;
}
.suggest-box .suggest-info {
  margin: 0 0 1.5em;
}
.suggest-box h2,
.suggest-box h3 {
  margin-top: 0;
}
.suggest-box h2 {
  font-family: Ryumin Bold KL, serif;
  color: #802929;
}
.suggest-box h3 {
  float: left;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.suggest-box .address {
  font-size: 16px;
}
.suggest-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.suggest-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.suggest-left {
  width: 100%;
}
.suggest-left iframe {
  border: 1px solid #ccc;
  width: 100%;
  height: 400px;
}

.suggest-right {
  display: none;
}

.suggest-text {
  margin: 0 0 10px 0;
  line-height: 1.5;
}

p.suggest-btn {
  text-align: right;
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .suggest-box {
    padding: 50px 0;
    font-size: 16px;
  }
  .suggest-box h2 {
    font-size: 28px;
    text-align: center;
  }
  .suggest-box .address {
    font-size: 18px;
  }
  .suggest-box .suggest-inner {
    padding: 0;
  }
  .suggest-box .suggest-left {
    display: block;
    margin-bottom: 0;
    width: calc(60% - 30px);
    font-size: 16px;
  }
  .suggest-box .suggest-left ul {
    font-size: 16px;
  }
  .suggest-box .suggest-right {
    width: calc(40% - 30px);
    display: block;
  }
}
/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.summary-default:before, .summary-default:after {
  display: table;
  content: " ";
}
.summary-default:after {
  clear: both;
}
.summary-default.slick-initialized {
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  border: 0;
}
.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}
.summary-default .slick-dots {
  margin: 0;
}
.summary-default .slick-dots button {
  background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
  background: #B22B2B;
}

.summary-default-item {
  display: block;
  padding: 0 30px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.acms-entry .summary-default-item {
  padding: 30px;
}
.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -30px;
  padding: 10px;
  color: #333;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.summary-default-link:hover, .summary-default-link:visited, .summary-default-link:active, .summary-default-link:focus {
  color: #333;
}
.summary-default-link:hover {
  text-decoration: none;
  background: #F1F1F1;
}

.summary-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/* ------------------------------
　　サムネイル
------------------------------ */
.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail-row {
  margin: 0 30px;
  padding: 0;
  list-style: none;
}

.thumbnail-item {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .thumbnail-row .thumbnail-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.thumbnail-link {
  display: block;
  color: #333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thumbnail-link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.75;
}
.thumbnail-link:visited {
  color: #333;
}

.thumbnail-img {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thumbnail-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.thumbnail-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  padding: 10px 0 30px;
  background: #F5F5F5;
  margin-bottom: 2rem;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.topicpath-item {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px 0 23px;
  background: url("../../images/marker/icon_arrow.png") no-repeat left center;
}
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #000;
  border-bottom: 1px dotted #aaa;
  padding: 2px 4px;
  font-size: 14px;
}
.topicpath-link:hover {
  text-decoration: none;
  background-color: #fff;
  border-bottom: none;
}
.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #000;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  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;
  z-index: 100;
}

.modal__container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 101;
}

.modal__header {
  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;
}
.modal__header h2 {
  margin: 0;
  font-size: 28px;
  color: #B22B2B;
  font-family: Ryumin Bold KL, serif;
}
.modal__header p {
  margin-top: 0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.modal__content p {
  margin-top: 0;
}
.modal__content .tel {
  margin-bottom: 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.modal__content .tel a {
  font-family: Ryumin Bold KL, serif;
  color: #000;
  text-decoration: none;
  display: block;
}
.modal__content .tel img {
  vertical-align: middle;
  width: auto;
  height: 40px;
  margin-right: 8px;
}
.modal__content .tel span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
Demo Animation Style
 \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.8, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.8, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-column [class*=acms-col-] {
  padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-column h2 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h3 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h4 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h5 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h6 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column dl {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column p {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column blockquote {
  margin: 0 0 60px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-column [class*=column-image] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-file] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-map] {
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-yolp] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-street-view]:not(.column-street-view-inner) {
  padding-right: 30px;
  padding-left: 30px;
}

.entry-column [class*=column-youtube] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-video] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-eximage] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-media] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-column [class*=column-quote] {
  margin-right: 30px;
  margin-left: 30px;
}

.entry-column [class*=column-module] {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*=column-image] {
  margin-bottom: 20px;
}

[class*=column-file] {
  margin-bottom: 20px;
}

[class*=column-map] {
  margin-bottom: 20px;
}

[class*=column-yolp] {
  margin-bottom: 20px;
}

[class*=column-street-view] {
  margin-bottom: 20px;
}

[class*=column-youtube] {
  margin-bottom: 20px;
}

[class*=column-video] {
  margin-bottom: 20px;
}

[class*=column-eximage] {
  margin-bottom: 20px;
}

[class*=column-media] {
  margin-bottom: 20px;
}

[class*=column-quote] {
  margin-bottom: 20px;
}

[class*=column-module] {
  margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*=column-image],
[class*=column-media],
[class*=column-eximage] {
  display: block;
}
[class*=column-image].caption,
[class*=column-media].caption,
[class*=column-eximage].caption {
  margin-bottom: 10px;
}
[class*=column-image] a,
[class*=column-media] a,
[class*=column-eximage] a {
  display: block;
}
[class*=column-image] img,
[class*=column-media] img,
[class*=column-eximage] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
[class*=column-image] .caption,
[class*=column-media] .caption,
[class*=column-eximage] .caption {
  margin: 5px 0 0 0;
}

/* 画像ユニットの設定 */
[class*=column-image][style*=width] {
  max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*=column-media] a[href*=media-download] {
  display: inline-block;
  width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*=column-map] > img,
[class*=column-yolp] > img {
  max-width: 100%;
}
[class*=column-map] img,
[class*=column-yolp] img {
  width: auto;
  height: auto;
}

[class*=column-map] > div {
  max-width: 100%;
}

[class*=column-yolp] {
  width: auto !important;
}

[class*=column-quote] blockquote {
  padding: 20px 10px 20px 20px;
}
[class*=column-quote] {
  /* 引用ユニット画像 */
}
[class*=column-quote] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}
[class*=column-quote] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}
[class*=column-quote] {
  /* 引用ユニットテキスト */
}
[class*=column-quote] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}
[class*=column-quote] .quoteTitleLink {
  color: #006cd8;
}
[class*=column-quote] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}
[class*=column-quote] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

/* 配置のスタイル */
.column-file-left {
  text-align: left;
}
.column-file-left + .caption {
  text-align: left;
}
.column-file-left {
  float: left;
  text-align: left;
}

.column-file-right {
  text-align: right;
}
.column-file-right + .caption {
  text-align: right;
}
.column-file-right {
  float: right;
  text-align: right;
}

.column-file-center {
  text-align: center;
}
.column-file-center + .caption {
  text-align: center;
}
.column-file-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-file-auto {
  text-align: auto;
}
.column-file-auto + .caption {
  text-align: auto;
}
.column-file-auto {
  float: none;
}

/* 配置のスタイル */
.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

/* 配置のスタイル */
.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

/* 配置のスタイル */
.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

/* 配置のスタイル */
.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

/* 配置のスタイル */
.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

/* 配置のスタイル */
.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

/* 配置のスタイル */
.column-media-left *:not([href*=media-download]):not([href*=storage]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}
.column-media-left {
  float: left;
  text-align: left;
}

.column-media-right *:not([href*=media-download]):not([href*=storage]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}
.column-media-right {
  float: right;
  text-align: right;
}

.column-media-center *:not([href*=media-download]):not([href*=storage]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}
.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-media-auto *:not([href*=media-download]):not([href*=storage]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}
.column-media-auto {
  float: none;
}

/* 配置のスタイル */
.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

/* 配置のスタイル */
.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-image] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-file] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-map] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-yolp] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-street-view] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-youtube] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-video] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-eximage] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-quote] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-module] {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 480px) {
  [class*=acms-col-][class*=-right] {
    float: left;
  }
  [class*=acms-col-][class*=-right] + * {
    clear: both;
  }
}
/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
  margin-right: 30px;
  margin-left: 30px;
}

/* PDFプレビュー */
.column-pdf-image {
  width: 100%;
  border: solid 1px #aaa;
}

/* ストリートビュー */
.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
  background-color: #FFFF66;
}

.highlight2 {
  background-color: #a0FFFF;
}

.highlight3 {
  background-color: #99FF99;
}

.highlight4 {
  background-color: #FF9999;
}

.highlight5 {
  background-color: #FF66FF;
}

.highlight6 {
  background-color: #880000;
}

/* 番号付きリスト */
.entry-column ol {
  line-height: 1.75;
  margin: 0 30px 50px 30px;
  padding: 0 0 0 2em;
}
.entry-column ol ul {
  margin-bottom: 0;
}
.entry-column ol li {
  margin: 10px 0;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.5;
}
.entry-column dt {
  margin: 0 0 15px 0;
  font-weight: bold;
  line-height: 1.5;
}
.entry-column dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  line-height: 1.75;
}

/* 引用 */
.entry-column blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #f5f5f5;
  border: 3px solid #dedede;
}
.entry-column .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #d0d0d0;
}
.entry-column .column-quote-auto .quoteTitleLink {
  color: #333;
}

@media screen and (min-width: 480px) {
  /* 引用 */
  .entry-column blockquote {
    padding: 20px 20px 20px 30px;
    margin-right: 20px;
    margin-left: 20px;
    width: initial;
    border: 5px solid #dedede;
  }
  .entry-column .column-quote-auto blockquote {
    padding: 15px;
  }
}
/* ソースコード */
.entry-column pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
  font-family: "Menlo", "Monaco", "Courier New", monospace;
  white-space: pre-wrap;
}
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .entry-column .caption {
    font-size: 16px;
  }
}

.column-file-auto + .caption {
  margin-left: 30px;
}

[class*=column-media-],
[class*=column-image-] {
  margin-bottom: 50px;
}
[class*=column-media-] a,
[class*=column-image-] a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ユニットグループ */
.ug-bg-color {
  margin: 0 30px 25px 30px;
  padding: 20px 10px;
  background: #f5f5f5;
  overflow: hidden;
}
.ug-bg-color *:last-child {
  margin-bottom: 0;
}
.ug-bg-color h2 {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .ug-bg-color {
    padding: 25px 15px;
  }
}
/* エントリー内コンテナー */
.entry-container {
  margin: 0 30px;
}

[class^=column-table] .entry-container {
  margin-bottom: 50px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  border-collapse: collapse;
}
.entry-column th,
.entry-column td {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.entry-column td {
  margin-bottom: 15px;
}
.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-column .acms-table-responsive table {
  margin: 0;
}
.entry-column th {
  background: #eee;
}
.entry-column .entry-custom-table {
  margin-bottom: 25px;
}
.entry-column .js-table-unit-scroll-hint th,
.entry-column .js-table-unit-scroll-hint td {
  border: 1px solid #bbb;
}

@media screen and (min-width: 768px) {
  .entry-column tr:nth-child(odd) {
    background-color: #f6f6f6;
  }
  .entry-column th,
  .entry-column td {
    display: table-cell;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #bbb;
    width: 25%;
  }
  .entry-column th {
    background-color: #d2dbe8;
  }
  .entry-column td {
    border: 1px solid #ddd;
  }
}
/* スタッフ紹介 */
.entry-column .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 30px 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}
.entry-column .staff-item {
  width: 50%;
  margin: 0;
}
.entry-column .staff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}
.entry-column .staff-body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 20px 0;
}
.entry-column .staff-name {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  background: 0;
  font-size: 20px;
}
.entry-column .staff-job {
  margin: 15px 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.entry-column .staff-profile {
  margin: 0;
  font-size: 14px;
}
.entry-column .staff-img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.entry-column .staff-img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .entry-column .staff-item {
    width: 25%;
  }
  .entry-column .staff-body {
    margin: 0;
  }
}
/* 動的フォーム */
.entry-column ul.contact-form {
  margin: 0;
  padding: 0;
}
.entry-column ul.contact-form li {
  margin: 0;
}
.entry-column tr.contact-form-group:nth-child(odd) {
  background: inherit;
}
.entry-column .contact-form th,
.entry-column .contact-form td {
  background: inherit;
  border: 0;
}

/* エントリーフッター */
.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

.entry-footer-item + .entry-footer-item {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .entry-footer-item + .entry-footer-item {
    margin: 0 0 0 auto;
  }
}
/* 続きを読むボタン */
.continue-link {
  margin: 0;
}

.continue-link a {
  display: inline-block;
  font-size: 13px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #B22B2B;
  border-radius: 0;
}
.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}
.continue-link a:link, .continue-link a:visited {
  color: #fff;
}
.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }
  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 13px;
  }
}
/* カスタムユニット */
.entry-column .text-with-image {
  padding-bottom: 30px;
}
.entry-column .text-with-image .image {
  text-align: center;
  margin: 0 auto;
}
.entry-column .text-with-image h2 {
  margin-top: 0;
}
.entry-column .flow {
  background-color: #f3f3f3;
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-column .flow hr.clearHidden {
  display: none;
}
.entry-column .flow .text-with-image {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-column .flow .text-with-image:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 20px);
  width: 40px;
  height: 60px;
  background-color: #ddd;
}
.entry-column .flow .text-with-image:last-of-type:after {
  content: none;
}
.entry-column .flow .text-with-image h4 {
  width: 100%;
  margin: 0 0 0.5rem;
  font-size: 18px;
  color: #B22B2B;
  line-height: 1.3;
}
.entry-column .flow .text-with-image h4:before {
  counter-increment: flow;
  content: counter(flow) ". ";
  font-size: 175%;
  font-style: italic;
}
.entry-column .flow .text-with-image h4:after {
  content: none;
}
.entry-column .flow .text-with-image .text {
  margin-bottom: 15px;
  font-size: 14px;
}
.entry-column .flow .text-with-image .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .entry-column .text-with-image {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .entry-column .text-with-image .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entry-column .text-with-image .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding-left: 20px;
  }
  .entry-column .text-with-image .image img {
    width: initial;
    max-width: 100%;
    height: auto;
  }
  .entry-column .text-with-image .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 58%;
            flex: 1 1 58%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .entry-column .flow {
    margin: 0 30px 50px;
  }
  .entry-column .flow .text-with-image {
    padding: 15px 25px;
  }
  .entry-column .flow .text-with-image h4 {
    font-size: 22px;
  }
  .entry-column .flow .text-with-image .text {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .entry-column .flow {
    padding: 50px 50px 20px;
  }
  .entry-column .flow .text-with-image {
    width: calc(50% - 25px);
    min-height: 200px;
    padding: 20px 30px;
  }
  .entry-column .flow .text-with-image:nth-of-type(2n) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .entry-column .flow .text-with-image:nth-of-type(2n):after {
    left: -53px;
    right: initial;
    /* Left Arrow */
    clip-path: polygon(100% 25%, 50% 25%, 50% 0, 0 50%, 50% 100%, 50% 75%, 100% 75%);
    rotate: -25deg;
  }
  .entry-column .flow .text-with-image:after {
    width: 50px;
    height: 32px;
    right: -53px;
    bottom: 20px;
    left: initial;
    background-color: #bbb;
    /* Right Arrow */
    clip-path: polygon(0 25%, 50% 25%, 50% 0, 100% 50%, 50% 100%, 50% 75%, 0 75%);
    rotate: 25deg;
  }
}

/* 追加要素 */
.entry-column strong {
  font-weight: bold;
  color: #B22B2B;
}
.entry-column em {
  font-style: normal;
  font-weight: bold;
}
.entry-column [class*=acms-col-] [class*=column-image-],
.entry-column [class*=acms-col-] [class*=column-media-],
.entry-column [class*=acms-col-] [class*=acms-col-md-] {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entry-column [class*=acms-col-] [class*=column-image-],
  .entry-column [class*=acms-col-] [class*=column-media-],
  .entry-column [class*=acms-col-] [class*=acms-col-md-] {
    margin-bottom: 50px;
  }
}
.entry-column [class*=acms-col-md-] h3 {
  text-align: center;
}
.entry-column .map-wrapper {
  margin: 0 15px 30px;
}

.entry-column .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 30px 30px;
}
.entry-column .btn-wrapper p {
  margin: 0;
  line-height: 1.35;
}
.entry-column .btn-wrapper span {
  font-size: 75%;
}
.entry-column .btn-wrapper a.btn {
  border: none;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: initial;
  margin: 0 0 30px;
  color: #fff;
  outline: 1px rgba(255, 255, 255, 0.5) solid;
  outline-offset: -4px;
  padding: 15px 25px;
}
@media screen and (min-width: 1024px) {
  .entry-column .btn-wrapper a.btn {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1440px) {
  .entry-column .btn-wrapper a.btn {
    width: calc(33.3333333333% - 30px);
  }
}
.entry-column .btn-wrapper a.btn:before {
  content: none;
}
.entry-column .btn-wrapper a.btn.red {
  background: -webkit-gradient(linear, left top, left bottom, from(#b76565), to(#972828)) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #b76565 0%, #972828 100%) 0% 0% no-repeat padding-box;
}
.entry-column .btn-wrapper a.btn.gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#C39E3C), to(#5A4306)) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #C39E3C 0%, #5A4306 100%) 0% 0% no-repeat padding-box;
}
.entry-column .btn-wrapper a.btn.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#657BB7), to(#284697)) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #657BB7 0%, #284697 100%) 0% 0% no-repeat padding-box;
}
.entry-column .btn-wrapper a.btn.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#60a254), to(#2a8528)) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #60a254 0%, #2a8528 100%) 0% 0% no-repeat padding-box;
}
.entry-column .btn-wrapper .text-1 {
  font-size: 14px;
}
.entry-column .btn-wrapper .text-2 {
  margin-top: 10px;
  font-size: 18px;
}
.entry-column .btn-wrapper .tel {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.entry-column .btn-wrapper .tel img {
  width: 44px;
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .entry-column .btn-wrapper .text-1 {
    font-size: 18px;
  }
  .entry-column .btn-wrapper .text-2 {
    font-size: 24px;
  }
  .entry-column .btn-wrapper .tel {
    font-size: 28px;
  }
}
/* 色付きカラム */
.border-column,
.bg-color {
  margin: 30px 30px;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .border-column,
  .bg-color {
    margin: 40px 30px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .border-column,
  .bg-color {
    padding: 40px 25px;
  }
}
.border-column dl,
.border-column dd:last-child,
.bg-color dl,
.bg-color dd:last-child {
  margin-bottom: 0;
}

.border-column {
  border: 3px double #ddd;
  background-color: #f9f9f9;
}
.border-column h2 {
  margin-top: 0;
  font-size: 16px;
  color: #000;
}
.border-column h2:before, .border-column h2:after {
  content: none;
}
.border-column p:last-of-type {
  margin-bottom: 0;
}

.bg-color {
  margin: 30px 0;
  padding-bottom: 15px;
  background-image: url(../../images/bg_column.png);
  background-position: right bottom;
  background-size: cover;
}
.bg-color h2 {
  background-color: #BCA97B;
  color: #fff;
  margin: 0 0 30px;
  padding: 8px 15px;
  text-shadow: 2px 2px 1px #333;
  font-size: 16px;
}
.bg-color h2:before, .bg-color h2:after {
  content: none;
}
.bg-color h3 {
  color: #6C5834;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .bg-color {
    padding: 0 15px 30px;
  }
  .bg-color h2 {
    font-size: 26px;
    margin: 0 -15px 40px;
  }
  .bg-color h3 {
    font-size: 22px;
  }
  .border-column h2 {
    font-size: 26px;
  }
}
/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entry-column .btn,
.entryFormLiteEditor .btn {
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .entry-column .btn,
  .entryFormLiteEditor .btn {
    font-size: 18px;
  }
}
.entry-column .btn:visited, .entry-column .btn:focus, .entry-column .btn:active,
.entryFormLiteEditor .btn:visited,
.entryFormLiteEditor .btn:focus,
.entryFormLiteEditor .btn:active {
  color: #B22B2B;
}
.entry-column .btn:hover,
.entryFormLiteEditor .btn:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.entry-column .btn,
.entryFormLiteEditor .btn {
  display: inline-block;
  padding: 8px 15px 8px 36px;
  display: block;
  max-width: 360px;
  text-align: center;
  margin: 30px auto;
  padding: 12px 15px 12px 36px;
}
@media screen and (min-width: 1024px) {
  .entry-column .btn,
  .entryFormLiteEditor .btn {
    margin: 30px auto 50px;
  }
}
.entry-column,
.entryFormLiteEditor {
  /* 色付きボタン */
}
.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #C41134;
  position: relative;
  font-family: Ryumin Bold KL, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  color: #B22B2B;
  background-color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #B22B2B;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .entry-column .entry-btn-attention,
  .entryFormLiteEditor .entry-btn-attention {
    font-size: 18px;
  }
}
.entry-column .entry-btn-attention:visited, .entry-column .entry-btn-attention:focus, .entry-column .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #B22B2B;
}
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  background-color: #B22B2B;
  color: #fff;
  text-decoration: none;
}
.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  display: inline-block;
  padding: 8px 15px 8px 36px;
}
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #910021;
}
.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #910021;
}
.entry-column,
.entryFormLiteEditor {
  /* ボタン内のアイコン */
}
.entry-column .entry-btn-icon-before,
.entryFormLiteEditor .entry-btn-icon-before {
  margin: 0 10px 0 0;
}
.entry-column .entry-btn-icon-after,
.entryFormLiteEditor .entry-btn-icon-after {
  margin: 0 0 0 10px;
}

.entryFormLiteEditor .btn {
  margin: 0 auto;
}

.price-cell {
  color: #B22B2B;
  font-size: 150%;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.field-table-inner {
  width: 100%;
}
.field-table-inner th,
.field-table-inner td {
  border: 0;
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 820px;
}
.main-inner.is-space-left {
  float: right;
}
.main-inner.is-space-right {
  float: left;
}
.main-inner.is-space-center {
  margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 18px;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.form-wrapper {
  max-width: 800px;
  margin: 30px auto;
  border: 1px solid #ccc;
  padding: 15px 0 30px;
}
@media screen and (min-width: 768px) {
  .form-wrapper {
    margin: 30px auto 50px;
    padding: 30px 20px 50px;
  }
}
.form-wrapper h2 {
  text-align: center;
  margin: 0 30px 20px;
}
.form-wrapper h3 {
  margin: 0 30px 20px;
}
@media screen and (min-width: 768px) {
  .form-wrapper h3 {
    font-size: 20px;
  }
}

.contact-box {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .contact-box {
    margin: 0 auto;
  }
}
.contact-box tr.contact-form-group {
  border-bottom: 1px solid #ddd;
}
.contact-box tr.contact-form-group:first-child {
  border-top: 1px solid #ddd;
}
.contact-box .message-group {
  margin: 0 0 35px 0;
}
.contact-box .message-text {
  color: #B22B2B;
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #B22B2B;
}
.contact-box p {
  line-height: 1.6;
}
.contact-box .envelope {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.contact-box .envelope img {
  width: 100%;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.contact-form ul {
  padding: 0;
}

.contact-form-heading {
  margin: 40px 0 10px 0;
}

.contact-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.contact-form-group.wide .contact-form-control, .contact-form-group.wide .contact-form-label {
  display: block;
  width: initial;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px 0;
  font-weight: bold;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form-control .acms-admin-form-checkbox {
  margin-bottom: 8px;
}
.contact-form-control p {
  margin-top: 0;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-box {
    display: table;
    font-size: 16px;
  }
  .contact-box .contact-form {
    margin: 0 auto 50px;
  }
  .contact-box .contact-form-label {
    display: table-cell;
    padding: 15px 20px;
    vertical-align: top;
    width: 240px;
  }
  .contact-box .contact-form-control {
    display: table-cell;
    padding: 15px 20px;
    width: calc(100% - 240px);
  }
  .contact-box .contact-form-control.wide {
    width: 100%;
  }
  .contact-box .contact-form-col {
    margin: 0;
  }
  .contact-box .envelope {
    float: right;
    width: 40%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact-box .envelope img {
    width: 100%;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: #E5E5E5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #999;
  font-weight: bold;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 14px;
}
.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}
@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 10px;
    padding: 18px 0 14px;
    font-size: 16px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}
.form-btn .btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.form-btn-return .btn {
  -webkit-filter: grayscale(0.3);
          filter: grayscale(0.3);
}

@media screen and (min-width: 768px) {
  .form-btn, .form-btn-send {
    width: 300px;
  }
}
/* ラベル
------------------------------ */
.label-required {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #B22B2B;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 10px;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select {
  border-radius: 3px;
  border: 1px solid #bbb;
}
.contact-box select[required]:required {
  border: 1px solid #c49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}
.contact-box input,
.contact-box textarea {
  border: 1px solid #bbb;
  border-radius: 3px;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}
.contact-box select {
  background-color: #f7f7f7;
  min-height: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .acms-form input[type=tel] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact-box input[type=text],
  .contact-box input[type=password],
  .contact-box input[type=datetime],
  .contact-box input[type=datetime-local],
  .contact-box input[type=date],
  .contact-box input[type=month],
  .contact-box input[type=time],
  .contact-box input[type=week],
  .contact-box input[type=number],
  .contact-box input[type=email],
  .contact-box input[type=url],
  .contact-box input[type=search],
  .contact-box input[type=tel] {
    padding: 4px 8px;
  }
  .contact-box textarea {
    padding: 8px;
  }
  .contact-box select {
    padding: 8px 20px 8px 8px;
  }
}
/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* ------------------------------
　　フッター
------------------------------ */
/* フッター内会社情報 */
.foot-wrapper {
  padding: 30px 0;
  background: #574e49;
}
@media screen and (min-width: 768px) {
  .foot-wrapper {
    padding: 30px 0 150px;
  }
}

.company-about {
  margin: 0 0 30px 0;
  color: #fff;
}

.company-name {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  font-family: Ryumin Bold KL, serif;
}

.company-detail {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.company-detail.address {
  margin-bottom: 1em;
}
.company-detail a {
  color: #fff;
}
.company-detail a:hover {
  text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
  float: right;
  width: 650px;
  max-width: 100%;
  margin: 0 -10px;
}

.footer-nav-item {
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-nav-title {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 16px;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
.footer-nav-list li {
  line-height: 1.7;
}
.footer-nav-list a {
  color: #fff;
  display: block;
  padding: 6px;
}
.footer-nav-list a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../images/icon_arrow_brown.svg) center no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.footer-nav-list a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
  border: 1px dotted #fff;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url("../../images/icon_toTop.svg") no-repeat center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .page-top-btn {
    bottom: 40px;
  }
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.appear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.copyright-text {
  margin: 0 auto;
}

.copryright-logo {
  vertical-align: middle;
}

/* 固定ナビゲーション */
.fixed-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF3130), to(#89302E));
  background: linear-gradient(180deg, #AF3130 0, #89302E 100%);
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}
.fixed-footer.appear {
  opacity: 1;
}
.fixed-footer ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-footer ul li img {
  vertical-align: bottom;
}
.fixed-footer ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-footer ul li a:hover {
  opacity: 0.9;
  -webkit-filter: saturate(1.1) brightness(1.1);
          filter: saturate(1.1) brightness(1.1);
}

.flow-contact {
  display: none;
  -webkit-transform: translateX(320px);
          transform: translateX(320px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.flow-contact:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .flow-contact {
    position: fixed;
    right: 0;
    top: 15vh;
    z-index: 10000;
  }
  .flow-contact.appear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow-contact .flow-contact-tab {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: Ryumin Bold KL, serif;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #284697;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    outline: 1px solid #FFFFFF;
    outline-offset: -3px;
    color: #fff;
    padding: 45px 16px 45px 12px;
    display: block;
    letter-spacing: 3px;
    text-align: center;
    cursor: pointer;
  }
  .flow-contact .flow-contact-tab:hover {
    text-decoration: none;
  }
  .flow-contact .information {
    width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #eee;
    padding: 25px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #284697;
    background-color: #fff;
  }
  .flow-contact .information p {
    margin-top: 0;
    font-size: 15px;
  }
  .flow-contact .information .contact-nav {
    display: block;
  }
  .flow-contact .information .contact-nav li {
    margin: 0 0 15px;
  }
  .flow-contact .information .contact-nav li:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.head-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  background-color: #fff;
  border-top: 4px solid #B22B2B;
}
@media (min-width: 768px) {
  .head-wrapper {
    border-top: none;
    position: static;
    padding: 0;
  }
}
.head-wrapper .tagline {
  display: none;
}
@media (min-width: 1024px) {
  .head-wrapper .tagline {
    display: block;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #555;
  }
}

/* サイト名 */
.site-name {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: Ryumin Bold KL, serif;
}
.header-stack .site-name {
  margin: 30px 0 20px;
}
.site-name a {
  color: #B22B2B;
}
.site-name a:hover, .site-name a:focus, .site-name a:active, .site-name a:visited {
  color: #B22B2B;
}

.site-logo {
  display: inline-block;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  max-width: 240px;
}

.site-name-text {
  display: inline;
  vertical-align: middle;
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.header-nav {
  position: relative;
  display: none;
}

.header .contact-nav li {
  margin-right: 0;
  min-width: 200px;
}

.company-nav.butsudan {
  display: none;
}
.company-nav.butsudan a {
  color: #000;
}
@media (min-width: 1024px) {
  .company-nav.butsudan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    list-style-type: none;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .company-nav.butsudan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
  .company-nav.butsudan li:after {
    display: inline-block;
    content: "|";
    margin-right: 8px;
    margin-left: 8px;
  }
  .company-nav.butsudan li:last-child::after {
    content: none;
  }
  .company-nav.butsudan li a {
    display: inline-block;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .site-name {
    font-size: 24px;
  }
  .header-stack .site-name {
    text-align: center;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 70px);
    height: 110px;
  }
  .header-stack .header {
    display: block;
  }
  .site-logo {
    width: 240px;
  }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  .header-stack .header-logo {
    display: block;
  }
  .header-nav {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .site-name {
    font-size: 28px;
  }
  .header {
    width: 100%;
  }
  .header-stack .header-logo {
    display: block;
    width: 100%;
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header-logo {
    margin: 0;
    padding: 0;
  }
  .header-logo .site-name {
    text-align: center;
    margin: 5px 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
  }
  .header-logo .site-logo {
    width: auto;
    height: 40px;
  }
}
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0 5px;
  padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .site-header {
    top: 25px;
    right: 10px;
  }
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  position: relative;
  z-index: 10000;
  display: inline-block;
  padding: 5px 15px 10px;
  font-size: 20px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .nav-menu-btn {
    padding: 13px 15px 16px;
  }
}
a .nav-menu-btn {
  color: #333;
}
.nav-menu-btn:hover {
  color: #333;
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

.nav-menu-btn-text {
  position: relative;
  z-index: 1000;
  display: inline-block;
  margin: 0 0 0 5px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  font-size: 11px;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
  display: table;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.nav-menu-action-link {
  color: #333;
}
.nav-menu-action-link:hover, .nav-menu-action-link:active, .nav-menu-action-link:visited, .nav-menu-action-link:focus {
  color: #333;
  text-decoration: none;
}

.navbar {
  display: none;
  width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  margin: 0;
  list-style: none;
  font-family: Ryumin Bold KL, serif;
}
.navbar li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
}
.navbar li a:hover {
  text-decoration: none;
}
.navbar li a:focus, .navbar li a:active {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar {
    vertical-align: middle;
    background-color: #9B3A3A;
    position: relative;
  }
  .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    list-style: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-stack .navbar ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #eee;
  }
  .navbar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar li:last-child a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #fff;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #eee;
  }
  .navbar li #btn-menu {
    padding: 12px;
  }
  .navbar li #btn-menu:after {
    display: inline-block;
    content: "";
    background: url("../../images/marker/icon_arrow_right.svg") no-repeat;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 10px;
  }
  .navbar li #btn-menu[aria-expanded=true]:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar li ul {
    /* 二階層目 */
    width: 100%;
    min-width: 200px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar li ul li a {
    padding: 15px;
  }
  .navbar li li {
    margin: 0;
  }
  .navbar li li:last-child a:after {
    content: none;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a {
    /* 一階層目のリンクのみ */
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 8px;
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
  }
  .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
    color: #fff;
  }
  .navbar li a:hover {
    -webkit-filter: saturate(1.1) brightness(1.05);
            filter: saturate(1.1) brightness(1.05);
    background-color: #B22B2B;
  }
  .navbar li a:before {
    position: absolute;
    content: "";
    top: calc(50% - 9px);
    left: 0;
    width: 1px;
    height: 18px;
    background-color: #fff;
  }
  .navbar li a.btn {
    margin-left: 20px;
    padding: 6px 25px 6px 40px;
    min-width: initial;
    color: #fff;
  }
  .navbar li a.btn:before {
    content: "";
    left: 15px;
    background-image: url(../../images/icon_emergency.svg);
  }
  .navbar li a.btn:hover {
    background-color: #B22B2B;
    text-decoration: none;
    opacity: 0.9;
    -webkit-filter: saturate(1.1) brightness(1.1);
            filter: saturate(1.1) brightness(1.1);
  }
  .header-stack .navbar li a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
  .navbar li.stay a {
    /* 一階層目のリンクのみ */
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li li {
    /* 二階層目以降 */
    float: none;
    border: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li img {
    display: block;
  }
  .navbar li li a {
    margin: 0;
    color: #000;
    padding: 20px 15px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navbar li li a:before {
    content: none;
  }
  .navbar li li a:hover {
    color: #000;
    background-color: #d1c5da;
    -webkit-filter: none;
            filter: none;
  }
  .navbar li li a:hover img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-filter: saturate(1.1) brightness(1.05);
            filter: saturate(1.1) brightness(1.05);
  }
  .navbar a.btn-attention {
    /* ボタン（色付き） */
    background: #C41134;
    position: relative;
    font-family: Ryumin Bold KL, serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    color: #B22B2B;
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #B22B2B;
    padding-left: 36px;
    display: inline-block;
    padding: 8px 15px 8px 36px;
    border: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .navbar a.btn-attention {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .navbar a.btn-attention:visited, .navbar a.btn-attention:focus, .navbar a.btn-attention:active {
    color: #B22B2B;
  }
  .navbar a.btn-attention:hover {
    background-color: #B22B2B;
    color: #fff;
    text-decoration: none;
  }
  .navbar a.btn-attention:hover {
    color: #fff;
    background-color: #910021;
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #910021;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    margin-right: 30px;
    padding: 0;
  }
  .navbar {
    display: inline-block;
  }
  .navbar ul li a {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .navbar ul li a {
    font-size: 18px;
  }
}
/* ------------------------------
　　メガメニュー
------------------------------ */
.large-navi {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(235, 235, 235, 0.97);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 1px;
  overflow: hidden;
  padding: 0 calc((100vw - 1190px) / 2);
}
.large-navi[aria-hidden=true] {
  opacity: 0;
}
.large-navi[aria-hidden=false] {
  opacity: 1;
  height: initial;
  padding: 30px calc((100vw - 1190px) / 2);
}
.large-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.large-navi ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
.large-navi ul li a:hover {
  background-color: #d1c5da;
}
.large-navi h3 {
  font-size: 18px;
  font-family: Ryumin Bold KL, serif;
  color: #000;
  margin: 0 0 10px;
}

/* ------------------------------
　　サイドメニュー
------------------------------ */
.navbar-side {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-align: right;
}
@media (min-width: 768px) {
  .navbar-side {
    display: none;
  }
}

.navbar-side-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #333;
  border-radius: 0 0 4px 4px;
}

.navbar-side-item {
  position: relative;
  display: inline-block;
  color: #fff;
}
.navbar-side-item:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  border-left: 1px dotted #fff;
  content: "";
}
.navbar-side-item:first-child:before {
  content: none;
}

.navbar-side-link {
  display: inline-block;
  padding: 4px 14px 4px 10px;
  color: #fff;
}
.navbar-side-link [class*=acms-icon] {
  margin: -2px 5px 0 0;
}
.navbar-side-link:hover, .navbar-side-link:visited, .navbar-side-link:active, .navbar-side-link:focus {
  color: #fff;
}
.navbar-side-link:hover [class*=acms-icon] {
  text-decoration: none;
}

/* ------------------------------
　　モバイルメニュー
------------------------------ */
/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 6px 0;
  vertical-align: middle;
  background-color: #B22B2B;
  border-radius: 1px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.icon-toggle-menu:before, .icon-toggle-menu:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #B22B2B;
  border-radius: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: "";
}
.icon-toggle-menu:before {
  top: -7px;
}
.icon-toggle-menu:after {
  bottom: -7px;
}
[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .icon-toggle-menu:before {
  width: 24px;
  -webkit-transform: translate(-2px, 7px) rotate(45deg);
          transform: translate(-2px, 7px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
  width: 24px;
  -webkit-transform: translate(-2px, -7px) rotate(-45deg);
          transform: translate(-2px, -7px) rotate(-45deg);
}

@media (min-width: 768px) {
  .icon-toggle-menu {
    width: 30px;
    height: 3px;
  }
  .icon-toggle-menu:before, .icon-toggle-menu:after {
    width: 30px;
    height: 3px;
  }
  .icon-toggle-menu:before {
    top: -9px;
  }
  .icon-toggle-menu:after {
    bottom: -9px;
  }
  [aria-expanded=true] .icon-toggle-menu:before {
    width: 30px;
    -webkit-transform: translate(0, 9px) rotate(45deg);
            transform: translate(0, 9px) rotate(45deg);
  }
  [aria-expanded=true] .icon-toggle-menu:after {
    width: 30px;
    -webkit-transform: translate(0, -9px) rotate(-45deg);
            transform: translate(0, -9px) rotate(-45deg);
  }
}
/* ナビゲーションバー */
@media (max-width: 1023px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 24px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    overflow: auto;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-inner {
    padding: 0 20px;
  }
  .mobile-nav-inner + .mobile-nav-inner {
    border-top: 1px solid #ccc;
  }
  .mobile-navbar {
    width: 100%;
  }
  .mobile-navbar-list {
    display: block;
    margin: 0 0 2em;
    padding: 0;
    line-height: 2;
    list-style: none;
    font-family: Ryumin Bold KL, serif;
  }
  .mobile-navbar-list ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-navbar-list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 50%;
  }
  .mobile-navbar-list ul li a,
  .mobile-navbar-list ul li span {
    padding-left: 2em;
    font-size: 18px;
  }
  .mobile-navbar-list li {
    display: block;
  }
  .mobile-navbar-list .navbar-btn {
    margin-top: 10px;
  }
  .mobile-navbar-list a,
  .mobile-navbar-list span {
    display: block;
    padding: 4px 6px;
    font-size: 16px;
  }
  .mobile-navbar-list a:hover,
  .mobile-navbar-list span:hover {
    text-decoration: none;
    background-color: #eee;
  }
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333;
  }
  .mobile-navbar-list a:not(.btn-attention).btn,
  .mobile-navbar-list a:not(.btn-attention):hover.btn,
  .mobile-navbar-list a:not(.btn-attention):visited.btn,
  .mobile-navbar-list a:not(.btn-attention):active.btn,
  .mobile-navbar-list a:not(.btn-attention):focus.btn {
    margin-top: 30px;
    padding: 15px 15px 15px 40px;
    color: #fff;
  }
  .mobile-navbar-list .mobile-navbar-list {
    margin: -5px 0 10px 10px;
    line-height: 2;
    font-size: 14px;
  }
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):focus {
    color: #666;
  }
  .mobile-nav-side {
    margin: 20px 0;
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .mobile-nav-side-link {
    color: #333;
    display: block;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }
  .mobile-navbar-footer {
    margin: 15px 0 0 0;
  }
  .mobile-navbar-footer .sns-list {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .mobile-nav {
    top: 70px;
  }
}
@media (max-width: 479px) {
  .mobile-nav {
    top: 50px;
  }
}
/* 汎用 */
.content {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content {
    overflow-x: initial;
  }
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: Ryumin Bold KL, serif;
}
.content h2:first-of-type {
  margin-top: 0;
}

.image-wrapper {
  overflow: hidden;
}

.btn-wrapper {
  text-align: center;
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}

.map-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border: 1px solid #ccc;
}
.map-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.red {
  color: #B22B2B;
}

.large-text {
  font-family: Ryumin Bold KL, serif;
  font-weight: bold;
  color: #B22B2B;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .large-text {
    font-size: 20px;
  }
}

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

.fadeup li {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 0;
}

.page-description {
  margin-bottom: 30px;
  font-family: Ryumin Bold KL, serif;
}
@media screen and (min-width: 768px) {
  .page-description {
    max-width: 65%;
  }
}

.sample-tab {
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 20px;
}

.sample-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sample-tab__list-item:not(:first-child) {
  margin-left: 5px;
}

.sample-tab__button {
  font-size: 18px;
  background: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.sample-tab__button[aria-selected=true] {
  font-weight: bold;
  border-bottom: 2px solid #304ffe;
}

.sample-tab__panel[aria-hidden=true] {
  display: none;
}
.sample-tab__panel[aria-hidden=false] {
  display: block;
}

.sample-tab__panel-text {
  font-size: 16px;
  line-height: 1.4;
}

/* 問い合わせボタン */
.contact-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-nav li {
  text-align: center;
  font-family: YuMincho, serif;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .contact-nav li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-nav li {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-nav li {
    min-width: 250px;
  }
}
.contact-nav li {
  margin-bottom: 0;
}
.contact-nav li a {
  font-weight: bold;
  position: relative;
  display: block;
  border: 1px solid #DEA9A9;
  color: #B22B2B;
  font-size: 18px;
  padding: 11px 15px;
  line-height: 24px;
  white-space: nowrap;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  outline: 1px solid #DEA9A9;
  outline-offset: -4px;
  background: #fff url(../../images/bg_btn-header.svg) center bottom -20% no-repeat;
  background-size: 100% 60%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-nav li a.tel {
  font-size: 22px;
}
.contact-nav li a:hover {
  text-decoration: none;
  background-color: #fff2f2;
}
.contact-nav li:hover {
  text-decoration: none;
}
.contact-nav span {
  display: block;
  font-size: 14px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .main-image .contact-nav,
  .counseling .contact-nav {
    padding: 20px 15px;
  }
}
.main-image .contact-nav .btn-header,
.counseling .contact-nav .btn-header {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
}
.main-image .contact-nav a,
.counseling .contact-nav a {
  min-width: 255px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border: none;
}
.main-image .contact-nav a span,
.counseling .contact-nav a span {
  color: #fff;
}
.main-image .contact-nav a img,
.counseling .contact-nav a img {
  vertical-align: baseline;
}
.main-image .contact-nav a.form,
.counseling .contact-nav a.form {
  background: url(../../images/bg_btn-mainvisual.svg) center bottom -70% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#BA4B4B), to(#861414)) 0% 0% no-repeat padding-box;
  background: url(../../images/bg_btn-mainvisual.svg) center bottom -70% no-repeat, linear-gradient(180deg, #BA4B4B 0%, #861414 100%) 0% 0% no-repeat padding-box;
}
.main-image .contact-nav a.tel,
.counseling .contact-nav a.tel {
  background: url(../../images/bg_btn-mainvisual.svg) center bottom -70% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#C39E3C), to(#5A4306)) 0% 0% no-repeat padding-box;
  background: url(../../images/bg_btn-mainvisual.svg) center bottom -70% no-repeat, linear-gradient(180deg, #C39E3C 0%, #5A4306 100%) 0% 0% no-repeat padding-box;
}

.counseling .section-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .counseling .section-heading {
    font-size: 24px;
  }
}
.counseling .section-heading + p {
  margin: 20px 0;
}
.counseling .contact-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
}
@media screen and (min-width: 768px) {
  .counseling .contact-nav {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .counseling .contact-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.counseling .contact-nav li {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .counseling .contact-nav li {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .counseling .contact-nav li {
    width: calc(50% - 15px);
    margin: 0;
  }
}

/* アラート（感染拡大予防措置） */
.alert {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 30px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.alert h2 {
  font-size: 16px;
  background-color: #B22B2B;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 4px;
}
.alert > div {
  padding: 15px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .alert {
    overflow: hidden;
    margin: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alert h2 {
    position: relative;
    font-size: 18px;
  }
  .alert > div {
    padding: 25px 15px 25px 60px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* right: auto; */
    width: 100%;
  }
  .alert h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 120px;
            flex: 1 1 120px;
  }
  .alert h2:after {
    position: absolute;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 80px transparent;
    border-right: solid 40px transparent;
    border-bottom: solid 80px transparent;
    border-left: solid 40px #B22B2B;
  }
  .alert > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.counseling .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 20px;
}
.counseling .inner .image-wrapper {
  display: none;
  text-align: center;
  margin-top: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 480px) {
  .counseling .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .counseling .inner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .counseling .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px;
  }
  .counseling .inner .image-wrapper {
    display: block;
    width: 320px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .counseling .inner .image-wrapper img {
    max-width: 100%;
  }
  .counseling .inner .text-wrapper {
    width: calc(100% - 360px);
  }
}
.counseling .section-heading {
  padding-bottom: 6px;
}
.counseling .section-heading:after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E3D3AA), color-stop(50%, #E3D3AA), to(#F7F5F0));
  background: linear-gradient(90deg, #E3D3AA 0%, #E3D3AA 50%, #F7F5F0 100%);
}
.counseling .btn-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .counseling .btn-header {
    display: block;
  }
}

.panel-description {
  margin-bottom: 30px;
}

.content-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .content-panel.js-slider-category {
    margin-right: -15px;
    margin-left: -15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .content-panel.js-slider-category .slick-next {
    right: 30px;
  }
  .content-panel.js-slider-category .slick-prev {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-panel.column-3:after {
    display: inline-block;
    content: "";
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content-panel.column-3:after {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .content-panel.column-4:before, .content-panel.column-4:after {
    display: inline-block;
    content: "";
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content-panel.column-4:before, .content-panel.column-4:after {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .content-panel.column-4:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.content-panel > a {
  text-decoration: none;
}
.content-panel .content-panel-item {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.content-panel .content-panel-item.slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 480px) {
  .content-panel .content-panel-item.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.content-panel .content-panel-item > a {
  position: relative;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
}
.content-panel .content-panel-item > a:hover {
  text-decoration: none;
}
.content-panel .content-panel-item > a:hover .btn {
  background: #B22B2B;
  color: #fff;
}
.content-panel .content-panel-item > a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.05) saturate(1.1);
          filter: brightness(1.05) saturate(1.1);
}
.content-panel .content-panel-item h3 {
  margin: 0 0 20px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.content-panel .content-panel-item p {
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.content-panel .content-panel-item .image-wrapper {
  margin-bottom: 15px;
}
.content-panel .content-panel-item .image-wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.content-panel .content-panel-item .btn-wrapper {
  margin-bottom: 0;
}
.content-panel .content-panel-item .btn {
  margin-bottom: 0;
  background: #fff;
  background-size: 100%;
  color: #B22B2B;
  outline-offset: -3px;
  outline: 1px solid #DEA9A9;
  font-size: 16px;
  padding: 6px 15px 6px 36px;
  white-space: nowrap;
}
.content-panel .content-panel-item a[target=_blank]:after, [class*=column-image] .content-panel .content-panel-item {
  content: none;
}
@media screen and (min-width: 480px) {
  .content-panel .content-panel-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .content-panel .content-panel-item {
    position: relative;
    margin-bottom: 40px;
  }
  .content-panel .content-panel-item > a {
    padding-bottom: 80px;
  }
  .content-panel .content-panel-item h3 {
    font-size: 20px;
  }
  .content-panel .content-panel-item p,
  .content-panel .content-panel-item li {
    font-size: 14px;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .content-panel .content-panel-item .image-wrapper {
    margin-bottom: 20px;
  }
  .content-panel .content-panel-item .btn-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .content-panel .content-panel-item.tiny > a {
    padding-bottom: 80px;
  }
  .content-panel.column-3 .content-panel-item {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .content-panel .content-panel-item h3 {
    font-size: 22px;
  }
  .content-panel .content-panel-item p,
  .content-panel .content-panel-item li {
    font-size: 16px;
  }
  .content-panel .content-panel-item .btn {
    width: initial;
  }
  .content-panel.column-4 .content-panel-item {
    width: calc(25% - 15px);
  }
}
.content-panel .content-panel-title {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.content-panel .content-panel-image {
  margin-bottom: 15px;
}
.content-panel .content-panel-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-panel .content-panel-text {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .content-panel .content-panel-text .btnWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.content-panel .content-panel-body {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.75;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .content-panel .content-panel-title {
    font-size: 16px;
  }
  .content-panel.vertical .content-panel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .content-panel.vertical .content-panel-item:first-child {
    margin-top: 0;
  }
  .content-panel.vertical .content-panel-item .content-panel-image {
    width: 160px;
  }
  .content-panel.vertical .content-panel-item .content-panel-text {
    width: calc(100% - 180px);
  }
  .content-panel.vertical .content-panel-item .content-panel-text .btnWrapper {
    display: block;
    text-align: right;
    left: initial;
    bottom: 30px;
  }
  .content-panel.vertical .content-panel-item .content-panel-text .btnWrapper .btn {
    margin-bottom: 0;
    padding: 4px 35px 4px 15px;
    font-size: 14px;
  }
  .content-panel.vertical .content-panel-title {
    text-align: left;
    font-size: 18px;
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  .content-panel.vertical .content-panel-item .content-panel-image {
    width: 240px;
  }
  .content-panel.vertical .content-panel-item .content-panel-text {
    width: calc(100% - 270px);
  }
  .content-panel .content-panel-title {
    font-size: 18px;
  }
  .content-panel .content-panel-body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .content-panel.vertical .content-panel-item .content-panel-image {
    width: 320px;
  }
  .content-panel.vertical .content-panel-item .content-panel-text {
    width: calc(100% - 350px);
  }
  .content-panel.vertical .content-panel-title {
    font-size: 20px;
  }
}
/* 仏壇・仏事の基礎知識 */
.content-panel .basic-knowledge {
  background: #F7F5F0 url(../../images/bg_knowledge.png) top center no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 40px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .content-panel .basic-knowledge {
    padding-bottom: 70px;
    width: calc(33.3333333333% - 25px);
  }
}
.content-panel .basic-knowledge ul {
  padding: 0;
  list-style-type: none;
}
.content-panel .basic-knowledge ul li {
  margin-bottom: 10px;
}
.content-panel .basic-knowledge ul li a {
  position: relative;
  padding: 4px 0 4px 24px;
}
.content-panel .basic-knowledge ul li a:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../images/marker/icon_arrow_red.svg) center no-repeat;
  background-size: contain;
}

/* FAQ */
.faq-item {
  padding: 15px 0;
  border-top: 1px solid #EAC7C7;
  clear: both;
}
.faq-item:first-of-type {
  border-top: none;
}
.faq-item .question,
.faq-item .answer {
  position: relative;
  padding-left: 42px;
  margin-top: 0;
}
.faq-item .question:before,
.faq-item .answer:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq-item .question {
  clear: both;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.faq-item .question:before {
  background-image: url(../../images/icon_question.svg);
}
.faq-item .answer {
  margin-bottom: 0;
}
.faq-item .answer:before {
  background-image: url(../../images/icon_answer.svg);
}

@media screen and (min-width: 480px) {
  .faq-item {
    padding: 30px 0;
  }
  .faq-item .question:before,
  .faq-item .answer:before {
    top: 0;
    width: 32px;
    height: 32px;
  }
  .faq-item .question {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .faq-item .answer img {
    max-width: 160px;
    float: right;
    margin-bottom: 2.5em;
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .faq-item .answer img {
    max-width: 240px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
/* 個別商品 */
/* 管理画面 */
#adminBox {
  margin-top: 20px;
}

/* 商品一覧 */
.item-heading {
  clear: both;
  text-align: center;
  color: #803D29;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .item-heading {
    font-size: 30px;
  }
}

.item-wrapper .item {
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.item-wrapper .item .acms-admin-icon-control-edit {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  z-index: 100000;
}
.item-wrapper .item .acms-admin-icon-control-edit:hover {
  color: #900;
  text-decoration: none;
}
.item-wrapper .item .item-main h3 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.item-wrapper .item .item-main p {
  margin-right: 0;
  margin-left: 0;
}
.item-wrapper .item .item-image {
  position: relative;
}
.item-wrapper .item .item-image .item_no {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10pt;
  z-index: 10;
  background-color: rgba(230, 230, 230, 0.8);
  padding: 2px 0.25em;
  color: #000;
  line-height: 1;
}
.item-wrapper .item .category-ihai {
  display: block;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-wrapper .item .category-ihai {
    width: auto;
  }
}
.item-wrapper .item .item-sub p {
  margin: 1em 0 0;
}
.item-wrapper .item .item-sub-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-wrapper .item .item-sub-image > div {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}
.item-wrapper .item .item-sub-image > div a {
  position: relative;
  display: block;
  text-align: center;
}
.item-wrapper .item .item-sub-image > div a:before {
  content: "";
  display: block;
}
.item-wrapper .item .item-size {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.item-wrapper .item .item-price {
  margin: 0.5em 0 0;
  font-family: Ryumin Bold KL, serif;
  text-align: center;
  color: #B22B2B;
  font-weight: bold;
  font-size: 20px;
}
.item-wrapper .item .item-price span {
  color: #000;
  margin-left: 10px;
  display: inline-block;
}
.item-wrapper .item .price-table {
  font-size: 14px;
  margin-top: 20px;
}
.item-wrapper .item .price-table table {
  border-collapse: collapse;
  width: 100%;
}
.item-wrapper .item .price-table table tr:first-child th,
.item-wrapper .item .price-table table tr:first-child td {
  font-weight: bold;
  background-color: #ddd;
}
.item-wrapper .item .price-table table th,
.item-wrapper .item .price-table table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px 15px;
}
.item-wrapper .item .price-table table th {
  background-color: #eee;
}
.item-wrapper .item .item-size {
  margin-top: 1em;
}
.item-wrapper .item .item-detail {
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
}
.item-wrapper .item .item-detail li {
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 14px;
  margin: 0 6px 10px 0;
  padding: 8px 12px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-wrapper .item .item-description {
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .item-wrapper .item img {
    max-height: 300px;
    display: block;
    margin: auto;
  }
  .item-wrapper .item .item-main {
    margin-bottom: 15px;
  }
  .item-wrapper .item .item-detail li {
    margin: 0 0 12px;
  }
  .item-wrapper .item .item-size {
    margin-top: 1em;
  }
  .item-wrapper .item .price-table {
    font-size: 16px;
  }
  .item-wrapper .item .price-table table tr th,
  .item-wrapper .item .price-table table tr td {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-wrapper .show-large- {
    width: calc(50% - 15px);
  }
  .item-wrapper:after {
    display: inline-block;
    content: "";
    width: calc(33.3333333333% - 40px);
  }
  .item-wrapper .item {
    border-bottom: 1px solid #ddd;
  }
  .item-wrapper .item.show-large-on {
    width: 100%;
    padding-top: 50px;
  }
  .item-wrapper .item.show-large-on .item-main {
    width: 30%;
  }
  .item-wrapper .item.show-large-on .item-main h3 {
    margin-top: -50px;
    font-size: 22px;
    position: absolute;
  }
  .item-wrapper .item.show-large-on .item-main .item-image {
    display: block;
    text-align: center;
  }
  .item-wrapper .item.show-large-on .item-main .item-image img {
    max-height: 450px;
  }
  .item-wrapper .item.show-large-on .item-price {
    font-size: 24px;
  }
  .item-wrapper .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-wrapper .item .item-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-wrapper .item .item-sub-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .item-wrapper .item .item-sub-image:after {
    display: inline-block;
    content: "";
    width: calc(33.3333333333% - 20px);
  }
  .item-wrapper .item .item-sub-image > div {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 25px;
  }
  .item-wrapper .item .item-sub-image > div img {
    margin: auto;
    max-width: 100%;
    max-height: 160px;
  }
  .item-wrapper .item .item-price {
    font-size: 18px;
  }
  .item-wrapper .item .item-price th,
  .item-wrapper .item .item-price td {
    display: table-cell;
  }
  .item-wrapper .item .item-description,
  .item-wrapper .item .item-size {
    font-size: 16px;
  }
  .item-wrapper .item-detail {
    color: #000;
  }
  .item-wrapper .item-detail li {
    font-size: 16px;
  }
  .item-wrapper .item-sub {
    width: calc(70% - 40px);
  }
  .item-wrapper .show-large- {
    width: calc(33.3333333333% - 40px);
  }
  .item-wrapper .show-large- .item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .item-wrapper .show-large- .item-main h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    min-height: 3em;
    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;
  }
  .item-wrapper .show-large- .item-image {
    position: relative;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 100%;
  }
  .item-wrapper .show-large- .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .item-wrapper .show-large- .item-size {
    text-align: center;
    font-size: 14px;
  }
  .item-wrapper .show-large- .item-description {
    margin-top: 1em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .item-wrapper:before, .item-wrapper:after {
    display: inline-block;
    content: "";
    width: calc(25% - 40px);
  }
  .item-wrapper:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .item-wrapper .show-large- {
    width: calc(25% - 40px);
  }
}
.item-wrapper.kakejiku .item {
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-wrapper.kakejiku h3 {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.item-wrapper.kakejiku h3:after {
  position: absolute;
  left: calc(50% - 60px);
  bottom: 0;
  display: inline-block;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #B22B2B;
}
.item-wrapper.kakejiku p {
  margin-right: 0;
  margin-left: 0;
}
.item-wrapper.kakejiku .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-wrapper.kakejiku .kakejiku-item {
  width: calc(33.3333333333% - 20px);
  margin: 0 8px 15px;
  text-align: center;
}
.item-wrapper.kakejiku .kakejiku-item img {
  width: auto;
  height: 120px;
  vertical-align: bottom;
}
.item-wrapper.kakejiku .kakejiku-sutra,
.item-wrapper.kakejiku .kakejiku-title,
.item-wrapper.kakejiku .kakejiku-note {
  font-size: 14px;
}
.item-wrapper.kakejiku .kakejiku-sutra {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}
.item-wrapper.kakejiku .kakejiku-title {
  text-align: center;
  margin: 0;
}
.item-wrapper.kakejiku .kakejiku-note {
  background-color: #f3f3f3;
  margin: 0;
  padding: 10px;
}
.item-wrapper.case {
  background-color: #f3f3f3;
  padding: 15px;
  margin: 0 30px 30px;
}
.item-wrapper.case .item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-wrapper.case .item-sub .item-description {
  font-size: 14px;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .item-wrapper.kakejiku .item {
    width: calc(50% - 20px);
  }
  .item-wrapper.kakejiku .kakejiku-item {
    margin: 0 8px 20px;
  }
  .item-wrapper.kakejiku .kakejiku-item img {
    height: 180px;
  }
  .item-wrapper.kakejiku .kakejiku-sutra,
  .item-wrapper.kakejiku .kakejiku-note {
    font-size: 16px;
  }
  .item-wrapper.kakejiku .kakejiku-title {
    font-size: 14px;
  }
  .item-wrapper.kakejiku .kakejiku-sutra {
    min-height: 3.5em;
    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;
  }
  .item-wrapper.kakejiku h3 {
    font-size: 20px;
  }
  .item-wrapper.kakejiku .kakejiku-note {
    padding: 15px;
    font-size: 15px;
  }
  .item-wrapper.case {
    padding: 30px;
  }
  .item-wrapper.case .item-sub .item-description {
    font-size: 16px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .item-wrapper.kakejiku .item {
    width: calc(33.3333333333% - 20px);
  }
}
/* セール */
.sale-title-wrapper {
  position: relative;
  max-width: 1170px;
  padding: 60px 0 0;
}

.sale-title img,
.sale-image img {
  width: 100%;
  vertical-align: bottom;
}

.sale-title {
  position: relative;
  margin: 0;
}
.sale-title .sale-end {
  position: absolute;
  bottom: 10%;
  right: 14%;
  font-family: Ryumin Bold KL, serif;
  background-color: #B22B2B;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  font-size: 20px;
}

.sale-feature {
  list-style-type: none;
  margin: 0;
  padding: 30px 0 0;
  background-color: #f6efe3;
  margin: 0 -15px;
  padding: 25px 20px 15px;
}
@media screen and (min-width: 480px) {
  .sale-feature {
    margin: 0 -30px;
  }
}
.sale-feature li {
  font-weight: bold;
  position: relative;
  padding-left: 55px;
  margin-bottom: 1.25em;
  font-size: 18px;
  font-family: Ryumin Bold KL, serif;
  line-height: 1.5;
}
.sale-feature li:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 42px;
  height: 33px;
  background: url(../../images/icon_lotus.svg) no-repeat;
  background-size: contain;
}
.sale-feature li:last-child {
  margin-bottom: 0;
}

.sale-priceoff {
  position: absolute;
  bottom: 15px;
  right: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sale-priceoff li {
  margin-left: 0.5em;
  font-size: 1.75vw;
  padding: 0.2em 0.5em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  color: #B22B2B;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 600px) {
  .sale-title-wrapper {
    padding: 54px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .sale-title {
    width: 57.3%;
  }
  .sale-title .sale-end {
    font-size: 2vw;
  }
  .sale-image {
    width: 42.7%;
  }
  .sale-feature {
    margin: 0;
    padding: 50px 30px 0;
    background-color: transparent;
  }
  .sale-priceoff {
    bottom: 25px;
    right: 25px;
  }
  .sale-priceoff li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .sale-title-wrapper {
    padding: 40px 0 0;
  }
  .sale-feature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .sale-feature li {
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .sale-feature li:before {
    left: -5px;
  }
  .sale-feature li:after {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    display: inline-block;
    content: "";
    width: 100%;
    height: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#FCF7E5), to(#fff));
    background: linear-gradient(to Right, #FCF7E5 0%, #fff 100%);
  }
  .sale-priceoff li {
    font-size: 1.5vw;
  }
}
.price-note {
  text-align: right;
  font-size: 15px;
}
.bid-3 .content {
  padding-top: 54px;
}
@media screen and (min-width: 768px) {
  .bid-3 .content {
    padding-top: 0;
  }
}

/* ヘッダーメニュー */
.large-navi {
  display: none;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
.large-navi.appear {
  opacity: 1;
}
.large-navi h2 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #243e65;
  border-bottom: 1px solid #243e65;
}
@media screen and (min-width: 768px) {
  .large-navi h2 {
    font-size: 28px;
  }
}
.large-navi .navi-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 30px;
}
.large-navi .navi-plan-list img {
  vertical-align: bottom;
}
.large-navi .navi-plan-list .navi-plan-item {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .large-navi .navi-plan-list .navi-plan-item {
    width: calc(25% - 30px);
  }
}
.large-navi .navi-plan-list .navi-plan-item.bl-hover img {
  -webkit-filter: saturate(1.1) brightness(1.1);
          filter: saturate(1.1) brightness(1.1);
  scale: 1.05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.large-navi .navi-plan-list .navi-plan-item .image {
  position: relative;
  overflow: hidden;
}
.large-navi .navi-plan-list .navi-plan-item .image:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../images/icon_arrow_red.svg) no-repeat;
  background-size: contain;
  margin-top: -16px;
}
.large-navi .plan-name {
  margin: 0 0 10px;
  font-size: 16px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.large-navi .plan-name a {
  color: #000;
}
.large-navi .plan-name a:hover {
  text-decoration: none;
}
.large-navi .plan-price {
  margin: 0;
  font-size: 14px;
}
.large-navi .plan-capacity {
  background-color: #c7dbf8;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 2px 8px;
}

/* 愛ホールが選ばれる理由 */
.reason {
  background-image: url(../../images/bg_reason.jpg);
  background-size: cover;
  counter-reset: number 0;
}
.reason .section-space {
  padding: 30px 0 0;
}
.reason .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 140px;
  padding-right: 10px;
  min-height: 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.reason .reason-item:before, .reason .reason-item:after {
  color: #fff;
  position: absolute;
}
.reason .reason-item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8097c3), to(#4c69a2));
  background: linear-gradient(to bottom, #8097c3, #4c69a2);
}
.reason .reason-item .number:after {
  position: absolute;
  right: 0;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 30px;
  border-color: transparent transparent #ffffff transparent;
}
.reason .reason-item:before {
  top: 0;
  left: 50px;
  display: inline-block;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number);
  font-size: 90px;
  line-height: 1;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  z-index: 1;
}
.reason .reason-item:after {
  left: 15px;
  top: 30px;
  content: "理由";
}
.reason .reason-item h3 {
  color: #3562bc;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reason .reason-item h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .reason .section-space {
    padding: 60px 0 30px;
  }
  .reason .reason-item {
    width: calc(50% - 15px);
    padding: 15px 15px 15px 140px;
  }
  .reason .reason-item h3,
  .reason .reason-item p {
    margin: 0;
  }
}
/* すべてのプラン */
.chart-wrapper {
  margin-bottom: 40px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .chart-wrapper {
    margin-bottom: 60px;
    padding: 30px;
  }
}
.chart-wrapper h2 {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .chart-wrapper h2 {
    font-size: 28px;
  }
}

/* 各ホール紹介 */
.hall .hall-info {
  margin-top: -50px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.hall .hall-info .plan-list-title {
  color: #243e65;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .hall .hall-info .plan-list-title {
    font-size: 28px;
  }
}
.hall .hall-info-header {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #4f72a6;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .hall .hall-info-header.aihall {
    background-image: url(../../images/bg_aihall_header.jpg);
  }
  .hall .hall-info-header.yuhigaoka {
    background-image: url(../../images/bg_yuhigaoka_header.jpg);
  }
}
.hall .hall-info-header .hall-info-heading {
  margin: 0;
  font-size: 18px;
  color: #eddebc;
}
.hall .hall-info-header .hall-info-heading .label {
  margin-right: 8px;
  color: #243e65;
  background-color: #eddebc;
  font-size: 16px;
  vertical-align: middle;
  padding: 2px 8px;
}
.hall .hall-info-header .hall-name {
  color: #fff;
  font-size: 24px;
  display: block;
}
.hall .hall-info-header .hall-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 15px;
}
.hall .hall-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 20px;
}
.hall .hall-outline .text,
.hall .hall-outline .image {
  width: 100%;
}
.hall .hall-outline .image {
  position: relative;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hall .hall-outline .image .image-inner {
  margin-bottom: 30px;
}
.hall .hall-outline .image .image-inner img {
  -webkit-box-shadow: 20px 36px 0 #ebebeb;
          box-shadow: 20px 36px 0 #ebebeb;
}
.hall .hall-outline .image .image-inner span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.hall .hall-outline p {
  margin-top: 0;
}
.hall .hall-outline .map-wrapper {
  margin-bottom: 30px;
}
.hall .hall-inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hall .hall-inner-image .hall-inner-image-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.hall .hall-inner-image .hall-inner-image-item span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #4f72a6;
  font-size: 13px;
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .hall .hall-info .plan-list-title {
    font-size: 26px;
    text-align: center;
  }
  .hall .hall-info-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hall .hall-info-header-inner .hall-info-heading {
    width: 50%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hall .hall-info-header-inner .hall-description {
    width: 50%;
  }
  .hall .hall-info-header-inner .hall-name {
    font-size: 36px;
  }
  .hall .hall-outline {
    font-size: 16px;
  }
  .hall .hall-outline .text {
    width: 60%;
  }
  .hall .hall-outline .image {
    width: calc(40% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hall .hall-inner-image:before, .hall .hall-inner-image:after {
    display: inline-block;
    content: "";
    width: calc(25% - 20px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hall .hall-inner-image .hall-inner-image-item {
    width: calc(25% - 20px);
  }
  .hall .hall-inner-image .hall-inner-image-item span {
    font-size: 14px;
  }
}
/* プランの紹介 */
.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan-list .plan-item {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 60%, #eee 100%);
}
.plan-list .plan-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), to(#cee5fa));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 60%, #cee5fa 100%);
}
.plan-list .plan-item:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url(../../images/icon_arrow_plan.svg) no-repeat;
  background-size: contain;
  margin-top: -16px;
}
.plan-list .plan-item .image {
  margin-bottom: 12px;
}
.plan-list .plan-item .image img {
  width: 100%;
  height: auto;
}
.plan-list .plan-item .text {
  padding-right: 30px;
}
.plan-list .plan-item .plan-name {
  font-family: Ryumin Bold KL, serif;
  position: relative;
  font-size: 24px;
  margin: 0 -30px 10px 0;
  line-height: 1.5;
}
.plan-list .plan-item .plan-name:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(70%, #ccc), to(#fff));
  background-image: linear-gradient(to right, #ccc 0%, #ccc 70%, #fff 100%);
  bottom: 0;
  left: 0;
}
.plan-list .plan-item .plan-name a:hover {
  text-decoration: none;
}
.plan-list .plan-item .plan-price {
  margin: 0;
  font-size: 22px;
  font-family: Ryumin Bold KL, serif;
  line-height: 1.2;
  margin: 15px 0;
}
.plan-list .plan-item .plan-price .plan-price-number {
  font-size: 32px;
  margin-left: 5px;
  font-weight: bold;
}
.plan-list .plan-item .plan-price .plan-price-label,
.plan-list .plan-item .plan-price .plan-tax-label {
  font-size: 16px;
  display: inline-block;
}
.plan-list .plan-item .plan-capacity {
  padding: 2px 10px;
  display: inline-block;
  font-size: 14px;
}
.plan-list .ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

@media screen and (min-width: 1024px) {
  .plan-list .plan-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plan-list .plan-item {
    padding: 30px 20px;
  }
}
.plan-aihall100 .plan-name a,
.plan-yuhigaoka80 .plan-name a {
  color: #531362;
}
.plan-aihall100 .plan-capacity,
.plan-yuhigaoka80 .plan-capacity {
  background-color: #d7cdd9;
}

.plan-aihall80 .plan-name a,
.plan-yuhigaoka60 .plan-name a {
  color: #0d7bac;
}
.plan-aihall80 .plan-capacity,
.plan-yuhigaoka60 .plan-capacity {
  background-color: #d2e6ef;
}

.plan-aihall55 .plan-name a {
  color: #3e583b;
}
.plan-aihall55 .plan-capacity {
  background-color: #d7e5d6;
}

.plan-aihall35 .plan-name a,
.plan-yuhigaoka45 .plan-name a {
  color: #a57a47;
}
.plan-aihall35 .plan-capacity,
.plan-yuhigaoka45 .plan-capacity {
  background-color: #f8ddbe;
}

@media screen and (min-width: 768px) {
  .plan-list .plan-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .plan-list .plan-item .image {
    width: 40%;
  }
  .plan-list .plan-item .text {
    width: calc(60% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* 愛ホール使用料 */
.hall-price .hall-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hall-price .hall-price-item {
  font-family: Ryumin Bold KL, serif;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 30px;
}
.hall-price .hall-price-item p {
  padding-left: 15px;
  padding-right: 15px;
}
.hall-price .hall-price-item .hall-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.hall-price .hall-price-item dl {
  width: calc(55% - 20px);
  margin: 0;
}
.hall-price .hall-price-item dl dt {
  position: relative;
}
.hall-price .hall-price-item dl dd {
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.hall-price .hall-price-item h3 {
  margin: 0;
  padding: 4px;
  background-color: #5177ac;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .hall-price .hall-price-item h3 {
    font-size: 22px;
  }
}
.hall-price .hall-price-item .image {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hall-price .hall-price-item .label {
  display: inline-block;
  padding: 0 10px;
}
.hall-price .hall-price-item .label.general {
  background-color: #d1def0;
}
.hall-price .hall-price-item .label.member {
  margin-top: 40px;
  background-color: #edd6d6;
}
.hall-price .hall-price-item .label.member:before {
  position: absolute;
  top: -30px;
  left: 2em;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 32px 0 32px;
  border-color: #666666 transparent transparent transparent;
}
.hall-price .hall-price-item .red {
  font-weight: bold;
  font-size: 24px;
}
.hall-price .hall-price-item .strike {
  text-decoration: line-through;
}

@media screen and (min-width: 768px) {
  .hall-price .hall-price-item {
    width: calc(50% - 20px);
  }
  .hall-price .hall-price-item .label {
    font-size: 18px;
  }
  .hall-price .hall-price-item .strike {
    font-size: 28px;
  }
  .hall-price .hall-price-item .red {
    font-size: 36px;
  }
}
/* 愛の会バナー */
.ainokai-banner {
  background: -webkit-gradient(linear, left top, right top, from(#1f3b62), to(#3067b1));
  background: linear-gradient(90deg, #1f3b62, #3067b1);
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ainokai-banner {
    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;
  }
}
.ainokai-banner p {
  margin: 0;
}
.ainokai-banner .btn-ainokai {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ainokai-banner .btn-ainokai {
    margin-top: 0;
  }
}
.ainokai-banner .btn-ainokai a {
  display: block;
  position: relative;
  color: #243E65;
  background-color: #fff;
  border: 1px solid #98b4e8;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 15px 30px 15px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ainokai-banner .btn-ainokai a {
    margin-left: 20px;
  }
}
.ainokai-banner .btn-ainokai a:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/icon_arrow_blue.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.ainokai-banner .btn-ainokai a:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #98b4e8;
  left: 2px;
  top: 2px;
}
.ainokai-banner .btn-ainokai a:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-filter: saturate(1.1) brightness(1.1);
          filter: saturate(1.1) brightness(1.1);
}

/* 総額目安 */
.price-sample {
  background-color: #eef4ff;
  padding: 15px;
}
.price-sample .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}
.price-sample .price-item li {
  position: relative;
  margin: 0 15px 15px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.price-sample .price-item li:after {
  position: absolute;
  content: "+";
  right: -20px;
}
.price-sample .price-item li:last-child:after {
  content: none;
}
.price-sample .price-container {
  max-width: 580px;
  margin: 0 auto;
}
.price-sample .case {
  background-color: #5177ac;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
}
.price-sample .price-table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.price-sample .price-table th,
.price-sample .price-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
.price-sample .price-table th {
  text-align: left;
}
.price-sample .price-table td {
  text-align: right;
}
.price-sample .price-table .sum td {
  font-size: 150%;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .price-sample .price-table {
    font-size: 18px;
  }
  .price-sample .price-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
  .price-sample .price-item li {
    margin: 0 25px;
    padding: 5px 15px;
    font-size: 20px;
  }
}
/* お急ぎの際にご用意・ご連絡いただくもの */
.acute-situation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.acute-situation ul li {
  background-color: #eef4ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
  width: calc(50% - 10px);
  text-align: center;
  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;
}
@media screen and (min-width: 768px) {
  .acute-situation ul li {
    width: calc(25% - 15px);
  }
}

/* その他の葬儀場のご紹介 */
.other-hall {
  background-color: #f5f5f5;
}
.other-hall .section-space {
  padding: 30px 0;
}
.other-hall .section-heading {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.other-hall .section-heading:after {
  content: none;
}
.other-hall .section-outline {
  text-align: center;
  margin-bottom: 2em;
}
.other-hall .other-hall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-hall .other-hall-list img {
  max-width: 100%;
}
.other-hall .other-hall-item {
  margin-bottom: 30px;
}
.other-hall .other-hall-item .other-hall-title {
  text-align: center;
  margin: 0 0 10px;
}
.other-hall .other-hall-item h3 {
  text-align: center;
}
.other-hall .other-hall-item p {
  margin: 0 0 10px;
}
.other-hall .other-hall-item .other-hall-address {
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 480px) {
  .other-hall .other-hall-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .other-hall .section-space {
    padding: 50px 0;
  }
  .other-hall .other-hall-item {
    width: calc(33.3333333333% - 30px);
  }
}
/* 愛の会 */
.ainokai {
  background-image: url(../../images/bg_ainokai.jpg);
}
.ainokai .section-space {
  padding: 30px 0 0;
}
.ainokai .ainokai-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.ainokai .ainokai-text,
.ainokai .ainokai-image {
  width: 100%;
}
.ainokai .ainokai-text img {
  margin-top: 10px;
  float: right;
  max-width: 50%;
}
.ainokai .ainokai-text p {
  margin: 0;
}
.ainokai .ainokai-text .ainokai-title {
  white-space: nowrap;
  font-size: 2.5vw;
}
.ainokai .ainokai-text .point {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 3vw;
}
.ainokai .ainokai-text .point li {
  display: inline-block;
  background-color: #fff;
  color: #6f4900;
  padding: 2px 10px;
}
.ainokai .ainokai-text .point li::marker {
  color: #c1275f;
}
.ainokai .ainokai-text .ainokai-amenity {
  clear: both;
}
.ainokai .ainokai-image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ainokai .section-space {
    padding: 60px 0 30px;
  }
  .ainokai .ainokai-column {
    margin-bottom: 50px;
  }
  .ainokai .ainokai-text,
  .ainokai .ainokai-image {
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ainokai .ainokai-text .ainokai-title {
    white-space: nowrap;
    font-size: 1.75vw;
  }
  .ainokai .ainokai-text .point {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .ainokai .section-space {
    padding: 60px 0 30px;
  }
  .ainokai .ainokai-column {
    margin-bottom: 50px;
  }
  .ainokai .ainokai-text,
  .ainokai .ainokai-image {
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ainokai .ainokai-text .ainokai-title {
    white-space: nowrap;
    font-size: 18px;
  }
  .ainokai .ainokai-text p,
  .ainokai .ainokai-text .point {
    font-size: 18px;
  }
}
/* 葬儀の前後のサポート */
.support-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-column .support-column-inner {
  position: relative;
  background-color: #f7f4ef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  width: 100%;
}
.support-column .support-column-inner h3 {
  background-color: #4f6d9a;
  color: #fff;
  margin: 0;
  padding: 6px;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .support-column .support-column-inner h3 {
    font-size: 22px;
  }
}
.support-column .support-column-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
.support-column .support-column-inner > div img {
  margin: auto;
}
.support-column .support-column-inner ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.support-column .support-column-inner ul li {
  position: relative;
  padding-left: 15px;
  margin: 4px 0;
}
.support-column .support-column-inner ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4f6d9a;
  left: 0;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .support-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support-column .support-column-inner {
    width: calc(50% - 20px);
  }
  .support-column .support-column-inner.before img {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .support-column .support-column-inner ul li {
    font-size: 18px;
  }
  .support-column .support-column-inner ul li:before {
    top: 12px;
  }
  .support-column .support-column-inner > div {
    padding: 30px;
  }
}
/* ご挨拶 */
.greeting {
  background: url(../../images/bg_greeting.png);
}
.greeting h2 {
  position: relative;
  color: #fff;
  padding: 0 45px;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .greeting h2 {
    font-size: 28px;
  }
}
.greeting h2:before, .greeting h2:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.greeting h2:before {
  left: 5px;
}
.greeting h2:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: initial;
  right: 10px;
}
.greeting p {
  margin-top: 0;
}
.greeting .greeting-text {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting .greeting-image {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting .greeting-image img {
  vertical-align: bottom;
}
.greeting .greeting-position,
.greeting .greeting-name {
  text-align: right;
  margin-bottom: 0;
}
.greeting .greeting-name {
  font-size: 24px;
  font-family: Ryumin Bold KL, serif;
}
.greeting .greeting-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.greeting .btn-wrapper li {
  margin-bottom: 30px;
}
.greeting .btn-wrapper .tel {
  font-family: Ryumin Bold KL, serif;
  color: #fff;
  font-size: 20px;
}
.greeting .btn-wrapper .tel img {
  margin-right: 8px;
}
.greeting .btn-wrapper .tel .number {
  font-size: 32px;
}
.greeting .btn-wrapper img {
  width: 50px;
}

@media screen and (min-width: 768px) {
  .greeting h2 {
    padding: 0 90px;
  }
  .greeting h2:before, .greeting h2:after {
    width: 70px;
  }
  .greeting h2:after {
    left: initial;
  }
  .greeting .greeting-text {
    width: 60%;
    padding: 30px;
  }
  .greeting .greeting-image {
    width: 40%;
  }
  .greeting .greeting-image img {
    max-width: 100%;
  }
  .greeting .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .greeting .btn-wrapper li {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .greeting .btn-wrapper .to-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greeting .btn-wrapper .to-form a {
    margin: auto;
  }
  .greeting .btn-wrapper .tel {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
  }
  .greeting .btn-wrapper .tel .number {
    font-size: 50px;
  }
  .greeting .btn-wrapper img {
    width: 80px;
  }
}
/* プランに含まれるもの */
.plan-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-detail .plan-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 7.5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.plan-detail .plan-detail-item:last-child {
  border: none;
}
.plan-detail .plan-detail-item .image {
  width: 60px;
}
.plan-detail .plan-detail-item .text {
  width: calc(100% - 75px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 5px;
}
.plan-detail .plan-detail-item img {
  vertical-align: bottom;
}
.plan-detail .plan-detail-item h3 {
  margin: 0;
  font-size: 13px;
  font-family: initial;
}
.plan-detail .plan-detail-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .plan-detail:before, .plan-detail:after {
    width: calc(33.3333333333% - 15px);
  }
  .plan-detail .plan-detail-item {
    width: calc(33.3333333333% - 15px);
  }
  .plan-detail .plan-detail-item h3 {
    font-size: 15px;
  }
  .plan-detail .plan-detail-item p {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .plan-detail:before, .plan-detail:after {
    display: inline-block;
    content: "";
    width: calc(25% - 10px);
  }
  .plan-detail:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plan-detail .plan-detail-item {
    width: calc(25% - 10px);
  }
  .plan-detail .plan-detail-item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .plan-detail .plan-detail-item .text {
    padding-left: 10px;
  }
  .plan-detail p {
    font-size: 14px;
  }
}
/* プラン比較表 */
table.plan {
  margin: 0 auto;
}
table.plan tr:first-child th {
  text-align: center;
  background-color: #d2dbe8;
}
table.plan td {
  text-align: center;
}

/* よくある質問 */
.faq-wrapper {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.faq-wrapper .question + .answer {
  height: 0px;
  padding: 0;
  overflow: hidden;
  display: block !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-wrapper .question {
  position: relative;
  margin: 0;
  padding: 6px 10px 6px 40px;
  background-color: #f6f6f6;
}
.faq-wrapper .question:before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 10px;
  font-size: 24px;
}
.faq-wrapper .question a {
  text-decoration: none;
  display: block;
  color: #333;
}
.faq-wrapper .answer {
  position: relative;
}
.faq-wrapper .answer:before {
  font-size: 24px;
  font-family: Ryumin Bold KL, serif;
  position: absolute;
  content: "A";
  top: 10px;
  left: 12px;
  font-weight: bold;
}
.faq-wrapper .answer .content {
  padding: 15px 10px 15px 40px;
}
.faq-wrapper .question.open {
  background-color: #eef4ff;
}
.faq-wrapper .question.open + .answer {
  height: auto;
  margin-bottom: 20px;
}

/* 葬儀フロー・項目フローの矢印調整 (大きな三角形) */
.flow .text-with-image,
.offering .text-with-image,
.text-with-image.flow,
.text-with-image.offering {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .flow .text-with-image,
  .offering .text-with-image,
  .text-with-image.flow,
  .text-with-image.offering {
    margin-bottom: 100px;
  }
}
.flow .text-with-image:after,
.offering .text-with-image:after,
.text-with-image.flow:after,
.text-with-image.offering:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 27px;
  background-color: #eee;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .flow .text-with-image:after,
  .offering .text-with-image:after,
  .text-with-image.flow:after,
  .text-with-image.offering:after {
    width: 200px;
    height: 67px;
    bottom: -67px;
  }
}
.flow .text-with-image,
.offering .text-with-image,
.text-with-image.flow,
.text-with-image.offering {
  /* JSで付与された最後の要素では表示しない */
}
.flow .text-with-image.is-last-item,
.offering .text-with-image.is-last-item,
.text-with-image.flow.is-last-item,
.text-with-image.offering.is-last-item {
  margin-bottom: 30px !important;
}
.flow .text-with-image.is-last-item:after,
.offering .text-with-image.is-last-item:after,
.text-with-image.flow.is-last-item:after,
.text-with-image.offering.is-last-item:after {
  content: none !important;
  display: none !important;
}

/* 供花申込フォームのご案内 (.offering-info) */
.offering-info {
  background-color: #f8f9fa;
  border: 1px solid #d1d8e0;
  padding: 1rem;
  margin-bottom: 2.5rem;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .offering-info {
    padding: 2rem;
  }
}
.offering-info p {
  margin: 0 0 1.5rem;
  color: #243e65;
  border-left: 5px solid #243e65;
  padding-left: 12px;
  font-weight: bold;
  font-size: 17px;
}
.offering-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 40px;
}
.offering-info ul li {
  width: 100%;
  margin: 0;
}
.offering-info ul li strong {
  color: #243e65;
  font-size: 15px;
}
.offering-info ul li em {
  font-style: normal;
  color: #c41134;
  font-weight: bold;
}
.offering-info ul li br {
  display: none;
}
@media screen and (max-width: 479px) {
  .offering-info ul li br {
    display: block;
  }
}

/* 供花確認画面用テーブル */
.offering-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  margin: 2rem 0 3rem;
}
.offering-table th,
.offering-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.offering-table th {
  background-color: #f7f7f7;
  font-weight: bold;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .offering-table th {
    display: table-cell;
    width: 220px;
  }
}
.offering-table td {
  background-color: #fff;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .offering-table td {
    display: table-cell;
    width: auto;
  }
}
.offering-table td strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #243e65;
}
.offering-table td strong:first-child {
  margin-top: 0;
}

/* 供花申込フォームの入力項目定義 */
.offering-item-section {
  margin-bottom: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.offering-item-section .offering-item-category {
  background: #e2e8f0;
  padding: 8px 15px;
  font-weight: bold;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
}
.offering-item-section .offering-item-row {
  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;
  padding: 12px 15px;
  border-bottom: 1px solid #f3f4f6;
}
.offering-item-section .offering-item-row:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  .offering-item-section .offering-item-row {
    -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;
    gap: 10px;
  }
}
.offering-item-section .offering-item-label {
  color: #4b5563;
  margin: 0;
}
.offering-item-section .offering-item-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #6b7280;
}
@media (max-width: 480px) {
  .offering-item-section .offering-item-input-wrap {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.offering-item-section .offering-item-input-wrap input[type=number] {
  width: 65px !important;
  padding: 6px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  text-align: center;
}

/* 領収書名の入力コンテナ */
#receipt_name_container {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}
#receipt_name_container.is-visible {
  display: block;
}

/* 仏壇移動・処分テストページ */
.moving-section {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .moving-section {
    padding: 0 0 60px;
  }
}

/* オーナメント付き見出し */
.ornament-heading {
  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;
  gap: 20px;
  margin-bottom: 40px;
  color: #B22B2B;
  font-family: Ryumin Bold KL, serif;
  font-size: 20px;
  text-align: center;
}
.ornament-heading::before, .ornament-heading::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ornament-heading::before {
  background-image: url(../../images/h2_decoration_left.svg);
}
.ornament-heading::after {
  background-image: url(../../images/h2_decoration_right.svg);
}
@media screen and (min-width: 768px) {
  .ornament-heading {
    font-size: 28px;
  }
  .ornament-heading::before, .ornament-heading::after {
    width: 255px;
    height: 27px;
  }
}

/* 悩み解決カード */
.trouble-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trouble-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF5E3), to(#FFFFFF));
  background: linear-gradient(180deg, #FFF5E3 0%, #FFFFFF 100%);
  padding: 30px 20px;
  text-align: center;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.trouble-card h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #B22B2B;
}
@media screen and (min-width: 768px) {
  .trouble-card h3 {
    font-size: 22px;
  }
}
.trouble-card img {
  margin-bottom: 20px;
  width: 100px;
  height: auto;
}
.trouble-card p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

/* 選ばれる理由 */
.reason-section .acms-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason-text {
  padding-left: 20px;
}

.service-box {
  margin-top: 20px;
  background-color: #fff;
}
.service-box h3 {
  background: -webkit-gradient(linear, left top, right top, from(#F0E0E0), to(#FFFFFF));
  background: linear-gradient(90deg, #F0E0E0 0%, #FFFFFF 100%);
  color: #B22B2B;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-items .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 15px;
  line-height: 1;
}
.service-items .service-item::before, .service-items .service-item::after {
  display: inline-block;
  font-size: 80px;
  color: #ccc;
  font-weight: normal;
}
.service-items .service-item:before {
  content: "[";
}
.service-items .service-item:after {
  content: "]";
}

/* 料金表 */
.price-table-wrapper {
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.price-table th,
.price-table td {
  border: 1px solid #E6E6E6;
  padding: 15px;
  text-align: center;
}
.price-table th {
  background-color: #F7F5F0;
  font-weight: bold;
}
.price-table .category-col {
  background-color: #F7F5F0;
  text-align: left;
  font-weight: bold;
}
.price-table .price-red {
  color: #B22B2B;
  font-weight: bold;
  font-size: 18px;
}

/* 追加料金・特典ボックス */
.bonus-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bonus-box {
  background-color: #F2EEE7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .bonus-box {
    width: calc(50% - 20px);
  }
}
.bonus-box h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.bonus-box ul {
  list-style: disc;
  margin: 0;
}
.bonus-box .red {
  font-weight: bold;
}

/* ご利用の流れ */
.step-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  border: 1px solid #ddd;
  padding: 20px;
}
.step-item::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  height: 20px;
  background-color: #ddd;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .step-item::after {
    top: 50%;
    bottom: auto;
    right: -27px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 42px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.step-item:last-child::after {
  display: none;
}
.step-item h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #B22B2B;
}
@media screen and (min-width: 768px) {
  .step-item h3 {
    font-size: 22px;
  }
}
.step-item h3 .num {
  font-size: 48px;
  font-family: serif;
  font-style: italic;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.step-item p {
  margin: 0;
}
.step-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

/* 魂抜きボックス */
.warning-box {
  border: 2px solid #E6E6E6;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
}
.warning-text h2 {
  color: #B22B2B;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .warning-text h2 {
    font-size: 28px;
  }
}

.warning-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
.warning-img img {
  width: 100%;
  height: auto;
}

/* 愛ホールプラン・見積もり関連 */
.page-title-wrapper {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-title-wrapper .plan-header-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.page-title-wrapper .plan-name-row {
  margin: 0 auto 20px;
}
.page-title-wrapper .plan-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto;
  max-width: 600px;
}
.page-title-wrapper .plan-name {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
.page-title-wrapper .plan-name span {
  display: inline-block;
  background-color: #555;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  vertical-align: middle;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.page-title-wrapper .page-title-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 15px 0;
}

.plan-top-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .plan-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.plan-desc-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-chart {
  background-color: #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  margin: 0;
  padding: 8px;
  border-radius: 4px;
}
.case-chart img {
  max-width: 100%;
  height: auto;
  display: block;
}

.plan-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}

.base-plan-wrapper {
  min-width: 45%;
}
@media (max-width: 768px) {
  .base-plan-wrapper {
    width: 100%;
  }
}

.base-plan-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.base-plan-box .base-plan-label {
  font-weight: bold;
  color: #555;
  font-size: 16px;
}
.base-plan-box .base-plan-price {
  font-size: 24px;
  font-weight: bold;
  color: #B22B2B;
}

/* 会場費・総額セクション */
.venue-fee-section,
.total-price-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
}
.venue-fee-section .venue-fee-header,
.venue-fee-section .total-price-header,
.total-price-section .venue-fee-header,
.total-price-section .total-price-header {
  font-weight: bold;
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.venue-fee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.venue-fee-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.venue-fee-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.venue-fee-prices,
.total-price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.venue-fee-regular,
.venue-fee-member,
.total-price-regular,
.total-price-member {
  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;
}

.venue-fee-label,
.total-label {
  font-size: 16px;
  color: #666;
}

.venue-fee-amount,
.total-amount {
  font-size: 16px;
  font-weight: bold;
}
.venue-fee-amount.strikethrough,
.total-amount.strikethrough {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
}
.venue-fee-amount.highlight,
.total-amount.highlight {
  color: #B22B2B;
  font-size: 16px;
}
.venue-fee-amount .tax-note,
.total-amount .tax-note {
  font-size: 16px;
  font-weight: normal;
  margin-left: 2px;
}

.total-price-section {
  background: #f8f8f8;
  color: #333;
}
.total-price-section .total-price-header {
  color: #fff;
  background: #555;
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}
.total-price-section .total-amount.highlight {
  font-size: 20px;
}

.benefit-badge {
  position: absolute;
  bottom: -28px;
  right: 10rem;
  background: #B22B2B;
  color: #fff;
  font-size: 20px;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.benefit-badge::after {
  content: "→";
  position: absolute;
  right: -32px;
  top: 0;
  -webkit-transform: rotate(-35deg) translateY(-65%);
          transform: rotate(-35deg) translateY(-65%);
  padding-left: 10px;
  color: #B22B2B;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.total-tax-included {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  opacity: 0.9;
  margin-top: 4px;
}

/* タブUI */
.hall-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.hall-tabs .hall-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 20px;
  border: 1px solid #555;
  border-bottom: none;
  background: #f5f5f5;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
}
.hall-tabs .hall-tab:first-child {
  border-right: none;
}
.hall-tabs .hall-tab.active {
  background: #555;
  color: #fff;
  border-color: #555;
  position: relative;
}
.hall-tabs .hall-tab.active::after {
  display: none;
}

.hall-content {
  display: none;
  background: #fff;
  border: 1px solid #555;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
.hall-content.active {
  display: block;
}
.hall-content .venue-fee-section {
  margin-top: 0;
  border: none;
  padding: 0;
  background: transparent;
}
.hall-content .total-price-section {
  margin-top: 15px;
}

/* モデルケースセクション */
.price-sample {
  background: #f5f5f5;
  padding: 40px 20px;
  margin-top: 30px;
}
.price-sample .section-space {
  max-width: 1110px;
  margin: 0 auto;
}
.price-sample .section-heading {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .price-sample .section-heading {
    font-size: 28px;
  }
}
.price-sample .price-note {
  text-align: center;
  margin-bottom: 20px;
}
.price-sample .price-note li {
  display: inline-block;
  background: #777;
  color: #fff;
  padding: 5px 15px;
  margin: 3px;
  border-radius: 3px;
  font-size: 16px;
}
.price-sample .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .price-sample .price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-sample .price-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.price-sample .price-item .case {
  background: #555;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.price-sample .price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-sample .price-table th, .price-sample .price-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.price-sample .price-table th {
  text-align: left;
  font-weight: normal;
  color: #333;
  background: #fafafa;
}
.price-sample .price-table td {
  text-align: right;
  font-weight: bold;
  color: #333;
}
.price-sample .price-table td.red {
  color: #B22B2B;
}
.price-sample .price-table tr.sum th, .price-sample .price-table tr.sum td {
  background: #f0f4fa;
  border-bottom: none;
}
.price-sample .price-table tr.sum td {
  font-size: 20px;
  color: #B22B2B;
}

/* プラン詳細セクション */
.plan-detail-section {
  max-width: 1110px;
  margin: 30px auto;
  padding: 0 20px;
}
.plan-detail-section h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 768px) {
  .plan-detail-section h2 {
    font-size: 28px;
  }
}
.plan-detail-section .plan-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .plan-detail-section .plan-detail {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .plan-detail-section .plan-detail {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan-detail-section .plan-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.plan-detail-section .plan-detail-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.plan-detail-section .plan-detail-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.plan-detail-section .plan-detail-item .text {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan-detail-section .plan-detail-item .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .plan-detail-section .plan-detail-item .text h3 {
    font-size: 22px;
  }
}
.plan-detail-section .plan-detail-item .text p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* 別途費用セクション */
.funeral-extra-costs {
  max-width: 1110px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.funeral-extra-costs h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
}
@media screen and (min-width: 768px) {
  .funeral-extra-costs h2 {
    font-size: 28px;
  }
}
.funeral-extra-costs .lead-text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 25px 0;
}
.funeral-extra-costs .cost-group {
  margin-bottom: 25px;
}
.funeral-extra-costs .cost-group h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  background: #f8f8f8;
  border-left: 4px solid #555;
  border-radius: 0 4px 4px 0;
}
.funeral-extra-costs .cost-group h3.accordion-toggle {
  cursor: pointer;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.funeral-extra-costs .cost-group h3.accordion-toggle::after {
  content: "▲";
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.funeral-extra-costs .cost-group h3.accordion-toggle.closed::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.funeral-extra-costs .cost-group .accordion-content {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.funeral-extra-costs .cost-group .accordion-content.closed {
  max-height: 0 !important;
}
.funeral-extra-costs .cost-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.funeral-extra-costs .cost-list li {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.funeral-extra-costs .cost-list li:last-child {
  border-bottom: none;
}
.funeral-extra-costs .cost-list li .item-name {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.funeral-extra-costs .cost-list li .item-note {
  font-size: 16px;
  color: #666;
}
.funeral-extra-costs .option-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .funeral-extra-costs .option-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.funeral-extra-costs .option-category {
  background: #fafafa;
  border-radius: 6px;
  padding: 15px;
}
.funeral-extra-costs .option-category h4 {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}
.funeral-extra-costs .option-category .caution {
  font-size: 16px;
  color: #888;
  margin: 10px 0 0 0;
  line-height: 1.6;
}
.funeral-extra-costs .option-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.funeral-extra-costs .option-table tr {
  border-bottom: 1px solid #eee;
}
.funeral-extra-costs .option-table tr:last-child {
  border-bottom: none;
}
.funeral-extra-costs .option-table th {
  text-align: left;
  padding: 8px 10px;
  font-weight: normal;
  color: #333;
  width: 40%;
  background: transparent;
}
.funeral-extra-costs .option-table td {
  text-align: right;
  padding: 8px 10px;
  color: #B22B2B;
  font-weight: bold;
}

/* パターン比較グリッド (もし使っていれば) */
.pattern-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pattern-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pattern-grid .pattern-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pattern-grid .pattern-card.member-benefit {
  border-color: #555;
  background-color: #fafafa;
}
.pattern-grid .pattern-header {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pattern-grid .pattern-hall-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: block;
}
.pattern-grid .hall-price-mini {
  font-size: 16px;
  color: #666;
  background: #eee;
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 5px;
  display: inline-block;
}
.pattern-grid .pattern-body {
  text-align: center;
}
.pattern-grid .pattern-label {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
  display: block;
}
.pattern-grid .pattern-total-price {
  font-size: 28px;
  font-weight: bold;
  color: #B22B2B;
  font-family: "Helvetica Neue", Arial, sans-serif;
  display: block;
  line-height: 1.1;
}
.pattern-grid .tax-mini {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.pattern-grid .pattern-footer {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #888;
}

.extra-costs {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}
.extra-costs h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333;
}
@media screen and (min-width: 768px) {
  .extra-costs h3 {
    font-size: 22px;
  }
}
.extra-costs ul {
  margin: 0;
  padding-left: 20px;
}
.extra-costs ul li {
  margin-bottom: 5px;
}

/* 画像・キャプション関連 */
.plan-right-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
@media (max-width: 768px) {
  .plan-right-column {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.plan-image-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .plan-image-box {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.plan-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-image-box .plan-image-caption {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 概算見積もりフローティング・サイドバー */
.quotation-trigger {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #555;
  color: #fff;
  padding: 15px 8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  z-index: 1000;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.quotation-trigger:hover {
  background: #333;
}
@media (max-width: 768px) {
  .quotation-trigger {
    top: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
  }
}

.quotation-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  width: 450px;
  height: 100%;
  background: #fff;
  z-index: 2000;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quotation-sidebar.active {
  right: 0;
}
@media (max-width: 480px) {
  .quotation-sidebar {
    width: 100%;
  }
}
.quotation-sidebar .sidebar-header {
  padding: 15px 20px;
  background: #333;
  color: #fff;
  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;
}
.quotation-sidebar .sidebar-header .sidebar-title {
  font-weight: bold;
  font-size: 16px;
}
.quotation-sidebar .sidebar-header .sidebar-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.quotation-sidebar .sidebar-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.quotation-sidebar .sidebar-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  display: none;
}
.sidebar-overlay.active {
  display: block;
}