@charset "UTF-8";
.page_title_wrap h1 {
    background: #244031;
    color: #fff;
    font-size: clamp(21px, 3.5vw, 30px);
    padding: 14px 10px 14px clamp(40px, 5.8vw, 48px);
    position: relative;
    font-family: "Noto Serif JP", serif;
    margin-bottom: clamp(20px, 1.9vw, 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
}
.page_title_wrap h1:before {
    content: "";
    width: 16px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: clamp(15px, 2vw, 20px);
    margin: auto;
    position: absolute;
    border: 0;
}
.page_title_wrap h1.post {
  background: transparent;
  padding: 0 0 10px;
  border-bottom: solid 1px #352d21;
  color: #333333;
  font-size: clamp(22px, 3.2vw, 26px);
}
.page_title_wrap h1.post:before {
  display: none;
}

.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: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: clamp(20px, 1.9vw, 30px);
}
.mce-content-body h2 {
  font-size: clamp(22px, 3vw, 26px);
  padding: 0 0 5px 25px;
  position: relative;
  border-bottom: solid 1px #244031;
}
.mce-content-body h2:before {
  content: "";
  width: 4px;
  height: 22px;
  position: absolute;
  top: 0.25em;
  left: 5px;
  background: url(../img/common/h2_ic.png) no-repeat center/cover;
}
.mce-content-body h2.top_ttl_typeA {
  font-size: clamp(24px, 3.5vw, 30px);
  border-color: #332c25;
  padding: 0 0 10px;
}
.mce-content-body h2.top_ttl_typeA:before {
  display: none;
}
.mce-content-body h2.top_ttl_typeB {
  background: #244031;
  color: #fff;
  font-size: clamp(21px, 3.5vw, 30px);
  padding: 14px 10px 14px clamp(40px, 5.8vw, 48px);
  position: relative;
  font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(20px, 1.9vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
}
.mce-content-body h2.top_ttl_typeB:before {
  content: "";
  width: 16px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(15px, 2vw, 20px);
  margin: auto;
  position: absolute;
  border: 0;
}
.mce-content-body h2.top_ttl_typeB .ttl {
  width: calc(100% - clamp(30px, 4.55vw, 40px));
}
.mce-content-body h2.top_ttl_typeB .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(30px, 4.55vw, 40px);
}
.mce-content-body h3 {
  font-size: clamp(18px, 2.7vw, 20px);
  padding: 0 0 5px;
  position: relative;
}
.mce-content-body h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #99a69f;
}
.mce-content-body h4 {
  font-size: clamp(18px, 2.4vw, 20px);
  padding-left: 16px;
  position: relative;
}
.mce-content-body h4:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #5b4e3e;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.mce-content-body h5 {
  font-size: clamp(18px, 2.4vw, 20px);
  padding-left: 10px;
  position: relative;
}
.mce-content-body h5:before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #5b4e3e;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
p.title{
  background:#f3efea;
  padding:5px 35px;
  display:table;
  font-size:20px;
}
.text-large {
  color: #352d21;
  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: clamp(20px, 3.9vw, 40px);
  padding-bottom: clamp(20px, 3.9vw, 40px);
}
.section h3:first-child {
  margin-bottom: 15px;
}
.section hr {
  margin-bottom: 112.5px;
  margin-top: 112.5px;
  max-width: 1200px;
}

.section_bg {
  background: #f0ede4;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f0ede4;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f0ede4;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f0ede4;
}

.box_border {
  background: #fff;
  padding: clamp(15px, 2.6vw, 30px);
  box-shadow: 0 0 10px #ccc;
}

.box_border .box_bg {
  background: #f0ede4;
}

.section_bg .box_border .box_bg {
  background: #f0ede4;
}

.box_bg,
.box_border {
  margin-top: 0;
  border-radius: 0px;
  padding: 30px;
}
.box_bg:not(:last-child),
.box_border:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 30px);
}
@media only screen and (min-width: 1225px) {
  .box_bg,
.box_border {
  padding:60px;
}
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 20px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 27px;
}
.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 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: 56.25px;
}
@media only screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 45px;
  }
}

