@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    color: #333333;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    /* font-family: 'Noto Serif JP', sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .pc-none {
    display: none;
  }
  main {
    min-width: 100%;
  }
  #sidemenu {
    width: 80px;
    position: fixed;
    right: 0;
    top: 190px;
    z-index: 9999;
  }
  #sidemenu ul li {
    margin: 0 0 1rem 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #sidemenu ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #location {
    width: 1200px;
    margin: 2rem auto;
  }
  #location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  #location ul li {
    display: inline;
  }
  #location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  #location ul li:last-child:after {
    content: "";
  }
  .contents {
    background: url("/assets/img/common/ct_area_bg.webp") repeat-y 0 300px;
  }
  .first-cta {
    padding: 7rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(245, 243, 197) 3px, rgb(245, 243, 197) 6px);
  }
  .first-cta__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .first-cta-btn01 {
    width: 580px;
    background: #fff;
    border-radius: 10px;
  }
  .first-cta-btn01 h3 {
    padding: 1.5rem 0;
    background: #c73131;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .first-cta-btn01 h3 strong {
    font-weight: bold;
    font-size: 2.4rem;
  }
  .first-cta-btn01__arrow {
    margin: -0.8rem 0 0 0;
    line-height: 1;
    font-size: 3rem;
    color: #c73131;
    text-align: center;
  }
  .first-cta-btn01__tel-lead {
    margin: 1rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .first-cta-btn01__column01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first-cta-btn01__tel-icon {
    width: 40px;
    margin: 0.7rem 1.5rem 0 0;
  }
  .first-cta-btn01__tel-number {
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
  }
  .first-cta-btn01__time-lead {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    background: #FFF604;
  }
  .first-cta-btn01__time-lead strong {
    margin: 0 1rem 0 0;
    color: #c73131;
    font-weight: bold;
  }
  .first-cta-btn01__time-lead span {
    font-weight: bold;
  }
  .first-cta-btn01__column02 {
    width: 100%;
    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;
  }
  .first-cta-btn01__time-txt {
    width: 290px;
    padding: 0 1.5rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .first-cta-btn01__time-txt strong {
    color: #C73131;
    font-weight: bold;
  }
  .first-cta-btn01__time-txt strong span {
    color: #C73131;
    font-weight: bold;
    font-size: 2rem;
  }
  .first-cta-btn01__time-image {
    width: 290px;
  }
  .first-cta-btn01__time-image img {
    border-bottom-right-radius: 10px;
  }
  .first-cta-btn02 {
    width: 580px;
    background: #fff;
    border-radius: 10px;
  }
  .first-cta-btn02 h3 {
    padding: 1.5rem 0;
    background: #8DD354;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .first-cta-btn02 h3 strong {
    font-weight: bold;
    font-size: 2.4rem;
  }
  .first-cta-btn02__arrow {
    margin: -0.8rem 0 0 0;
    line-height: 1;
    font-size: 3rem;
    color: #8DD354;
    text-align: center;
  }
  .first-cta-btn02__lead {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
    font-weight: bold;
  }
  .first-cta-btn02__lead span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFF604));
    background: linear-gradient(transparent 60%, #FFF604 40%);
  }
  .first-cta-btn02__column01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 0 0 0;
  }
  .first-cta-btn02__btn {
    width: 300px;
    margin: 2.5rem auto 0 auto;
  }
  .first-cta-btn02__btn a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  .first-cta-btn02__btn a:hover {
    color: #6AB22F;
  }
  .first-cta-btn02__image img {
    border-radius: 10px;
  }
  .common-voice {
    background: #F6F5D3;
    /* 体感の継ぎ目軽減 */
    /* CSSアニメーション */
  }
  .common-voice__sec01 {
    background: url("/assets/img/common/voice_bg.webp") no-repeat center;
    background-size: cover;
  }
  .common-voice__lead {
    width: 840px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    background: #fff;
  }
  .common-voice__lead-txt01 {
    position: absolute;
    top: 50px;
    left: 170px;
    line-height: 1;
    font-size: 3.4rem;
    font-weight: bold;
    color: #f68909;
  }
  .common-voice__lead-txt01 strong {
    margin: 0 1rem;
    font-weight: bold;
    font-size: 6rem;
  }
  .common-voice__lead-txt02 {
    position: absolute;
    top: 140px;
    left: 90px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
  }
  .common-voice__lead-txt02 strong {
    font-weight: bold;
    font-size: 4.2rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F68909));
    background: linear-gradient(transparent 70%, #F68909 30%);
  }
  .common-voice__lead-txt03 {
    font-weight: bold;
    position: absolute;
    right: 240px;
    bottom: 30px;
  }
  .common-voice__lead-image {
    width: 249px;
    position: absolute;
    right: -50px;
    bottom: 0;
  }
  .common-voice__sec02 {
    padding: 5rem 0 3rem 0;
  }
  .common-voice__title {
    line-height: 1;
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
  }
  .common-voice__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 0 0;
  }
  .common-voice__list {
    -webkit-animation: scroll-left 20s infinite linear 0.5s both;
            animation: scroll-left 20s infinite linear 0.5s both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* スライド3枚を横並び */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0 0 0 2rem;
  }
  .common-voice__list:nth-of-type(2) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  @-webkit-keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  .common-voice__box {
    width: 380px;
    background: #fff;
    border-radius: 10px;
  }
  .common-voice__box a {
    display: block;
    padding: 2.5rem;
    text-decoration: none;
    color: #333333;
    z-index: 9999;
  }
  .common-voice__box a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .common-voice__box-title {
    font-weight: bold;
    text-decoration: underline;
  }
  .common-voice__box-area {
    margin: 1rem 0;
  }
  .common-pr-movie {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(245, 243, 197) 3px, rgb(245, 243, 197) 6px);
  }
  .common-pr-movie__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-pr-movie__title {
    line-height: 1;
  }
  .common-pr-movie__title span {
    font-size: 3.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #6ab22f;
  }
  .common-pr-movie__title span::before, .common-pr-movie__title span::after {
    width: 3px;
    height: 30px;
    content: "";
    background-color: #6ab22f;
  }
  .common-pr-movie__title span::before {
    margin-right: 0.5em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .common-pr-movie__title span::after {
    margin-left: 0.5em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .common-pr-movie__box {
    width: 1000px;
    margin: 3rem auto 0 auto;
  }
  .common-pr-movie__box iframe {
    width: 100%;
    height: 570px;
  }
  .common-consul {
    width: 100%;
    padding: 6rem 0 0 0;
    background: url("/assets/img/common/common-consul_bg.webp") no-repeat;
    background-size: cover;
  }
  .common-consul__inner {
    width: 900px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  .common-consul__box {
    width: 670px;
    margin: 0 auto;
    padding: 3rem 11.5rem;
    background: #fff;
    border-radius: 10px;
  }
  .common-consul__title {
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.5;
    color: #6ab22f;
    text-align: center;
  }
  .common-consul__txt {
    margin: 2rem 0 0 0;
  }
  .common-consul__txt ul {
    margin: 1.5rem 0;
  }
  .common-consul__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
  }
  .common-consul__txt span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  .common-consul__image01 {
    width: 199px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .common-consul__image02 {
    width: 185px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .icon-telCalling-20-bl {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 20px;
    color: #000;
  }
  .icon-telCalling-20-bl .calling {
    position: absolute;
    top: 10px;
    left: 11px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-20-bl .calling:before, .icon-telCalling-20-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-20-bl .calling:first-child:before {
    width: 4px;
    height: 4px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-20-bl .calling:first-child:after {
    width: 12px;
    height: 12px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-20-bl .calling:last-child:before {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-20-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-30-bl {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 30px;
    color: #000;
  }
  .icon-telCalling-30-bl .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-30-bl .calling:before, .icon-telCalling-30-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-30-bl .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-30-bl .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-30-bl .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-30-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-40-bl {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 40px;
    color: #000;
  }
  .icon-telCalling-40-bl .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-40-bl .calling:before, .icon-telCalling-40-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-40-bl .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-40-bl .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-40-bl .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-40-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-50-bl {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 50px;
    color: #000;
  }
  .icon-telCalling-50-bl .calling {
    position: absolute;
    top: 24px;
    left: 28px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-50-bl .calling:before, .icon-telCalling-50-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-50-bl .calling:first-child:before {
    width: 18px;
    height: 18px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-50-bl .calling:first-child:after {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-50-bl .calling:last-child:before {
    width: 42px;
    height: 42px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-50-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-20-wh {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 20px;
    color: #fff;
  }
  .icon-telCalling-20-wh .calling {
    position: absolute;
    top: 10px;
    left: 11px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-20-wh .calling:before, .icon-telCalling-20-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-20-wh .calling:first-child:before {
    width: 4px;
    height: 4px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-20-wh .calling:first-child:after {
    width: 12px;
    height: 12px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-20-wh .calling:last-child:before {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-20-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-30-wh {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-30-wh .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-30-wh .calling:before, .icon-telCalling-30-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-30-wh .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-30-wh .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-30-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-30-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-40-wh {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-40-wh .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-40-wh .calling:before, .icon-telCalling-40-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-40-wh .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-40-wh .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-40-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-40-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-50-wh {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 50px;
    color: #fff;
  }
  .icon-telCalling-50-wh .calling {
    position: absolute;
    top: 24px;
    left: 28px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-50-wh .calling:before, .icon-telCalling-50-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-50-wh .calling:first-child:before {
    width: 18px;
    height: 18px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-50-wh .calling:first-child:after {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-50-wh .calling:last-child:before {
    width: 42px;
    height: 42px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-50-wh .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 5rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333333;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #333333;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #8DD354;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid 8DD354;
    color: #333333;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #8DD354;
    color: #FFF;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    /* font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Serif JP', sans-serif ; */
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sp-none {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #location {
    width: 94%;
    margin: 1rem auto;
  }
  #location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  #location ul li {
    display: inline;
  }
  #location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  #location ul li:last-child:after {
    content: "";
  }
  #sidemenu {
    display: none;
  }
  .first-cta {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(245, 243, 197) 3px, rgb(245, 243, 197) 6px);
  }
  .first-cta__inner {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .first-cta-btn01 {
    width: 94%;
    max-width: 340px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
  }
  .first-cta-btn01 h3 {
    padding: 1rem 0;
    background: #c73131;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .first-cta-btn01 h3 strong {
    font-weight: bold;
  }
  .first-cta-btn01__arrow {
    margin: -0.8rem 0 0 0;
    line-height: 1;
    font-size: 2.6rem;
    color: #c73131;
    text-align: center;
  }
  .first-cta-btn01__time-lead {
    margin: 0.5rem 0 0 0;
    padding: 0.7rem 0;
    font-weight: bold;
    text-align: center;
    background: #FFF604;
  }
  .first-cta-btn01__time-lead strong {
    margin: 0 0.5rem 0 0;
    color: #c73131;
    font-weight: bold;
  }
  .first-cta-btn01__time-lead span {
    font-weight: bold;
  }
  .first-cta-btn01__tel-lead {
    margin: 1rem 0;
    font-weight: bold;
    text-align: center;
  }
  .first-cta-btn01__tel-btn {
    width: 300px;
    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;
    margin: 0 auto;
    padding: 1rem 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dd2a2a), color-stop(50%, #dd2a2a), color-stop(50%, #b92727), to(#b92727));
    background: linear-gradient(180deg, #dd2a2a 0%, #dd2a2a 50%, #b92727 50%, #b92727 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #721010;
            box-shadow: 0px 4px 0px 1px #721010;
    text-decoration: none;
    color: #000;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .first-cta-btn01__tel-icon {
    width: 40px;
    margin: 1rem 2rem 0 0;
  }
  .first-cta-btn01__tel-caption {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
  }
  .first-cta-btn01__tel-number {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
  }
  .first-cta-btn01__time-txt {
    padding: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .first-cta-btn01__time-txt strong {
    color: #C73131;
    font-weight: bold;
  }
  .first-cta-btn01__time-txt strong span {
    color: #C73131;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .first-cta-btn01__time-image {
    width: 290px;
  }
  .first-cta-btn01__time-image img {
    border-bottom-right-radius: 10px;
  }
  .common-voice {
    background: #F6F5D3;
    /* CSSアニメーション */
  }
  .common-voice__sec01 {
    background: url("/assets/img/common/voice_bg_sp.webp") no-repeat center;
    background-size: cover;
  }
  .common-voice__lead {
    width: 100%;
    height: 215px;
    padding: 3rem 0 0 0;
    position: relative;
  }
  .common-voice__lead-txtarea {
    padding: 0.5rem 2rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .common-voice__lead-txt01 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f68909;
  }
  .common-voice__lead-txt01 strong {
    margin: 0 1rem;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .common-voice__lead-txt02 {
    line-height: 1.5;
    font-weight: bold;
  }
  .common-voice__lead-txt02 strong {
    font-weight: bold;
    font-size: 1.8rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F68909));
    background: linear-gradient(transparent 70%, #F68909 30%);
  }
  .common-voice__lead-txt03 {
    margin: 0.5rem 0 0 0;
    font-size: 1.4rem;
  }
  .common-voice__lead-image {
    width: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .common-voice__sec02 {
    padding: 3rem 0 1.5rem 0;
  }
  .common-voice__title {
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  .common-voice__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 0 0;
  }
  .common-voice__list {
    -webkit-animation: scroll-left 20s infinite linear 0.5s both;
            animation: scroll-left 20s infinite linear 0.5s both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* スライド3枚を横並び */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0 0 0 2rem;
  }
  @-webkit-keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .common-voice__box {
    width: 300px;
    background: #fff;
    border-radius: 10px;
  }
  .common-voice__box a {
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  .common-voice__box-title {
    font-weight: bold;
    text-decoration: underline;
  }
  .common-voice__box-area {
    margin: 1rem 0;
  }
  .common-pr-movie {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(245, 243, 197) 3px, rgb(245, 243, 197) 6px);
  }
  .common-pr-movie__inner {
    width: 94%;
    margin: 0 auto;
  }
  .common-pr-movie__title {
    line-height: 1;
  }
  .common-pr-movie__title span {
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #6ab22f;
  }
  .common-pr-movie__title span::before, .common-pr-movie__title span::after {
    width: 3px;
    height: 25px;
    content: "";
    background-color: #6ab22f;
  }
  .common-pr-movie__title span::before {
    margin-right: 0.5em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .common-pr-movie__title span::after {
    margin-left: 0.5em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .common-pr-movie__box {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .common-pr-movie__box iframe {
    width: 100%;
    height: 220px;
  }
  .common-consul {
    width: 100%;
    padding: 5rem 0 0 0;
    background: url("/assets/img/common/common-consul_bg.webp") no-repeat;
    background-size: cover;
  }
  .common-consul__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  .common-consul__box {
    width: 100%;
    padding: 3rem;
    background: #fff;
    border-radius: 10px;
  }
  .common-consul__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    color: #6ab22f;
    text-align: center;
  }
  .common-consul__txt {
    margin: 2rem 0 0 0;
  }
  .common-consul__txt ul {
    margin: 1rem 0;
  }
  .common-consul__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
  }
  .common-consul__txt span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  .common-consul__image01 {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .common-consul__image02 {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .icon-telCalling-20-bl {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 20px;
    color: #000;
  }
  .icon-telCalling-20-bl .calling {
    position: absolute;
    top: 10px;
    left: 11px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-20-bl .calling:before, .icon-telCalling-20-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-20-bl .calling:first-child:before {
    width: 4px;
    height: 4px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-20-bl .calling:first-child:after {
    width: 12px;
    height: 12px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-20-bl .calling:last-child:before {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-20-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-30-bl {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 30px;
    color: #000;
  }
  .icon-telCalling-30-bl .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-30-bl .calling:before, .icon-telCalling-30-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-30-bl .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-30-bl .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-30-bl .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-30-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-40-bl {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 40px;
    color: #000;
  }
  .icon-telCalling-40-bl .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-40-bl .calling:before, .icon-telCalling-40-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-40-bl .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-40-bl .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-40-bl .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-40-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-50-bl {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_bl.webp");
    background-size: 50px;
    color: #000;
  }
  .icon-telCalling-50-bl .calling {
    position: absolute;
    top: 24px;
    left: 28px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-50-bl .calling:before, .icon-telCalling-50-bl .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-50-bl .calling:first-child:before {
    width: 18px;
    height: 18px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-50-bl .calling:first-child:after {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-50-bl .calling:last-child:before {
    width: 42px;
    height: 42px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-50-bl .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-20-wh {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 20px;
    color: #fff;
  }
  .icon-telCalling-20-wh .calling {
    position: absolute;
    top: 10px;
    left: 11px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-20-wh .calling:before, .icon-telCalling-20-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-20-wh .calling:first-child:before {
    width: 4px;
    height: 4px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-20-wh .calling:first-child:after {
    width: 12px;
    height: 12px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-20-wh .calling:last-child:before {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-20-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-30-wh {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-30-wh .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-30-wh .calling:before, .icon-telCalling-30-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-30-wh .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-30-wh .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-30-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-30-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-40-wh {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-40-wh .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-40-wh .calling:before, .icon-telCalling-40-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-40-wh .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-40-wh .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-40-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-40-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-50-wh {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 50px;
    color: #fff;
  }
  .icon-telCalling-50-wh .calling {
    position: absolute;
    top: 24px;
    left: 28px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-50-wh .calling:before, .icon-telCalling-50-wh .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-50-wh .calling:first-child:before {
    width: 18px;
    height: 18px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-50-wh .calling:first-child:after {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-50-wh .calling:last-child:before {
    width: 42px;
    height: 42px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-50-wh .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 3rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #8DD354;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #8DD354;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #8DD354;
    color: #FFF;
  }
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .hd {
    width: 100%;
    position: relative;
    padding: 0 0 0.5rem 0;
    z-index: 9999;
    line-height: 1;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.34);
    /* hamburgerここから */
    /* ナビゲーション */
  }
  .hd h1 {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #F8F8F8;
  }
  .hd__inner {
    width: 98%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .hd__logo {
    width: 234px;
  }
  .hd__contact {
    width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd-tel {
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd-tel__txt {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }
  .hd-tel__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd-tel__icon {
    width: 30px;
    margin: 0.7rem 1.5rem 0 0;
  }
  .hd-tel__number {
    letter-spacing: 0.1rem;
    font-size: 4rem;
    font-weight: bold;
  }
  .hd__btn-list {
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd__btn {
    width: 140px;
  }
  .hd__btn a {
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
  }
  .hd__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .hd__btn.--hasten a {
    background: #C73131;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 0px 0px #9f0000;
            box-shadow: 0px 3px 0px 0px #9f0000;
  }
  .hd__btn.--document a {
    background: #E96B14;
    -webkit-box-shadow: 0px 3px 0px 0px #8d430e;
            box-shadow: 0px 3px 0px 0px #8d430e;
    border-radius: 5px;
  }
  .hd #hamburger {
    display: none;
  }
  .hd .hamburger-txt {
    display: none;
  }
  .hd #menu-btn-check {
    display: none;
  }
  .hd .global-nav {
    width: 98%;
    position: relative;
    margin: 0 auto;
  }
  .hd .global-nav .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hd .global-nav .menu li {
    width: 14.2857142857%;
    border-right: 1px solid #666;
  }
  .hd .global-nav .menu li a {
    height: 50px;
    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;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
  }
  .hd .global-nav .menu li a:hover {
    color: #6AB22F;
  }
  .hd .global-nav .menu li .active {
    font-weight: bold;
  }
  .hd .global-nav .menu li .child-menu {
    width: 14.2857142857%;
    position: absolute;
    top: 100%; /* 親項目の直下に配置 */
    left: auto;
    z-index: 9999;
    padding: 1rem 0;
    color: #333;
    background: #fff;
    visibility: hidden;
  }
  .hd .global-nav .menu li .child-menu li {
    border: none;
    width: 100%;
  }
  .hd .global-nav .menu li .child-menu li a {
    padding: 1rem 0;
  }
  .hd .global-nav .menu li:hover .child-menu {
    visibility: visible;
  }
  .hd .global-nav .menu li:first-child {
    border-left: 1px solid #666;
  }
  .hd .global-nav .tablet-only {
    display: none;
  }
  .hd .global-nav .sp-only {
    display: none;
  }
  .hd-form {
    width: 100%;
  }
  .hd-form__inner {
    width: 98%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .hd-form h1 {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #F8F8F8;
  }
  .hd-form__logo {
    width: 234px;
  }
  .hd-form__btn {
    width: 250px;
  }
  .hd-form__btn a {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #8DD354;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  .hd {
    width: 100%;
    color: #000;
    /* ナビゲーション */
  }
  .hd h1 {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    background: #F8F8F8;
  }
  .hd__inner {
    width: 100%;
    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;
  }
  .hd__logo {
    width: 150px;
    margin: 1rem auto;
  }
  .hd__contact {
    display: none;
  }
  .hd .global-nav {
    display: none;
  }
  .hd-form {
    width: 100%;
  }
  .hd-form__inner {
    width: 98%;
    min-width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .hd-form h1 {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #F8F8F8;
  }
  .hd-form__logo {
    width: 140px;
  }
  .hd-form__btn {
    width: 160px;
  }
  .hd-form__btn a {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0.5rem;
    background: #8DD354;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  #index .fv {
    width: 100%;
    position: relative;
  }
  #index .fv .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .fv .sp {
    display: none;
  }
  #index .fv-kuchikomi {
    width: 50%;
  }
  #index .fv-kuchikomi:hover {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .fv-hall {
    width: 50%;
  }
  #index .fv-hall:hover {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .fv-plan {
    width: 340px;
    height: 340px;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
  }
  #index .fv-plan__btn {
    display: block;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: #6ab22f;
    text-decoration: none;
    color: #fff;
  }
  #index .fv-plan__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .fv-plan__title {
    position: relative;
    top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  #index .fv-plan__title strong {
    display: block;
    font-weight: bold;
    font-size: 6rem;
  }
  #index .fv-plan__lead {
    position: relative;
    top: 70px;
    font-weight: bold;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  #index .fv-plan__price {
    position: relative;
    top: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  #index .fv-plan__price strong {
    font-weight: bold;
    font-size: 7.5rem;
  }
  #index .fv-plan__tax {
    position: relative;
    top: -40px;
    left: 170px;
    font-weight: bold;
  }
  #index .reason {
    padding: 0 0 10rem 0;
    background: url("/assets/img/common/ct_area_bg.webp") repeat-y;
  }
  #index .reason__title {
    padding: 3rem 0 5rem 0;
    background: url("/assets/img/index/ct_arrow.webp") no-repeat center top;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
  #index .reason__title strong {
    font-size: 3.4rem;
    font-weight: bold;
    color: #6ab22f;
  }
  #index .reason__title strong span {
    font-size: 4.6rem;
    font-weight: bold;
  }
  #index .reason__s-title {
    width: 100%;
    height: 189px;
    position: relative;
    margin: 0 0 4rem 0;
  }
  #index .reason__s-title p {
    width: 185px;
    position: absolute;
    z-index: 2;
  }
  #index .reason__s-title h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 2rem 0 2rem 22rem;
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    background: #6AB22F;
  }
  #index .reason__s-title h3 span {
    margin: 0 1.5rem 0 0;
    font-weight: bold;
    font-size: 2rem;
  }
  #index .reason__s-title h3 span strong {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #index .reason-01 {
    padding: 0 0 7rem 0;
  }
  #index .reason-01__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .reason-01__lead {
    text-align: center;
  }
  #index .reason-01__btn-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  #index .reason-01__btn {
    width: 380px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #index .reason-01__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #index .reason-01__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .reason-01__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .reason-01__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #index .reason-01__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #index .reason-01__btn-photo {
    width: 170px;
  }
  #index .reason-01__btn-plan {
    width: calc(100% - 190px);
    text-align: center;
  }
  #index .reason-01__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #index .reason-01__btn-planname strong {
    font-size: 3rem;
    font-weight: bold;
  }
  #index .reason-01__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .reason-01__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #index .reason-01__btn-flow li.none {
    background: #C0C2C4;
  }
  #index .reason-01__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #index .reason-01__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #index .reason-02 {
    padding: 7rem 0;
  }
  #index .reason-02__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .reason-02__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .reason-02__txt {
    width: 580px;
  }
  #index .reason-02__txt div {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
  }
  #index .reason-02__txt div ul {
    margin: 1rem 0;
  }
  #index .reason-02__txt div ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #index .reason-02__image {
    width: 580px;
  }
  #index .reason-02__btn {
    width: 450px;
    margin: 2.5rem auto 0 auto;
  }
  #index .reason-02__btn a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #index .reason-02__btn a:hover {
    color: #6AB22F;
  }
  #index .reason-03__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .reason-03__column {
    width: 100%;
    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;
  }
  #index .reason-03__txt {
    width: 550px;
  }
  #index .reason-03__txt ul {
    margin: 1rem 0;
  }
  #index .reason-03__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #index .reason-03__image {
    width: 580px;
  }
  #index .reason-03__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #index .reason-03__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #index .reason-03__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #index .reason-03__btn p {
    width: 140px;
  }
  #index .reason-03__btn dl {
    width: calc(100% - 160px);
  }
  #index .reason-03__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #index .reason-03__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #index .reason-03__btn dl dd {
    font-size: 1.6rem;
  }
  #index .news {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #index .news__inner {
    width: 1100px;
    margin: 0 auto;
  }
  #index .news__title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #index .news__list {
    margin: 3rem 0 0 0;
    padding: 1rem 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .news__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
  }
  #index .news__list dl dt {
    width: 150px;
  }
  #index .news__list dl dd {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 1.5rem 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #index .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #index .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #index .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #index .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #index .news__morelink {
    margin: 1rem 0 0 0;
    text-align: right;
  }
  #index .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #index .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #index .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #index .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #index .topics__txt {
    margin: 2rem 0 0 0;
  }
  #index .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #index .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #index .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #index .fv {
    width: 100%;
  }
  #index .fv .pc {
    display: none;
  }
  #index .fv-slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 900px; /* 上限（任意） */
    width: 100%;
  }
  #index .fv-slider li {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  #index .fv-slider li.active {
    opacity: 1;
    position: relative; /* 表示中だけ通常フローに戻す */
  }
  #index .fv-slider img {
    width: 100%; /* 横幅に合わせて縮小 */
    height: auto; /* 高さは自動で調整 */
    display: block;
  }
  #index .fv-plan {
    width: 100%;
  }
  #index .fv-plan__btn {
    display: block;
    padding: 1rem 0;
    background: #6ab22f;
    text-decoration: none;
    color: #fff;
  }
  #index .fv-plan__title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: underline;
  }
  #index .fv-plan__title strong {
    font-weight: bold;
  }
  #index .fv-plan__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 10px;
    margin: 0.5rem 0 0 0;
  }
  #index .fv-plan__lead {
    font-weight: bold;
    line-height: 1.3;
  }
  #index .fv-plan__price {
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #index .fv-plan__price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: -0.5rem;
  }
  #index .fv-plan__price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .reason {
    padding: 0 0 5rem 0;
    background: url("/assets/img/common/ct_area_bg.webp") repeat-y;
  }
  #index .reason__title {
    padding: 3rem 0;
    background: url("/assets/img/index/ct_arrow.webp") no-repeat center top;
    background-size: cover;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
  #index .reason__title strong {
    font-size: 2rem;
    font-weight: bold;
    color: #6ab22f;
  }
  #index .reason__title strong span {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #index .reason__s-title {
    width: 100%;
    height: 120px;
    position: relative;
    margin: 0 0 2rem 0;
  }
  #index .reason__s-title p {
    width: 100px;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  #index .reason__s-title h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem 1rem 12rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background: #6AB22F;
  }
  #index .reason__s-title h3 span {
    display: block;
    margin: 0 1.5rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .reason__s-title h3 span strong {
    font-size: 2rem;
    font-weight: bold;
  }
  #index .reason-01 {
    padding: 0 0 3rem 0;
  }
  #index .reason-01__lead {
    width: 94%;
    margin: 0 auto;
  }
  #index .reason-01__btn-list {
    width: 340px;
    margin: 2rem auto 0 auto;
  }
  #index .reason-01__btn {
    width: 100%;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #index .reason-01__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #index .reason-01__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .reason-01__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #index .reason-01__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #index .reason-01__btn-photo {
    width: 140px;
  }
  #index .reason-01__btn-plan {
    width: calc(100% - 160px);
    text-align: center;
  }
  #index .reason-01__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #index .reason-01__btn-planname strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #index .reason-01__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .reason-01__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #index .reason-01__btn-flow li.none {
    background: #C0C2C4;
  }
  #index .reason-01__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #index .reason-01__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #index .reason-02 {
    padding: 3rem 0;
  }
  #index .reason-02__column {
    width: 94%;
    margin: 0 auto;
  }
  #index .reason-02__txt {
    width: 100%;
  }
  #index .reason-02__txt div {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
  }
  #index .reason-02__txt div ul {
    margin: 1rem 0;
  }
  #index .reason-02__txt div ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #index .reason-02__image {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #index .reason-02__btn {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #index .reason-02__btn a {
    display: block;
    padding: 1.2rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #index .reason-03__inner {
    width: 100%;
  }
  #index .reason-03__column {
    width: 94%;
    margin: 0 auto;
  }
  #index .reason-03__txt {
    width: 100%;
  }
  #index .reason-03__txt ul {
    margin: 1rem 0;
  }
  #index .reason-03__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #index .reason-03__image {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #index .reason-03__btn-list {
    width: 340px;
    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: 2rem auto 0 auto;
  }
  #index .reason-03__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #index .reason-03__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #index .reason-03__btn p {
    width: 80px;
  }
  #index .reason-03__btn dl {
    width: calc(100% - 90px);
  }
  #index .reason-03__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #index .reason-03__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #index .reason-03__btn dl dd {
    font-size: 1.4rem;
  }
  #index .news {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #index .news__inner {
    width: 94%;
    margin: 0 auto;
  }
  #index .news__title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #index .news__list {
    margin: 2rem 0 0 0;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .news__list dl {
    padding: 1.5rem;
  }
  #index .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #index .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #index .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #index .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #index .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #index .news__morelink {
    margin: 1rem 0 0 0;
    text-align: right;
  }
  #index .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #index .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #index .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #index .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #index .topics__txt {
    margin: 1rem 0 0 0;
  }
  #index .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #index .topics ul {
    margin: 2rem 0 0 0;
  }
  #index .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（PC）
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .pg-title {
    width: 100%;
    height: 200px;
    background: #8dd354;
  }
  .pg-title.--hasten {
    background: #C73131;
  }
  .pg-title__inner {
    width: 1200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    background: #fff;
  }
  .pg-title__inner.--hasten {
    background: #C73131;
  }
  .pg-title__box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-title__box h2 {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
  }
  .pg-title__box02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-title__box02 h2 {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.5;
  }
  .pg-title__box02 h2 span {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .pg-title__box03 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-title__box03 h2 {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    color: #6ab22f;
  }
  .pg-title__box03 p {
    font-weight: bold;
    text-align: center;
  }
  .pg-title__plan-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  .pg-title__plan-price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 4.4rem;
  }
  .pg-title__hall p {
    margin: 0.5rem 0 2rem 0;
    text-align: center;
    font-weight: bold;
  }
  .pg-title__hall p span {
    margin: 0 0 0 1rem;
  }
  .pg-title__hall p span a {
    padding: 0.2rem 2rem;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8AC456), color-stop(50%, #8AC456), color-stop(50%, #598B2D), to(#598B2D));
    background: linear-gradient(180deg, #8AC456 0%, #8AC456 50%, #598B2D 50%, #598B2D 100%);
  }
  .pg-title__hall ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .pg-title__hall ul li {
    padding: 0.7rem 1rem 1rem 1rem;
    background: #8AC456;
    line-height: 1;
    color: #fff;
    font-weight: bold;
  }
  .pg-title__image {
    width: 50%;
    background: #EFEFEF;
  }
  .title01 {
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    background: #6AB22F;
  }
  .title02 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    background: #6AB22F;
  }
  .title02 a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #fff;
  }
  .title03 {
    padding: 1rem;
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    background: #6AB22F;
  }
  #plan-top .sec-plan-list {
    padding: 10rem;
  }
  #plan-top .sec-plan-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-top .sec-plan-list__lead {
    margin: 3rem 0 0 0;
  }
  #plan-top .sec-plan-list__btn-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
    margin: 5rem 0 0 0;
  }
  #plan-top .sec-plan-list__btn {
    width: 380px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-top .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #plan-top .sec-plan-list__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-top .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-top .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #plan-top .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #plan-top .sec-plan-list__btn-photo {
    width: 170px;
  }
  #plan-top .sec-plan-list__btn-plan {
    width: calc(100% - 190px);
    text-align: center;
  }
  #plan-top .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #plan-top .sec-plan-list__btn-planname strong {
    font-size: 3rem;
    font-weight: bold;
  }
  #plan-top .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #plan-top .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #plan-top .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #plan-top .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #plan-top .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #plan-top .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #plan-top .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #plan-top .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #plan-top .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #plan-top .topics__txt {
    margin: 2rem 0 0 0;
  }
  #plan-top .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #plan-top .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #plan-top .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #plan-top .sec-hall-list {
    padding: 10rem 0;
  }
  #plan-top .sec-hall-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-top .sec-hall-list__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #plan-top .sec-hall-list__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-top .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #plan-top .sec-hall-list__btn p {
    width: 140px;
  }
  #plan-top .sec-hall-list__btn dl {
    width: calc(100% - 160px);
  }
  #plan-top .sec-hall-list__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #plan-top .sec-hall-list__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #plan-top .sec-hall-list__btn dl dd {
    font-size: 1.6rem;
  }
  #plan-detail .sec-plan {
    padding: 10rem 0;
  }
  #plan-detail .sec-plan__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec-plan__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec-plan__lead {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec-plan__type {
    width: 100%;
    margin: 5rem 0;
    padding: 2rem;
    background: #F7F7DB;
    border-radius: 10px;
  }
  #plan-detail .sec-plan__type dt {
    font-weight: bold;
    font-size: 2.4rem;
    color: #6ab22f;
    text-align: center;
  }
  #plan-detail .sec-plan__type dd {
    margin: 1.5rem 0 0 0;
  }
  #plan-detail .sec-plan__type dd ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan-detail .sec-plan__type dd ul li {
    width: 32%;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
    background: #fff;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn01 {
    background: url("/assets/img/plan/simple/simple_image01.webp") no-repeat 240px bottom #fff;
    background-size: 128px;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn02 {
    background: url("/assets/img/plan/simple/simple_image02.webp") no-repeat 230px bottom #fff;
    background-size: 130px;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn03 {
    background: url("/assets/img/plan/simple/simple_image03.webp") no-repeat 280px bottom #fff;
    background-size: 77px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn01 {
    background: url("/assets/img/plan/oneday/oneday_image01.webp") no-repeat 230px bottom #fff;
    background-size: 128px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn02 {
    background: url("/assets/img/plan/oneday/oneday_image02.webp") no-repeat 230px bottom #fff;
    background-size: 130px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn03 {
    background: url("/assets/img/plan/oneday/oneday_image03.webp") no-repeat 200px bottom #fff;
    background-size: 154px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn01 {
    background: url("/assets/img/plan/twoday/twoday_image01.webp") no-repeat 230px bottom #fff;
    background-size: 128px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn02 {
    background: url("/assets/img/plan/twoday/twoday_image02.webp") no-repeat 230px bottom #fff;
    background-size: 130px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn03 {
    background: url("/assets/img/plan/twoday/twoday_image03.webp") no-repeat 200px bottom #fff;
    background-size: 154px;
  }
  #plan-detail .sec-plan__consul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem 0;
  }
  #plan-detail .sec-plan__consul-txt {
    width: 600px;
  }
  #plan-detail .sec-plan__consul-caption {
    background: #6AB22F;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
  }
  #plan-detail .sec-plan__consul-title {
    margin: 1.5rem 0;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
    color: #6AB22F;
  }
  #plan-detail .sec-plan__consul-image {
    width: 550px;
  }
  #plan-detail .sec-plan__icon-list-title {
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
    background: #6AB22F;
  }
  #plan-detail .sec-plan__icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
    background: #f6f5d3;
  }
  #plan-detail .sec-plan__icon-box {
    width: 100px;
  }
  #plan-detail .sec-plan__icon-image {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #b1b1b1;
    background: #fff;
  }
  #plan-detail .sec-plan__icon-image img {
    width: 80px;
  }
  #plan-detail .sec-plan__icon-name {
    margin: 1rem 0 0 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  #plan-detail .sec-plan__icon-name span {
    font-size: 1.2rem;
  }
  #plan-detail .sec-plan__plus-txt {
    margin: 2rem 0 0 0;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 7rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan__option {
    width: 100%;
    height: 160px;
    position: relative;
  }
  #plan-detail .sec-plan__option-image {
    width: 160px;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 2;
  }
  #plan-detail .sec-plan__option dl {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem 1rem 1rem 20rem;
    background: #f6f5d3;
  }
  #plan-detail .sec-plan__option dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan__caution-txt {
    margin: 2rem 0;
    font-size: 1.6rem;
  }
  #plan-detail .sec-plan__jiin {
    width: 700px;
    height: 160px;
    position: relative;
    margin: 0 auto;
  }
  #plan-detail .sec-plan__jiin-image {
    width: 110px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 2;
  }
  #plan-detail .sec-plan__jiin dl {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem 12rem 1rem 2rem;
    background: url("/assets/img/plan/common/jiin_bg.webp") no-repeat;
    background-size: cover;
    border: 3px solid #c2b143;
  }
  #plan-detail .sec-plan__jiin dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #63560e;
  }
  #plan-detail .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #plan-detail .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #plan-detail .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #plan-detail .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #plan-detail .topics__txt {
    margin: 2rem 0 0 0;
  }
  #plan-detail .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #plan-detail .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #plan-detail .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #plan-detail .sec-hall-list {
    padding: 10rem 0 0 0;
  }
  #plan-detail .sec-hall-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec-hall-list__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #plan-detail .sec-hall-list__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-detail .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #plan-detail .sec-hall-list__btn p {
    width: 140px;
  }
  #plan-detail .sec-hall-list__btn dl {
    width: calc(100% - 160px);
  }
  #plan-detail .sec-hall-list__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #plan-detail .sec-hall-list__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #plan-detail .sec-hall-list__btn dl dd {
    font-size: 1.6rem;
  }
  #plan-detail .sec-plan-list {
    padding: 10rem;
  }
  #plan-detail .sec-plan-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .sec-plan-list__btn-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
    margin: 5rem 0 0 0;
  }
  #plan-detail .sec-plan-list__btn {
    width: 380px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-detail .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #plan-detail .sec-plan-list__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #plan-detail .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #plan-detail .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #plan-detail .sec-plan-list__btn-photo {
    width: 170px;
  }
  #plan-detail .sec-plan-list__btn-plan {
    width: calc(100% - 190px);
    text-align: center;
  }
  #plan-detail .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #plan-detail .sec-plan-list__btn-planname strong {
    font-size: 3rem;
    font-weight: bold;
  }
  #plan-detail .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #plan-detail .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #plan-detail .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #plan-detail .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #plan-detail .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #area-top .sec-hall-list {
    padding: 10rem 0 0 0;
  }
  #area-top .sec-hall-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #area-top .sec-hall-list__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #area-top .sec-hall-list__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area-top .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #area-top .sec-hall-list__btn p {
    width: 140px;
  }
  #area-top .sec-hall-list__btn dl {
    width: calc(100% - 160px);
  }
  #area-top .sec-hall-list__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #area-top .sec-hall-list__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #area-top .sec-hall-list__btn dl dd {
    font-size: 1.6rem;
  }
  #area-top .sec-hall-list:last-child {
    padding: 10rem 0;
  }
  #area .fv {
    width: 100%;
    position: relative;
  }
  #area .fv .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #area .fv .sp {
    display: none;
  }
  #area .fv-kuchikomi {
    width: 50%;
  }
  #area .fv-kuchikomi:hover {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #area .fv-hall {
    width: 50%;
  }
  #area .fv-hall:hover {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #area .fv-plan {
    width: 50%;
    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;
    background: url("/assets/img/area/common/fv_image02_pc.webp") no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  #area .fv-plan:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #area .fv-plan__btn {
    width: 550px;
    height: 280px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #6ab22f;
    text-decoration: none;
    color: #fff;
  }
  #area .fv-plan__title {
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
  #area .fv-plan__title strong {
    font-weight: bold;
    font-size: 6rem;
  }
  #area .fv-plan__lead {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    text-align: center;
    font-size: 2.6rem;
  }
  #area .fv-plan__price {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
  }
  #area .fv-plan__price strong {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 7.5rem;
  }
  #area .reason {
    padding: 0 0 10rem 0;
    background: url("/assets/img/common/ct_area_bg.webp") repeat-y;
  }
  #area .reason__title {
    padding: 3rem 0 5rem 0;
    background: url("/assets/img/index/ct_arrow.webp") no-repeat center top;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
  #area .reason__title strong {
    font-size: 3.4rem;
    font-weight: bold;
    color: #6ab22f;
  }
  #area .reason__title strong span {
    font-size: 4.6rem;
    font-weight: bold;
  }
  #area .reason__s-title {
    width: 100%;
    height: 189px;
    position: relative;
    margin: 0 0 4rem 0;
  }
  #area .reason__s-title p {
    width: 185px;
    position: absolute;
    z-index: 2;
  }
  #area .reason__s-title h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 2rem 0 2rem 22rem;
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    background: #6AB22F;
  }
  #area .reason__s-title h3 span {
    margin: 0 1.5rem 0 0;
    font-weight: bold;
    font-size: 2rem;
  }
  #area .reason__s-title h3 span strong {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #area .reason-01 {
    padding: 0 0 7rem 0;
  }
  #area .reason-01__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #area .reason-01__lead {
    text-align: center;
  }
  #area .reason-01__btn-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  #area .reason-01__btn {
    width: 380px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area .reason-01__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #area .reason-01__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #area .reason-01__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #area .reason-01__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #area .reason-01__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #area .reason-01__btn-photo {
    width: 170px;
  }
  #area .reason-01__btn-plan {
    width: calc(100% - 190px);
    text-align: center;
  }
  #area .reason-01__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #area .reason-01__btn-planname strong {
    font-size: 3rem;
    font-weight: bold;
  }
  #area .reason-01__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #area .reason-01__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #area .reason-01__btn-flow li.none {
    background: #C0C2C4;
  }
  #area .reason-01__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #area .reason-01__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #area .reason-02 {
    padding: 7rem 0;
  }
  #area .reason-02__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #area .reason-02__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #area .reason-02__txt {
    width: 580px;
  }
  #area .reason-02__txt div {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
  }
  #area .reason-02__txt div ul {
    margin: 1rem 0;
  }
  #area .reason-02__txt div ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #area .reason-02__image {
    width: 580px;
  }
  #area .reason-02__btn {
    width: 450px;
    margin: 2.5rem auto 0 auto;
  }
  #area .reason-02__btn a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #area .reason-02__btn a:hover {
    color: #6AB22F;
  }
  #area .reason-03__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #area .reason-03__column {
    width: 100%;
    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;
  }
  #area .reason-03__txt {
    width: 550px;
  }
  #area .reason-03__txt ul {
    margin: 1rem 0;
  }
  #area .reason-03__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #area .reason-03__image {
    width: 580px;
  }
  #area .reason-03__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #area .reason-03__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area .reason-03__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #area .reason-03__btn p {
    width: 140px;
  }
  #area .reason-03__btn dl {
    width: calc(100% - 160px);
  }
  #area .reason-03__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #area .reason-03__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #area .reason-03__btn dl dd {
    font-size: 1.6rem;
  }
  #area .news {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #area .news__inner {
    width: 1100px;
    margin: 0 auto;
  }
  #area .news__title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #area .news__list {
    margin: 3rem 0 0 0;
    padding: 1rem 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #area .news__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
  }
  #area .news__list dl dt {
    width: 150px;
  }
  #area .news__list dl dd {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #area .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 1.5rem 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #area .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #area .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #area .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #area .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #area .news__morelink {
    margin: 1rem 0 0 0;
    text-align: right;
  }
  #area .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #area .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #area .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #area .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #area .topics__txt {
    margin: 2rem 0 0 0;
  }
  #area .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #area .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #area .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hall .sec-hall-info {
    padding: 10rem 0;
  }
  #hall .sec-hall-info__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall .sec-hall-info__title {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
  }
  #hall .sec-hall-info__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hall .sec-hall-info__photo {
    width: 600px;
  }
  #hall .sec-hall-info__txt {
    width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hall .sec-hall-info__txt p:first-child {
    margin: 0 0 2rem 0;
  }
  #hall .sec-hall-info__txt strong {
    font-weight: bold;
    color: #c73131;
  }
  #hall .sec-hall-info__point {
    width: 100%;
    position: relative;
    margin-top: auto;
    margin-bottom: 1.7rem;
  }
  #hall .sec-hall-info__point-txt {
    width: 480px;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #8dd354;
  }
  #hall .sec-hall-info__point-image {
    width: 130px;
    position: absolute;
    right: 0;
    bottom: -47px;
  }
  #hall .sec-hall-info__photo-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 3rem 0 0 0;
    padding: 2rem;
    background: #f6f5d3;
  }
  #hall .sec-hall-info__photo-gallery p {
    width: 560px;
  }
  #hall .sec-hall-info__photo-gallery ul {
    width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  #hall .sec-hall-info__photo-gallery ul li {
    width: 32%;
  }
  #hall .sec-hall-info__photo-gallery ul li img {
    background: #fff;
  }
  #hall .sec-hall-info__photo-gallery ul li img:hover {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall .sec-hall-access {
    padding: 10rem;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hall .sec-hall-access__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall .sec-hall-access h2 {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
  }
  #hall .sec-hall-access__box {
    width: 1200px;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 10px;
    background: #fff;
  }
  #hall .sec-hall-access__column {
    width: 100%;
  }
  #hall .sec-hall-access__table {
    width: 100%;
  }
  #hall .sec-hall-access__table dl {
    width: 100%;
    display: table;
  }
  #hall .sec-hall-access__table dl dt {
    width: 17%;
    display: table-cell;
    padding: 1rem 0;
    font-weight: bold;
  }
  #hall .sec-hall-access__table dl dd {
    width: 83%;
    display: table-cell;
    padding: 1rem 0;
  }
  #hall .sec-hall-access__table dl dd ul li {
    margin: 0 0 0.5rem 3rem;
    list-style-type: circle;
    line-height: 1.5;
  }
  #hall .sec-hall-access__map {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  #hall .sec-hall-access__map iframe {
    width: 100%;
    height: 500px;
  }
  #hall .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hall .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #hall .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #hall .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #hall .topics__txt {
    margin: 2rem 0 0 0;
  }
  #hall .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #hall .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #hall .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hall .sec-plan-list {
    padding: 10rem;
  }
  #hall .sec-plan-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall .sec-plan-list__btn-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
    margin: 5rem 0 0 0;
  }
  #hall .sec-plan-list__btn {
    width: 380px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #hall .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #333333;
    text-decoration: none;
  }
  #hall .sec-plan-list__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #hall .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #hall .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #hall .sec-plan-list__btn-photo {
    width: 170px;
  }
  #hall .sec-plan-list__btn-plan {
    width: calc(100% - 190px);
    text-align: center;
  }
  #hall .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #hall .sec-plan-list__btn-planname strong {
    font-size: 3rem;
    font-weight: bold;
  }
  #hall .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #hall .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #hall .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #hall .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #hall .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #hall .sec-plan-list__jiin {
    width: 700px;
    height: 160px;
    position: relative;
    margin: 5rem auto 0 auto;
  }
  #hall .sec-plan-list__jiin-image {
    width: 110px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 2;
  }
  #hall .sec-plan-list__jiin dl {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem 12rem 1rem 2rem;
    background: url("/assets/img/area/common/jiin_bg.webp") no-repeat;
    background-size: cover;
    border: 3px solid #c2b143;
  }
  #hall .sec-plan-list__jiin dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #63560e;
  }
  #hall .sec-hall-list {
    padding: 10rem 0 7rem 0;
  }
  #hall .sec-hall-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall .sec-hall-list__btn-list {
    width: 100%;
    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: 5rem 0 0 0;
  }
  #hall .sec-hall-list__btn {
    width: 580px;
    margin: 0 0 4rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #hall .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #333333;
  }
  #hall .sec-hall-list__btn p {
    width: 140px;
  }
  #hall .sec-hall-list__btn dl {
    width: calc(100% - 160px);
  }
  #hall .sec-hall-list__btn dl dt {
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    line-height: 1.5;
  }
  #hall .sec-hall-list__btn dl dt span {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
  }
  #hall .sec-hall-list__btn dl dd {
    font-size: 1.6rem;
  }
  #consul .lead__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 7rem 0 0 0;
    background: url("/assets/img/consul/lead_bg01.webp") no-repeat top;
  }
  #consul .lead__title {
    font-weight: bold;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  #consul .lead__title span {
    font-weight: bold;
    font-size: 2.8rem;
  }
  #consul .lead__box01 {
    width: 100%;
    height: 330px;
    position: relative;
    margin: 5rem 0 0 0;
  }
  #consul .lead__image01 {
    position: absolute;
    top: 50px;
    left: 440px;
  }
  #consul .lead__list-txt01 {
    width: 359px;
    height: 134px;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: url("/assets/img/consul/lead_image02.webp") no-repeat;
  }
  #consul .lead__list-txt02 {
    width: 359px;
    height: 134px;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: url("/assets/img/consul/lead_image03.webp") no-repeat;
  }
  #consul .lead__list-txt03 {
    width: 359px;
    height: 134px;
    position: absolute;
    top: 180px;
    left: 40px;
    padding: 6rem 1.8rem 1.8rem 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: url("/assets/img/consul/lead_image04.webp") no-repeat;
  }
  #consul .lead__list-txt04 {
    width: 359px;
    height: 134px;
    position: absolute;
    top: 180px;
    right: 40px;
    padding: 6rem 1.8rem 1.8rem 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    background: url("/assets/img/consul/lead_image05.webp") no-repeat;
  }
  #consul .lead__txt01 {
    width: 300px;
    margin: 0 auto;
    padding: 1rem 0;
    background: #8ac456;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #consul .lead__txt02 {
    width: 1000px;
    height: 190px;
    position: relative;
    margin: 0 auto;
    background: url("/assets/img/consul/lead_bg02.webp") no-repeat;
  }
  #consul .lead__txt02-txt {
    width: 570px;
    padding: 4.5rem 0 0 3rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #consul .lead__txt02-txt span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  #consul .lead__txt02-image {
    width: 360px;
    position: absolute;
    top: -30px;
    right: 0;
  }
  #consul .lead__box-list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #consul .lead__box02 {
    width: 580px;
    margin: 0 0 3rem 0;
  }
  #consul .lead__box02-title {
    margin: 0 0 2rem 0;
    padding: 1rem;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #6ab22f;
  }
  #consul .lead__box02 ul {
    margin: 0 0 1rem 0;
  }
  #consul .lead__box02 ul li {
    margin: 0 0 0 3rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #consul .lead__box02 strong {
    font-weight: bold;
  }
  #consul .tokuten {
    width: 750px;
    margin: 3rem auto 0 auto;
    padding: 2rem;
    background: #8AC556;
  }
  #consul .tokuten__title {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
  }
  #consul .tokuten__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #consul .tokuten__photo {
    width: 140px;
  }
  #consul .tokuten__txt {
    width: calc(100% - 160px);
    color: #fff;
  }
  #consul .tokuten__txt p {
    font-weight: bold;
  }
  #consul .tokuten__txt p strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFF604));
    background: linear-gradient(transparent 80%, #FFF604 20%);
  }
  #consul .tokuten__more-link {
    margin: 1rem 0 0 0;
  }
  #consul .tokuten__more-link a {
    color: #fff;
    font-weight: bold;
  }
  #consul .faq {
    padding: 7rem 0 10rem 0;
  }
  #consul .faq__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #consul .faq h2 {
    margin: 0 0 3rem 0;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    color: #6ab22f;
  }
  #consul .faq__list {
    width: 1000px;
    margin: 0 auto;
  }
  #consul .faq__list dl {
    margin: 0 0 2rem 0;
    padding: 2rem;
    background: #fff;
    border: 1px solid #bdbdbd;
  }
  #consul .faq__list dl dt {
    font-weight: bold;
    color: #6AB22F;
  }
  #consul .faq__list dl dd {
    margin: 0.5rem 0 0 0;
  }
  #consul .faq__list dl dd h3 {
    font-weight: bold;
    color: #c73131;
  }
  #consul .flow {
    padding: 10rem 0 6rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #consul .flow__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #consul .flow h2 {
    margin: 0 0 3rem 0;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
  }
  #consul .flow__list {
    width: 100%;
    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;
  }
  #consul .flow__box {
    width: 580px;
    margin: 0 0 4rem 0;
    padding: 2.5rem;
    background: #fff;
  }
  #consul .flow__txt-box {
    margin: 1rem 0 0 0;
  }
  #consul .flow__txt-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    color: #6AB22F;
  }
  #consul .flow__txt-time {
    margin: 1rem 0;
    text-align: center;
    font-weight: bold;
    color: #c73131;
  }
  #consul .flow__txt-tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #consul .flow__txt-tel-icon {
    width: 40px;
    margin: 0.7rem 1.5rem 0 0;
  }
  #consul .flow__txt-tel-number {
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
  }
  #consul .flow__txt-btn {
    width: 300px;
    margin: 1.5rem auto 0 auto;
  }
  #consul .flow__txt-btn a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #consul .flow__txt-btn a:hover {
    color: #6AB22F;
  }
  #company .sec-greeting {
    padding: 5rem 0 10rem 0;
  }
  #company .sec-greeting__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec-greeting__txt-box01 {
    width: 100%;
    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;
  }
  #company .sec-greeting__txt-box01-txt {
    width: 700px;
  }
  #company .sec-greeting__txt-box01-txt h2 {
    margin: 0 0 2.5rem 0;
    font-weight: bold;
    font-size: 2.4rem;
  }
  #company .sec-greeting__txt-box01-txt p {
    margin: 0 0 1.5rem 0;
  }
  #company .sec-greeting__txt-box01-image {
    width: 410px;
  }
  #company .sec-greeting__txt-box02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3rem 0 0 0;
  }
  #company .sec-greeting__txt-box02-txt {
    width: 700px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #company .sec-greeting__txt-box02-txt h2 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.4rem;
  }
  #company .sec-greeting__txt-box02-txt p {
    margin: 0 0 1rem 0;
  }
  #company .sec-greeting__txt-box02-image {
    width: 410px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #company .sec-profile {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #company .sec-profile__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #company .sec-profile h2 {
    font-weight: bold;
    text-align: center;
    font-size: 3.2rem;
  }
  #company .sec-profile__table {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  #company .sec-profile__table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  #company .sec-profile__table dl dt {
    width: 250px;
    display: table-cell;
    padding: 1.5rem;
    background: #DFDFDF;
  }
  #company .sec-profile__table dl dd {
    display: table-cell;
    padding: 1.5rem;
    background: #fff;
  }
  #company .sec-profile__table dl:first-child {
    border-top: 1px solid #cecece;
  }
  #hasten .call-box {
    padding: 3rem 0;
  }
  #hasten .call-box__inner {
    width: 700px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff6c8;
  }
  #hasten .call-box__time {
    width: 500px;
    margin: 0 auto;
    padding: 1rem;
    background: #fff604;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #hasten .call-box__time strong {
    color: #c73131;
    font-weight: bold;
  }
  #hasten .call-box__time strong span {
    font-weight: bold;
  }
  #hasten .call-box__lead {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #c73131;
  }
  #hasten .call-box__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hasten .call-box__tel-icon {
    margin: 0.7rem 1.5rem 0 0;
  }
  #hasten .call-box__tel-number {
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
  }
  #hasten .call-box__txt {
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #hasten .topics {
    padding: 5rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hasten .topics__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #hasten .topics__box {
    width: 900px;
    margin: 0 auto;
    padding: 3rem 5rem;
    background: #fff;
    border: 3px solid #333;
  }
  #hasten .topics__caption {
    margin: 0 0 1rem 0;
    line-height: 1;
  }
  #hasten .topics__caption span {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #hasten .topics__caption span::before, #hasten .topics__caption span::after {
    width: 3px;
    height: 18px;
    content: "";
    background-color: #333;
  }
  #hasten .topics__caption span::before {
    margin-right: 1em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #hasten .topics__caption span::after {
    margin-left: 1em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #hasten .topics__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    color: #ed3c3c;
  }
  #hasten .topics__title span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  #hasten .topics__txt {
    margin: 2rem 0 0 0;
  }
  #hasten .topics__txt strong {
    font-weight: bold;
  }
  #hasten .topics ul {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #hasten .topics__image {
    width: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hasten .sec-flow {
    padding: 10rem 0;
  }
  #hasten .sec-flow__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hasten .sec-flow__list {
    margin: 5rem 0;
  }
  #hasten .sec-flow__box {
    width: 100%;
    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;
    background: #f4f4f4;
  }
  #hasten .sec-flow__box dl {
    width: 770px;
    padding: 2.5rem;
  }
  #hasten .sec-flow__box dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #hasten .sec-flow__box dl dd strong {
    font-weight: bold;
    font-size: 2rem;
    color: #ed3c3c;
  }
  #hasten .sec-flow__box dl dd strong span {
    font-weight: bold;
  }
  #hasten .sec-flow__box p {
    width: 430px;
  }
  #hasten .sec-flow__arrow {
    width: 50px;
    margin: 1rem auto;
    text-align: center;
  }
  #hasten .sec-flow__consul {
    width: 100%;
    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;
  }
  #hasten .sec-flow__consul-txt {
    width: 600px;
  }
  #hasten .sec-flow__consul-caption {
    background: #6AB22F;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
  }
  #hasten .sec-flow__consul-title {
    margin: 1.5rem 0;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
    color: #6AB22F;
  }
  #hasten .sec-flow__consul-image {
    width: 550px;
  }
  #voice .voice {
    padding: 10rem 0 6rem 0;
  }
  #voice .voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #voice .voice__list {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  #voice .voice__list::after {
    content: "";
    display: block;
    width: 380px;
  }
  #voice .voice__box {
    width: 380px;
    margin: 0 0 4rem 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #999;
  }
  #voice .voice__box a {
    display: block;
    padding: 2.5rem;
    text-decoration: none;
    color: #333333;
  }
  #voice .voice__box a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #voice .voice__box-title {
    font-weight: bold;
    text-decoration: underline;
  }
  #voice .voice__box-area {
    margin: 1rem 0;
  }
  #voice-detail .entry {
    padding: 10rem 0;
  }
  #voice-detail .entry__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #voice-detail .entry__box {
    width: 100%;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #voice-detail .entry__table {
    margin: 3rem 0 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #voice-detail .entry__table dl {
    width: 700px;
    display: table;
    font-size: 1.6rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #voice-detail .entry__table dl dt {
    width: 35%;
    padding: 1rem;
    border-right: 1px solid #999;
    display: table-cell;
    vertical-align: middle;
    background: #EFEFEF;
  }
  #voice-detail .entry__table dl dd {
    width: 65%;
    padding: 1rem;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
  }
  #voice-detail .entry__table dl:first-child {
    border-left: 1px solid #999;
  }
  #voice-detail .entry__image {
    width: 700px;
    margin: 0 auto;
  }
  #voice-detail .entry__txt01 {
    margin: 3rem 0 0 0;
  }
  #voice-detail .entry__txt01 dt {
    margin: 0 0 1rem 0;
    padding: 1rem;
    font-weight: bold;
    border-left: 5px solid #6AB22F;
  }
  #voice-detail .entry__txt02 {
    margin: 3rem 0 0 0;
  }
  #voice-detail .entry__txt02 dt {
    margin: 0 0 1rem 0;
    padding: 1rem;
    font-weight: bold;
    border-left: 5px solid #6AB22F;
  }
  #topics .news {
    padding: 10rem 0;
  }
  #topics .news__inner {
    width: 1100px;
    margin: 0 auto;
  }
  #topics .news__title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #topics .news__list {
    margin: 3rem 0 0 0;
    padding: 1rem 2.5rem 2.5rem 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #topics .news__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
  }
  #topics .news__list dl dt {
    width: 150px;
  }
  #topics .news__list dl dd {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topics .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 1.5rem 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #topics .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #topics .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #topics .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #topics .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #topics-detail .entry {
    padding: 10rem 0;
  }
  #topics-detail .entry__inner {
    width: 1100px;
    margin: 0 auto;
  }
  #topics-detail .entry__box {
    width: 100%;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #topics-detail .entry__title {
    margin: 0 0 3rem 0;
    font-size: 3.4rem;
    font-weight: bold;
  }
  #topics-detail .entry__image {
    text-align: center;
    margin: 1.5rem auto 3rem auto;
  }
  #topics-detail .entry img {
    max-width: 100%;
  }
  #topics-detail .entry__btn {
    width: 300px;
    margin: 1.5rem auto 3rem auto;
  }
  #topics-detail .entry__btn a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #topics-detail .entry__btn a:hover {
    color: #6AB22F;
  }
  #topics-detail .entry h3 {
    margin: 0 0 2rem 0;
    padding: 0 0 0 1.5rem;
    font-weight: bold;
    font-size: 2.8rem;
    border-left: 5px solid #6AB22F;
  }
  #topics-detail .entry h4 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.4rem;
  }
  #topics-detail .entry strong {
    font-weight: bold;
    color: #C73131;
  }
  #topics-detail .entry ul {
    margin: 1rem 0;
  }
  #topics-detail .entry ul li {
    list-style-type: disc;
    margin: 0 0 0 3rem;
  }
  #topics-detail .entry ol {
    margin: 1rem 0;
  }
  #topics-detail .entry ol li {
    list-style-type: decimal;
    margin: 0 0 0 3rem;
  }
  #topics-detail .entry p {
    margin: 0 0 1.5rem 0;
  }
  #sitemap .ct {
    width: 1000px;
    margin: 0 auto;
    padding: 10rem 0;
  }
  #sitemap .ct ul {
    width: 100%;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #sitemap .ct ul li {
    padding: 1.5rem 2rem;
    border-bottom: 1px dotted #666;
  }
  #sitemap .ct ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #sitemap .ct ul li ul li {
    padding: 0.5rem 2rem;
    border-bottom: none;
  }
  #sitemap .ct ul li ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  #sitemap .ct ul li ul.block {
    display: block;
  }
  #pvp .pvp {
    padding: 10rem 0;
  }
  #pvp .pvp__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #pvp .pvp__lead {
    margin: 3rem 0;
  }
  #pvp .pvp__txt dl {
    margin: 0 0 2.5rem 0;
  }
  #pvp .pvp__txt dl dt {
    font-weight: bold;
  }
  #pvp .pvp__txt dl ol {
    margin: 1rem 0;
  }
  #pvp .pvp__txt dl ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #pvp .pvp__txt dl ul {
    margin: 1rem 0;
  }
  #pvp .pvp__txt dl ul li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（タブレット）
