@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #a69564;
  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: "Zen Old Mincho", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media 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 {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #a69564;
}
.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: 32px;
  height: 34px;
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 30px;
  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 #a69564;
  position: relative;
  padding-left: 24px;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0.7em;
  bottom: auto;
  background: #a69564;
  width: 10px;
  height: 4px;
  /* border-radius: 10px; */
}
@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: #333333;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  display: table;
  padding-bottom: 10px;
  border-bottom: 1px solid #a69564;
  padding-left: 22px;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 14px;
  bottom: auto;
  width: 8px;
  height: 8px;
  background: #a69564;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .mce-content-body h4:after {
    top: 13px;
  }
}
.mce-content-body h5 {
  display: table;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f2eddd));
  background: linear-gradient(180deg, transparent 50%, #f2eddd 50%);
  padding: 0;
}
.mce-content-body h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #a69564;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media 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: #fbfaf7;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fbfaf7;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fbfaf7;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fbfaf7;
}

.box_border {
  background: #fff;
  border: 5px solid #ece8dc;
}

.box_border .box_bg {
  background: #fbfaf7;
}

.section_bg .box_border .box_bg {
  background: #fbfaf7;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 30px;
  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;
}

.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 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 screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}
section .box_border .clearfix:last-child,
section .box_bg .clearfix:last-child{
  margin-bottom:0;
}
.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  border: 1px solid #a69564 !important;
  border-radius: 20px !important;
  padding: 30px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media 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 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 #a69564;
  border-radius: 0;
  border: none;
  color: #a69564 !important;
  display: inline;
  width: auto;
  padding: 5px 0 5px 50px;
  text-decoration: none;
}
.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: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 19px;
  right: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 13px;
  bottom: auto;
}
.link_anchor a::before {
  display: block;
  background: #a69564;
  border-radius: 50%;
  height: 27px;
  left: 16px;
  width: 27px;
  left: 10px;
  right: auto;
  top: 3px;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #a69564 !important;
  background: none;
}
.link_anchor a:hover:before {
  background: #a69564;
}
.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@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: 1%;
  }
  .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: 1%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.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: #a69564;
  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: #929089;
  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 #a69564;
  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: #a69564;
  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 screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }
  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }
  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
    ul.sp_list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.sp_list_columns_2 li {
    width: 48%;
    margin-right: 4%;
  }
  ul.sp_list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
  ul.sp_list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.sp_list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }
  ul.sp_list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  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: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 36.8px;
  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: #a69564;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Old Mincho", 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: #a69564;
  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: #333333;
  background: #d7cba9;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #ece8dc;
  background: #fff;
  border-radius: 30px;
  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: #ece8dc;
  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: #a69564;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Zen Old Mincho", 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: #a69564;
  background: #a69564;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  transform: translateY(3px);
  flex: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

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 #a69564;
  color: #a69564;
  width: 25%;
  border-bottom: none;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media 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 #a69564;
}
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: #a69564;
  border-bottom: 1px solid #a69564;
  border-top: 1px solid #a69564;
}
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: #fff;
  border-bottom: 1px solid #ddd;
  padding: 26px 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable th, table.table_timetable td {
    padding: 15px 0.2rem;
  }
}
table.table_timetable thead th {
  background: #d7cba9;
  color: #fff;
  padding: 6px 0;
}
table.table_timetable thead th:first-child {
  width: 34%;
}
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: #a69564;
  color: #fff;
  text-align: center;
}
table.table_fee tbody th {
  background: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: right;
  padding-right: 1em;
}
table.table_fee tbody td .small{
  font-size:90%;
}
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 thead th,
table.table_fee2 thead td{
  background:#a69564;
  color:#fff;
}
table.table_fee2 tbody th {
  background: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media 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: #f7f9fc;
}
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: #a69564 !important;
}