.link_anchor {
  background: #fff;
  border: 1px solid #333333;
  border-radius: 0px;
  padding: min(30px, 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(20px , 2.4vw);
     -moz-column-gap: min(20px , 2.4vw);
          column-gap: min(20px , 2.4vw);
  row-gap: min(10px, 1.5vw);
}
.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;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #352d21 !important;
  display: inline;
  padding: 0.15em 0;
  padding-left: 1.4em;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a:hover {
  background: none;
  color: #352d21 !important;
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  border: none;
  left: calc(1.4em - 15px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: calc(0.15em + 0.65em - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #5b4e3e;
}
.link_anchor a:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_2 li, .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
}
@media ( min-width : 1225px ) {
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}
.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: 10px;
  padding-left: 22.5px;
  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: 27px;
}
.ul_circle li{
  position: relative;
  padding-left: 12px;
  line-height: 1.5555555556;
  font-size: clamp(14px, 1.8vw, 16px);
}
.ul_circle li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #aacf4d;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.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);
  transform: rotate(50deg);
  top: 11.25px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #5b4e3e;
  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 #5b4e3e;
  top: 11.25px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 31.5px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #5b4e3e;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14.76px;
  height: 22.5px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6.75px;
  width: 22.5px;
  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 #ddd;
  padding-bottom: 31.5px;
  margin-bottom: 31.5px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6.75px 0px 6.75px 67.5px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 22.5px;
  font-family: "Noto Serif JP", serif;
  font-size: 29.25px;
  font-weight: 400;
  height: 45px;
  left: 0;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}
.box_faq .question {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #352d21;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
  padding-right: 22.5px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 0;
  background: #352d21;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-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: #5b4e3e;
  top: 30px;
}

.flow-box {
  margin-bottom: 56.25px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #333333;
  background: #fff;
  border-radius: 0px;
  margin-top: 92.25px;
  padding: 56.25px 38.25px;
  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: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 27px 18px;
  }
}
.flow-block::after {
  content: "";
  bottom: -104px;
  border: 36px solid transparent;
  border-top-color: #5b4e3e;
  left: 50%;
  margin-left: -36px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -104px;
  }
}
.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: #352d21;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  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: #352d21;
  background: #5b4e3e;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: 400;
  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;
}
@media ( min-width : 768px ) and ( max-width : 1225px ) {
  table.table_address {
    font-size: 85%;
  }
}
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 #352d21;
  color: #352d21;
  width: 28%;
  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 #352d21;
}
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: #352d21;
  border-bottom: 1px solid #352d21;
  border-top: 1px solid #352d21;
}
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: 0.8rem 0.2rem;
  text-align: center;
  font-weight: 400;
}
table.table_timetable thead th {
  background: #352d21;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
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: 8px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #352d21;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #e6e1d3;
  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: #f7f9fc;
  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: #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: #5b4e3e !important;
}

.consul2 {
  color: #352d21 !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;
}

@media (max-width: 767px) {
  .responsive-stack th, .responsive-stack td {
    display: block;
    width: 100% !important;
  }
  .responsive-stack th {
    border-bottom: 0 !important;
    padding-bottom: 5px !important;
  }
  .responsive-stack td {
    border: 0 !important;
    padding-top: 5px !important;
  }
}
.home .footer {
  border-top: none;
}

footer {
  background: #352d21;
  padding-top: clamp(40px, 10.4vw, 120px);
  font-size: 16px;
}
footer .bg{
  background:#f0f6f2;
  padding:20px;
}