------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .pg-title {
    width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    background-color: #8DD354;
  }
  .pg-title.--hasten {
    background: #C73131;
  }
  .pg-title__inner {
    width: 94%;
    margin: 0 auto;
  }
  .pg-title__inner.--hasten {
    background: #C73131;
  }
  .pg-title__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    background: #fff;
  }
  .pg-title__box h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .pg-title__box02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-title__box02 h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .pg-title__box02 h2 span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .pg-title__box03 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-title__box03 h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .pg-title__box03 p {
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
  }
  .pg-title__plan-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  .pg-title__plan-price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .pg-title__hall p {
    margin: 0.5rem 0 1rem 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .pg-title__hall p span {
    margin: 0 0 0 1rem;
  }
  .pg-title__hall p span a {
    padding: 0.2rem 2rem;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8AC456), color-stop(50%, #8AC456), color-stop(50%, #598B2D), to(#598B2D));
    background: linear-gradient(180deg, #8AC456 0%, #8AC456 50%, #598B2D 50%, #598B2D 100%);
  }
  .pg-title__hall ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .pg-title__hall ul li {
    padding: 0.7rem 1rem;
    background: #8AC456;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
  }
  .pg-title__image {
    display: none;
  }
  .title01 {
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    background: #6AB22F;
  }
  .title02 {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    background: #6AB22F;
  }
  .title02 a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #fff;
  }
  .title03 {
    padding: 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    background: #6AB22F;
  }
  #plan-top .sec-plan-list {
    padding: 3rem 0;
  }
  #plan-top .sec-plan-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #plan-top .sec-plan-list__lead {
    margin: 2rem 0 0 0;
  }
  #plan-top .sec-plan-list__btn-list {
    width: 340px;
    margin: 2rem auto 0 auto;
  }
  #plan-top .sec-plan-list__btn {
    width: 100%;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-top .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #000;
    text-decoration: none;
  }
  #plan-top .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-top .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #plan-top .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #plan-top .sec-plan-list__btn-photo {
    width: 140px;
  }
  #plan-top .sec-plan-list__btn-plan {
    width: calc(100% - 160px);
    text-align: center;
  }
  #plan-top .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #plan-top .sec-plan-list__btn-planname strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #plan-top .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #plan-top .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #plan-top .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #plan-top .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #plan-top .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #plan-top .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #plan-top .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #plan-top .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #plan-top .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #plan-top .topics__txt {
    margin: 1rem 0 0 0;
  }
  #plan-top .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #plan-top .topics ul {
    margin: 2rem 0 0 0;
  }
  #plan-top .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #plan-top .sec-hall-list {
    padding: 5rem 0;
  }
  #plan-top .sec-hall-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #plan-top .sec-hall-list__btn-list {
    width: 340px;
    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: 3rem auto 0 auto;
  }
  #plan-top .sec-hall-list__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-top .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #plan-top .sec-hall-list__btn p {
    width: 80px;
  }
  #plan-top .sec-hall-list__btn dl {
    width: calc(100% - 90px);
  }
  #plan-top .sec-hall-list__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #plan-top .sec-hall-list__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #plan-top .sec-hall-list__btn dl dd {
    font-size: 1.4rem;
  }
  #plan-detail .sec-plan {
    width: 100%;
    padding: 1.5rem 0 3rem 0;
  }
  #plan-detail .sec-plan__inner {
    width: 94%;
    margin: 0 auto;
  }
  #plan-detail .sec-plan__saidan {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  #plan-detail .sec-plan__title {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .sec-plan__lead {
    margin: 1rem 0 0 0;
  }
  #plan-detail .sec-plan__type {
    width: 100%;
    margin: 2.5rem 0;
    padding: 1.5rem;
    background: #F7F7DB;
    border-radius: 10px;
  }
  #plan-detail .sec-plan__type dt {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
    text-align: center;
  }
  #plan-detail .sec-plan__type dd {
    margin: 1.5rem 0 0 0;
  }
  #plan-detail .sec-plan__type dd ul {
    width: 100%;
  }
  #plan-detail .sec-plan__type dd ul li {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 10px;
    background: #fff;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn01 {
    background: url("/assets/img/plan/simple/simple_image01.webp") no-repeat 96% bottom #fff;
    background-size: 70px;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn02 {
    background: url("/assets/img/plan/simple/simple_image02.webp") no-repeat 96% bottom #fff;
    background-size: 75px;
  }
  #plan-detail .sec-plan__type dd ul li.simple-btn03 {
    background: url("/assets/img/plan/simple/simple_image03.webp") no-repeat 92% bottom #fff;
    background-size: 45px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn01 {
    background: url("/assets/img/plan/oneday/oneday_image01.webp") no-repeat 90% bottom #fff;
    background-size: 70px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn02 {
    background: url("/assets/img/plan/oneday/oneday_image02.webp") no-repeat 90% bottom #fff;
    background-size: 75px;
  }
  #plan-detail .sec-plan__type dd ul li.oneday-btn03 {
    background: url("/assets/img/plan/oneday/oneday_image03.webp") no-repeat 90% bottom #fff;
    background-size: 80px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn01 {
    background: url("/assets/img/plan/twoday/twoday_image01.webp") no-repeat 90% bottom #fff;
    background-size: 70px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn02 {
    background: url("/assets/img/plan/twoday/twoday_image02.webp") no-repeat 90% bottom #fff;
    background-size: 75px;
  }
  #plan-detail .sec-plan__type dd ul li.twoday-btn03 {
    background: url("/assets/img/plan/twoday/twoday_image03.webp") no-repeat 90% bottom #fff;
    background-size: 80px;
  }
  #plan-detail .sec-plan__consul {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #plan-detail .sec-plan__consul-caption {
    padding: 0.5rem 0;
    background: #6AB22F;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  #plan-detail .sec-plan__consul-title {
    margin: 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #6AB22F;
  }
  #plan-detail .sec-plan__consul-image {
    width: 70%;
    margin: 1rem auto 0 auto;
  }
  #plan-detail .sec-plan__icon-list-title {
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    background: #6AB22F;
  }
  #plan-detail .sec-plan__icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    padding: 1.5rem 1rem;
    background: #f6f5d3;
  }
  #plan-detail .sec-plan__icon-box {
    width: 80px;
  }
  #plan-detail .sec-plan__icon-image {
    width: 70px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #b1b1b1;
    background: #fff;
  }
  #plan-detail .sec-plan__icon-image img {
    width: 65px;
  }
  #plan-detail .sec-plan__icon-name {
    margin: 0.5rem 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  #plan-detail .sec-plan__icon-name span {
    font-size: 1rem;
  }
  #plan-detail .sec-plan__plus-txt {
    margin: 1rem 0 2rem 0;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 5rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan__option {
    width: 100%;
    position: relative;
  }
  #plan-detail .sec-plan__option-image {
    width: 100px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
  }
  #plan-detail .sec-plan__option dl {
    width: 100%;
    padding: 1rem;
    background: #f6f5d3;
  }
  #plan-detail .sec-plan__option dl dt {
    margin: 0 0 0.5rem 10rem;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan__caution-txt {
    margin: 1rem 0;
    font-size: 1.4rem;
  }
  #plan-detail .sec-plan__jiin {
    width: 100%;
    position: relative;
    margin: 2rem 0 0 0;
  }
  #plan-detail .sec-plan__jiin-image {
    width: 80px;
    position: absolute;
    right: 5px;
    bottom: 2px;
    z-index: 2;
  }
  #plan-detail .sec-plan__jiin dl {
    width: 100%;
    padding: 1rem;
    background: url("/assets/img/plan/common/jiin_bg.webp") no-repeat;
    background-size: cover;
    border: 3px solid #c2b143;
  }
  #plan-detail .sec-plan__jiin dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #63560e;
  }
  #plan-detail .sec-plan__jiin dl dd {
    padding: 0 8rem 0 0;
  }
  #plan-detail .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #plan-detail .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #plan-detail .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #plan-detail .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #plan-detail .topics__txt {
    margin: 1rem 0 0 0;
  }
  #plan-detail .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #plan-detail .topics ul {
    margin: 2rem 0 0 0;
  }
  #plan-detail .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #plan-detail .sec-hall-list {
    padding: 5rem 0 0 0;
  }
  #plan-detail .sec-hall-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #plan-detail .sec-hall-list__btn-list {
    width: 340px;
    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: 3rem auto 0 auto;
  }
  #plan-detail .sec-hall-list__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-detail .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #plan-detail .sec-hall-list__btn p {
    width: 80px;
  }
  #plan-detail .sec-hall-list__btn dl {
    width: calc(100% - 90px);
  }
  #plan-detail .sec-hall-list__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #plan-detail .sec-hall-list__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #plan-detail .sec-hall-list__btn dl dd {
    font-size: 1.4rem;
  }
  #plan-detail .sec-plan-list {
    padding: 5rem 0 2rem 0;
  }
  #plan-detail .sec-plan-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #plan-detail .sec-plan-list__btn-list {
    width: 340px;
    margin: 3rem auto 0 auto;
  }
  #plan-detail .sec-plan-list__btn {
    width: 100%;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #plan-detail .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #000;
    text-decoration: none;
  }
  #plan-detail .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #plan-detail .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #plan-detail .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #plan-detail .sec-plan-list__btn-photo {
    width: 140px;
  }
  #plan-detail .sec-plan-list__btn-plan {
    width: calc(100% - 160px);
    text-align: center;
  }
  #plan-detail .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #plan-detail .sec-plan-list__btn-planname strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #plan-detail .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #plan-detail .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #plan-detail .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #plan-detail .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #plan-detail .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #area-top .sec-hall-list {
    padding: 3rem 0 0 0;
  }
  #area-top .sec-hall-list:last-child {
    padding: 3rem 0 5rem 0;
  }
  #area-top .sec-hall-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #area-top .sec-hall-list__btn-list {
    width: 340px;
    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: 3rem auto 0 auto;
  }
  #area-top .sec-hall-list__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area-top .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #area-top .sec-hall-list__btn p {
    width: 80px;
  }
  #area-top .sec-hall-list__btn dl {
    width: calc(100% - 90px);
  }
  #area-top .sec-hall-list__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #area-top .sec-hall-list__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #area-top .sec-hall-list__btn dl dd {
    font-size: 1.4rem;
  }
  #area .fv {
    width: 100%;
  }
  #area .fv .pc {
    display: none;
  }
  #area .fv-slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 900px; /* 上限（任意） */
    width: 100%;
  }
  #area .fv-slider li {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  #area .fv-slider li.active {
    opacity: 1;
    position: relative; /* 表示中だけ通常フローに戻す */
  }
  #area .fv-slider img {
    width: 100%; /* 横幅に合わせて縮小 */
    height: auto; /* 高さは自動で調整 */
    display: block;
  }
  #area .fv-plan {
    width: 100%;
  }
  #area .fv-plan__btn {
    display: block;
    padding: 1rem 0;
    background: #6ab22f;
    text-decoration: none;
    color: #fff;
  }
  #area .fv-plan__title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: underline;
  }
  #area .fv-plan__title strong {
    font-weight: bold;
  }
  #area .fv-plan__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 10px;
    margin: 0.5rem 0 0 0;
  }
  #area .fv-plan__lead {
    font-weight: bold;
    line-height: 1.3;
  }
  #area .fv-plan__price {
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #area .fv-plan__price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: -0.5rem;
  }
  #area .fv-plan__price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #area .reason {
    padding: 0 0 5rem 0;
    background: url("/assets/img/common/ct_area_bg.webp") repeat-y;
  }
  #area .reason__title {
    padding: 3rem 0;
    background: url("/assets/img/index/ct_arrow.webp") no-repeat center top;
    background-size: cover;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: 3px 3px 2px #fff, -3px 3px 2px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }
  #area .reason__title strong {
    font-size: 2rem;
    font-weight: bold;
    color: #6ab22f;
  }
  #area .reason__title strong span {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #area .reason__s-title {
    width: 100%;
    height: 120px;
    position: relative;
    margin: 0 0 2rem 0;
  }
  #area .reason__s-title p {
    width: 100px;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  #area .reason__s-title h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem 1rem 12rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background: #6AB22F;
  }
  #area .reason__s-title h3 span {
    display: block;
    margin: 0 1.5rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #area .reason__s-title h3 span strong {
    font-size: 2rem;
    font-weight: bold;
  }
  #area .reason-01 {
    padding: 0 0 3rem 0;
  }
  #area .reason-01__lead {
    width: 94%;
    margin: 0 auto;
  }
  #area .reason-01__btn-list {
    width: 340px;
    margin: 2rem auto 0 auto;
  }
  #area .reason-01__btn {
    width: 100%;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area .reason-01__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #000;
    text-decoration: none;
  }
  #area .reason-01__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #area .reason-01__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #area .reason-01__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #area .reason-01__btn-photo {
    width: 140px;
  }
  #area .reason-01__btn-plan {
    width: calc(100% - 160px);
    text-align: center;
  }
  #area .reason-01__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #area .reason-01__btn-planname strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #area .reason-01__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #area .reason-01__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #area .reason-01__btn-flow li.none {
    background: #C0C2C4;
  }
  #area .reason-01__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #area .reason-01__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #area .reason-02 {
    padding: 3rem 0;
  }
  #area .reason-02__column {
    width: 94%;
    margin: 0 auto;
  }
  #area .reason-02__txt {
    width: 100%;
  }
  #area .reason-02__txt div {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
  }
  #area .reason-02__txt div ul {
    margin: 1rem 0;
  }
  #area .reason-02__txt div ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #area .reason-02__image {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #area .reason-02__btn {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #area .reason-02__btn a {
    display: block;
    padding: 1.2rem 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #area .reason-03__inner {
    width: 100%;
  }
  #area .reason-03__column {
    width: 94%;
    margin: 0 auto;
  }
  #area .reason-03__txt {
    width: 100%;
  }
  #area .reason-03__txt ul {
    margin: 1rem 0;
  }
  #area .reason-03__txt ul li {
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #area .reason-03__image {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #area .reason-03__btn-list {
    width: 340px;
    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: 2rem auto 0 auto;
  }
  #area .reason-03__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #area .reason-03__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #area .reason-03__btn p {
    width: 80px;
  }
  #area .reason-03__btn dl {
    width: calc(100% - 90px);
  }
  #area .reason-03__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #area .reason-03__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #area .reason-03__btn dl dd {
    font-size: 1.4rem;
  }
  #area .news {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #area .news__inner {
    width: 94%;
    margin: 0 auto;
  }
  #area .news__title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #area .news__list {
    margin: 2rem 0 0 0;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #area .news__list dl {
    padding: 1.5rem;
  }
  #area .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #area .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #area .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #area .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #area .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #area .news__morelink {
    margin: 1rem 0 0 0;
    text-align: right;
  }
  #area .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #area .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #area .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #area .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #area .topics__txt {
    margin: 1rem 0 0 0;
  }
  #area .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #area .topics ul {
    margin: 2rem 0 0 0;
  }
  #area .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hall .sec-hall-info {
    padding: 3rem 0 5rem 0;
  }
  #hall .sec-hall-info__inner {
    width: 94%;
    margin: 0 auto;
  }
  #hall .sec-hall-info__title {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #hall .sec-hall-info__column {
    width: 100%;
  }
  #hall .sec-hall-info__photo {
    width: 100%;
  }
  #hall .sec-hall-info__txt {
    margin: 2rem 0 0 0;
  }
  #hall .sec-hall-info__txt strong {
    font-weight: bold;
    color: #c73131;
  }
  #hall .sec-hall-info__point {
    width: 100%;
    position: relative;
    margin: 2rem 0 0 0;
  }
  #hall .sec-hall-info__point-txt {
    width: 100%;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #8dd354;
  }
  #hall .sec-hall-info__point-image {
    width: 80px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  #hall .sec-hall-info__photo-gallery {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #f6f5d3;
  }
  #hall .sec-hall-info__photo-gallery p {
    width: 100%;
  }
  #hall .sec-hall-info__photo-gallery ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 1.5rem 0 0 0;
  }
  #hall .sec-hall-info__photo-gallery ul li {
    width: 31%;
    background: #fff;
  }
  #hall .sec-hall-access {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hall .sec-hall-access__inner {
    width: 94%;
    margin: 0 auto;
  }
  #hall .sec-hall-access h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  #hall .sec-hall-access__box {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 10px;
    background: #fff;
  }
  #hall .sec-hall-access__column {
    width: 100%;
  }
  #hall .sec-hall-access__table {
    width: 100%;
  }
  #hall .sec-hall-access__table dl {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #hall .sec-hall-access__table dl dt {
    margin: 0 0 0.3rem 0;
    font-weight: bold;
  }
  #hall .sec-hall-access__table dl dd ul li {
    margin: 0 0 0.5rem 2rem;
    list-style-type: circle;
    line-height: 1.5;
  }
  #hall .sec-hall-access__map {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #hall .sec-hall-access__map iframe {
    width: 100%;
    height: 300px;
  }
  #hall .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hall .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #hall .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #hall .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #hall .topics__txt {
    margin: 1rem 0 0 0;
  }
  #hall .topics__txt strong {
    font-weight: bold;
    color: #ed3c3c;
  }
  #hall .topics ul {
    margin: 2rem 0 0 0;
  }
  #hall .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hall .sec-hall-list {
    padding: 5rem 0;
  }
  #hall .sec-hall-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #hall .sec-hall-list__btn-list {
    width: 340px;
    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: 3rem auto 0 auto;
  }
  #hall .sec-hall-list__btn {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #hall .sec-hall-list__btn a {
    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: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #hall .sec-hall-list__btn p {
    width: 80px;
  }
  #hall .sec-hall-list__btn dl {
    width: calc(100% - 90px);
  }
  #hall .sec-hall-list__btn dl dt {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
  }
  #hall .sec-hall-list__btn dl dt span {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
  }
  #hall .sec-hall-list__btn dl dd {
    font-size: 1.4rem;
  }
  #hall .sec-plan-list {
    padding: 5rem 0;
  }
  #hall .sec-plan-list__inner {
    width: 94%;
    margin: 0 auto;
  }
  #hall .sec-plan-list__btn-list {
    width: 340px;
    margin: 3rem auto 0 auto;
  }
  #hall .sec-plan-list__btn {
    width: 100%;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
            box-shadow: 0px 5px 2px 2px rgba(148, 148, 148, 0.3);
  }
  #hall .sec-plan-list__btn a {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    color: #000;
    text-decoration: none;
  }
  #hall .sec-plan-list__btn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #hall .sec-plan-list__btn-txt strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #6ab22f;
  }
  #hall .sec-plan-list__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
  }
  #hall .sec-plan-list__btn-photo {
    width: 140px;
  }
  #hall .sec-plan-list__btn-plan {
    width: calc(100% - 160px);
    text-align: center;
  }
  #hall .sec-plan-list__btn-planname {
    font-weight: bold;
    line-height: 1;
  }
  #hall .sec-plan-list__btn-planname strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #hall .sec-plan-list__btn-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #hall .sec-plan-list__btn-flow li {
    width: 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;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #6AB22F;
  }
  #hall .sec-plan-list__btn-flow li.none {
    background: #C0C2C4;
  }
  #hall .sec-plan-list__btn-price {
    text-align: center;
    font-weight: bold;
    color: #ed3c3c;
    line-height: 1;
  }
  #hall .sec-plan-list__btn-price strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  #hall .sec-plan-list__jiin {
    width: 100%;
    position: relative;
    margin: 2rem 0 0 0;
  }
  #hall .sec-plan-list__jiin-image {
    width: 80px;
    position: absolute;
    right: 5px;
    bottom: 2px;
    z-index: 2;
  }
  #hall .sec-plan-list__jiin dl {
    width: 100%;
    padding: 1rem;
    background: url("/assets/img/area/common/jiin_bg.webp") no-repeat;
    background-size: cover;
    border: 3px solid #c2b143;
  }
  #hall .sec-plan-list__jiin dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #63560e;
  }
  #hall .sec-plan-list__jiin dl dd {
    padding: 0 8rem 0 0;
  }
  #consul .lead__inner {
    width: 94%;
    margin: 0 auto;
    padding: 3rem 0 0 0;
    background: url("/assets/img/consul/lead_bg01.webp") no-repeat top;
  }
  #consul .lead__title {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  #consul .lead__title span {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #consul .lead__box01 {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  #consul .lead__image01 {
    width: 200px;
    margin: 0 auto;
  }
  #consul .lead__list {
    width: 90%;
    margin: 1rem auto 0 auto;
  }
  #consul .lead__list li {
    margin: 0 0 0 2rem;
    font-weight: bold;
    list-style-type: circle;
  }
  #consul .lead__txt01 {
    width: 200px;
    margin: 2rem auto 0 auto;
    padding: 1rem 0;
    background: #8ac456;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #consul .lead__txt02 {
    width: 100%;
    padding: 4rem 1.5rem 0 1.5rem;
    background: url("/assets/img/consul/lead_bg02.webp") no-repeat center top #FAFAEA;
    background-size: 800px;
  }
  #consul .lead__txt02-txt {
    font-weight: bold;
  }
  #consul .lead__txt02-txt span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  #consul .lead__txt02-image {
    width: 200px;
    margin: 1rem auto 0 auto;
  }
  #consul .lead__box-list {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  #consul .lead__box02 {
    margin: 0 0 3rem 0;
  }
  #consul .lead__box02-title {
    margin: 0 0 1.5rem 0;
    padding: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6ab22f;
  }
  #consul .lead__box02 ul {
    margin: 0 0 1rem 0;
  }
  #consul .lead__box02 ul li {
    margin: 0 0 0 3rem;
    list-style-type: disc;
    font-weight: bold;
  }
  #consul .lead__box02 strong {
    font-weight: bold;
  }
  #consul .tokuten {
    width: 100%;
    padding: 1.5rem;
    background: #8AC556;
  }
  #consul .tokuten__title {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  #consul .tokuten__box {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
  #consul .tokuten__photo {
    display: none;
  }
  #consul .tokuten__txt {
    color: #fff;
  }
  #consul .tokuten__txt p {
    font-weight: bold;
  }
  #consul .tokuten__txt p strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFF604));
    background: linear-gradient(transparent 80%, #FFF604 20%);
  }
  #consul .tokuten__more-link {
    margin: 1.5rem 0 0 0;
    text-align: center;
  }
  #consul .tokuten__more-link a {
    color: #fff;
    font-weight: bold;
  }
  #consul .faq {
    padding: 5rem 0;
    background: #F6F5D4;
  }
  #consul .faq__inner {
    width: 94%;
    margin: 0 auto;
  }
  #consul .faq h2 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #6ab22f;
  }
  #consul .faq__list {
    width: 100%;
    margin: 0 auto;
  }
  #consul .faq__list dl {
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #bdbdbd;
  }
  #consul .faq__list dl dt {
    font-weight: bold;
    color: #6AB22F;
  }
  #consul .faq__list dl dd {
    margin: 0.5rem 0 0 0;
  }
  #consul .faq__list dl dd h3 {
    font-weight: bold;
    color: #c73131;
  }
  #consul .flow {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #consul .flow__inner {
    width: 94%;
    margin: 0 auto;
  }
  #consul .flow h2 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  #consul .flow__list {
    width: 100%;
  }
  #consul .flow__box {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 1.5rem;
    background: #fff;
  }
  #consul .flow__box:last-child {
    margin: 0;
  }
  #consul .flow__txt-box {
    margin: 1rem 0 0 0;
  }
  #consul .flow__txt-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #6AB22F;
  }
  #consul .flow__txt-time {
    text-align: center;
    font-weight: bold;
    color: #c73131;
  }
  #consul .flow__txt-tel-btn {
    width: 300px;
    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;
    margin: 1.5rem auto;
    padding: 1rem 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dd2a2a), color-stop(50%, #dd2a2a), color-stop(50%, #b92727), to(#b92727));
    background: linear-gradient(180deg, #dd2a2a 0%, #dd2a2a 50%, #b92727 50%, #b92727 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #721010;
            box-shadow: 0px 4px 0px 1px #721010;
    text-decoration: none;
    color: #000;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #consul .flow__txt-tel-icon {
    width: 40px;
    margin: 1rem 2rem 0 0;
  }
  #consul .flow__txt-tel-caption {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
  }
  #consul .flow__txt-tel-number {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
  }
  #consul .flow__txt-btn {
    width: 280px;
    margin: 1.5rem auto;
  }
  #consul .flow__txt-btn a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #company .sec-greeting {
    padding: 2.5rem 0 5rem 0;
  }
  #company .sec-greeting__inner {
    width: 94%;
    margin: 0 auto;
  }
  #company .sec-greeting__txt-box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company .sec-greeting__txt-box01-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #company .sec-greeting__txt-box01-txt h2 {
    margin: 1rem 0 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #company .sec-greeting__txt-box01-txt p {
    margin: 0 0 1rem 0;
  }
  #company .sec-greeting__txt-box01-image {
    width: 260px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  #company .sec-greeting__txt-box02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company .sec-greeting__txt-box02-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #company .sec-greeting__txt-box02-txt p {
    margin: 0 0 1rem 0;
  }
  #company .sec-greeting__txt-box02-image {
    width: 260px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 1rem auto;
  }
  #company .sec-profile {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #company .sec-profile__inner {
    width: 94%;
    margin: 0 auto;
  }
  #company .sec-profile h2 {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
  }
  #company .sec-profile__table {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #company .sec-profile__table dl {
    width: 100%;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  #company .sec-profile__table dl dt {
    padding: 1rem;
    background: #DFDFDF;
  }
  #company .sec-profile__table dl dd {
    padding: 1rem;
    background: #fff;
  }
  #company .sec-profile__table dl:first-child {
    border-top: 1px solid #cecece;
  }
  #hasten .call-box__inner {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: #fff6c8;
  }
  #hasten .call-box__time {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    background: #fff604;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #hasten .call-box__time strong {
    color: #c73131;
    font-weight: bold;
  }
  #hasten .call-box__time strong span {
    font-weight: bold;
  }
  #hasten .call-box__lead {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #c73131;
  }
  #hasten .call-box__tel-btn {
    width: 300px;
    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;
    margin: 1rem auto 2rem auto;
    padding: 1rem 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dd2a2a), color-stop(50%, #dd2a2a), color-stop(50%, #b92727), to(#b92727));
    background: linear-gradient(180deg, #dd2a2a 0%, #dd2a2a 50%, #b92727 50%, #b92727 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #721010;
            box-shadow: 0px 4px 0px 1px #721010;
    text-decoration: none;
    color: #000;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #hasten .call-box__tel-icon {
    width: 40px;
    margin: 1rem 2rem 0 0;
  }
  #hasten .call-box__tel-caption {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
  }
  #hasten .call-box__tel-number {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
  }
  #hasten .topics {
    padding: 3rem 0 0 0;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(239, 239, 239) 3px, rgb(239, 239, 239) 6px);
  }
  #hasten .topics__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5rem 0;
  }
  #hasten .topics__box {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border: 3px solid #333;
  }
  #hasten .topics__caption {
    margin: 0 0 1rem 0;
    line-height: 1;
  }
  #hasten .topics__caption span {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #hasten .topics__caption span::before, #hasten .topics__caption span::after {
    width: 3px;
    height: 18px;
    content: "";
    background-color: #333;
  }
  #hasten .topics__caption span::before {
    margin-right: 1em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #hasten .topics__caption span::after {
    margin-left: 1em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #hasten .topics__title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ed3c3c;
  }
  #hasten .topics__title span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF604));
    background: linear-gradient(transparent 70%, #FFF604 30%);
  }
  #hasten .topics__txt {
    margin: 1rem 0 0 0;
  }
  #hasten .topics__txt strong {
    font-weight: bold;
  }
  #hasten .topics ul {
    margin: 2rem 0 0 0;
  }
  #hasten .topics__image {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hasten .sec-flow {
    padding: 5rem 0;
  }
  #hasten .sec-flow__inner {
    width: 94%;
    margin: 0 auto;
  }
  #hasten .sec-flow__list {
    margin: 2.5rem 0;
  }
  #hasten .sec-flow__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f4f4f4;
  }
  #hasten .sec-flow__box dl {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5rem;
  }
  #hasten .sec-flow__box dl dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #hasten .sec-flow__box dl dd strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ed3c3c;
  }
  #hasten .sec-flow__box dl dd strong span {
    font-weight: bold;
  }
  #hasten .sec-flow__box p {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #hasten .sec-flow__arrow {
    width: 25px;
    margin: 1.5rem auto;
    line-height: 1;
    text-align: center;
  }
  #hasten .sec-flow__consul {
    width: 100%;
  }
  #hasten .sec-flow__consul-caption {
    padding: 0.5rem 0;
    background: #6AB22F;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  #hasten .sec-flow__consul-title {
    margin: 1.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #6AB22F;
  }
  #hasten .sec-flow__consul-image {
    width: 70%;
    margin: 1rem auto 0 auto;
  }
  #voice .voice {
    padding: 3rem 0 5rem 0;
  }
  #voice .voice__inner {
    width: 94%;
    margin: 0 auto;
  }
  #voice .voice__list {
    margin: 2rem 0 0 0;
  }
  #voice .voice__box {
    width: 330px;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #999;
  }
  #voice .voice__box a {
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #voice .voice__box-title {
    font-weight: bold;
    text-decoration: underline;
  }
  #voice .voice__box-area {
    margin: 1rem 0;
  }
  #voice .voice__box:last-child {
    margin: 0 auto;
  }
  #voice-detail .entry {
    padding: 3rem 0 5rem 0;
  }
  #voice-detail .entry__inner {
    width: 94%;
    margin: 0 auto;
  }
  #voice-detail .entry__box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
  }
  #voice-detail .entry__table {
    margin: 1.5rem 0;
  }
  #voice-detail .entry__table dl {
    width: 100%;
    display: table;
    font-size: 1.4rem;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  #voice-detail .entry__table dl dt {
    width: 35%;
    padding: 0.5rem;
    border-right: 1px solid #999;
    display: table-cell;
    background: #EFEFEF;
  }
  #voice-detail .entry__table dl dd {
    width: 65%;
    padding: 0.5rem;
    display: table-cell;
  }
  #voice-detail .entry__table dl:last-child {
    border-bottom: 1px solid #999;
  }
  #voice-detail .entry__txt01 {
    margin: 2rem 0 0 0;
  }
  #voice-detail .entry__txt01 dt {
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-left: 5px solid #6AB22F;
  }
  #voice-detail .entry__txt02 {
    margin: 2rem 0 0 0;
  }
  #voice-detail .entry__txt02 dt {
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-left: 5px solid #6AB22F;
  }
  #topics .news {
    padding: 3rem 0 5rem 0;
  }
  #topics .news__inner {
    width: 94%;
    margin: 0 auto;
  }
  #topics .news__title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #topics .news__list {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #topics .news__list dl {
    padding: 1.5rem;
  }
  #topics .news__list dl dd span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #topics .news__list dl dd span.icon-topics {
    background: #6AB22F;
  }
  #topics .news__list dl dd span.icon-event {
    background: #EC795B;
  }
  #topics .news__list dl dd span.icon-column {
    background: #E96B14;
  }
  #topics .news__list dl:nth-child(even) {
    background: #EFEFEF;
  }
  #topics .news__morelink {
    margin: 1rem 0 0 0;
    text-align: right;
  }
  #topics-detail .entry {
    padding: 3rem 0 5rem 0;
  }
  #topics-detail .entry__inner {
    width: 94%;
    margin: 0 auto;
  }
  #topics-detail .entry__box {
    width: 100%;
    border-radius: 10px;
  }
  #topics-detail .entry__title {
    margin: 0 0 2rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #topics-detail .entry__image {
    text-align: center;
    margin: 1.5rem auto 3rem auto;
  }
  #topics-detail .entry img {
    max-width: 100%;
  }
  #topics-detail .entry__btn {
    width: 280px;
    margin: 1.5rem auto 3rem auto;
  }
  #topics-detail .entry__btn a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border: 5px solid #6AB22F;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 0px 0px #579D1E;
            box-shadow: 0px 5px 0px 0px #579D1E;
  }
  #topics-detail .entry h3 {
    margin: 0 0 2rem 0;
    padding: 0 0 0 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    border-left: 5px solid #6AB22F;
  }
  #topics-detail .entry h4 {
    margin: 0 0 2rem 0;
    font-weight: bold;
  }
  #topics-detail .entry strong {
    font-weight: bold;
    color: #C73131;
  }
  #topics-detail .entry ul {
    margin: 1rem 0;
  }
  #topics-detail .entry ul li {
    list-style-type: disc;
    margin: 0 0 0 2rem;
  }
  #topics-detail .entry ol {
    margin: 1rem 0;
  }
  #topics-detail .entry ol li {
    list-style-type: decimal;
    margin: 0 0 0 2rem;
  }
  #topics-detail .entry p {
    margin: 0 0 1rem 0;
  }
  #sitemap .ct {
    width: 94%;
    margin: 0 auto;
    padding: 3rem 0 5rem 0;
  }
  #sitemap .ct ul {
    width: 100%;
    background: #fff;
    border-radius: 10px;
  }
  #sitemap .ct ul li {
    padding: 1rem;
    border-bottom: 1px dotted #666;
  }
  #sitemap .ct ul li ul li {
    padding: 0.2rem 2rem;
    border-bottom: none;
  }
  #sitemap .ct ul li ul li ul li {
    padding: 0.2rem 2rem;
  }
  #sitemap .ct ul li ul.block {
    display: block;
  }
  #pvp .pvp {
    padding: 3rem 0 5rem 0;
  }
  #pvp .pvp__inner {
    width: 94%;
    margin: 0 auto;
  }
  #pvp .pvp__lead {
    margin: 2rem 0;
  }
  #pvp .pvp__txt dl {
    margin: 0 0 1.5rem 0;
  }
  #pvp .pvp__txt dl dt {
    font-weight: bold;
  }
  #pvp .pvp__txt dl ol {
    margin: 1rem 0;
  }
  #pvp .pvp__txt dl ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #pvp .pvp__txt dl ul {
    margin: 1rem 0;
  }
  #pvp .pvp__txt dl ul li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
}
/* -------------------------------------------------------------------
 フォーム関連
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 0 0 1rem 0;
    padding: 5rem 0 0 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #6AB22F;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    padding: 5rem 0;
    background: #FBFAE6;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    color: #6AB22F;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    text-align: center;
  }
  #form .contact-check__in {
    margin: 5rem 0 0 0;
    padding: 1.5rem 0 5rem 0;
    background: #FBFAE6;
  }
  #form .contact-error__in {
    padding: 5rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 5rem 0 0 0;
    padding: 5rem 0;
    background: #FBFAE6;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 700px;
    margin: 5rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 2rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    max-width: 600px;
    top: 10%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    z-index: 2;
  }
  .popup-inner img {
    width: 80%;
  }
  .close-area {
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer;
  }
  .form-pvp-box {
    width: 1000px;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 1000px;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
    background: #fff;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 0.7rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1.1rem 0.7rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 0.7rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 400px;
    margin: 4rem auto 6rem auto;
    padding: 2rem 0 1rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .time {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box__column {
    width: 100%;
    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;
    margin: 0.5rem 0 0 0;
  }
  .form-tel-box__icon {
    width: 50px;
    margin: 1.3rem 0 0 0;
  }
  .form-tel-box__number {
    font-size: 4rem;
    font-weight: bold;
  }
  .form-flow-box {
    width: 1000px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
    z-index: 9999;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    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;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #6AB22F;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #6AB22F;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    border: none;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    width: 250px;
    margin: 5rem auto 0 auto;
  }
  .form-page-back a {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #8DD354;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 3rem 0 1.5rem 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #6AB22F;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #FBFAE6;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    width: 90%;
    margin: 0 auto;
  }
  #form .contact-check__in {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 0 3rem 0;
    background: #FBFAE6;
  }
  #form .contact-error__in {
    padding: 3rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #FBFAE6;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 1rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 94%;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 94%;
    margin: 1.5rem auto 0 auto;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
    background: #fff;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100%;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 2rem auto;
    padding: 2rem 0 2.5rem 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .time {
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box__tel-btn {
    width: 300px;
    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;
    margin: 0 auto;
    padding: 1rem 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dd2a2a), color-stop(50%, #dd2a2a), color-stop(50%, #b92727), to(#b92727));
    background: linear-gradient(180deg, #dd2a2a 0%, #dd2a2a 50%, #b92727 50%, #b92727 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #721010;
            box-shadow: 0px 4px 0px 1px #721010;
    text-decoration: none;
    color: #000;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .form-tel-box__tel-icon {
    width: 40px;
    margin: 1rem 2rem 0 0;
  }
  .form-tel-box__tel-caption {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box__tel-number {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
  }
  .form-flow-box {
    width: 94%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 7777;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    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;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #6AB22F;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #6AB22F;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    width: 250px;
    margin: 3rem auto 0 auto;
  }
  .form-page-back a {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem 0;
    background: #8DD354;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #6AB22F;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .scroll-top a:hover {
    opacity: 0.7;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .scroll-top.is-hide {
    pointer-events: none;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 3rem 0 10rem 0;
    text-align: center;
    background: #EFEFEF;
  }
  .ft__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ft__inner nav .menu {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }
  .ft__inner nav .menu li {
    display: inline;
  }
  .ft__inner nav .menu li a {
    text-decoration: none;
    color: #333333;
  }
  .ft__inner nav .menu li a:hover {
    text-decoration: underline;
  }
  .ft__inner nav .menu li:after {
    content: "|";
    padding: 0 3px;
  }
  .ft__inner nav .menu li:last-child:after {
    content: "";
  }
  .ft__inner .copyright {
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
  }
  .ft-tel {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  .ft-tel .ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #6AB22F;
  }
  .ft-tel .pc {
    width: 1200px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    line-height: 1.4;
  }
  .ft-tel__txtbox {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft-tel__image {
    width: 110px;
  }
  .ft-tel__txt01 {
    width: 210px;
    height: 80px;
    position: relative;
    z-index: 1;
    top: 15px;
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .ft-tel__txt01 strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #e96b14;
  }
  .ft-tel__txt01::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
  }
  .ft-tel__lead {
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .ft-tel__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .ft-tel__icon {
    margin: 0.8rem 1.5rem 0 0;
  }
  .ft-tel__number {
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    color: #fff;
  }
  .ft-tel__btn-list {
    width: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft-tel__btn {
    width: 150px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 0px 0px #fff;
            box-shadow: 0px 3px 0px 0px #fff;
    border-radius: 5px;
  }
  .ft-tel__btn a {
    display: block;
    padding: 1.3rem 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 5px;
  }
  .ft-tel__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .ft-tel__btn a span {
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
  }
  .ft-tel__btn a span::before, .ft-tel__btn a span::after {
    width: 1px;
    height: 15px;
    content: "";
    background-color: #fff;
  }
  .ft-tel__btn a span::before {
    margin-right: 0.5em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ft-tel__btn a span::after {
    margin-left: 0.5em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .ft-tel__btn a strong {
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ft-tel__btn.--btn01 a {
    background: #E96B14;
    -webkit-box-shadow: 0px 3px 0px 0px #8d430e;
            box-shadow: 0px 3px 0px 0px #8d430e;
  }
  .ft-tel__btn.--btn02 a {
    background: #089436;
    -webkit-box-shadow: 0px 3px 0px 0px #04461a;
            box-shadow: 0px 3px 0px 0px #04461a;
  }
  .ft-tel__btn.--btn03 a {
    background: #C73131;
    -webkit-box-shadow: 0px 3px 0px 0px #9f0000;
            box-shadow: 0px 3px 0px 0px #9f0000;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft-nav {
    display: none;
  }
  .ft-form {
    width: 100%;
    background: #EEEEEE;
  }
  .ft-form .copyright {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .scroll-top {
    width: 100%;
    line-height: 1.2;
    opacity: 1;
  }
  .scroll-top a {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
    background: #6AB22F;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .scroll-top a br {
    display: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 55px;
    z-index: 9999;
    padding: 1rem 0 1.5rem 0;
    opacity: 0;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #6AB22F;
    z-index: 7777;
  }
  .ft-tel__inner {
    width: 94%;
    margin: 0 auto;
  }
  .ft-tel__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0.2rem 0 1rem 0;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .ft-tel__lead::before, .ft-tel__lead::after {
    width: 2px;
    height: 15px;
    content: "";
    background-color: #fff;
  }
  .ft-tel__lead::before {
    margin-right: 1em;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ft-tel__lead::after {
    margin-left: 1em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .ft-tel__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft-tel__btn-list li a {
    width: 100%;
    height: 55px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.3rem 0 0 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: #000;
  }
  .ft-tel__btn-list .btn01 {
    width: 38%;
  }
  .ft-tel__btn-list .btn01 a {
    background: -webkit-gradient(linear, left top, left bottom, from(#dd2a2a), color-stop(50%, #dd2a2a), color-stop(50%, #b92727), to(#b92727));
    background: linear-gradient(180deg, #dd2a2a 0%, #dd2a2a 50%, #b92727 50%, #b92727 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #721010;
            box-shadow: 0px 4px 0px 1px #721010;
    color: #fff;
  }
  .ft-tel__btn-list .btn01--lead {
    width: 100%;
    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;
    margin: 0 auto;
  }
  .ft-tel__btn-list .btn01--lead .tel-icon {
    width: 20px;
  }
  .ft-tel__btn-list .btn01--lead .tel-number {
    margin: 0 0 0 1rem;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .ft-tel__btn-list .btn01--txt {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ft-tel__btn-list .btn02 {
    width: 29%;
  }
  .ft-tel__btn-list .btn02 a {
    background: -webkit-gradient(linear, left top, left bottom, from(#089436), color-stop(50%, #089436), color-stop(50%, #08742c), to(#08742c));
    background: linear-gradient(180deg, #089436 0%, #089436 50%, #08742c 50%, #08742c 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #05521f;
            box-shadow: 0px 4px 0px 1px #05521f;
    color: #fff;
  }
  .ft-tel__btn-list .btn02--lead {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .ft-tel__btn-list .btn02--txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ft-tel__btn-list .btn03 {
    width: 29%;
  }
  .ft-tel__btn-list .btn03 a {
    background: -webkit-gradient(linear, left top, left bottom, from(#E96B14), color-stop(50%, #E96B14), color-stop(50%, #cc671f), to(#cc671f));
    background: linear-gradient(180deg, #E96B14 0%, #E96B14 50%, #cc671f 50%, #cc671f 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #853d0a;
            box-shadow: 0px 4px 0px 1px #853d0a;
    color: #fff;
  }
  .ft-tel__btn-list .btn03--lead {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .ft-tel__btn-list .btn03--txt {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ft {
    width: 100%;
    margin: 0 auto 16.5rem auto;
  }
  .ft nav {
    margin: 0 0 2rem 0;
  }
  .ft nav .menu {
    width: 94%;
    margin: 0 auto;
  }
  .ft nav .menu li {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #999;
  }
  .ft nav .menu li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .ft nav .menu li .navi-arrow {
    position: relative;
    display: block;
    padding: 1.5rem 0.5rem;
    color: #000;
    text-decoration: none;
  }
  .ft nav .menu li .navi-arrow::before,
  .ft nav .menu li .navi-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .ft nav .menu li .right::before {
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ft nav .menu li .child-menu {
    display: none;
  }
  .ft nav .menu .pc-only {
    display: none;
  }
  .ft .copyright {
    padding: 1rem 0;
    background: #EEEEEE;
    text-align: center;
    font-size: 1.2rem;
  }
  .ft .copyright span {
    display: block;
  }
  .ft-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #aaaaaa;
    background: #F9F9F9;
  }
  .ft-nav__btn {
    width: 20%;
    font-size: 1.2rem;
    font-weight: bold;
    border-right: 1px solid #aaaaaa;
  }
  .ft-nav__btn a {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 0.3rem 0;
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }
  .ft-nav__btn.--home {
    background: url("/assets/img/common/icon_home.webp") no-repeat center 12px;
    background-size: 17px;
  }
  .ft-nav__btn.--plan {
    background: url("/assets/img/common/icon_yen.webp") no-repeat center 12px;
    background-size: 15px;
  }
  .ft-nav__btn.--hall {
    background: url("/assets/img/common/icon_search.webp") no-repeat center 12px;
    background-size: 17px;
  }
  .ft-nav__btn.--hasten {
    background: url("/assets/img/common/icon_caution.webp") no-repeat center 13px #C73131;
    background-size: 18px;
  }
  .ft-nav__btn.--hasten a {
    color: #fff;
  }
  .ft-nav .menu-btn {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 55px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: 4px;
  }
  .ft-nav .menu-btn .icon {
    font-size: 2.4rem;
    line-height: 1;
  }
  .ft-nav .menu-btn.active {
    background: #333;
    color: #fff;
  }
  .ft-nav nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--vh, 1vh) * 100 - 55px);
    background: rgb(255, 255, 255);
    z-index: 1000;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .ft-nav nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .ft-nav .menu {
    height: calc(var(--vh, 1vh) * 100 - 80px);
    overflow-y: auto;
    padding: 2rem;
  }
  .ft-nav .menu li {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #999;
  }
  .ft-nav .menu li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .ft-nav .menu li .navi-arrow {
    position: relative;
    display: block;
    padding: 1.5rem 0.5rem;
    color: #000;
    text-decoration: none;
  }
  .ft-nav .menu li .navi-arrow::before,
  .ft-nav .menu li .navi-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .ft-nav .menu li .right::before {
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ft-form {
    width: 100%;
    background: #EEEEEE;
  }
  .ft-form .copyright {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

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

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}/*# sourceMappingURL=style.css.map */