@charset "UTF-8";
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1100px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.section.section_link_anchor {
  padding-top: 24px;
  padding-bottom: 40px;
  background: var(--bg_01, #E9E6E3);
}
@media (min-width: 768px) {
  .section.section_link_anchor {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

.section_bg {
  background: #F3F2F1;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #F3F2F1;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #F3F2F1;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #F3F2F1;
}

.box_border {
  background: #fff;
  border: 1px solid var(--brown_03, #958177);
}

.box_border .box_bg {
  background: #F3F2F1;
}

.section_bg .box_border .box_bg {
  background: #F3F2F1;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 24px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
.box_bg .box_bg,
.box_bg .box_border,
.box_border .box_bg,
.box_border .box_border {
  margin-top: 36px;
  padding: 20px;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 80px;
    padding: 46.3px 50px;
  }
  .box_bg .box_bg,
  .box_bg .box_border,
  .box_border .box_bg,
  .box_border .box_border {
    margin-top: 42px;
    padding: 30px 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.under_box {
  margin-bottom: 60px;
}
.under_box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .under_box {
    margin-bottom: 120px;
  }
  .under_box:last-child {
    margin-bottom: 0;
  }
}

.under_box_check .box_bg {
  margin-bottom: 30px;
}
.under_box_check .box_bg:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .under_box_check .box_bg {
    margin-bottom: 60px;
  }
  .under_box_check .box_bg:last-child {
    margin-bottom: 0;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 430px;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .googlemap,
  .youtube {
    padding-top: 510px;
  }
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .row_under {
    gap: 0 60px;
  }
  .row_under .col_2 {
    margin: 0 !important;
  }
  .row_under .col_2:first-child {
    width: 417px;
  }
  .row_under .col_2:last-child {
    width: calc(100% - 477px);
  }
}

@media (min-width: 768px) {
  .row_under2 {
    gap: 0 60px;
  }
  .row_under2 .col_2 {
    margin: 0 !important;
  }
  .row_under2 .col_2:first-child {
    width: 405px;
  }
  .row_under2 .col_2:last-child {
    width: calc(100% - 465px);
  }
}

@media (min-width: 768px) {
  .row_under_small {
    gap: 0 60px;
  }
  .row_under_small .col_2 {
    margin: 0 !important;
  }
  .row_under_small .col_2:first-child {
    width: 330px;
  }
  .row_under_small .col_2:last-child {
    width: calc(100% - 390px);
  }
}

.mce-content-body .link_anchor {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 0;
  }
}

.link_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 24px;
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.link_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 66px;
  padding: 8px 45px 8px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-bottom: 1px solid #B2AEAB;
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 0.64px;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link_anchor li a:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 41px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #B2AEAB;
}
.link_anchor li a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 16px;
  top: 0;
  bottom: 10px;
  width: 9px;
  height: 21px;
  background: url("../img/common/list_arrow.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .link_anchor li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .link_anchor {
    gap: 11px;
  }
  .link_anchor li {
    width: 100%;
    margin: 0;
  }
  .link_anchor li a {
    min-height: 45px;
    padding: 12px 45px 12px 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.6px;
  }
  .link_anchor li a:before {
    right: 40px;
    height: 20px;
  }
  .link_anchor li a:after {
    right: 15px;
    bottom: 9px;
  }
}

.link_anchor a::after {
  will-change: transform, opacity;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.link_anchor a.arrow-loop::after {
  -webkit-animation: arrowLoopDown 0.4s ease-out 1;
          animation: arrowLoopDown 0.4s ease-out 1;
}
.link_anchor a.arrow-loop-back::after {
  -webkit-animation: arrowLoopUp 0.4s ease-out 1;
          animation: arrowLoopUp 0.4s ease-out 1;
}

@media (min-width: 768px) {
  @-webkit-keyframes arrowLoopDown {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    45% {
      -webkit-transform: translateY(17px);
              transform: translateY(17px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(-17px);
              transform: translateY(-17px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes arrowLoopDown {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    45% {
      -webkit-transform: translateY(17px);
              transform: translateY(17px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(-17px);
              transform: translateY(-17px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes arrowLoopUp {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    45% {
      -webkit-transform: translateY(-17px);
              transform: translateY(-17px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(17px);
              transform: translateY(17px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes arrowLoopUp {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    45% {
      -webkit-transform: translateY(-17px);
              transform: translateY(-17px);
      opacity: 0;
    }
    50% {
      -webkit-transform: translateY(17px);
              transform: translateY(17px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
}
.section_link_anchor {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .section_link_anchor {
    padding-left: calc(609.5px - 50%);
    padding-right: calc(609.5px - 50%);
  }
}
@media only screen and (min-width: 1359px) {
  .section_link_anchor {
    padding-left: calc(50vw - 50% - 50px);
    padding-right: calc(50vw - 50% - 50px);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ul_circle li,
  .ul_dot li,
  .ul_triangle li,
  .ul_check li,
  .ol_circle li {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
  }
  .ul_circle li:last-child,
  .ul_dot li:last-child,
  .ul_triangle li:last-child,
  .ul_check li:last-child,
  .ol_circle li:last-child {
    margin-bottom: 0;
  }
}

.ul_circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  background: #F3F2F1;
  line-height: 160%;
  letter-spacing: 0.68px;
  padding: 16px 12px;
  padding-left: 37px;
}
.ul_circle li::before {
  border-radius: 50%;
  background: #6E6565;
  height: 8px;
  left: 16px;
  top: 26.5px;
  width: 8px;
}
@media (max-width: 767px) {
  .ul_circle li {
    padding: 10px;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding-left: 28px;
  }
  .ul_circle li:before {
    left: 10px;
    top: 18.5px;
  }
}

.box_bg .ul_circle li {
  padding: 0;
  padding-left: 20px;
}
.box_bg .ul_circle li:before {
  top: 11px;
  left: 0;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #6E6565;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

.ul_check li {
  font-size: 17px;
  line-height: 160%;
  font-style: normal;
  padding-left: 2em;
  letter-spacing: 0.68px;
  margin: 0;
}
.ul_check li:not(:first-child) {
  margin-top: 12px;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #6E6565;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 1px;
  bottom: auto;
  z-index: 0;
  border-radius: 0px;
}
.ul_check li:before {
  display: none;
}
.ul_check li:after {
  width: 23px;
  height: 27px;
  background: url("../img/common/check.svg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .ul_check li {
    font-size: 15px;
    padding-left: 27px;
  }
  .ul_check li:after {
    width: 20px;
    height: 25px;
  }
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #6E6565;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.ol_circle {
  counter-reset: ol_circle;
  margin-top: 32px;
}
.ol_circle li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
  background: #F3F2F1;
  margin: 0;
  padding-left: 61px;
}
.ol_circle li:not(:first-child) {
  margin-top: 20px;
}
.ol_circle li::before {
  position: absolute;
  content: counter(ol_circle, decimal-leading-zero);
  counter-increment: ol_circle;
  display: block;
  color: var(--brown_04, #605C5A);
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.92px;
  left: 18px;
  top: 20px;
}
@media (max-width: 767px) {
  .ol_circle li {
    font-size: 15px;
    padding: 10px;
    padding-left: 51px;
  }
  .ol_circle li::before {
    left: 15px;
    top: 16px;
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 1.82%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32.12%;
    margin: 0 !important;
  }
  ul.list_columns_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 1.64%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_4 li {
    width: 23.77%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .box_bg ul.list_columns_2 {
    gap: 10px 2%;
  }
  .box_bg ul.list_columns_3 {
    gap: 10px 2%;
  }
  .box_bg ul.list_columns_3 li {
    width: 32%;
  }
  .box_bg ul.list_columns_4 {
    gap: 10px 2%;
  }
  .box_bg ul.list_columns_4 li {
    width: 23.5%;
  }
}

.table_timetable_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 8px;
  -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;
  gap: 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 6px !important;
  background: var(--txt_main, #817467);
}
@media (max-width: 767px) {
  .table_timetable_title {
    font-size: 15px;
    margin: 0 0 9px !important;
    padding: 8px 8px;
  }
}

.time_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid var(--txt_main, #3D3834);
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 160%;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .time_text {
    font-size: 14px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  table {
    margin-top: 80px;
  }
  table:first-child {
    margin-top: 0;
  }
}
table th, table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 60px;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  table.table_address, table.table_timetable, table.table {
    margin-bottom: 80px;
  }
  table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
    margin-bottom: 0;
  }
}
table.table_address {
  background: none;
}
table.table_address th, table.table_address td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162%;
  letter-spacing: 0.64px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #6E6565;
  border-top: 1px solid #6E6565;
  padding: 15.4px 0;
}
table.table_address th {
  background: #F3F2F1;
  padding-left: 26px;
  padding-right: 26px;
  color: #6E6565;
  border-top: 1px solid #6E6565;
  border-bottom: 1px solid #6E6565;
  text-align: left;
  width: 43%;
}
table.table_address td {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  table.table_address th, table.table_address td {
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 12px;
  }
}
@media (min-width: 768px) {
  table.table_address th {
    width: 300px;
  }
}
table.table_address.table_address_fee td {
  text-align: right;
}
@media (min-width: 768px) {
  table.table_address.table_address_fee th {
    width: 740px;
  }
}
@media (max-width: 767px) {
  table.table_address.table_address_fee th {
    width: 68.6%;
  }
  table.table_address.table_address_fee th, table.table_address.table_address_fee td {
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 12px;
  }
}
table.table_timetable {
  table-layout: fixed;
  margin: 0 0 20px;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  text-align: center;
  border: none;
  padding: 17.5px 8px;
  color: var(--txt_main, #3D3834);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.34px;
}
table.table_timetable thead {
  border-bottom: 1px solid #d4d2cf;
}
table.table_timetable thead th {
  background: none;
  color: #3D3834;
}
table.table_timetable thead th:first-child {
  width: 15.8%;
}
table.table_timetable tbody th, table.table_timetable tbody td {
  border-bottom: 1px solid #d4d2cf;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
  table.table_timetable thead th:first-child {
    width: 25.9%;
  }
  table.table_timetable th, table.table_timetable td {
    padding: 10.5px 0px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
table.table th, table.table td {
  vertical-align: top;
  border: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.64px;
}
table.table thead th, table.table thead td {
  background: var(--brown_04, #605C5A);
  color: #fff;
  padding: 14px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
}
table.table tbody th, table.table tbody td {
  border-bottom: 1px solid #6E6565;
}
table.table tbody th {
  font-weight: 500;
  padding: 16px 26px;
  background: #F3F2F1;
}
table.table tbody td {
  background: #fff;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  table.table thead th, table.table thead td {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 10px 12px;
    text-align: left;
  }
  table.table tbody th, table.table tbody td {
    font-size: 15px;
    padding: 12px;
    letter-spacing: 0.6px;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) thead tr th:first-child {
  width: 43%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) thead tr th:first-child {
    width: 300px;
  }
}
@media (max-width: 767px) {
  table.table_default:not(.table_fixed) tbody th, table.table_default:not(.table_fixed) tbody td {
    vertical-align: middle;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
table.table_fixed th, table.table_fixed td {
  vertical-align: middle;
}
table.table_fixed tbody th {
  padding: 24px 26px;
}
table.table_fixed tbody td {
  padding: 24px 24px;
}
@media (max-width: 767px) {
  table.table_fixed tbody th, table.table_fixed tbody td {
    vertical-align: top;
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.scroll-hint-shadow-wrap {
  margin-bottom: 60px;
}
.scroll-hint-shadow-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .scroll-hint-shadow-wrap {
    margin-bottom: 80px;
  }
  .scroll-hint-shadow-wrap:last-child {
    margin-bottom: 0;
  }
}

.consul {
  color: #817467 !important;
}

.consul2 {
  color: #362E2A !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 80px !important;
}
.js-scrollable:last-child,
.js-scrollable_pc:last-child {
  margin-bottom: 0 !important;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .js-scrollable {
    margin-bottom: 60px !important;
  }
  .js-scrollable:last-child {
    margin-bottom: 0 !important;
  }
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  margin-bottom: 40px;
}
.box_faq:last-child {
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 23px;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 23px;
  width: 40px;
}
.box_faq .question {
  background: var(--brown_04, #605C5A);
}
.box_faq .question::before {
  content: "Q";
  color: var(--white, #FFF);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.4px;
}
.box_faq .question:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 69px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 36px;
  background: #D6D0C6;
}
.box_faq .question .faq_title {
  padding: 19px 70px 19px 30px;
  padding-left: 78px;
  color: var(--white, #FFF) !important;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.box_faq .question .faq_title p {
  color: var(--white, #FFF) !important;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 28px;
  background: #fff;
  border-radius: 1px;
  width: 14px;
  height: 2px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq.open .question .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
  padding: 20px 70px 0 83px;
}
.box_faq .answer::before {
  content: "A";
  top: 21px;
  left: 22px;
  color: var(--brown_03, #958177);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .box_faq {
    margin-bottom: 26px;
  }
  .box_faq:last-child {
    margin-bottom: 0;
  }
  .box_faq .question::before,
  .box_faq .answer::before {
    font-size: 26px;
    left: 7px;
    top: 12px;
    bottom: 0;
    margin: auto;
  }
  .box_faq .question::before {
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 2.08px;
  }
  .box_faq .question:after {
    top: 12px;
    bottom: auto;
    right: 49px;
    height: calc(100% - 24px);
  }
  .box_faq .question .faq_title {
    padding: 13.5px 50px 13.5px 16px;
    padding-left: 50px;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 0.68px;
  }
  .box_faq .question .faq_title p {
    line-height: 160%;
  }
  .box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    width: 14px;
    height: 2px;
  }
  .box_faq .answer {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding: 24px 0 0 49px;
  }
  .box_faq .answer::before {
    top: 27px;
    bottom: auto;
    left: 6px;
    font-size: 26px;
    letter-spacing: 2.08px;
  }
}

.flow_parts {
  margin-top: 40px;
}
.flow_parts .box_bg {
  padding: 30px 40px;
  background: #FFF;
  margin-top: 62px;
}
.flow_parts .box_bg:first-child {
  margin-top: 0;
}
.flow_parts .flow_title_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.flow_parts .flow_title_box .flow_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 13px 26px;
  -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;
  gap: 10px;
  border-radius: 50%;
  background: var(--brown_04, #605C5A);
  color: var(--gray_03, #F3F2F1);
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.28px;
}
.flow_parts .flow_title_box .flow_title {
  color: var(--brown_04, #605C5A);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.76px;
}
.flow_parts .flow_contents_title {
  color: var(--txt_main, #3D3834);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.flow_parts .flow_parts_box {
  margin-bottom: 30px;
}
.flow_parts .flow_parts_box:last-child {
  margin-bottom: 0;
}
.flow_parts .flow_contents {
  background: #F3F2F1;
  width: 980px;
  padding: 42px 40px;
  margin-left: auto;
  position: relative;
}
.flow_parts .flow_contents .flow_row {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow_parts .flow_contents .flow_row.flow_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flow_parts .flow_contents .flow_row .flow_col {
  margin: 0;
}
.flow_parts .flow_contents .flow_row .flow_col:first-child {
  width: 405px;
}
.flow_parts .flow_contents .flow_row .flow_col:last-child {
  width: calc(100% - 465px);
}
.flow_parts .flow_contents:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: -75px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #D4D2CF;
}
@media (max-width: 767px) {
  .flow_parts {
    margin-top: 30px;
  }
  .flow_parts .box_bg {
    padding: 20px;
    margin-top: 30px;
  }
  .flow_parts .box_bg:first-child {
    margin-top: 0;
  }
  .flow_parts .flow_title_box {
    margin-bottom: 12px;
    gap: 10px;
  }
  .flow_parts .flow_title_box .flow_no {
    width: 50px;
    height: 50px;
    padding: 7.222px 14.444px;
    font-size: 20.833px;
    letter-spacing: 0.833px;
  }
  .flow_parts .flow_title_box .flow_title {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
  .flow_parts .flow_contents_title {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-bottom: 12px;
  }
  .flow_parts .flow_parts_box {
    margin-bottom: 30px;
  }
  .flow_parts .flow_parts_box:last-child {
    margin-bottom: 0;
  }
  .flow_parts .flow_contents {
    width: initial;
    margin-left: 60px;
    padding: 22px;
  }
  .flow_parts .flow_contents .flow_row {
    display: block;
  }
  .flow_parts .flow_contents .flow_row .flow_col {
    margin: 0;
  }
  .flow_parts .flow_contents .flow_row .flow_col:first-child {
    width: 100%;
  }
  .flow_parts .flow_contents .flow_row .flow_col:last-child {
    margin-top: 20px;
    width: 100%;
  }
  .flow_parts .flow_contents:after {
    left: -35px;
  }
}

.under_no_box .box_bg {
  margin-bottom: 40px;
}
.under_no_box .box_bg:last-child {
  margin-bottom: 0;
}
.under_no_box .under_no_title_box {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.under_no_box .under_no_title_box .under_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 13px 26px;
  -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;
  gap: 10px;
  border-radius: 50%;
  background: var(--brown_04, #605C5A);
  color: var(--gray_03, #F3F2F1);
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.28px;
}
.under_no_box .under_no_title_box .under_no_title {
  color: var(--brown_04, #605C5A);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.76px;
}
@media (max-width: 767px) {
  .under_no_box .box_bg {
    margin-bottom: 30px;
    padding: 24px;
  }
  .under_no_box .box_bg:last-child {
    margin-bottom: 0;
  }
  .under_no_box .under_no_title_box {
    margin-bottom: 12px;
    gap: 10px;
  }
  .under_no_box .under_no_title_box .under_no {
    width: 50px;
    height: 50px;
    padding: 7.222px 14.444px;
    font-size: 20.833px;
    letter-spacing: 0.833px;
  }
  .under_no_box .under_no_title_box .under_no_title {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding: 50px 0;
  background: var(--bg_01, #E9E6E3);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer .sec_logo {
  margin: 0 0 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--brown_02, #6E6565);
}
.footer .sec_address {
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.31px;
}
.footer .sec_tel {
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
  margin: 0 0 16px;
}
.footer .sec_tel a {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  padding-left: 10px;
}
.footer .sec_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0 0 30px;
}
.footer .sec_info .sec_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.11px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: var(--brown_01, #817467);
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
}
.footer .sec_info .sec_span2 {
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
}
.footer .table_timetable_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
  margin-bottom: 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--brown_01, #817467);
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
}
.footer .table_timetable {
  margin: 0 0 20px;
}
.footer .time_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid var(--txt_main, #3D3834);
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
  margin: 0 0 30px;
}
.footer .sec_img {
  margin: 0;
}
.footer .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.footer .bnr_box .bnr_col {
  width: 154px;
}
.footer .sec_access {
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  margin: 20px 0 30px;
}
.footer .sec_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16.657px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--txt_main, #3D3834);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  border-right: 1px solid var(--brown_02, #6E6565);
  border-bottom: 1px solid var(--brown_02, #6E6565);
  background: #F3F3F3;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .sec_btn a .sec_span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  position: relative;
  padding-left: 28px;
}
.footer .sec_btn a .sec_span:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 22px;
  background: url("../img/common/footer_icon03.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .footer .sec_btn a:hover {
    color: #fff;
    background: var(--brown_04, #605C5A);
  }
  .footer .sec_btn a:hover .sec_span:after {
    background: url("../img/common/hov_footer_icon03.svg") no-repeat center/cover;
  }
}
.footer .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .btnstyle {
  margin-bottom: 0;
  width: 100%;
}
.footer .btnstyle a {
  max-width: 212px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  padding: 18px 38px 18px 30px;
}
.footer .btnstyle a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 24px;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .btnstyle a .btn_icon01:after {
  width: 22px;
  height: 23px;
  background: url("../img/common/footer_icon01.svg") no-repeat center/cover;
}
.footer .btnstyle a .btn_icon02:after {
  width: 24px;
  height: 23px;
  background: url("../img/common/footer_icon02.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .footer .btnstyle a:hover .btn_icon01:after {
    background: url("../img/common/hov_footer_icon01.svg") no-repeat center/cover;
  }
  .footer .btnstyle a:hover .btn_icon02:after {
    background: url("../img/common/hov_footer_icon02.png") no-repeat center/cover;
  }
}
.footer .row {
  border-bottom: 1px solid #d4d2cf;
}
@media (max-width: 767px) {
  .footer .container {
    max-width: calc(100% - 40px);
  }
  .footer .sec_logo {
    right: 10px;
    position: relative;
    text-align: center;
  }
  .footer .sec_logo img {
    max-width: 250px;
    margin: auto;
  }
  .footer .sec_address {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1.2px;
  }
  .footer .sec_tel {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1.12px;
  }
  .footer .sec_tel a {
    font-size: 19px;
    line-height: 180%;
    letter-spacing: 1.52px;
    padding-left: 10px;
  }
  .footer .sec_info {
    gap: 14px;
    margin: 0 0 28px;
  }
  .footer .sec_info .sec_span {
    padding: 2px 8px;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 1.04px;
  }
  .footer .sec_info .sec_span2 {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
  .footer .table_timetable_title {
    margin-bottom: 10px !important;
  }
  .footer .row {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer .row .col_2 {
    margin: 0;
  }
  .footer .row .col_2:not(:first-child) {
    margin-top: 60px;
  }
  .footer .btnstyle a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 38px 18px 30px;
  }
  .footer .btnstyle a .sec_span:after {
    left: 21px;
  }
  .footer .btnstyle a .btn_icon01 {
    padding-left: 8px;
  }
  .footer .btnstyle a .btn_icon01:after {
    width: 20px;
    height: 21px;
  }
  .footer .btnstyle a .btn_icon02:after {
    width: 20px;
    height: 19px;
  }
  .footer .sec_access {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1.2px;
    margin: 20px 0 21px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
  .footer .table_timetable_title {
    margin-bottom: 8px !important;
  }
  .footer .table_timetable thead th:first-child {
    width: 26%;
  }
  .footer .table_timetable th, .footer .table_timetable td {
    padding: 10.5px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  .footer .container {
    width: 1100px;
  }
  .footer .row {
    gap: 0 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 59px;
    margin-bottom: 29px;
  }
  .footer .row .col_2 {
    margin: 0;
  }
  .footer .row .col_2:first-child {
    width: 440px;
  }
  .footer .row .col_2:last-child {
    width: 510px;
  }
}

#copyright {
  height: 480px;
  background: url("../img/common/sp_footer_bg.png") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#copyright .cotainer {
  margin-top: auto;
}
@media (min-width: 768px) {
  #copyright {
    height: 681px;
    background: url("../img/common/footer_bg.png") no-repeat center/cover;
  }
}

.copyright {
  margin-top: 100px;
  padding: 0 0 88px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  text-align: center;
  color: var(--white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .copyright {
    padding: 0 0 30px;
  }
}

#copyright {
  position: relative;
}
#copyright .cotainer {
  position: relative;
  z-index: 2;
}
#copyright .floating-text {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#copyright .floating-text .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
#copyright .floating-text span {
  display: inline-block;
  font-family: "NyghtSerif", serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  padding-right: 50px;
}
@media (max-width: 767px) {
  #copyright .floating-text {
    top: -33px;
  }
  #copyright .floating-text span {
    font-size: 66px;
    line-height: 100%;
    letter-spacing: 0.66px;
  }
}

/* 4つ構成 seamless 無限スクロール */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.list_list dd a {
  color: #3D3834;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #3D3834;
}
.sec_top h2:before, .sec_top h2:after, .sec_top h3:before, .sec_top h3:after {
  display: none;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}

.sec_top_fade {
  opacity: 0;
  -webkit-transition: all 2s ease-out 0.2s;
  transition: all 2s ease-out 0.2s;
}

.sec_top_fade.is-visible {
  opacity: 1;
}

.sec01_2 {
  padding: clamp(150px, 38.4615384615vw, 295px) 0 40px;
  background: url("../img/top/sp_sec01_2_bg.png") no-repeat center top/100%;
  position: relative;
}
.sec01_2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #E4E1DE;
}
.sec01_2 h2 {
  padding: 0 20px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 100%;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  color: #362e2a;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 9px;
}
.sec01_2 h2:before, .sec01_2 h2:after {
  display: none;
}
.sec01_2 h2:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #958177;
}
.sec01_2 .sec_box {
  padding: 34px 20px 40px;
  background: #fff;
}
.sec01_2 .table_timetable_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  -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;
  margin-bottom: 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--brown_01, #817467);
  color: var(--white, #FFF);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
}
.sec01_2 .table_timetable {
  margin: 0 0 20px;
}
.sec01_2 .time_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid var(--txt_main, #3D3834);
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
  margin: 0 0 10px;
}
.sec01_2 .sec_text {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 27px;
  font-weight: 500;
  color: #817467;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.01em;
}
.sec01_2 .sec_text .sec_span {
  border-bottom: 1px solid #817467;
}
.sec01_2 .btnstyle {
  margin-bottom: 0;
  width: 100%;
}
.sec01_2 .btnstyle a {
  max-width: 310px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  background: #EBE6E3;
  padding: 20px 38px 20px 28px !important;
  border: none !important;
}
.sec01_2 .btnstyle a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 24px;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec01_2 .btnstyle a .btn_icon01:after {
  width: 22px;
  height: 23px;
  background: url("../img/common/footer_icon01.svg") no-repeat center/cover;
}
.sec01_2 .btnstyle a .btn_icon02:after {
  width: 24px;
  height: 23px;
  background: url("../img/common/footer_icon02.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec01_2 .btnstyle a:hover .btn_icon01:after {
    background: url("../img/common/hov_footer_icon01.svg") no-repeat center/cover;
  }
  .sec01_2 .btnstyle a:hover .btn_icon02:after {
    background: url("../img/common/hov_footer_icon02.png") no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .sec01_2 .sec_text {
    font-size: 14px;
    line-height: 188%;
    margin-bottom: 27px;
  }
  .sec01_2 .table_timetable_title {
    padding: 7px;
  }
  .sec01_2 .container {
    max-width: calc(100% - 40px);
  }
  .sec01_2 table.table_timetable thead th:first-child {
    width: 30%;
  }
  .sec01_2 .table_timetable_title {
    margin-bottom: 10px !important;
  }
  .sec01_2 .time_text {
    padding: 5px 7px;
    gap: 10px;
    font-size: 14px;
  }
  .sec01_2 .btnstyle {
    margin-bottom: 8px !important;
  }
  .sec01_2 .btnstyle:last-child {
    margin-bottom: 0 !important;
  }
  .sec01_2 .btnstyle a {
    max-width: 310px !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 38px 18px 30px;
  }
  .sec01_2 .btnstyle a .sec_span:after {
    left: 87px;
  }
  .sec01_2 .btnstyle a .btn_icon01 {
    padding-left: 24px;
  }
  .sec01_2 .btnstyle a .btn_icon01:after {
    width: 20px;
    height: 21px;
  }
  .sec01_2 .btnstyle a .btn_icon02 {
    padding-left: 24px;
  }
  .sec01_2 .btnstyle a .btn_icon02:after {
    width: 20px;
    height: 19px;
  }
}
@media (min-width: 768px) {
  .sec01_2 {
    padding: 100px 0;
    background: url("../img/top/sec01_2_bg.png") no-repeat center/cover;
  }
  .sec01_2 h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 56px;
    letter-spacing: 0.01em;
    line-height: 100%;
    padding-bottom: 10px;
  }
  .sec01_2 h2:before {
    left: -50px;
    right: auto;
    width: calc(100% + 50px);
    height: 1px;
  }
  .sec01_2 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .sec01_2 .container {
    width: 100%;
    max-width: 100%;
  }
  .sec01_2 .sec_box {
    padding: 90px 0 100px;
    padding-left: 50px;
    padding-right: 20px;
    max-width: 50.1%;
    margin-left: auto;
  }
  .sec01_2 .btnstyle a {
    max-width: 292px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .sec01_2 .btnstyle a .sec_span {
    padding-left: 38px;
  }
  .sec01_2 .text_box {
    max-width: 600px;
  }
  .sec01_2 .table_timetable_title {
    margin-bottom: 8px !important;
  }
  .sec01_2 .table_timetable thead th {
    padding: 10.5px 0;
  }
  .sec01_2 .table_timetable thead th:first-child {
    width: 19%;
  }
  .sec01_2 .table_timetable th, .sec01_2 .table_timetable td {
    padding: 16.5px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1450px) {
  .sec01_2 h2:before {
    left: -120px;
    width: calc(100% + 120px);
  }
  .sec01_2 .sec_box {
    padding: 90px 0 100px;
    padding-left: 120px;
  }
}

.sec01 {
  padding: 55px 0 50px;
  position: relative;
  z-index: 0;
}
.sec01:before, .sec01:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sec01:before {
  z-index: -1;
  background: url("../img/top/sp_sec01_bg.png") no-repeat center top 30%/100%;
}
.sec01:after {
  z-index: -2;
  background: #E9E6E3;
}
.sec01 .row {
  margin-bottom: 40px;
}
.sec01 .sec_box {
  padding: 45px 60px;
  border: 1px solid var(--brown_01, #362E2A);
  background: #F2F2F2;
}
.sec01 .sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid var(--gary_01, #74716F);
  background: #FFF;
  color: var(--brown_01, #362E2A);
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 3.22px;
  margin: 0 0 29px;
}
.sec01 .sec_text {
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.28px;
  margin-bottom: 31px;
}
.sec01 h2 {
  color: var(--gary_01, #74716F);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 50px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.44px;
}
.sec01 h2 .sec_span {
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.8px;
  display: block;
  padding-bottom: 13px;
}
.sec01 h2:before, .sec01 h2:after {
  display: none;
}
.sec01 .table_address th, .sec01 .table_address td {
  border: none;
  background: none;
}
.sec01 .table_address th {
  color: var(--txt_main, #3D3834);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
  width: 300px;
  border-bottom: 1px solid var(--brown_01, #362E2A);
}
.sec01 .table_address td {
  color: var(--main_txt, #4C4948);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.64px;
  border-bottom: 1px solid var(--gray_02, #D4D2CF);
}
.sec01 .btnstyle a {
  border: none !important;
}
.sec01 .news_list a {
  text-decoration: none;
  border-bottom: 1px solid var(--gray_02, #D4D2CF);
}
.sec01 .news_list .list_dt, .sec01 .news_list .list_dd {
  border: none;
}
.sec01 .news_list .list_dt {
  color: var(--txt_main, #3D3834);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  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;
  gap: 18px;
}
.sec01 .news_list .list_dt .sec_category {
  display: inline-block;
  padding: 4px 16px;
  background: #C2BBB7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--txt_main, #3D3834);
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.sec01 .news_list .list_dd {
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  display: block;
}
.sec01 .news_list a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec01 .news_list a .list_dt, .sec01 .news_list a .list_dd {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec01 .news_list a .list_dt .sec_category, .sec01 .news_list a .list_dd .sec_category {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .sec01 .news_list a:hover {
    border-color: #74716F !important;
    padding-left: 3px;
  }
  .sec01 .news_list a:hover .list_dt, .sec01 .news_list a:hover .list_dd {
    color: var(--brown_02, #6E6565);
  }
  .sec01 .news_list a:hover .list_dt .sec_category, .sec01 .news_list a:hover .list_dd .sec_category {
    color: #fff;
    background: var(--brown_02, #6E6565);
  }
}
@media (max-width: 767px) {
  .sec01 .container {
    max-width: calc(100% - 40px);
  }
  .sec01 .sec_box {
    padding: 30px 24px;
  }
  .sec01 .sec_title {
    padding: 12px 0 10px;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 2.52px;
    margin: 0 0 26px;
  }
  .sec01 .sec_text {
    font-size: 15px;
    line-height: 175%;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
  }
  .sec01 h2 {
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 100%;
    letter-spacing: 1.36px;
  }
  .sec01 h2 .sec_span {
    font-size: 50px;
    letter-spacing: 2px;
    padding-bottom: 13px;
  }
  .sec01 .table_address th, .sec01 .table_address td {
    padding: 13.5px 12px;
  }
  .sec01 .table_address th {
    font-size: 15px;
    letter-spacing: 0.6px;
    width: 100px;
  }
  .sec01 .table_address td {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .sec01 .news_list {
    margin-bottom: 29px;
  }
  .sec01 .news_list .list_dt, .sec01 .news_list .list_dd {
    padding: 15px 0;
  }
  .sec01 .news_list .list_dt {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0 16px;
    border: none;
    padding-bottom: 0;
    padding-left: 4px;
  }
  .sec01 .news_list .list_dt .sec_category {
    padding: 4px 16px;
    font-size: 12px;
  }
  .sec01 .news_list .list_dd {
    padding-top: 8px;
    padding-left: 4px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1.12px;
  }
  .sec01 .news_list a {
    display: block;
    border-bottom: 1px solid var(--gray_02, #D4D2CF);
  }
  .sec01 .news_list a:first-of-type {
    border-top: 1px solid var(--gray_02, #D4D2CF);
  }
  .sec01 .btnstyle a {
    padding: 15.5px 0 15.5px 28px !important;
    font-size: 16px !important;
    max-width: 200px !important;
  }
}
@media (min-width: 768px) {
  .sec01 {
    padding: 103px 0 96px;
  }
  .sec01 .container {
    width: 1140px;
  }
  .sec01 .news_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec01 .news_list .list_dt, .sec01 .news_list .list_dd {
    padding: 21.3px 0;
  }
  .sec01 .news_list .list_dt:first-of-type, .sec01 .news_list .list_dd:first-of-type {
    padding: 18px 0;
  }
  .sec01 .news_list .list_dt {
    width: 201px;
    float: none;
    padding-left: 8px !important;
  }
  .sec01 .news_list .list_dd {
    padding-left: 18px !important;
    width: calc(100% - 201px);
  }
  .sec01 .row {
    gap: 0 130px;
    margin-bottom: 79px;
  }
  .sec01 .row .col_2 {
    margin: 0;
  }
  .sec01 .row .col_2:first-child {
    width: 200px;
  }
  .sec01 .row .col_2:last-child {
    width: calc(100% - 330px);
  }
  .sec01:before {
    background: url("../img/top/sec01_bg.png") no-repeat center/cover;
  }
  .sec01 .btnstyle a {
    padding: 15.5px 0 15.5px 28px !important;
    font-size: 16px !important;
    max-width: 200px !important;
  }
}

.sec02_bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec02_bg:before, .sec02_bg:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sec02_bg:before {
  z-index: -2;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d2cf), to(#cec8c4));
  background: linear-gradient(180deg, #d6d2cf, #cec8c4);
}
.sec02_bg:after {
  z-index: -1;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/sp_sec02_bg.png") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .sec02_bg:after {
    z-index: -1;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: url("../img/top/sec02_bg.png") no-repeat center/cover;
  }
}

.sec02 {
  padding: 85px 0 50px;
}
.sec02 h2 {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 7.28px;
  margin: auto;
  margin-bottom: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02 h2 .sec_span {
  border-bottom: 1px solid var(--gary_01, #74716F);
  display: block;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 8px;
  letter-spacing: -1px;
  margin-bottom: 19px;
}
.sec02 .sec_box {
  background: #fff;
  padding: 30px 20px;
}
.sec02 .sec_title {
  display: block;
  color: var(--white, #FFF);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  font-style: normal;
  margin-top: 10px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.08px;
  text-shadow: 0px 0px 5px rgba(88, 82, 82, 0.6);
}
.sec02 .sec_sub {
  display: block;
  color: #e9e1ce;
  text-align: center;
  font-family: "NyghtSerif", serif;
  font-size: 15px;
  margin-top: 6px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.3px;
}
.sec02 .sec_bnr a {
  height: 287px;
  color: #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  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;
}
.sec02 .sec_bnr a:before, .sec02 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 5px;
}
.sec02 .sec_bnr a:before {
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.sec02 .sec_bnr a:after {
  z-index: -1;
  border: 1px solid #e0d4ce;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec02 .sec_bnr a .sec_title:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(0);
  z-index: -2;
  background: transparent;
}
.sec02 .sec_bnr a .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 162, 161, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec02 .sec_bnr a .sec_span:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  left: auto;
  right: 22px;
  top: auto;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 9.778px 17.778px;
  -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;
  gap: 8.889px;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  border: 0.556px solid rgba(255, 255, 255, 0.6);
  background: rgba(167, 167, 167, 0.6);
  transition: all 0.3s ease-out;
}
.sec02 .sec_bnr a .sec_span:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 36px;
  top: auto;
  bottom: 36px;
  width: 10px;
  height: 10px;
  background: url("../img/top/sec02_arrow.svg") no-repeat center/cover;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease, background-image 0s linear 0.15s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-image 0s linear 0.15s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-image 0s linear 0.15s;
  transition: transform 0.2s ease, opacity 0.2s ease, background-image 0s linear 0.15s, -webkit-transform 0.2s ease;
}
@media (min-width: 768px) {
  @-webkit-keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
}
@media (min-width: 768px) {
  .sec02 .sec_bnr a.arrow-right .sec_span::after {
    -webkit-animation: arrowMoveRight 0.3s ease forwards;
            animation: arrowMoveRight 0.3s ease forwards;
  }
  .sec02 .sec_bnr a.arrow-left .sec_span::after {
    -webkit-animation: arrowMoveLeft 0.3s ease forwards;
            animation: arrowMoveLeft 0.3s ease forwards;
  }
  .sec02 .sec_bnr a:hover {
    background-color: rgba(163, 162, 161, 0.6);
  }
  .sec02 .sec_bnr a:hover:after {
    backdrop-filter: blur(10px);
    border: 1px solid #908781;
  }
  .sec02 .sec_bnr a:hover .sec_span:before {
    backdrop-filter: blur(11.11px);
    background-color: rgba(241, 243, 243, 0.6);
    border: 0.6px solid rgba(255, 255, 255, 0.6);
  }
  .sec02 .sec_bnr a:hover .sec_title:before {
    backdrop-filter: blur(10px);
  }
  .sec02 .sec_bnr a:hover .sec_title:after {
    opacity: 1;
  }
}
.sec02 .sec_bnr.sec_bnr_bg01 a {
  background: url("../img/top/sec02_img001.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg01 a:before {
  background: url("../img/top/sec02_img001.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg01 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg02 a {
  background: url("../img/top/sec02_img002.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg02 a:before {
  background: url("../img/top/sec02_img002.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg02 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg03 a {
  background: url("../img/top/sec02_img003.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg03 a:before {
  background: url("../img/top/sec02_img003.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg03 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg04 a {
  background: url("../img/top/sec02_img004.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg04 a:before {
  background: url("../img/top/sec02_img004.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg04 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg05 a {
  background: url("../img/top/sec02_img005.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg05 a:before {
  background: url("../img/top/sec02_img005.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg05 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg06 a {
  background: url("../img/top/sec02_img006.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg06 a:before {
  background: url("../img/top/sec02_img006.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg06 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg07 a {
  background: url("../img/top/sec02_img007.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg07 a:before {
  background: url("../img/top/sec02_img007.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg07 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec02 .sec_bnr.sec_bnr_bg08 a {
  background: url("../img/top/sec02_img008.png") no-repeat center/cover;
}
.sec02 .sec_bnr.sec_bnr_bg08 a:before {
  background: url("../img/top/sec02_img008.png") no-repeat center/108%;
  background-color: rgba(168, 166, 166, 0.6);
}
.sec02 .sec_bnr.sec_bnr_bg08 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .sec02 .sp_col_2 {
    gap: 6px 12px;
  }
  .sec02 .sp_col_2 .col_4 {
    margin: 0;
    width: calc(50% - 6px);
  }
  .sec02 .container {
    max-width: calc(100% - 40px);
  }
  .sec02 h2 {
    font-size: 18px;
    letter-spacing: 5.04px;
    margin-bottom: 50px;
  }
  .sec02 h2 .sec_span {
    font-size: 40px;
    padding-bottom: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
  }
  .sec02 .sec_title {
    font-size: 15px;
    margin-top: 10px;
    line-height: 150%;
    letter-spacing: 2.1px;
  }
  .sec02 .sec_sub {
    font-size: 12px;
    margin-top: 6px;
    letter-spacing: 0.24px;
  }
  .sec02 .sec_bnr a {
    height: 149px;
  }
  .sec02 .sec_bnr a:before, .sec02 .sec_bnr a:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 5px;
  }
  .sec02 .sec_bnr a .sec_span:before {
    right: 13px;
    bottom: 13px;
    width: 22px;
    height: 22px;
    padding: 5.378px 9.778px;
    gap: 8.889px;
    border: 0.556px solid rgba(255, 255, 255, 0.6);
    background: rgba(167, 167, 167, 0.6);
  }
  .sec02 .sec_bnr a .sec_span:after {
    right: 20px;
    bottom: 20px;
    width: 8px;
    height: 6px;
  }
  .sec02 .sec_bnr.sec_bnr_bg01 a {
    background: url("../img/top/sp_sec02_img001.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg01 a:before {
    background: url("../img/top/sp_sec02_img001.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg02 a {
    background: url("../img/top/sp_sec02_img002.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg02 a:before {
    background: url("../img/top/sp_sec02_img002.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg03 a {
    background: url("../img/top/sp_sec02_img003.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg03 a:before {
    background: url("../img/top/sp_sec02_img003.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg04 a {
    background: url("../img/top/sp_sec02_img004.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg04 a:before {
    background: url("../img/top/sp_sec02_img004.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg05 a {
    background: url("../img/top/sp_sec02_img005.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg05 a:before {
    background: url("../img/top/sp_sec02_img005.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg06 a {
    background: url("../img/top/sp_sec02_img006.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg06 a:before {
    background: url("../img/top/sp_sec02_img006.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg07 a {
    background: url("../img/top/sp_sec02_img007.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg07 a:before {
    background: url("../img/top/sp_sec02_img007.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
  .sec02 .sec_bnr.sec_bnr_bg08 a {
    background: url("../img/top/sp_sec02_img008.png") no-repeat center/cover;
  }
  .sec02 .sec_bnr.sec_bnr_bg08 a:before {
    background: url("../img/top/sp_sec02_img008.png") no-repeat center/108%;
    background-color: #A8A6A6;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 158px 0 100px;
  }
  .sec02 .container {
    width: 1400px;
  }
  .sec02 .sec_box {
    padding: 100px 18px;
  }
  .sec02 .row {
    gap: 18px;
  }
  .sec02 .row .col_4 {
    margin: 0;
    width: calc(25% - 13.5px);
  }
}
@media screen and (min-width: 1419px) {
  .sec02 .sec_box {
    padding: 100px 100px;
  }
}

.sec03 {
  padding: 0 0 80px;
}
.sec03 .sec_title {
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--brown_01, #362E2A);
  margin-bottom: 80px;
}
.sec03 .sec_title .sec_span {
  color: var(--gary_01, #74716F);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.89px;
  display: block;
  padding-top: 5px;
  padding-bottom: 13px;
}
.sec03 .sec_box {
  border-top: 1px solid var(--brown_01, #362E2A);
  -webkit-box-shadow: 0 0 30px 0 rgba(84, 75, 69, 0.08);
          box-shadow: 0 0 30px 0 rgba(84, 75, 69, 0.08);
  background: #fff;
  padding: 58px 30px 38px;
}
.sec03 .sec_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 356px;
  padding: 18px 0 18px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--txt_main, #3D3834);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  background: var(--gray_03, #F3F2F1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 .sec_bnr a:before, .sec03 .sec_bnr a:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 18px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 10px;
  background: url("../img/top/sec03_arrow.svg") no-repeat center/cover;
}
.sec03 .sec_bnr a:after {
  display: none;
}
.sec03 .sec_bnr a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 46px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 36px);
  background: var(--gray_02, #D4D2CF);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 .sec_bnr a .sec_span:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 47px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  background: #F3F2F1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 .sec_bnr a::before, .sec03 .sec_bnr a::after {
  -webkit-transition: none;
  transition: none;
  will-change: transform;
}
.sec03 .sec_bnr a::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sec03 .sec_bnr a::after {
  display: block;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .sec03 .sec_bnr a {
    /* before：右方向にスライドして消える */
    /* after：左から右へスライドして出現 */
    /* before：右側から戻る */
    /* after：右から左へ戻りながら消える */
  }
  .sec03 .sec_bnr a.is-animating-hover::before {
    -webkit-animation: arrowSlideOut 0.3s ease-out forwards;
            animation: arrowSlideOut 0.3s ease-out forwards;
  }
  .sec03 .sec_bnr a.is-animating-hover::after {
    -webkit-animation: arrowSlideIn 0.3s ease-out forwards;
            animation: arrowSlideIn 0.3s ease-out forwards;
  }
  .sec03 .sec_bnr a.is-animating-leave::before {
    -webkit-animation: arrowSlideBack 0.3s ease-out forwards;
            animation: arrowSlideBack 0.3s ease-out forwards;
  }
  .sec03 .sec_bnr a.is-animating-leave::after {
    -webkit-animation: arrowSlideOutBack 0.3s ease-out forwards;
            animation: arrowSlideOutBack 0.3s ease-out forwards;
  }
  @-webkit-keyframes arrowSlideOut {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes arrowSlideOut {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
      visibility: hidden;
    }
  }
  @-webkit-keyframes arrowSlideIn {
    0% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
      visibility: hidden;
    }
    1% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes arrowSlideIn {
    0% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
      visibility: hidden;
    }
    1% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes arrowSlideBack {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
      visibility: hidden;
    }
    1% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes arrowSlideBack {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
      visibility: hidden;
    }
    1% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes arrowSlideOutBack {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes arrowSlideOutBack {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
      visibility: hidden;
    }
  }
  .sec03 .sec_bnr a:hover {
    background: #C4C4C4;
    padding-left: 29px;
  }
  .sec03 .sec_bnr a:hover .sec_span:after {
    background: var(--gray_02, #D4D2CF);
  }
  .sec03 .sec_bnr a:hover .sec_span:before {
    background: #C4C4C4;
  }
}
@media (max-width: 767px) {
  .sec03 .container {
    max-width: calc(100% - 40px);
  }
  .sec03 .sec_title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 2px;
    padding-bottom: 18px;
    margin-bottom: 44px;
    text-align: center;
  }
  .sec03 .sec_title .sec_span {
    font-size: 14px;
    letter-spacing: 1.26px;
    padding-top: 5px;
    padding-bottom: 13px;
  }
  .sec03 .sec_bnr {
    margin: 0;
  }
  .sec03 .sec_bnr a {
    width: 100%;
    max-width: initial;
    padding: 18px 0 18px 16px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1.28px;
  }
  .sec03 .sec_bnr a:before, .sec03 .sec_bnr a:after {
    right: 19px;
  }
  .sec03 .sec_bnr a .sec_span:after {
    right: 47px;
  }
  .sec03 .sec_bnr a .sec_span:before {
    right: 48px;
  }
  .sec03 .row .col_3 {
    margin: 0;
  }
  .sec03 .row .col_3:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 0 0 150px;
  }
  .sec03 .container {
    width: 1400px;
  }
  .sec03 .sec_box {
    padding: 100px 80px 118px;
  }
  .sec03 .row {
    gap: 16px;
  }
  .sec03 .row .col_3 {
    margin: 0;
    width: calc(33.3333333333% - 10.7px);
  }
}
@media screen and (min-width: 1419px) {
  .sec03 .sec_box {
    padding: 100px 150px 118px;
  }
}

.sec04 {
  padding: 0 0;
}
.sec04 .sec04_bg {
  padding: 74px 0 100px;
  position: relative;
}
.sec04 .sec04_bg:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec04 .sec04_bg:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sec04 .sec04_bg.sec04_bg01:after {
  background: url("../img/top/sp_sec04_bg01.png") no-repeat center bottom/100%;
}
.sec04 .sec04_bg.sec04_bg01:before {
  background: #E9E6E3;
}
.sec04 .sec04_bg.sec04_bg02:after {
  background: url("../img/top/sp_sec04_bg02.png") no-repeat center bottom/100%;
}
.sec04 .sec04_bg.sec04_bg02:before {
  background: #D7D4D1;
}
.sec04 .sec04_bg.sec04_bg03:after {
  background: url("../img/top/sp_sec04_bg03.png") no-repeat center bottom/100%;
}
.sec04 .sec04_bg.sec04_bg03:before {
  background: #E9E6E3;
}
.sec04 .sec04_bg.sec04_bg04:after {
  background: url("../img/top/sp_sec04_bg04.png") no-repeat center bottom/100%;
}
.sec04 .sec04_bg.sec04_bg04:before {
  background: #CACAC9;
}
.sec04 .sec_pickup {
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "NyghtSerif", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.21px;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.sec04 .sec_sub {
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.84px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  position: relative;
}
.sec04 .sec_sub .sec_span {
  color: var(--gary_01, #74716F);
  font-family: "NyghtSerif", serif;
  font-size: 15px;
  display: block;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-bottom: 14px;
}
.sec04 .sec_sub:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #BCB7B0;
}
.sec04 .sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 3.6px;
}
.sec04 .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.sec04 .bnr_box .sec_bnr {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -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;
  gap: 8.125px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--brown_01, #817467);
}
.sec04 .bnr_box .sec_bnr .sec_span {
  color: var(--white, #FFF);
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.36px;
}
.sec04 .btnstyle a {
  border: none !important;
}
.sec04 .btn_box .btnstyle {
  margin: 8px 0 0;
}
.sec04 .btn_box .btnstyle a {
  padding: 20px 0 18px 28px !important;
  border-radius: 0;
  max-width: 390px;
  color: var(--brown_01, #362E2A);
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  letter-spacing: 0.68px !important;
}
@media (max-width: 767px) {
  .sec04 .row .col_2 {
    margin: 0;
  }
  .sec04 .container {
    max-width: calc(100% - 40px);
  }
  .sec04 .sec_text {
    margin-bottom: 42px !important;
  }
  .sec04 .sec_img {
    width: 100vw;
    margin-left: -20px;
  }
  .sec04 .sec_pickup {
    font-size: 12px;
    letter-spacing: 0.12px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    left: auto;
    right: 16px;
    top: 30px;
    bottom: auto;
  }
  .sec04 .sec_sub {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1.6px;
    padding-bottom: 0;
    margin-bottom: 49px;
  }
  .sec04 .sec_sub .sec_span {
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .sec04 .sec_sub:after {
    display: none;
  }
  .sec04 .sec_title {
    margin-top: 60px;
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 200%;
    letter-spacing: 2.4px;
  }
  .sec04 .sec_text {
    font-size: 15px;
    line-height: 185%;
    letter-spacing: 1.2px;
  }
  .sec04 .bnr_box {
    padding-bottom: 40px;
    gap: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04 .bnr_box .sec_bnr {
    width: 108px;
    height: 108px;
    gap: 8.125px;
  }
  .sec04 .bnr_box .sec_bnr .sec_span {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.56px;
  }
  .sec04 .btnstyle a {
    padding: 15.5px 0 15.5px 28px !important;
    font-size: 16px !important;
    max-width: 200px !important;
  }
  .sec04 .sec04_bg03 .sec_text {
    margin-bottom: 41px !important;
  }
  .sec04 .btn_box .btnstyle {
    margin: 8px 0 0 !important;
  }
  .sec04 .btn_box .btnstyle a {
    padding: 23px 0 21px 18px !important;
    max-width: 342px !important;
    letter-spacing: 0.64px !important;
  }
  .sec04 .sec04_bg.sec04_bg03 {
    overflow: hidden;
  }
  .sec04 .sec04_bg.sec04_bg03:after {
    top: 175px;
  }
}
@media (max-width: 767px) {
  .sec04 .sec04_bg03 .sec_img {
    text-align: left;
  }
  .sec04 .sec04_bg03 .sec_img .sec_img01 {
    width: 80%;
    margin-left: 12%;
    position: relative;
    margin-bottom: -11%;
  }
  .sec04 .sec04_bg03 .sec_img .sec_img02 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 0 0;
  }
  .sec04 .btnstyle a {
    max-width: 220px;
    font-size: 17px !important;
    padding: 19px 38px 19px 28px !important;
  }
  .sec04 .btn_box .btnstyle {
    margin: 8px 0 0;
  }
  .sec04 .btn_box .btnstyle a {
    padding: 19px 0 18px 28px !important;
    border-radius: 0;
    max-width: 390px;
    color: var(--brown_01, #362E2A);
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: 0.68px !important;
  }
  .sec04 .sec_text {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 185%;
    letter-spacing: 0.5px;
  }
  .sec04 .sec_text:last-child {
    margin-bottom: 0;
  }
  .sec04 .sec_pickup {
    font-size: 21px;
    letter-spacing: 0.21px;
    left: 60px;
    top: 63px;
  }
  .sec04 .container {
    width: 1186px;
  }
  .sec04 .sec04_bg {
    padding: 180px 0 95px;
  }
  .sec04 .sec04_bg.sec04_bg01 .row .col_2:first-child {
    margin-top: 18px;
  }
  .sec04 .sec04_bg.sec04_bg01 .sec_img {
    width: 629px;
  }
  .sec04 .sec04_bg.sec04_bg01:after {
    background: url("../img/top/sec04_bg01.png") no-repeat center/cover;
  }
  .sec04 .sec04_bg.sec04_bg02 {
    padding: 180px 0 93px;
  }
  .sec04 .sec04_bg.sec04_bg02 .row {
    gap: 0 145px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .sec04 .sec04_bg.sec04_bg02 .row .col_2:first-child {
    margin-top: 82px;
    width: calc(100% - 653px);
  }
  .sec04 .sec04_bg.sec04_bg02 .row .col_2:last-child {
    width: 470px;
  }
  .sec04 .sec04_bg.sec04_bg02 .sec_img {
    width: 684px;
    margin-left: -186px;
  }
  .sec04 .sec04_bg.sec04_bg02:after {
    background: url("../img/top/sec04_bg02.png") no-repeat center/cover;
  }
  .sec04 .sec04_bg.sec04_bg03 {
    padding: 179px 0 251px;
  }
  .sec04 .sec04_bg.sec04_bg03 .sec_text {
    margin-bottom: 39px;
  }
  .sec04 .sec04_bg.sec04_bg03 .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 146px;
  }
  .sec04 .sec04_bg.sec04_bg03 .row .col_2:first-child {
    margin-top: -45px;
    width: calc(100% - 633px);
  }
  .sec04 .sec04_bg.sec04_bg03 .sec_img {
    width: 552px;
  }
  .sec04 .sec04_bg.sec04_bg03:after {
    background: url("../img/top/sec04_bg03.png") no-repeat center/cover;
  }
  .sec04 .sec04_bg.sec04_bg04 {
    padding-bottom: 81px;
  }
  .sec04 .sec04_bg.sec04_bg04 .container {
    width: 1215px;
  }
  .sec04 .sec04_bg.sec04_bg04 .row {
    gap: 0 179px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .sec04 .sec04_bg.sec04_bg04 .row .col_2:first-child {
    margin-top: 58px;
    width: calc(100% - 666px);
  }
  .sec04 .sec04_bg.sec04_bg04 .sec_img {
    width: 689px;
    margin-left: -151px;
  }
  .sec04 .sec04_bg.sec04_bg04:after {
    background: url("../img/top/sec04_bg04.png") no-repeat center/cover;
  }
  .sec04 .row {
    gap: 0 165px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .row .col_2 {
    margin: 0;
  }
  .sec04 .row .col_2:first-child {
    width: calc(100% - 652px);
  }
  .sec04 .row .col_2:last-child {
    width: 487px;
  }
}

.sec05_bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#e2ddd9), to(#e9e6e3));
  background: linear-gradient(0deg, #e2ddd9, #e9e6e3);
}
@media (max-width: 767px) {
  .sec05_bg {
    position: relative;
    z-index: 0;
  }
  .sec05_bg:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/sp_sec05_bg.png") no-repeat center top/100%;
    z-index: -1;
  }
  .sec05_bg:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e2ddd9;
    z-index: -2;
  }
}

.sec05 {
  padding: 50px 0 100px;
}
.sec05 h2 {
  padding-top: 20px;
  color: var(--brown_01, #362E2A);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 5.2px;
  text-align: left;
  margin-bottom: 74px;
}
.sec05 h2 .sec_span {
  display: block;
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.7px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .sec05 .container {
    max-width: calc(100% - 60px);
  }
  .sec05 h2 {
    padding-top: 24px;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-bottom: 60px;
  }
  .sec05 h2 .sec_span {
    font-size: 40px;
    letter-spacing: 0.4px;
    padding-bottom: 16px;
  }
  .sec05 .sec_box:not(:first-child) {
    margin-top: 36px;
  }
  .sec05 .text_box {
    background: #fff;
    padding: 16px 24px 28px 24px;
  }
  .sec05 .sec_no {
    color: var(--brown_03, #958177);
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.02px;
    margin-bottom: 6px;
    font-family: "Cormorant Garamond", serif;
    text-align: left;
  }
  .sec05 .sec_title {
    color: var(--txt_main, #3D3834);
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 1.28px;
    margin-bottom: 6px;
    text-align: left;
  }
  .sec05 .sec_sub {
    color: var(--brown_03, #958177);
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 22px;
    text-align: left;
    letter-spacing: 0;
  }
  .sec05 .btnstyle a {
    border-radius: 32px;
    padding: 13px 0 13px 28px !important;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-family: "Cormorant Garamond", serif;
    width: 200px;
    background: var(--brown_04, #605C5A);
    color: #fff !important;
  }
  .sec05 .btnstyle a .sec_span:before {
    background: #fff;
  }
  .sec05 .btnstyle a:after {
    background: url(../img/common/hov_btn_arrow.svg) no-repeat center/cover;
  }
  .sec05 .btnstyle a:before {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .sec05 .sec_box {
    -webkit-box-shadow: 0 0 22.895px 0 rgba(51, 48, 47, 0.1);
            box-shadow: 0 0 22.895px 0 rgba(51, 48, 47, 0.1);
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 137px 0 130px;
    background: url("../img/top/sec05_bg.png") no-repeat center/cover;
    position: relative;
    z-index: 0;
  }
  .sec05:after, .sec05:before {
    content: "";
    position: absolute;
    left: 579px;
    right: 0;
    top: 86px;
    bottom: 0;
    width: 650px;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    display: block;
    margin: auto;
  }
  .sec05:after {
    opacity: 1;
    z-index: -2;
    background-image: url("../img/top/sec05_img001.png");
  }
  .sec05:before {
    opacity: var(--before-opacity, 0);
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    z-index: -1;
    background-image: var(--before-bg);
  }
  .sec05.sec05_bg01:after {
    background: url("../img/top/sec05_img001.png") no-repeat center/cover;
  }
  .sec05.sec05_bg02:after {
    background: url("../img/top/sec05_img002.png") no-repeat center/cover;
  }
  .sec05.sec05_bg03:after {
    background: url("../img/top/sec05_img003.png") no-repeat center/cover;
  }
  .sec05.sec05_bg04:after {
    background: url("../img/top/sec05_img004.png") no-repeat center/cover;
  }
  .sec05.is-fading::before {
    opacity: 1;
  }
  .sec05 .container {
    width: 1186px;
  }
  .sec05 .sec_list_btn {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .sec05 .sec_list_btn li {
    background: #FFF;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .sec05 .sec_list_btn li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--brown_04, #817467);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    z-index: -1;
  }
  .sec05 .sec_list_btn li:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec05 .sec_list_btn li a {
    width: 643px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding: 32px 0 32px 24px;
    gap: 20px;
    text-decoration: none;
    opacity: 1;
    -webkit-box-shadow: 0 0 24px 0 rgba(88, 82, 82, 0.2);
            box-shadow: 0 0 24px 0 rgba(88, 82, 82, 0.2);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-animation: none;
            animation: none;
    position: relative;
  }
  .sec05 .sec_list_btn li a .sec_no {
    color: var(--brown_03, #958177);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.36px;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .sec05 .sec_list_btn li a .sec_title {
    color: var(--txt_main, #3D3834);
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: 1.44px;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .sec05 .sec_list_btn li a:before, .sec05 .sec_list_btn li a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .sec05 .sec_list_btn li a:before {
    left: auto;
    right: 59px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 40px;
    background: var(--gray_02, #D4D2CF);
  }
  .sec05 .sec_list_btn li a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 24px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 10px;
    background: url("../img/top/sec05_arrow.svg") no-repeat center/cover;
  }
  .sec05 .sec_list_btn li a:hover {
    -webkit-animation: fadeHover 0.6s ease-out;
            animation: fadeHover 0.6s ease-out;
  }
  .sec05 .sec_list_btn li a:hover .sec_title {
    color: #fff;
  }
  .sec05 .sec_list_btn li a:hover .sec_no {
    color: #E2D6CF;
  }
  .sec05 .sec_list_btn li a:hover:before {
    background: #fff;
  }
  .sec05 .sec_list_btn li a:hover:after {
    background: url("../img/top/hov_sec05_arrow.svg") no-repeat center/cover;
  }
  @-webkit-keyframes fadeHover {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeHover {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .sec05 .sec_list_btn li a.arrow-right::after {
    -webkit-animation: arrowMoveRight 0.5s ease forwards;
            animation: arrowMoveRight 0.5s ease forwards;
  }
  .sec05 .sec_list_btn li a.arrow-left::after {
    -webkit-animation: arrowMoveLeft 0.5s ease forwards;
            animation: arrowMoveLeft 0.5s ease forwards;
  }
}

.sec06 {
  padding: 0;
}
.sec06 .loopslider_wrap {
  overflow: hidden;
}
.sec06 .loopslider {
  -webkit-animation: loopslider_sp 120s linear infinite;
          animation: loopslider_sp 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4052px;
  height: 100%;
}
.sec06 .loopslider .loopslider_item {
  padding: 0;
  margin: 0 7px;
}
.sec06 .loopslider .loopslider_item:nth-child(2), .sec06 .loopslider .loopslider_item:nth-child(4), .sec06 .loopslider .loopslider_item:nth-child(7), .sec06 .loopslider .loopslider_item:nth-child(9), .sec06 .loopslider .loopslider_item:nth-child(11), .sec06 .loopslider .loopslider_item:nth-child(14) {
  margin-top: 72px;
}
.sec06 .loopslider .loopslider_item:nth-child(5), .sec06 .loopslider .loopslider_item:nth-child(12) {
  margin-top: 30px;
}
@-webkit-keyframes loopslider_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2026px);
            transform: translateX(-2026px);
  }
}
@keyframes loopslider_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2026px);
            transform: translateX(-2026px);
  }
}
@media (min-width: 768px) {
  .sec06 .loopslider {
    -webkit-animation: loopslider_pc 140s linear infinite;
            animation: loopslider_pc 140s linear infinite;
    width: 7240px;
  }
  .sec06 .loopslider .loopslider_item {
    padding: 0;
    margin: 0 10px;
  }
  .sec06 .loopslider .loopslider_item:nth-child(2), .sec06 .loopslider .loopslider_item:nth-child(4), .sec06 .loopslider .loopslider_item:nth-child(7), .sec06 .loopslider .loopslider_item:nth-child(9), .sec06 .loopslider .loopslider_item:nth-child(11), .sec06 .loopslider .loopslider_item:nth-child(14) {
    margin-top: 130px;
  }
  .sec06 .loopslider .loopslider_item:nth-child(5), .sec06 .loopslider .loopslider_item:nth-child(12) {
    margin-top: 30px;
  }
  @-webkit-keyframes loopslider_pc {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-3620px);
              transform: translateX(-3620px);
    }
  }
  @keyframes loopslider_pc {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-3620px);
              transform: translateX(-3620px);
    }
  }
}

.sec07 {
  padding: 85px 0;
  background: #e2ddd9;
  position: relative;
  z-index: 0;
}
.sec07:before, .sec07:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sec07:before {
  background: url("../img/top/sp_sec07_bg.png") no-repeat center/cover;
  z-index: -2;
}
.sec07:after {
  z-index: -1;
}
.sec07 h2 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -3px;
}
.sec07 h2 .sec_span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.88px;
}
.sec07 h2 .sec_span2 {
  border-top: 1px solid var(--gary_01, #74716F);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 7.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  left: 7px;
}
.sec07 .sec_title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 26px;
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 4.16px;
}
.sec07 .sec_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.28px;
}
.sec07 .sec_img {
  text-align: center;
  margin-bottom: 2px;
}
.sec07 .sec_name {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .sec07:before {
    width: calc(100% - 20px);
    left: auto;
    top: 250px;
    bottom: auto;
  }
  .sec07 h2 {
    gap: 17px;
    margin-bottom: 38px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: -1px;
  }
  .sec07 h2 .sec_span {
    font-size: 40px;
    margin: auto;
    letter-spacing: 0.4px;
  }
  .sec07 h2 .sec_span2 {
    font-size: 18px;
    letter-spacing: 5.04px;
    padding-top: 20px;
    gap: 12px;
    left: 4px;
  }
  .sec07 .sec_title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 190%;
    letter-spacing: 3.2px;
  }
  .sec07 .sec_text {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 185%;
  }
  .sec07 .sec_img {
    margin: auto;
    margin-bottom: 0;
    max-width: 240px;
  }
  .sec07 .sec_img_box {
    padding-top: 61px;
    background: url("../img/top/sp_sec07_img002.jpg") no-repeat center top/100%;
    width: 100vw;
    margin-left: -10px;
  }
  .sec07 .sec_name_box {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .sec07 .sec_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    position: absolute;
    right: 0;
    bottom: 0.421px;
    background: rgba(54, 46, 42, 0.9);
  }
  .sec07 .sec_name .sec_span {
    color: var(--white, #FFF);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.12px;
  }
  .sec07 .sec_name .sec_span2 {
    color: var(--white, #FFF);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.36px;
  }
  .sec07 .row .col_2:last-child {
    padding: 0 10px 0 35px;
    margin-top: 41px;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 138px 0 0;
  }
  .sec07:before {
    top: auto;
    bottom: 0;
    left: clamp(163.3333333333px, 12.7604166667vw, 245px);
    right: 0;
    width: clamp(886.6666666667px, 69.2708333333vw, 1330px);
    height: calc(100% - 129px);
    background: url("../img/top/sec07_bg.png") no-repeat center bottom/cover;
  }
  .sec07:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    right: inherit;
    width: 1920px;
    background: url("../img/top/sec07_img002.jpg") no-repeat right bottom 41px;
  }
  .sec07 .container {
    width: 1178px;
  }
  .sec07 .row {
    gap: 0 125px;
    padding: 130px 0 130px;
  }
  .sec07 .row .col_2 {
    margin: 0;
  }
  .sec07 .row .col_2:first-child {
    width: 284px;
  }
  .sec07 .row .col_2:last-child {
    width: 510px;
    margin-top: 11px;
  }
  .sec07 .sec_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .sec07 .sec_name .sec_span {
    color: var(--txt_main, #3D3834);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.28px;
  }
  .sec07 .sec_name .sec_span2 {
    color: var(--txt_main, #3D3834);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.44px;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.under_title {
  color: var(--txt_main, #3D3834);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.6px;
  padding-left: 16px;
  border-left: 1px solid var(--brown_03, #958177);
}
@media (max-width: 767px) {
  .under_title {
    font-size: 17px;
    letter-spacing: 1.36px;
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .under_box_clinic .box_bg {
    padding: 30px 24px 24px 24px !important;
  }
}

.under_clinic_row {
  margin-bottom: 50px;
}
.under_clinic_row:last-child {
  margin-bottom: 0;
}
.under_clinic_row .ul_circle li {
  font-size: 16px;
  letter-spacing: 0.64px;
  margin-bottom: 10px;
}
.under_clinic_row .ul_circle li:last-child {
  margin-bottom: 0;
}
.under_clinic_row .ul_circle_border li {
  margin-bottom: 0;
  padding: 16px 16px 16px 29px !important;
  letter-spacing: 0.64px !important;
  font-size: 16px !important;
  line-height: 160%;
  border-bottom: 1px solid var(--gray_02, #D4D2CF);
}
.under_clinic_row .ul_circle_border li:before {
  top: 26px !important;
  left: 8px !important;
}
@media (max-width: 767px) {
  .under_clinic_row .ul_circle_border li {
    font-size: 15px !important;
    letter-spacing: 0.6px !important;
    padding: 14px 16px 14px 27px !important;
  }
  .under_clinic_row .ul_circle_border li:before {
    top: 23px !important;
  }
}
@media (max-width: 767px) {
  .under_clinic_row .col_2 {
    margin: 0;
  }
  .under_clinic_row .col_2:not(:first-child) {
    margin-top: 13px;
  }
}
@media (min-width: 768px) {
  .under_clinic_row {
    gap: 0 20px;
  }
  .under_clinic_row:first-child .under_title {
    margin-top: 10px;
  }
  .under_clinic_row .col_2 {
    margin: 0;
  }
  .under_clinic_row .col_2:first-child {
    width: 163px;
  }
  .under_clinic_row .col_2:last-child {
    width: calc(100% - 183px);
  }
}

.under_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid var(--gray_02, #D4D2CF);
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}
.under_list li .sec_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15.5px 0 15.5px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.under_list li .sec_span2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15.5px 0 15.5px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 767px) {
  .under_list li {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .under_list li .sec_span {
    padding: 12px 10px;
    gap: 10px;
  }
  .under_list li .sec_span2 {
    padding: 12px 4px 12px 14px;
    gap: 10px;
  }
}

.under_clinic_row2 h4 {
  margin-top: -4px;
  color: var(--txt_main, #3D3834);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.88px;
  padding-left: 4px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.under_clinic_row2 h4 .sec_span {
  display: block;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding-bottom: 3px;
}
.under_clinic_row2 h4 .sec_span2 {
  color: var(--brown_03, #958177);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  letter-spacing: 0.76px;
  padding-left: 25px;
  position: relative;
  top: -3px;
}
.under_clinic_row2 .ul_circle li {
  color: var(--txt_main, #3D3834);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.64px;
  background: none;
  padding: 0 !important;
  padding-left: 19px !important;
  margin: 0;
}
.under_clinic_row2 .ul_circle li:not(:first-child) {
  margin-top: 10px;
}
.under_clinic_row2 .ul_circle li:before {
  left: 0px;
  top: 10.5px;
}
@media (max-width: 767px) {
  .under_clinic_row2 h4 {
    margin-top: -4px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.72px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  .under_clinic_row2 h4 .sec_span {
    font-size: 13px;
    letter-spacing: 0.52px;
    padding-bottom: 3px;
  }
  .under_clinic_row2 h4 .sec_span2 {
    font-size: 14px;
    letter-spacing: 0.56px;
    padding-left: 20px;
    top: 1px;
  }
  .under_clinic_row2 .row {
    margin-bottom: 50px !important;
  }
  .under_clinic_row2 .row:last-child {
    margin-bottom: 0 !important;
  }
  .under_clinic_row2 .row .col_2:not(:first-child) {
    margin-top: 14px;
  }
  .under_clinic_row2 .ul_circle li {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 0 !important;
    padding-left: 16px !important;
  }
  .under_clinic_row2 .ul_circle li:not(:first-child) {
    margin-top: 10px;
  }
  .under_clinic_row2 .ul_circle li:before {
    left: 0px;
    top: 8.5px;
  }
}
@media (min-width: 768px) {
  .under_clinic_row2 .under_title {
    margin-top: 18px;
  }
  .under_clinic_row2 .row {
    margin-bottom: 30px;
    gap: 0 20px;
  }
  .under_clinic_row2 .row:last-child {
    margin-bottom: 0;
  }
  .under_clinic_row2 .row:last-child .under_title {
    margin-top: 8px;
  }
  .under_clinic_row2 .row .col_2:first-child {
    width: 163px;
  }
  .under_clinic_row2 .row .col_2:last-child {
    width: calc(100% - 183px);
  }
}

@media (min-width: 768px) {
  .sec_under_clinic h2 {
    margin-bottom: 80px;
  }
}

.sec_under_clinic01 {
  padding-top: 210px;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  background: url("../img/common/sp_clinic_bg01.jpg") no-repeat center/cover;
}
.sec_under_clinic01:before, .sec_under_clinic01:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sec_under_clinic01:before {
  z-index: -2;
  background: url("../img/common/sp_clinic_bg02.png") no-repeat bottom/100%;
}
.sec_under_clinic01:after {
  z-index: -1;
  background: url("../img/common/sp_clinic_bg03.jpg") no-repeat top/100%;
}
.sec_under_clinic01 h2 {
  color: var(--brown_01, #362E2A);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: 70px;
  text-align: left;
  padding: 0;
}
.sec_under_clinic01 h2:after {
  display: none;
}
.sec_under_clinic01 h2 .sec_span {
  display: block;
  padding-top: 24px;
  color: var(--brown_01, #362E2A);
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 4px;
}
.sec_under_clinic01 .table_address tbody tr th, .sec_under_clinic01 .table_address tbody tr td {
  vertical-align: middle;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 180%;
  border-color: #D4D2CF;
}
.sec_under_clinic01 .table_address tbody tr th {
  background: none;
  width: 150px;
  padding: 20.5px 16px;
  letter-spacing: 1.28px;
}
.sec_under_clinic01 .table_address tbody tr td {
  padding: 20.5px 24px;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .sec_under_clinic01:before {
    top: auto;
    bottom: 0;
  }
  .sec_under_clinic01:after {
    top: 0;
    bottom: auto;
  }
  .sec_under_clinic01 .sec_box {
    padding: 54px 28px 50px;
    background: #fff;
  }
  .sec_under_clinic01 h2 {
    font-size: 33px;
    letter-spacing: 0.33px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
  .sec_under_clinic01 h2 .sec_span {
    padding-top: 16px;
    font-size: 18px;
    letter-spacing: 3.6px;
  }
  .sec_under_clinic01 .table_address tbody tr th, .sec_under_clinic01 .table_address tbody tr td {
    vertical-align: top !important;
    font-size: 15px;
    line-height: 160%;
  }
  .sec_under_clinic01 .table_address tbody tr th {
    width: 88px;
    padding: 17px 10px;
    letter-spacing: 1.2px;
  }
  .sec_under_clinic01 .table_address tbody tr td {
    padding: 17px 10px 17px 0;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 768px) {
  .sec_under_clinic01 {
    padding: 210px 0 181px;
    background: url("../img/common/clinic_bg01.png") no-repeat center left/cover;
  }
  .sec_under_clinic01:before {
    z-index: -2;
    background: url("../img/common/clinic_bg02.png") no-repeat center/cover;
  }
  .sec_under_clinic01:after {
    top: 18px;
    z-index: -1;
    background: url("../img/common/clinic_bg03.png") no-repeat center;
  }
  .sec_under_clinic01 .table_address {
    max-width: 582px;
  }
  .sec_under_clinic01 .sec_box {
    margin-left: auto;
    width: clamp(735.3333333333px, 57.4479166667vw, 1103px);
    height: 710px;
    padding: 88px 100px 100px 120px;
    background: #fff;
  }
}

.under_img {
  text-align: center;
  margin: 30px 0 20px !important;
}
@media (min-width: 768px) {
  .under_img {
    margin: 40px 0 20px !important;
  }
}

@media (min-width: 768px) {
  .ul_circle_access {
    max-width: 736px;
    margin: auto;
  }
}

.sec_clinic_slider_box {
  padding-left: 0;
  padding-right: 0;
}

.sec_clinic_slider {
  width: 100%;
  overflow: visible;
}
.sec_clinic_slider .sec_sec_clinic_slide .slide_img {
  width: 320px;
  height: 256px;
  background: #ccc;
  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;
  position: relative;
}
.sec_clinic_slider .sec_sec_clinic_slide .sec_span {
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 7px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: rgba(86, 80, 77, 0.9);
  color: var(--white, #FFF);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.52px;
}
.sec_clinic_slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_clinic_slider .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin: 0 6px !important;
}
.sec_clinic_slider .splide__pagination {
  bottom: -40px;
  gap: 0 7px;
  right: 0px;
}
.sec_clinic_slider .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #D4D2CF;
}
.sec_clinic_slider .splide__pagination .splide__pagination__page.is-active {
  background: #605C5A;
}
.sec_clinic_slider .splide__arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  margin: auto;
  top: 20px;
  bottom: 0;
  left: 21px;
  right: 11px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: var(--brown_02, #6E6565);
}
.sec_clinic_slider .splide__arrow:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .sec_clinic_slider .splide__arrow:hover {
    opacity: 1;
    background: #9F9C9C;
  }
}
.sec_clinic_slider .splide__arrow svg {
  display: none;
}
.sec_clinic_slider .splide__arrow.splide__arrow--prev {
  right: auto;
}
.sec_clinic_slider .splide__arrow.splide__arrow--prev:before {
  background: url("../img/common/clinic_slide_arrow01.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_clinic_slider .splide__arrow.splide__arrow--prev:hover:before {
    right: 8px;
  }
}
.sec_clinic_slider .splide__arrow.splide__arrow--next {
  left: auto;
}
.sec_clinic_slider .splide__arrow.splide__arrow--next:before {
  background: url("../img/common/clinic_slide_arrow02.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_clinic_slider .splide__arrow.splide__arrow--next:hover:before {
    left: 8px;
  }
}
@media screen and (max-width: 389px) {
  .sec_clinic_slider .splide__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
  .sec_clinic_slider .sec_sec_clinic_slide .slide_img {
    width: 280px;
    height: 224px;
  }
  .sec_clinic_slider .sec_sec_clinic_slide .sec_span {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .sec_clinic_slider .sec_sec_clinic_slide .slide_img {
    width: 680px;
    height: 492px;
  }
  .sec_clinic_slider .sec_sec_clinic_slide .sec_span {
    width: 680px;
    padding: 17px 18px;
    gap: 10px;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.64px;
  }
  .sec_clinic_slider .splide__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 680px;
            flex: 0 0 680px;
    margin: 0 13px !important;
  }
  .sec_clinic_slider .splide__pagination {
    bottom: -64px;
    gap: 0 14px;
    right: -24px;
  }
  .sec_clinic_slider .splide__pagination .splide__pagination__page {
    width: 12px;
    height: 12px;
    opacity: 1;
  }
  .sec_clinic_slider .splide__arrow {
    width: 56px;
    height: 56px;
    top: 37px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sec_clinic_slider .splide__arrow:before {
    width: 20px;
    height: 18px;
  }
  .sec_clinic_slider .splide__arrow.splide__arrow--prev {
    right: 653px;
  }
  .sec_clinic_slider .splide__arrow.splide__arrow--next {
    left: 703px;
  }
}

.main_post_body, .sitemap_box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .main_post_body, .sitemap_box {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .post_aside {
    margin-top: 100px;
  }
}

.scroll-hint-text {
  font-size: 8px !important;
}

.scroll-hint-shadow-wrap::after {
  display: none !important;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}
/*# sourceMappingURL=bond.css.map */