footer .footer_logo{
  margin-bottom:30px;
}
footer .footer_logo02{
  margin-bottom: clamp(20px, 4vw, 40px);
}
@media (max-width: 767px) {
  footer .footer_logo{
    width:90%;
    margin:0 auto 30px;
  }
}
footer .footer_table {
  width: 100%;
}
footer .footer_table th, footer .footer_table td {
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: solid 1px #bfc8c2;
  padding: 15px 0;
}
footer .footer_table th {
  width: 95px;
}
footer .footer_table td a[href^="tel:"] {
  color: #333!important;
}
@media (max-width: 1224px) {
  footer .footer_table th, footer .footer_table td {
    display: block;
    width: 100%;
  }
  footer .footer_table th {
    border-bottom: 0;
    padding-bottom: 5px;
  }
  footer .footer_table td {
    padding-top: 5px;
  }
}
footer .bnr_list{
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
  gap:20px 0;
  margin-top:40px;
}
footer .bnr_list li{
  width:48.03%;
}
footer .ftr_nav_wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.8vw, 24px);
  color: #9f8b4c;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 400;
  border-bottom: solid 1px #9a958d;
  padding-bottom: 10px;
  letter-spacing:0.1em;
}
footer .ftr_nav_wrap{
  margin-top:40px;
}

@media (max-width: 767px) {
    footer .ftr_nav_wrap li:not(:last-child){
    margin-bottom:10px;
  }
}
@media (min-width: 768px) {
  footer .ftr_nav_wrap{
    margin-top:50px;
  }
  footer .ftr_nav_wrap ul{
    display: flex;
flex-wrap: wrap;
justify-content: felx-start;
align-items: center;
    gap:10px 2%;
  }
  footer .ftr_nav_wrap li{
    width:32%;
  }
}
footer .ftr_nav_wrap .nav li a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
  display: block;
  line-height: 1.4375;
}
footer .ftr_nav_wrap .nav li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
footer .ftr_nav_wrap .nav li a:hover {
  text-decoration: underline;
}
.footer .ftr_nav_wrap .second_box .nav_wrap .nav:not(:last-child) {
  margin-bottom: 10px;
}
footer .primary_block {
  margin-bottom: clamp(20px, 3.9vw, 50px);
}
@media (max-width: 767px) {
  footer .primary_block .col:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .ftr_nav_wrap {
    margin-bottom: 40px;
  }
  footer .ftr_nav_wrap .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  
    footer .footer_logo{
  margin-bottom:60px;
}
    footer .bg{
    padding:30px;
  }
  footer .primary_block {
    justify-content:space-between;
  }
  footer .primary_block .col_left {
    width: calc((100% - 30px)/2);
  }
  footer .primary_block .col_right {
    width: calc((100% - 30px)/2);
  }
}
@media (min-width: 1224px) {
    footer .bg{
    padding:60px;
  }
    footer .primary_block .col_left {
    width: calc((100% - 60px)/2);
  }
  footer .primary_block .col_right {
    width: calc((100% - 60px)/2);
  }
}
.copyright {
  background: #352d21;
  color: #fff;
  margin-top: clamp(60px, 3.9vw, 40px);
  padding: 10px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 18%;
  }
}

.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;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
          animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-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);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @-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);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .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;
}

.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 (min-width: 768px) {
  .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;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}
