<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #c6a44d;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large ,.doc_name {
  font-weight: 600;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 34.5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 24.5px;
  height: 24.5px;
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #c6a44d;
  position: relative;
  padding-left: 20px;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0.2em;
  bottom: auto;
  background: #baa188;
  border-radius: 5px;
  width: 5px;
  height: calc(100% - 30px);
  min-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h4 {
  color: #9b7d5e;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  display: table;
  padding: 10px 22px;
  border: 1px solid #9b7d5e;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  background: transparent;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h5 {
  color: #9d7d2b;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 26px;
}
.mce-content-body h5:before {
  display: none;
}
.mce-content-body h5:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 12px;
  height: 13px;
  background: url("../img/common/h5.png") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
    padding-left: 20px;
  }
  .mce-content-body h5::after {
    top: 7px;
  }
}

.text-large {
  color: #c6a44d;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: #ebe5d4;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f3f3f3;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f3f3f3;
  -webkit-filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f3f3f3;
}

.box_border {
  background: #fff;
  border: 0px solid #f3f3f3;
}

.box_border .box_bg {
  background: #f3f3f3;
}

.section_bg .box_border .box_bg {
  background: #f3f3f3;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 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;
}

.box_border {
  background: #fff;
  border: none;
  -webkit-filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
}

.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 only screen and (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;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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: 50px;
}
@media only screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  padding: 30px 20px !important;
  background: #f1ede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333;
  border-radius: 0;
  padding: 0.5em 1em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 24px;
  border: 1px solid #c6a44d;
  border-radius: 0px;
  color: #c6a44d !important;
  display: block;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #c6a44d;
  border-radius: 100px;
  color: #fff !important;
  background: #c6a44d;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 25px;
  height: 2px;
  border-top: 1px solid #c6a44d;
  left: auto;
  right: 0;
}
.link_anchor a:hover {
  background: #c6a44d;
  color: #fff !important;
}
.link_anchor a:hover::after {
  border-color: #fff;
}
.link_anchor a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.link_anchor a:hover {
  background: #fff;
  color: #c6a44d !important;
}
.link_anchor a:hover::after {
  border-color: #c6a44d;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n+3) {
    margin-top: 2%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .link_anchor.link_col_3 li:nth-child(n+3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle 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_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 + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #c6a44d;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}
.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);
  -ms-transform: rotate(50deg);
      transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #c6a44d;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #c6a44d;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #c6a44d;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ccc;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #9b7d5e;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #9b7d5e;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #c6a44d;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #f3f3f3;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #d1bc85;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #c6a44d;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #9b7d5e;
  background: #9b7d5e;
  margin-right: 0.5em;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.83em;
  font-weight: 400;
  font-family: "Cinzel", serif;
  text-align: center;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .flow-block .title .number_text {
    transform: translateY(-0.03em);
  }
}

.flow-block {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #c6a44d;
  color: #c6a44d;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #c6a44d;
}
table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #c6a44d;
  border-bottom: 1px solid #c6a44d;
  border-top: 1px solid #c6a44d;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
  font-size: 18px;
}
table.table_timetable th {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 500;
}
table.table_timetable thead {
  border-bottom: 1px solid #333333;
}
table.table_timetable thead th {
  background: none;
  color: #333333;
}
table.table_timetable thead th:first-child {
  width: 36%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #c9bfb0;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f1ede7;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee_bg tbody tr th {
  background: #f1ede7;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #9b7d5e !important;
}