.consul2 {
  color: #929089 !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 {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #a69564;
}
.footer .sec_logo {
  margin: 0 0 30px;
  text-align: center;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 30px;
}
.footer table.address th, .footer table.address td {
  padding: 13px 0;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.footer table.address th {
  font-weight: bold;
  color: #a69564;
  width: 80px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.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: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.copyright {
  background: #f9f8f4;
  color: #333333;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.footer .access {
  padding-left: 20px;
  background: url("../img/common/icon_access.png") no-repeat center left;
  background-size: 14px 20px;
}
@media only screen and (min-width: 768px) {
  .footer .db {
    margin: 30px 0 0 !important;
  }
}

.sec_news .sec_title {
  text-align: center;
}
.sec_news .btnstyle a {
  width: 120px;
  padding: 0.4em 0em;
  font-size: 16px;
  -webkit-box-shadow: none;
  filter: none;
}
.sec_news .btnstyle a::after {
  width: 15px;
}
.sec_news dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec_news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec_news .btnstyle {
    margin-bottom: 15px;
  }
  .sec_news dl dt {
    padding: 0.5em 0 0;
  }
  .sec_news dl dd {
    padding: 0 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .sec_news dl dt {
    float: left;
  }
  .sec_news dl dd {
    padding-left: 120px;
  }
  .sec_news .sec_title {
    text-align: left;
  }
  .sec_news .title_box {
    position: relative;
  }
  .sec_news .title_box .btnstyle {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.sec_tab .tab_btn {
  border: 2px solid #a69564;
}
.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px !important;
}
.sec_tab .tab_btn_wrap li {
  height: 120px;
  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;
  padding: 0;
  color: #333333;
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  border-radius: 100px;
}
.sec_tab .tab_btn_wrap li .subtext {
  font-size: 14px;
  color: #a69564;
  display: block;
}
.sec_tab .tab_btn_wrap li:after {
  border-top: 1px solid #a69564;
  border-right: 1px solid #a69564;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  width: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sec_tab .tab_btn_wrap li.active:after {
  bottom: -30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #a69564;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.sec_tab .btnstyle a {
  height: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
@media print, screen and (max-width: 1259px) {
  .sec_tab .tab_btn_wrap li {
    font-size: 18px;
  }
  .sec_tab .tab_btn_wrap li:after{
    bottom:5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_tab .tab_btn_wrap li {
    height: 60px;
    width: 49%;
    margin-right: 2%;
    font-size: 14px;
  }
  .sec_tab .tab_btn_wrap li::after {
    left: auto;
    right: 8px;
    bottom: auto;
    top: 42%;
    width: 8px;
    height: 8px;
  }
  .sec_tab .tab_btn_wrap li.active {
    background: #ece8dc;
  }
  .sec_tab .tab_btn_wrap li:hover {
    opacity: 1;
  }
  .sec_tab .tab_btn_wrap li.active::after {
    display: none;
  }
  .sec_tab .tab_btn_wrap li .subtext {
    letter-spacing: -1px;
  }
  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_tab .tab_btn_wrap li {
    width: 380px;
    max-width: calc((100% - 6%)/4);
  margin-right:2%;
  }
  .sec_tab .tab_btn_wrap li:last-child {
    margin-right: 0;
  }
}

.wp-embedded-content {
  width: 100%;
}

.home h2 {
  margin: 0 0 40px;
  padding: 0;
  background: 0;
  font-size: 42px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  z-index: 1;
}
.home h2 .subtext {
  color: #a69564;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: block;
}
.home h2 .en {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 120px;
  color: #e5e5e5;
  z-index: -1;
}
.home h2::before, .home h2::after {
  display: none;
}
.home h3 {
  border: none;
  margin: 0 0 20px;
  padding: 0;
  background: 0;
}
.home h3::before, .home h3::after {
  display: none;
}
.home section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  .home h2 .subtext {
    font-size: 16px;
    margin-top: 0;
  }
  .home h2 .en {
    top: -20px;
    left: 0;
    font-size: 40px;
  }
  .home section {
    padding: 40px 0;
  }
}

.sec_news .news {
  position: relative;
}
.sec_news .btnstyle {
  position: absolute;
  top: 0;
  right: 0;
z-index: 1;
}
.sec_news dl {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.sec_news dl dt {
  padding-left: 10px;
}
.sec_news dl dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .sec_news dl dd {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
}

.home .sec01 {
  padding-bottom: 0;
}
.home .sec01 h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.home .sec01 h2 .subtext {
  margin-top: 0;
  font-size: 18px;
}
.home .sec01 .cont01 {
  position: relative;
  margin-bottom: 120px;
}
.home .sec01 .cont01 h2 {
  margin-bottom: 40px;
}
.home .sec01 .cont01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  border-radius: 30px;
  background: #f9f8f4;
  z-index: -1;
}
.home .sec01 .cont01 h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #a69564;
}
.home .sec01 .recommend_slider_wrap {
  width: 1126px;
  max-width: 100%;
  margin: auto;
}
.home .sec01 .recommend_slider .slick-prev:before {
  content: "";
}
.home .sec01 .recommend_slider .slick-next:before {
  content: "";
}
.home .sec01 .recommend_slider button.slick-prev,
.home .sec01 .recommend_slider button.slick-next {
  top: 50%;
  width: 18px;
  height: 35px;
  z-index: 1;
}
.home .sec01 .recommend_slider button.slick-prev {
  left: -23px;
  background: url("../img/common/arrow_l.png") no-repeat center;
}
.home .sec01 .recommend_slider button.slick-next {
  right: -23px;
  background: url("../img/common/arrow_r.png") no-repeat center;
}
.home .sec01 .recommend_slider .slick-slide {
  margin: 0 23px;
}
.home .sec01 .news h2 {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1259px) {
  .home .sec01 .recommend_slider_wrap {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec01 h2 {
    font-size: 24px;
  }
.home .sec01 .news h2 {
    text-align: left;
  }
  .home .sec01 .cont01 h2 {
    margin-bottom: 20px;
  }
  .home .sec01 .blog {
    margin-top: 40px;
  }
  .home .sec01 .btnstyle {
    top: 15px;
  }
  .home .sec01 .recommend_slider .slick-slide {
    margin: 0;
  }
  .home .sec01 .recommend_slider_wrap {
    max-width: 90%;
  }
}

.home .sec02 {
  background: #ece8dc;
  padding-top: 50px;
  margin-top: 110px;
}
.home .sec02 .img {
  margin-top: -110px;
}
.home .sec02 h2 {
  font-size: 36px;
  color: #a69564;
  margin-bottom: 20px;
}
.home .sec02 .name {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}
.home .sec02 .name .small {
  margin-right: 1em;
  font-size: 18px;
}
.home .sec02 .btnstyle a {
  background: #fff;
  color: #333333 !important;
  border: none;
}
.home .sec02 .btnstyle a:hover {
  background-color: #ece8dc;
  opacity: 1;
}
.home .sec02 .btnstyle a::after {
  border-color: #a69564;
}
@media only screen and (min-width: 768px) {
  .home .sec02 .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .sec02 .text {
    width: calc(60.3% - 60px);
  }
  .home .sec02 .img {
    width: 39.7%;
  }
  .home .sec02 .btn_box {
    width: 580px;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 1259px) {
  .home .sec02 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec02 h2 {
    font-size: 24px;
  }
  .home .sec02 .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .home .sec02 .img img {
    width: 200px;
  }
  .home .sec02 .name {
    font-size: 20px;
  }
  .home .sec02 .name .small {
    font-size: 16px;
  }
}

.home .sec03 img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 768px) {
  .home .sec03 .tab_item .row {
    gap: 40px;
  }
  .home .sec03 .tab_item .col_2 {
    max-width: calc((100% - 40px) / 2);
    width: 580px;
    margin-right: 0;
  }
  .home .sec03 .tab_item li {
    max-width: calc((100% - 120px) / 4);
    width: 270px;
  }
}
@media screen and (max-width: 900px) {
  .home .sec03 .tab_item {
    max-width: 100%;
    width: 800px;
    margin: auto;
  }
  .home .sec03 .tab_item .row {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sec03 .tab_item .col_2 {
    max-width: 100%;
    margin-right: 0;
  }
  .home .sec03 .tab_item li {
    max-width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec03 .tab_item .row {
    margin-bottom: 30px;
  }
}

.home .sec04 {
  background: #fbfaf7;
}
.home .sec04 h2 .en {
  color: #e9e7e0;
}
.home .sec04 h3 {
  letter-spacing: 0;
  font-size: 30px;
}
.home .sec04 .feat {
  position: relative;
  font-size: 36px;
  color: #a69564;
  font-family: "Zen Old Mincho", serif;
  padding-left: 20px;
  line-height: 1;
}
.home .sec04 .feat .no {
  font-size: 48px;
  margin-left: 10px;
}
.home .sec04 .feat::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  width: 10px;
  height: 2px;
  background: #a69564;
}
.home .sec04 .row {
  margin-bottom: 60px;
}
.home .sec04 .row .text {
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
}
.home .sec04 .row .bg {
  background: #a69564;
  color: #fff;
}
.home .sec04 .row .bg h3 {
  color: #fff;
}
.home .sec04 .row .bg .feat {
  color: #fff;
}
.home .sec04 .row .bg .feat::before {
  background: #fff;
}
.home .sec04 .row .bg .btnstyle a {
  background: #fff;
  color: #333333 !important;
  border-color: #fff;
}
.home .sec04 .row .bg .btnstyle a:hover {
  opacity: 1;
  background-color: #ece8dc;
  border-color: #ece8dc;
}
.home .sec04 .row .bg .btnstyle a::after {
  border-color: #a69564;
}
@media only screen and (min-width: 768px) {
  .home .sec04 .img img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
}
@media print, screen and (max-width: 1259px) {
  .home .sec04 h3 {
    font-size: clamp(20px, 2.8vw, 30px);
  }
  .home .sec04 .row {
    gap: 30px;
  }
  .home .sec04 .row .text {
    padding: 30px;
  }
  .home .sec04 .row .col_2 {
    width: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec04 .row .col_2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .home .sec04 .row:last-child {
    margin-bottom: 0;
  }
  .home .sec04 .cont04 {
    margin-bottom: 50px;
  }
  .home .sec04 h3 {
    text-align: center;
  }
  .home .sec04 .feat {
    font-size: 20px;
    display: table;
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .home .sec04 .feat .no {
    font-size: 30px;
  }
  .home .sec04 .feat::before {
    display: none;
  }
}

.home .sec05 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;
  gap: 25px;
  margin-bottom: 40px;
}
.home .sec05 ul li {
  width: 220px;
  max-width: calc((100% - 100px) / 5);
}
.home .sec05 .btnstyle a {
  background: #fff;
  color: #333333 !important;
  border-color: #fff;
}
.home .sec05 .btnstyle a:hover {
  opacity: 1;
  background-color: #ece8dc;
  border-color: #ece8dc;
}
.home .sec05 .btnstyle a::after {
  border-color: #a69564;
}
@media print, screen and (max-width: 1259px) {
  .home .sec05 h2 .en {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec05 h2 .en {
    font-size: 40px;
  }
  .home .sec05 .row {
    width: 420px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .home .sec05 ul {
    gap: 20px;
    margin-bottom: 20px;
  }
  .home .sec05 ul li {
    width: 220px;
    max-width: calc((100% - 20px) / 2);
  }
}

.sec06 {
  background: #ece8dc;
}
.sec06 .container {
  border-radius: 30px;
  background: #fff;
  text-align: center;
  padding: 60px;
}
.sec06 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.sec06 h2 .subtext {
  font-size: 18px;
}
.sec06 .web {
  padding-left: 20px;
  background: url("../img/common/icon_web.png") no-repeat center left;
  margin: 20px auto;
  background-size: 12px 22px;
}
.sec06 .tel {
  display: table;
  margin: 30px auto 20px;
  font-size: 36px;
  line-height: 36px;
  padding-left: 30px;
  font-family: "Zen Old Mincho", serif;
  background: url("../img/common/icon_tel.png") no-repeat top 6px left;
  background-size: 22px 29px;
}
@media only screen and (min-width: 768px) {
  .sec06 .row {
    position: relative;
  }
  .sec06 .row::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    width: 2px;
    height: 100%;
    border-left: 1px solid #a69564;
  }
}
@media print, screen and (max-width: 1259px) {
  .sec06 h2 {
    font-size: 24px;
  }
  .sec06 .tel {
    font-size: 30px;
  }
  .sec06 .tel a{
    text-decoration:none;
    color:#333;
  }
  .sec06 .container {
    padding: 60px 20px;
  }
  .sec06 .row .col_2 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .sec06 .row .col_2:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec06 .row .col_2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sec06 .row .col_2:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #a69564;
  }
}
.sec_media{
background:#fbfaf7;
}
.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 only screen and (max-width: 767px) {
  .loopslider {
    width: 2400px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1200px);
              transform: translateX(-1200px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1200px);
              transform: translateX(-1200px);
    }
  }
}
.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 > .sub-menu > li {
    border-top: 1px solid #fff;
    border-bottom: none !important;
  }
  .sub-menu_wrap {
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .global_nav {
    padding-bottom: 80px;
  }
}
/*Gナビ　サブメニューの幅調整*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu {
    min-width: 100%;
  }
}
/*Gナビ アイコン画像をホバー時白くする*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item.active > a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

/*
Ｇナビ幅広、タイトルリンクありの場合*/
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    /* pointer-events: none; */
    text-align: center;
    margin-top: 0;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
    line-height: 1.8;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a:after {
    /* display: none; */
    top: 0.7em;
  }
}
/*Gナビななめ線の場合*/
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-item {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .menu-item > a {
    font-size: clamp(12px, 1.6vw, 16px);
    padding: 0 4px;
  }
  .menu-item > .sub-menu a,
  .menu-item > .sub-menu_wrap a {
    font-size: 16px;
  }
  .menu-item.nav01 {
    width: 10%;
  }
  .menu-item.nav02 {
    width: 14%;
  }
  .menu-item.nav03 {
    width: 20%;
  }
  .menu-item.nav04 {
    width: 14%;
  }
  .menu-item.nav05 {
    width: 14%;
  }
  .menu-item.nav06 {
    width: 16%;
  }
  .menu-item.nav07 {
    width: 12%;
  }
  .menu-item.nav03 > .sub-menu {
    width: 240px;
  }
  .menu-item.nav04 > .sub-menu {
    width: 240px;
  }
  .menu-item.nav05 > .sub-menu {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 1000px) {
  .menu-item.nav06 > .sub-menu {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.sitemap_box .menu a br {
  display: none;
}

.color01 {
  color: #a69564;
}

.color02 {
  color: #929089;
}

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: #a69564 !important;
  border: #a69564 2px solid;
}
.btnstyle.white a::after {
  border-left: 6px solid #a69564;
}

.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%;
  padding: 15px;
}

@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;
}

.bnr {
  margin-top: 30px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bnr:hover {
  opacity: 0.8;
}

.table_timetable th,
.table_timetable td {
  letter-spacing: 0;
}
.table_timetable thead th {
  border: none;
}

@media only screen and (min-width: 768px) {
  .alignleft,
  .alignright {
    max-height: 300px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft.h300,
  .alignright.h300 {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
  }
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .box_faq {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .box_faq .question,
  .box_faq .answer {
    padding: 6.75px 0px 6.75px 47.5px;
  }
  .box_faq .answer {
    padding-top: 15px;
  }
  .box_faq .question {
    font-size: 18px;
  }
  .box_faq .question::before,
  .box_faq .answer::before {
    width: 35px;
    height: 35px;
    line-height: 1.2;
    font-size: 26px;
  }
  .box_faq .answer::before {
    top: 12px;
  }
}
table th {
  font-weight: normal;
}

.box_form {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.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] {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7 input[type=text] {
    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;
}

.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;
}

/*院内スライダー*/
.slide_wrap_vertical{
	width:850px;
	max-width:100%;
	margin:auto;
}

.slide_wrap_vertical .img_slide_thumb .slick-track{
    transform: unset !important;
}
.img_slide_thumb img{
  padding:0!important;
  border:2px solid transparent;
  box-sizing:border-box;
}
.img_slide_thumb .slick-current img{
  border:2px solid #41b1e6;
}
.slide_wrap_vertical .img_slide_thumb .slick-track{
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
  gap:10px 0;
  }
.slide_wrap_vertical .img_slide_thumb .item {
  width: calc((100% - 50px)/6)!important;
  max-width: calc((100% - 50px)/6)!important;
  margin-right:10px;
}
.slide_wrap_vertical .img_slide_thumb .item:nth-child(6n) {
  margin-right:0;
}
@media only screen and (max-width: 767px) {
.slide_wrap_vertical .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.slide_wrap_vertical .slick-slide {
    float: none;
  }
  .slide_wrap_vertical .img_slide_thumb .item {
  width: calc((100% - 30px)/4)!important;
  max-width: calc((100% - 30px)/4)!important;
  margin-right:10px;
}
  .slide_wrap_vertical .img_slide_thumb .item:nth-child(6n) {
  margin-right:10px;
}
  .slide_wrap_vertical .img_slide_thumb .item:nth-child(4n) {
  margin-right:0;
}
    .slide_wrap_vertical .img_slide_main .img_slider_title {
    display:block;
    position:relative;
      background:none;
  }
  .slide_wrap_vertical .img_slide_main .slick-slide{
    background: rgba(0, 0, 0, 0.7)!important;
  }
  .slide_wrap_vertical .img_slide_main .slick-track {
  display: flex;
}
.slide_wrap_vertical .img_slide_main .slick-slide {
  height: auto !important;
}
}

.slide_wrap .slide_main .item .img_slider_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

/*下層調整*/
table.table_address tbody tr th:first-child{
  width:100px;
}
@media screen and (min-width: 768px) {
  table.table_address tbody tr th:first-child{
  width:20%;
}
}
@media screen and (min-width: 768px) {
.page-name-clinic table.table_timetable thead th:first-child {
  width: 20%;
}
}
  .section .table_fee th{
    width: 50%;
  }
.section .table_fee .red{
  font-size:110%;
  color:red;
}
@media only screen and (max-width: 767px) {
  .section table{
    font-size:14px;
  }
  .section table th,
  .section table td{
    padding:10px 5px!important;
  }
  .section .table_fee th{
    width: 46%;
  }
}

.page-name-epilation .section .t01{
  font-size:16px;
}
.page-name-epilation .section .t01 thead th:nth-child(1){
  width:26%;
}
.page-name-epilation .section .t01 thead td{
  width:37%;
}
.page-name-epilation .section .t01 tbody th{
  width:auto;
}
@media only screen and (max-width: 767px) {
  .page-name-labia-majora .section .table_fee th{
    width:42%;
  }
}
.xo-event-calendar table table td, .xo-event-calendar table table th{
padding:0!important;
}
@media only screen and (max-width: 767px) {
.xo-event-calendar table.xo-month .month-event-space{
height:1em!important;
}
}