.sec_top h2:before, .sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1239px) {
  .sec00 {
    padding: 100px 0;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media ( min-width : 768px ) and (max-width: 1224px) {
  .tabletbr {
    display: block!important;
  }
}
#contents {
  width: 1200px;
  max-width: calc(100% - 20px);
  margin-inline: auto;
  margin-top: clamp(20px, 10.4vw, 35px);
  padding-bottom: clamp(40px, 7.8vw, 120px);
}

@media (min-width: 768px) {
  body.home #contents {
    margin-top: clamp(60px, 7.8vw, 120px);
  }
}
.aside_cntents:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 30px);
}
.aside_cntents input {
  width: 100%;
  background: #fff;
  border-color: #dcd9d1;
  border-radius: 0;
}
.aside_cntents .aside_title {
  background: #5b4e3e;
  color: #fff;
  font-size: clamp(16px, 2.3vw, 20px);
  padding: 8px 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(15px, 1.9vw, 20px);
}
.aside_cntents .aside_title .icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.aside_cntents .aside_title.ranking_ttl .icon {
  position: relative;
  padding-left: 28px;
}
.aside_cntents .aside_title.ranking_ttl .icon:before {
  width: 22px;
  height: 20px;
  top: -5px;
  background: url(../img/common/aside_ranking_ic.svg) no-repeat center/cover;
}
.aside_cntents .aside_title.newpost_ttl .icon {
  position: relative;
  padding-left: 29px;
}
.aside_cntents .aside_title.newpost_ttl .icon:before {
  width: 21px;
  height: 21px;
  background: url(../img/common/aside_new_ic.svg) no-repeat center/cover;
}
.aside_cntents .aside_postlist li {
  padding-bottom: 25px;
}
.aside_cntents .aside_postlist li:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: solid 1px #e6e6e6;
}
.aside_cntents .aside_postlist li figure {
  width: 90px;
  height: 90px;
}
.aside_cntents .aside_postlist li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.aside_cntents .aside_postlist li .aside_post_cntents {
  width: calc(100% - 100px);
}
.aside_cntents .aside_postlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4444444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside_cntents .aside_postlist li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside_cntents .aside_postlist.ranking li figure {
  position: relative;
}
.aside_cntents .aside_postlist.ranking li figure:before {
  width: 20px;
  height: 20px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #999999;
  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;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1px;
  padding-top: 1px;
  z-index: 1;
}
.aside_cntents .aside_postlist.ranking li:nth-child(1) figure:before {
  content: "1";
  background: #5b4e3e;
}
.aside_cntents .aside_postlist.ranking li:nth-child(2) figure:before {
  content: "2";
  background: #909daa;
}
.aside_cntents .aside_postlist.ranking li:nth-child(3) figure:before {
  content: "3";
  background: #908677;
}
.aside_cntents .aside_postlist.ranking li:nth-child(4) figure:before {
  content: "4";
}
.aside_cntents .aside_postlist.ranking li:nth-child(5) figure:before {
  content: "5";
}
.aside_cntents .aside_conversion_wrap {
  padding: 19px;
  margin-top: 20px;
  border: solid 1px #dcd9d1;
  background: #fff;
}
.aside_cntents .aside_conversion_wrap .aside_conversion_ttl {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.aside_cntents .aside_conversion_wrap .info_list .tel_txt {
  text-align: center;
  font-size: clamp(26px, 3.6vw, 34px);
  line-height: 1;
  margin-bottom: clamp(10px, 1.3vw, 15px);
}
.aside_cntents .aside_conversion_wrap .info_list .tel_txt a {
  padding-left: 30px;
  position: relative;
  color: #244031;
}
.aside_cntents .aside_conversion_wrap .info_list .tel_txt a:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/aside_tel_ic.svg) no-repeat center/cover;
  position: absolute;
  top: -3px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.aside_cntents .aside_conversion_wrap .info_list .bnr a {
  display: block;
}
.aside_cntents .aside_conversion_wrap .info_list .bnr {
  text-align: center;
}
.aside_cntents .aside_conversion_wrap .info_list .bnr:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6.7%;
  }
  #contents #aside {
    width: clamp(250px, 32.5vw, 300px);
  }
  #contents #main {
    width: calc(93% - clamp(250px, 32.5vw, 300px));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #contents {
    gap: 0 3%;
  }
  #contents #main {
    width: calc(97% - clamp(250px, 32.5vw, 300px));
  }
}
@media (min-width: 768px) {
  .side_fixed {
    position: sticky;
    top: clamp(120px, 15.6vw, 140px);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  body:not(.home) .mce-content-body {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }
  body:not(.home) #contents {
    margin-top: 0;
  }
  #aside {
    margin-top: 30px;
  }
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed_clinic_block {
  padding-bottom: clamp(30px, 7.1vw, 80px);
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  .fixed_clinic_block {
    max-width: calc(100% - 40px);
  }
}
.fixed_clinic_block h2 {
  background: #352d21;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 8px 10px 6px;
  font-size: clamp(22px, 3.3vw, 28px);
  margin-bottom: clamp(10px, 1.9vw, 20px);
}
@media (min-width: 1225px) {
  .fixed_clinic_block .contents_box {
    width: calc(93% - clamp(250px, 32.5vw, 300px));
  }
}
.fixed_clinic_block .contents_box .primary_block {
  border: solid 1px #352d21;
  padding: clamp(15px, 2.6vw, 30px);
  background: #fff;
}
.fixed_clinic_block .contents_box .primary_block:not(:last-child) {
  margin-bottom: 20px;
}
.fixed_clinic_block .contents_box .primary_block .logo {
  margin-bottom: 1em;
  text-align: center;
}
.fixed_clinic_block .contents_box .primary_block .info {
  width: 100%;
}
.fixed_clinic_block .contents_box .primary_block .info th {
  width: clamp(80px, 10.4vw, 90px);
  text-align: left;
}
.fixed_clinic_block .contents_box .primary_block .info th,
.fixed_clinic_block .contents_box .primary_block .info td {
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  border-bottom: solid 1px #bfc8c2;
  line-height: 1.4;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .fixed_clinic_block .contents_box .primary_block .info th,
  .fixed_clinic_block .contents_box .primary_block .info td {
    display: block;
    width: 100%;
  }
  .fixed_clinic_block .contents_box .primary_block .info th {
    border-bottom: 0;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .fixed_clinic_block .contents_box .primary_block .info td {
    padding-top: 5px;
  }
}
.fixed_clinic_block .contents_box .primary_block .btnstyle a {
  line-height: 1.4;
}
.fixed_clinic_block .contents_box .primary_block .link_list {
  margin-top: clamp(15px, 2.6vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px 2%;
}
.fixed_clinic_block .contents_box .primary_block .link_list li {
  margin: 0;
}
@media (max-width: 767px) {
  .fixed_clinic_block .contents_box .primary_block .link_list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fixed_clinic_block .contents_box .primary_block .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .fixed_clinic_block .contents_box .primary_block .googlemap {
    margin-bottom: 15px;
    padding-top: 350px;
  }
}
@media (min-width: 768px) {
  .fixed_clinic_block .contents_box .primary_block {
    gap: 0 2%;
  }
  .fixed_clinic_block .contents_box .primary_block .left_col {
    width: 63%;
  }
  .fixed_clinic_block .contents_box .primary_block .right_col {
    width: 35%;
  }
  .fixed_clinic_block .contents_box .primary_block .googlemap {
    padding-top: 0;
    height: calc(100% - 54px);
  }
  .fixed_clinic_block .contents_box .primary_block .btnstyle {
    margin-top: 15px;
  }
  .fixed_clinic_block .contents_box .primary_block .btnstyle a {
    padding: 5px 30px 8px;
  }
  .fixed_clinic_block .contents_box .primary_block .link_list li {
    width: 49%;
  }
  .fixed_clinic_block .contents_box .primary_block .link_list li a {
    max-width: 100%;
  }
}

.post_thumbnail figure {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px;
}

.single_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;
  margin: clamp(20px, 2.5vw, 30px) auto clamp(20px, 3.5vw, 40px) !important;
  gap: 0 5px;
}

ul.single_bnr_list {}

.single_profile_block {
  padding: clamp(20px, 4.5vw, 40px);
  margin-bottom: clamp(20px, 4.5vw, 50px) !important;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.single_profile_block .doctor_name {
  margin-bottom: 20px;
  font-size: clamp(20px, 2.99vw, 24px);
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: solid 1px #332c25;
}
.single_profile_block .doctor_name .name {
  font-size: clamp(24px, 3.3vw, 30px);
}
.single_profile_block .doctor_name .txt {
  font-size: clamp(16px, 2.3vw, 20px);
  display: block;
}
.single_profile_block .doctor_img {
  text-align: center;
}
.list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .single_profile_block .doctor_img {
    margin: auto;
    margin-bottom: 20px;
    max-width: 80%;
  }
  .single_profile_block .list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.single_profile_block .list li {
  position: relative;
  padding-left: 12px;
  line-height: 1.5555555556;
  font-size: clamp(14px, 1.8vw, 16px);
}
.single_profile_block .list li:not(:last-child) {
  margin-bottom: 10px;
}
.single_profile_block .list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #aacf4d;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (min-width: 1225px) {
  .single_profile_block {
    gap: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .single_profile_block .doctor_img {
    width: 42.5%;
  }
  .single_profile_block .content {
    width: 54.5%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .single_profile_block .doctor_img {
    max-width: 50%;
    margin: 0 auto 30px;
  }
}

#ez-toc-container {
  padding: clamp(20px, 3.9vw, 40px);
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(20px, 4.5vw, 50px) !important;
}
#ez-toc-container ul.ez-toc-list li:not(:last-child) {
  margin-bottom: 10px;
}

.top_post_contents:not(:last-child) {
  margin-bottom: 60px;
}
.top_post_contents .post_block .col {
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
}
.top_post_contents .post_block .col .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.top_post_contents .post_block .col .link:hover {
  opacity: 0.3;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .top_post_contents .post_block .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767px) {
  .top_post_contents .post_block .col {
    padding: 10px;
  }
  .top_post_contents .post_block .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .top_post_contents .post_block .col figure {
    width: 34%;
  }
  .top_post_contents .post_block .col .list_list {
    width: 66%;
    padding-top: 0;
  }
}
.top_post_contents .post_block .list_list {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .top_post_contents .post_block .list_list {
    font-size: 12px;
  }
}
.top_post_contents .post_block .list_list li {
  line-height: 1.4;
}
.top_post_contents .post_block .list_list li:not(:last-child) {
  margin-bottom: 5px;
}
.top_post_contents .post_block .list_list .date {
  color: #5b4e3e;
  font-size: clamp(14px, 1.9vw, 16px);
}
.top_post_contents .post_block .list_list .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  margin-bottom: 10px !important;
}
.top_post_contents .post_block .list_list .category .tag {
  color: #5b4e3e;
  background: #f7f3ed;
  text-align: center;
  padding: 4px 10px 2px;
  font-size: 15px;
  text-align: left;
}
.top_post_contents .post_block .list_list .ttl {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  word-break: auto-phrase;
}
.top_post_contents .post_block .list_list .btn {
  text-align: right;
  margin-top: auto;
}
.top_post_contents .post_block .list_list .btn .arrow {
  color: #5b4e3e;
  padding-right: 20px;
  position: relative;
}
.top_post_contents .post_block .list_list .btn .arrow:after {
  content: "";
  border-top: solid 1px #5b4e3e;
  border-right: solid 1px #5b4e3e;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .top_post_contents .post_block {
    margin-bottom: 20px;
  }
  .top_post_contents .post_block figure img {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
}
@media (min-width: 768px) {
  .top_post_contents .post_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
  }
  .top_post_contents .post_block .col {
    width: 32%;
  }
  .top_post_contents .post_block figure {
    border-bottom: solid 1px #ccc;
    height: 150px;
  }
  .top_post_contents .post_block figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media ( min-width : 768px ) and ( max-width : 1224px ) {
  .top_post_contents .post_block .col {
    width: 49%;
  }
}

.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;
}
mark.highlight {
  background: #dfbc54;
}
@media ( min-width : 768px ) {
  .under_doctor_block .alignright {
    max-width: 37%;
  }
}
.under_doctor_block .alignright .clinic_name {
  font-size: 80%;
  margin-bottom: 5px;
  margin-top: 10px;
}
.under_doctor_block .alignright .doctor_name {
  text-align: right;
}
.under_doctor_block .alignright .doctor_name .name {
  font-size: 120%;
}

@media ( min-width : 1225px ) {
  ul.ul_col_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  ul.ul_col_3 li {
    width: 32%;
  }
  ul.ul_col_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  ul.ul_col_2 li {
    width: 49%;
  }
}
@media ( min-width : 1225px ) {
.doctor_box01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
  flex-direction:row-reverse;
}
.doctor_box01 .cont_left{
  width:calc(100% - 30px - 42%);
}
.doctor_box01 .cont_right{
  width:42%;
}
}