.consul2 {
  color: #c6a44d !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable table,
  .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.time_box {
  background: #edebe8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.time_box + p {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .time_box {
    padding: 20px 40px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #c6a44d;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .sec_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .sec_logo img {
    width: 320px;
  }
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.footer table.address th,
.footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 110px;
  text-align: left;
  padding-right: 8px;
  vertical-align: top;
  font-weight: normal;
}
.footer table.address a.map {
  text-decoration: none;
  line-height: 2;
  color: #9b7d5e;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(94%, #9b7d5e), color-stop(100%, #9b7d5e), to(transparent));
  background: linear-gradient(180deg, transparent 94%, #9b7d5e 94%, #9b7d5e 100%, transparent 100%);
}
.footer table.address .tel th {
  padding-top: 16px;
}
.footer table.address .tel td {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .footer table.address {
    border-spacing: 0 10px;
  }
  .footer table.address th {
    width: 90px;
  }
}
.footer .bnr img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 10px 10px 10px #eee;
          box-shadow: 10px 10px 10px #eee;
}
@media only screen and (min-width: 768px) {
  .footer .bnr a:hover img {
    opacity: 0.7;
  }
}
.footer .access {
  border: 2px solid #ccc;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  background: url("../img/common/icon_train.png") no-repeat center left 20px;
  background-size: 50px;
  letter-spacing: 0;
  margin-top: 30px;
  font-weight: 500;
  padding-left: 80px;
}
.footer .access .maintext {
  font-size: 20px;
  line-height: 1.4;
}
.footer .table_timetable thead th:first-child {
  width: 38%;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  border-top: 1px solid #333333;
}
@media only screen and (min-width: 768px) {
  .footer .sitemap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col_2 + .col_2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
  .footer .access {
    width: 300px;
  }
}
@media only screen and (min-width: 1259px) {
  .footer {
    padding-top: 100px;
  }
  .footer .table_timetable thead th:first-child {
    width: 150px;
  }
  .footer .access {
    padding: 20px 40px 20px 120px;
    background-size: 64px !important;
    background-position: left 40px center;
    font-size: 20px;
    width: 100%;
  }
  .footer .access .maintext {
    font-size: 30px;
  }
}

.copyright {
  background: #d9d2c8;
  color: #333333;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.home h2 {
  margin: 0 0 40px;
  padding: 0;
  background: 0;
  font-size: 44px;
  line-height: 1.4;
}
.home h2 .en {
  font-size: 24px;
  color: #c6a44d;
}
.home h2::before, .home h2::after {
  display: none;
}
.home h3 {
  margin: 0 0 20px;
  padding: 0;
  background: 0;
  border: none;
}
.home h3::before, .home h3::after {
  display: none;
}
.home section {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .home h2 .en {
    font-size: 20px;
  }
  .home section {
    padding: 40px 0;
  }
}

.sec_news .news {
  position: relative;
}
.sec_news h2 {
  font-size: 40px !important;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  line-height: 15px;
  text-align: left;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.sec_news h2 .color01 {
  color: #9b7d5e;
}
.sec_news h2 .color02 {
  color: #999999;
}
.sec_news .white_box {
  padding: 20px;
  background: #fff;
}
.sec_news dl dt {
  padding-left: 10px;
  color: #9b7d5e;
  float: none;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.sec_news dl dt:first-of-type {
  padding-top: 0;
}
.sec_news dl dt:last-of-type {
  margin-bottom: 0;
}
.sec_news dl dd {
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
.sec_news dl dd:first-of-type {
  padding-top: 0;
}
.sec_news dl dd:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.sec_news .scroll {
  overflow-y: scroll;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 100%;
  max-height: 200px;
}
.sec_news .scroll::-webkit-scrollbar {
  width: 5px;
}
.sec_news .scroll::-webkit-scrollbar-track {
  background: #eeeeee;
}
.sec_news .scroll::-webkit-scrollbar-thumb {
  background: #999999;
}
.sec_news .blog dt {
  color: #999999;
}
.sec_news .blog .white_box {
  border: 1px solid #cccccc;
}
.sec_news .news,
.sec_news .blog{
  position:relative;
}
.sec_news .news .btnstyle,
.sec_news .blog .btnstyle{
  position:absolute;
  right:0;
  top:-15px;
}
.sec_news .news .btnstyle a,
.sec_news .blog .btnstyle a{
  width:130px;
  padding:5px 15px 5px 10px;
  font-size:14px;
}
.sec_news .news .btnstyle a::after,
.sec_news .blog .btnstyle a::after{
  width:15px;
}
@media screen and (min-width: 768px) {
  .sec_news .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_news h2 {
    line-height: 22px;
    font-size: 50px !important;
  }
  .sec_news .white_box {
    padding: 50px;
  }
  .sec_news .scroll {
    max-height: 300px;
  }
  .sec_news .news .btnstyle,
.sec_news .blog .btnstyle{
  top:-10px;
}
}
@media only screen and (max-width: 767px) {
  .sec_news h2 {
    font-size: 26px;
  }
  .sec_news dl {
    padding-top: 15px;
  }
  .sec_news dl dt {
    padding-top: 0;
  }
  .sec_news dl dd {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home .sec01 {
    margin-top: 30px;
  }
  .home .sec01 .news {
    position: relative;
  }
  .home .sec01 .news::after {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: -20px;
    margin: 0 auto;
    width: calc(100% + 40px);
    height: calc(100% + 90px);
    background: #f2efe7;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .home .sec01 .col_2 + .col_2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec01 {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #f2efe7));
    background: linear-gradient(270deg, transparent 50%, #f2efe7 50%);
  }
}

.home .sec02 .slick-prev:before {
  content: "" !important;
}
.home .sec02 .slick-next:before {
  content: "" !important;
}
.home .sec02 button.slick-prev {
  left: 10px;
  background: url("../img/top/campaign_prev.png") no-repeat center !important;
}
.home .sec02 button.slick-next {
  right: 10px;
  background: url("../img/top/campaign_next.png") no-repeat center !important;
}
.home .sec02 .campaign .container {
  max-width: calc(100% - 60px);
}
.home .sec02 .campaign li {
  padding: 0 5px;
  text-align: center;
}
.home .sec02 .campaign li img {
  display: inline;
}
.home .sec02 .campaign button.slick-prev,
.home .sec02 .campaign button.slick-next {
  width: 15px;
  height: 36px;
  background-size: contain !important;
}
.home .sec02 .campaign button.slick-prev {
  left: -20px;
}
.home .sec02 .campaign button.slick-next {
  right: -20px;
}
.home .sec02 .insta {
  margin-top: 40px;
}
.home .sec02 .insta h2 {
  background: url("../img/top/icon_insta.png") no-repeat center top;
  background-size: 40px;
  padding-top: 40px;
}
.home .sec02 .insta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.home .sec02 .insta ul li {
  width: calc((100% - 10px) / 2);
}
@media only screen and (min-width: 768px) {
  .home .sec02 .campaign button.slick-prev,
  .home .sec02 .campaign button.slick-next {
    width: 30px;
    height: 56px;
  }
  .home .sec02 .campaign button.slick-prev {
    left: -40px;
  }
  .home .sec02 .campaign button.slick-next {
    right: -40px;
  }
  .home .sec02 .campaign .container {
    width: 1224px;
  }
  .home .sec02 .campaign li {
    padding: 0 12px;
  }
  .home .sec02 .insta {
    margin-top: 100px;
  }
  .home .sec02 .insta h2 {
    padding-top: 70px;
    background-size: 70px !important;
  }
  .home .sec02 .insta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .sec02 .insta ul li {
    width: calc((100% - 76px) / 5);
  }
  .home .sec02 .insta .btnstyle {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .home .sec02 .campaign .container {
    max-width: calc(100% - 90px);
  }
}

.home .sec03 {
  background: url("../img/top/sp_sec03_bg.jpg") no-repeat center top/contain;
}
.home .sec03 h3 {
  background: url("../img/top/sec03_title_bg.png") no-repeat center/contain;
  width: 320px;
  max-width: 100%;
  height: 39px;
  text-align: center;
  color: #9b7d5e;
  margin: auto;
  font-size: 18px;
  padding-top: 1px;
  margin-bottom: 10px;
}
.home .sec03 ul li {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home .sec03 ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background: url("../img/top/sec03_check.png") no-repeat center/cover;
}
.home .sec03 ul li .pink {
  color: #e9538a;
}
@media only screen and (max-width: 767px) {
  .home .sec03 {
    padding-top: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec03 {
    background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
  }
  .home .sec03 h2 {
    margin-bottom: 60px;
  }
  .home .sec03 h3 {
    font-size: 29px;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 650px;
    height: 79px;
    max-width: 100%;
  }
  .home .sec03 ul {
    max-width: calc(100% - 80px);
    margin: 0 auto 50px;
  }
  .home .sec03 ul li {
    font-size: 26px;
  }
  .home .sec03 .text {
    width: 791px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .home .sec03 {
    background: #f8f8f9 url("../img/top/sec03_bg.jpg") no-repeat center top/contain;
    padding-top: 26vw;
  }
  .home .sec03 .text {
    margin: auto;
  }
}

.home .sec04 {
  background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
}
.home .sec04 h3 {
  font-size: 22px;
  line-height: 1.2;
  background: #d9d2c8;
  text-align: center;
  border-radius: 100px;
  padding: 10px;
  width: calc(100% - 40px);
  margin: 0 auto -20px;
}
.home .sec04 h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  background: none;
  border: 12px solid transparent;
  border-top: 12px solid #d9d2c8;
}
.home .sec04 .btnstyle {
  margin: auto;
  margin-top: -24px;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.home .sec04 .btnstyle span {
    position: relative;
  line-height: 1.5;
  display: table;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: calc(100% - 40px);
  background: #c6a44d;
  border: 1px solid #c6a44d;
  width: 100%;
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .sec04 .btnstyle span::after {
  border-top: 1px solid #fff;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
}
.home .sec04 .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.home .sec04 figure {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .sec04 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .home .sec04 .row &gt; * {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .home .sec04 h2 + p {
    text-align: center;
  }
  .home .sec04 h3 {
    font-size: 26px;
    width: calc(100% - 60px);
    margin: 0 auto -30px;
  }
  .home .sec04 h3::after {
    bottom: -30px;
  }
  .home .sec04 .row {
    margin-top: 50px;
  }
  .home .sec04 .row &gt; * {
    width: 320px;
    max-width: calc((100% - 40px) / 3);
  }
  .home .sec04 .btnstyle span {
    width:260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .home .sec04 h3 {
    font-size: 20px;
  }
  .home .sec04 h3::after {
    bottom: -22px;
  }
}

.home .sec05 h2 {
  color: #9b7d5e;
  border-top: 2px solid #9b7d5e;
  border-bottom: 2px solid #9b7d5e;
  padding: 10px 0;
  margin-bottom: 30px;
}
.home .sec05 .img {
  position: relative;
}
.home .sec05 .img p {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .sec05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13px;
}
.home .sec05 ul li {
  text-align: center;
}
.home .sec05 h3 {
  font-size: 20px;
  border-bottom: 2px solid #d9d2c8;
  padding-bottom: 20px;
  text-align: center;
}
.home .sec05 .btnstyle {
  margin-bottom: 0;
}
.home .sec05 .btnstyle a {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 0;
  background: linear-gradient(-45deg, #bc9c49 50%, #c6a44d 50%);
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  max-width: 100%;
  font-weight:500;
}
.home .sec05 .btnstyle a .subtext {
  font-size: 14px;
}
.home .sec05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.home .sec05 ul li {
  width: calc((100% - 10px) / 2);
}
.home .sec05 .text .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sec05 .row {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home .sec05 h2{
    font-size:24px;
  }
  .home .sec05 .img {
    margin-bottom: 20vw;
  }
  .home .sec05 .img p {
    top: 30vw;
    max-width: 50%;
  }
  .home .sec05 .text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .sec05 .btnstyle:nth-child(1) {
    width: 30%;
  }
  .home .sec05 .btnstyle:nth-child(2) {
    width: calc(70% - 20px);
  }
  .home .sec05 .btnstyle a {
    height: 70px;
  }
   .home .sec05 .btnstyle a::after{
    width:15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec05 {
    padding-top: 100px;
  }
  .home .sec05 h3 {
    font-size: 24px;
  }
  .home .sec05 .btnstyle:nth-child(1) {
    width: 41.4%;
  }
  .home .sec05 .btnstyle:nth-child(2) {
    width: calc(58.6% - 20px);
  }
  .home .sec05 .btnstyle a {
    font-size: 24px;
  }
  .home .sec05 .btnstyle a .subtext {
    font-size: 16px;
  }
  .home .sec05 ul li {
    width: calc((100% - 20px) / 3) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .home .sec05 .img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 120px;
  }
  .home .sec05 .img .pc {
    display: none;
  }
  .home .sec05 .img .sp {
    display: inline !important;
  }
  .home .sec05 .img p {
    width: 300px;
    bottom: -100px;
  }
  .home .sec05 ul {
    width: 700px;
    margin: auto;
    margin-bottom: 30px;
  }
  .home .sec05 ul li {
    text-align: center;
  }
  .home .sec05 .text {
    width: 900px;
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1259px) {
  .home .sec05 {
    background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
  }
  .home .sec05 .img {
    width: calc(100% - 580px - 80px);
  }
  .home .sec05 .text {
    width: 580px;
  }
}

.home .sec06 {
  background: url("../img/top/sec06_bg.jpg") no-repeat center bottom/cover;
}
.home .sec06 h2 {
  padding: 12px 0 25px;
  color: #fff;
  background: url("../img/top/sec06_title_bg01.png") no-repeat center left, url("../img/top/sec06_title_bg02.png") no-repeat center right, #c3b09c;
}
.home .sec06 h2 .en {
  color: #fff;
}
.home .sec06 .bnr {
  text-align: center;
}
.home .sec06 .bnr img {
  -webkit-box-shadow: 10px 10px 10px #eee;
          box-shadow: 10px 10px 10px #eee;
}
@media only screen and (max-width: 767px) {
  .home .sec06 h2 {
    background-size: contain !important;
    background-position: left -60px center, right -60px center;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec06 {
    padding-bottom: 50px;
  }
  .home .sec06 h2 + p {
    text-align: center;
    margin-bottom: 40px;
  }
  .home .sec06 .row {
    gap: 42px 58px;
    margin-bottom: 50px;
  }
  .home .sec06 .row &gt; * {
    width: calc((100% - 58px) / 2);
    margin: 0;
  }
  .home .sec06 .wide{
    margin-bottom:50px;
  }
}

.home .sec07 {
  background: url("../img/top/sec07_bg.jpg") no-repeat center top/cover;
}
.home .sec07 h3 {
  font-size: 20px;
  color: #9b7d5e;
  text-align: center;
  margin: 20px 0;
}
.home .sec07 img {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767px) {
  .home .sec07 h2 {
    letter-spacing: 0;
  }
  .home .sec07 h2 .en {
    letter-spacing: 0.1em;
  }
  .home .sec07 h3 {
    font-size: 22px;
  }
  .home .sec07 .col_3 + .col_3 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec07 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 20px;
  }
  .home .sec07 .col_3 {
    margin: 0;
    width: calc((100% - 40px) / 3);
  }
  .home .sec07 h3 {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media only screen and (min-width: 1259px) {
  .home .sec07 .row {
    gap: 50px 75px;
  }
  .home .sec07 .col_3 {
    width: 350px;
  }
}

.home .sec08 {
  background: #fdeaf1;
}
.home .sec08 .container &gt; p {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  font-weight: 500;
}
.home .sec08 .white_box {
  background: #fff;
  border-top: 10px solid #d9d2c8;
  border-bottom: 10px solid #d9d2c8;
  padding: 40px 20px;
}
.home .sec08 h2 {
  color: #9b7d5e;
  margin-bottom: 0;
}
.home .sec08 h2 + p {
  color: #9b7d5e;
  text-align: center;
  font-weight: 500;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 18px;
}
.home .sec08 h2::before, .home .sec08 h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  border-bottom: 1px solid #9b7d5e;
}
.home .sec08 h2::before {
  left: 0;
}
.home .sec08 h2::after {
  right: 0;
}
.home .sec08 .btnstyle a {
  border: none;
  border-radius: 0;
  font-size: 22px;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 500;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec08 .btnstyle a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 5px;
  right: 5px;
  top: auto;
  width: 25px;
  height: 25px;
  border-right: 1px solid #fff;
}
.home .sec08 .mail a {
  background: linear-gradient(135deg, #f4a9c4 50%, #e8a0ba 50%);
}
.home .sec08 .mail a .icon {
  background: url("../img/top/icon_mail.png") no-repeat center left;
  background-size: 36px;
  padding-left: 44px;
}
.home .sec08 .web a {
  background: linear-gradient(135deg, #e9538a 50%, #dd4f83 50%);
}
.home .sec08 .web a .icon {
  background: url("../img/top/icon_web.png") no-repeat center left;
  background-size: 38px;
  padding-left: 50px;
}
.home .sec08 .tel a {
  border: 1px solid #333333;
  background: linear-gradient(135deg, #fff 50%, #f2f2f2 50%);
  line-height: 1.2;
}
.home .sec08 .tel a .icon {
  background: url("../img/top/icon_tel.png") no-repeat center left;
  background-size: 41.5px;
  padding-left: 54px;
}
.home .sec08 .tel a .subtext {
  display: block;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .home .sec08 .container &gt; p {
    letter-spacing: 0;
    font-size: 18px;
  }
  .home .sec08 .btnstyle a {
    max-width: 300px;
  }
  .home .sec08 .tel a::after {
    border-color: #333333;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec08 .container &gt; p {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .home .sec08 .white_box {
    padding: 60px;
  }
  .home .sec08 h2 {
    font-size: 45px;
  }
  .home .sec08 h2::before, .home .sec08 h2::after {
    width: 170px;
  }
  .home .sec08 h2 + p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .home .sec08 .btnstyle {
    margin-bottom: 0;
    width: 33.3333333333%;
  }
  .home .sec08 .btnstyle a {
    max-width: 100%;
    font-size: 24px;
    height: 90px;
  }
  .home .sec08 .tel a {
    font-size: 30px;
  }
  .home .sec08 .tel a::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .home .sec08 h2 {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
  .home .sec08 h2::before, .home .sec08 h2::after {
    width: 40px;
  }
  .home .sec08 .white_box {
    padding: 30px;
  }
  .home .sec08 .btnstyle a {
    font-size: clamp(18px, 2vw, 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .home .sec08 .btnstyle a .icon {
    padding-left: 40px;
    background-size: 30px !important;
  }
  .home .sec08 .btnstyle a .subtext {
    font-size: clamp(14px, 1.8vw, 18px);
    letter-spacing: 0;
  }
  .home .sec08 .tel a {
    font-size: clamp(20px, 2.5vw, 26px);
  }
}

.home .sec09 {
  background: url("../img/top/sec09_bg.jpg") no-repeat center/cover;
}
.home .sec09 h2 {
  text-align: left;
  display: table;
  position: relative;
}
.home .sec09 h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 30px);
  right: 0;
  margin: 0 auto;
  width: 2000px;
  height: 2px;
  border-bottom: 1px solid #c6a44d;
}
@media only screen and (max-width: 767px) {
  .home .sec09 h2 img {
    width: 280px;
  }
  .home .sec09 .img {
    text-align: center;
  }
  .home .sec09 .img img {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec09 {
    padding: 180px 0;
  }
  .home .sec09 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .sec09 img {
    max-width: 612px;
    -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  .home .sec09 .btn_box {
    margin-top: 50px;
    gap: 20px 30px;
  }
  .home .sec09 .text {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .home .sec09 {
    padding: 100px 0;
  }
  .home .sec09 .row {
    display: block;
  }
  .home .sec09 .row &gt; * {
    width: 100%;
  }
  .home .sec09 .row .img {
    text-align: center;
  }
  .home .sec09 .row .text {
    width: 800px;
    max-width: 100%;
    margin: auto;
  }
  .home .sec09 img {
    width: 400px;
    max-width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.home .sec10 {
  padding-bottom: 0;
  background: url("../img/top/sec10_bg.jpg") no-repeat center top/cover;
}
.home .sec10 h2 {
  font-size: 26px;
  padding-bottom: 40px;
  background: url("../img/top/sec10_title_bg.png") no-repeat center bottom;
}
.home .sec10 .loopslider li:nth-child(even) {
  margin-top: 30px;
}
.home .sec10 .loopslider li {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec10 .row {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sec10 {
    padding-bottom: 60px;
  }
  .home .sec10 .row {
    margin-bottom: 100px;
    justify-content: center;
  }
     .home .sec10  .row .col_2:nth-child(n+3) {
        margin-top: 30px;
    }
  .home .sec10 .loopslider li:nth-child(even) {
    margin-top: 100px;
  }
  .home .sec10 .loopslider li {
    margin: 0 30px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3840px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1920px);
            transform: translateX(-1920px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1920px);
            transform: translateX(-1920px);
  }
}
@media print, screen and (max-width: 1259px) {
  .loopslider {
    width: 2880px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1440px);
              transform: translateX(-1440px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1440px);
              transform: translateX(-1440px);
    }
  }
}
@media only screen and (max-width: 767px) {
  .loopslider {
    width: 1680px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-840px);
              transform: translateX(-840px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-840px);
              transform: translateX(-840px);
    }
  }
}
.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 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.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 only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header.header_scrolled {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item &gt; .sub-menu &gt; li {
    border-top: 1px solid #fff;
    border-bottom: none !important;
  }
  .sub-menu_wrap {
    border-top: 1px solid #fff;
  }
}
/*Gナビ　サブメニューの幅調整*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item &gt; .sub-menu {
    min-width: 100%;
  }
}
/*Gナビ アイコン画像をホバー時白くする*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item.active &gt; a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 768px) {
  .global_nav .menu-item &gt; .sub-menu_wrap .sub-menu a:after {
    top: 0.55em;
  }
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.side_bnr,
.totop {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .global_nav {
    z-index: 30;
  }
}
.sitemap_box .menu a br {
  display: none;
}

.color01 {
  color: #c6a44d;
}

.color02 {
  color: #9b7d5e;
}

a[href^="tel:"] {
  color: #333333 !important;
  text-decoration: none !important;
}

table a {
  color: #333;
}
table a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .js-scrollable {
    overflow-y: hidden !important;
  }
}
.link_box {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link_box:hover {
  -webkit-filter: brightness(94%);
          filter: brightness(94%);
  opacity: 1;
}
.link_box p:last-child {
  margin: 0;
}
.link_box p:last-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.link_box .link {
  display: none;
}

.arrow_box .col_2 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .arrow_box .col_2 .arrow_box .col_2:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(-45px - 2.5%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-left: 15px solid #a11a53;
  }
}
@media only screen and (max-width: 767px) {
  .arrow_box .col_2 .arrow_box .col_2:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(-45px - 2.5%);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    border: 30px solid transparent;
    border-top: 15px solid #a11a53;
  }
}

/*白ボタン*/
.btnstyle.white a {
  background: #fff;
  color: #c6a44d !important;
  border: #c6a44d 2px solid;
}
.btnstyle.white a::after {
  border-left: 6px solid #c6a44d;
}

.btn_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.btn_box .btnstyle {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.btn_box .btnstyle a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  body:not(.home) .row &gt; .btnstyle {
    margin-bottom: 0;
  }
  body:not(.home) .row &gt; .btnstyle a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .btnstyle__left a,
  .btnstyle__right a {
    margin-left: auto;
    margin-right: auto;
  }
}
.btnstyle.blank a::after {
  border: none;
  background: none;
  content: "\e89e";
  bottom: auto;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.table_timetable th,
.table_timetable td {
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    max-height: 260px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft.h300,
  .alignright.h300 {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .img_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .img_right &gt; *:first-child {
    width: 34%;
  }
  .img_right &gt; *:last-child {
    width: 62%;
  }
}
.tb {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .tb {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .let0 {
    letter-spacing: 0 !important;
  }
}
table.table_fee2 thead th,
table.table_fee2 thead td {
  color: #fff;
  background: #c6a44d;
}

table.table_fee tbody th {
  background: #f1ede7;
}

.box_form dd.flex p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.box_form dd.flex p + p {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=tel] {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=tel] {
    max-width: 190px;
  }
  .box_form dd .wpcf7-checkbox input {
    width: auto !important;
  }
}
.slick-dots {
  bottom: 0;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button:before {
  font-size: 15px;
}

ul.box_bg,
ul.box_border {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  ul.box_bg,
  ul.box_border {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .clearfix:last-child &gt; .alignleft,
  .clearfix:last-child &gt; .alignright,
  .clearfix:last-child &gt; .aligncenter {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .googlemap {
    padding-top: 36%;
  }
}
.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;
}
.page-name-clinic .table_address th{
  width:100px!important;
}
@media only screen and (min-width: 768px) {
  .page-name-clinic .table_address th{
  width:200px!important;
}
}
.page-name-clinic #main .time_box {
  background:#fff;
}
@media only screen and (max-width: 767px) {
.page-name-clinic #main table.table_timetable thead th:first-child {
    width: 48%;
}
}

.lower-eyelid-degreasing_table01 th,
.lower-blepharoplasty_table01 th,
.transconjunctival-blepharoplasty_table01 th,
.crf-nanofat_table01 th{
  width:42%;
  letter-spacing:0!important;
}
@media only screen and (min-width: 768px) {
  .lower-eyelid-degreasing_table01 th,
  .lower-blepharoplasty_table01 th,
  .transconjunctival-blepharoplasty_table01 th,
  .crf-nanofat_table01 th{
  width:34%;
  }
}
.crf-nanofat_table02 thead th{
width:35%;
}
.crf-nanofat_table02 thead th:first-child{
width:30%;
}
@media only screen and (max-width: 767px) {
  .page-name-cost .cost_table01 tbody th{
    width:38%!important;
  }
  .page-name-cost .cost_table01 tbody td{
    width:31%!important;
  }
}

.doc_name {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.sec_note .txt-note {
  font-family: "Shippori Mincho", serif;
  line-height: calc(35 / 20);
  font-size: 18px;
  margin-bottom: clamp(20px, 5vw, 50px);
  font-weight: 500;
}

.sec_note .txt-note .cl {
  color: #9b7d5e;
}

@media (min-width: 768px) {
  .sec_note .txt-note {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .sec07 h2 {
    text-align: left;
  }
}

.reason_slider .box-slide .t_feature_slider {
  overflow: visible;
}
@media (max-width: 767px) {
	.reason_slider .box-slide .t_feature_slider {
	  padding: 0 10px;
	}
}
@media (min-width: 768px) {
	.reason_slider .box-slide .t_feature_slider {
	  /*width: 22.4rem;
	  margin: 0 0 0 1.9rem;*/
	}
}
.reason_slider .box-slide .t_feature_slider .t_feature_slider_item {
  position: relative;
}

@media (min-width: 768px) {
  .reason_slider {
    /*max-width: 1200px;*/
    margin-inline: auto;
  }
  .reason_slider .box-slide {
    position: relative;
  }
  .reason_slider .box-slide .t_feature_slider {
    /*width: 100%;
    max-width: 125.1rem;*/
    margin: 0;
  }
}

.reason_slider .swiper-slide .img {
  position: relative;
}

.reason_slider .swiper-slide .img:before, .reason_slider .swiper-slide .img:after {
  content: "";
  position: absolute;
  z-index: 2;
  transition: all .3s;
}

.reason_slider .swiper-slide .img:before {
  right: 0;
  bottom: 0;
  background: #c6a44d;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.reason_slider .swiper-slide .img:after {
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: skew(45deg);
}

.reason_slider .swiper-slide .img .num {
  color: #9b7d5e;
  font-family: "Cinzel", serif;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  line-height: 1;
  margin: 0;
  z-index: 3;
}

.reason_slider .swiper-slide .img img {
  width: 100%;
}

.reason_slider .swiper-slide .img a {
  display: block;
  position: relative;
}

.reason_slider .swiper-slide .img a:before, .reason_slider .swiper-slide .img a:after {
  content: "";
  position: absolute;
  transition: all .3s;
}

.reason_slider .swiper-slide .img a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(198, 164, 77, 0.8);
  z-index: 1;
  opacity: 0;
  border-radius: 5px;
}

.reason_slider .swiper-slide .img a .arr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-family: "Cinzel", serif;
  line-height: 2;
  opacity: 0;
  transition: all .3s;
}

.reason_slider .swiper-slide .img:hover:before {
  background: white;
}

.reason_slider .swiper-slide .img:hover a:before {
  opacity: 1;
}

.reason_slider .swiper-slide .img:hover a .arr {
  opacity: 1;
}

.reason_slider .swiper-slide .text h3 {
  line-height: calc(35 / 24);
  text-align: center;
}

.reason_slider .swiper-slide .text p {
  line-height: 2;
}

.reason_slider .t_feature_nav {
  display: flex;
  justify-content: center;
}

.reason_slider .t_feature_nav_btn {
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background: url("../img/common/icon_arrow02.png") no-repeat center/contain;
}

.reason_slider .t_feature_nav_btn::before {
  content: none;
}

.reason_slider .t_feature_nav_prev {
  rotate: 180deg;
}

@media (max-width: 767px) {
  .reason_slider .swiper-slide {
    margin-top: calc(40 / 767 * 100vw);
  }
  .reason_slider .swiper-slide .img .num {
    font-size: calc(140 / 767 * 100vw);
    top: calc(-40 / 767 * 100vw);
    left: calc(20 / 767 * 100vw);
  }
  .reason_slider .t_feature_nav {
    column-gap: calc(50 / 767 * 100vw);
  }
  .reason_slider .t_feature_nav_btn {
    width: calc(120 / 767 * 100vw);
    height: calc(120 / 767 * 100vw);
  }
}

@media (min-width: 768px) {
  .reason_slider .swiper-slide {
    margin-top: 30px;
  }
  .reason_slider .swiper-slide .img:before {
    width: 70px;
    height: 70px;
  }
  .reason_slider .swiper-slide .img:after {
    width: 60px;
    height: 6px;
    bottom: 22px;
    right: 20px;
  }
  .reason_slider .swiper-slide .img .num {
    font-size: 100px;
    top: -30px;
    left: 20px;
  }
  .reason_slider .swiper-slide .img a .arr {
    font-size: 30px;
  }
  .reason_slider .swiper-slide .text h3 {
    font-size: 24px;
  }
  .reason_slider .t_feature_nav {
    column-gap: 35px;
    position: absolute;
    bottom: calc(100% + 80px);
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reason_slider .t_feature_nav {
    position: unset;
  }
}

@media (min-width: 768px) {
  .reason_slider .t_feature_nav_btn {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1200px) {
	.reason_slider{
		padding-inline: 10px;
	}
	.reason_slider .swiper-slide {
    margin-top: 40px;
  }
  .reason_slider .swiper-slide .img .num {
    font-size: 140px;
	top: -40px;
  }
  .reason_slider .t_feature_nav {
		right: calc((100% - 1200px) / 2);
	}
}
</pre></body></html>