@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 27px;
}
.section hr {
  margin-bottom: 67.5px;
  margin-top: 67.5px;
  max-width: 1040px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 112.5px;
    margin-top: 112.5px;
  }
}

.section_bg {
  background: #F8F7F6;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #F8F7F6;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #F8F7F6;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #F8F7F6;
}

.box_bg {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 32px 20px;
}
.box_bg:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg {
    margin-bottom: 56.25px;
    padding: 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg: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 {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_6 .box_bg {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_bg {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_3 .box_bg,
  .row .col_4 .box_bg,
  .row .col_5 .box_bg,
  .row .col_6 .box_bg {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_3 .box_bg .box_bg,
  .row .col_4 .box_bg .box_bg,
  .row .col_5 .box_bg .box_bg,
  .row .col_6 .box_bg .box_bg {
    height: auto;
  }
}

.iframe,
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.iframe iframe,
.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 {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 56.25px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px , 2.4vw) !important;
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: left;
  padding: 0.8em 1.25em 0.8em 0.8em;
  padding-right: 1.75em;
  width: 100%;
  border-bottom: solid 1px #AFA297;
  color: #453121;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 0.8;
}
.link_anchor a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #D3CBC5;
}
@media (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
  .link_anchor.link_col_4 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 4);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_arrow,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_arrow:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_arrow li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: 19.8px;
  position: relative;
  color: #4A3C30;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_arrow li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_arrow li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 13.5px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_arrow + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #4A3C30;
  height: calc(18px / 2);
  left: 0.2em;
  top: calc((18px * 1.75 / 2) - (18px / 4));
  width: calc(18px / 2);
}

.ul_dot li::before {
  background: #AFA297;
  height: calc(18px * 4 / 5);
  left: 0;
  top: calc((18px * 1.75 / 2) - (18px * 4 / 10) - 1px);
  width: calc(18px * 4 / 5);
}
@media (min-width: 768px) {
  .ul_dot li::before {
    top: calc((18px * 1.75 / 2) - (18px * 4 / 10));
  }
}

.ul_check li {
  padding-left: 1.5em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc((18px * 1.75 / 2) - (18px / 4) + 2px);
  width: 6px;
  z-index: 1;
}
@media (min-width: 768px) {
  .ul_check li::before {
    top: calc((18px * 1.75 / 2) - (18px / 4) + 2px);
    width: 7px;
    height: 11px;
  }
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #7F6F62;
  width: 18px;
  height: 18px;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  z-index: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .ul_check li:after {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}

.ul_triangle li::before,
.ul_arrow li::before {
  left: 0;
  border: 7px solid transparent;
  border-left: 10px solid #7F6F62;
  top: calc((18px * 1.75 / 2) - (18px / 4) - 4px);
}
@media (min-width: 768px) {
  .ul_triangle li::before,
  .ul_arrow li::before {
    border: 7px solid transparent;
    border-left: 10px solid #7F6F62;
    top: calc((18px * 1.75 / 2) - (18px / 4) - 2px);
  }
}

.ol_circle li {
  padding-left: 27px;
  position: relative;
  counter-increment: mycounter;
}
@media (min-width: 768px) {
  .ol_circle li {
    padding-left: 31.5px;
  }
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  color: #7F6F62;
  content: counter(mycounter, decimal-leading-zero) ".";
  display: block;
  font-size: 1.1em;
  height: 1em;
  left: 0;
  letter-spacing: 0.02em;
  text-align: center;
  top: 0;
  font-family: "Crimson Text", serif;
  position: absolute;
}
@media (min-width: 768px) {
  .ol_circle li::before {
    font-size: 1em;
    height: 1em;
  }
}

@media (min-width: 768px) {
  ul.list_columns_2,
  ul.link_col_2,
  ul.list_col_2,
  ol.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li,
  ul.link_col_2 li,
  ul.list_col_2 li,
  ol.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3,
  ul.link_col_3,
  ul.list_col_3,
  ol.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li,
  ul.link_col_3 li,
  ul.list_col_3 li,
  ol.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.ul_highlight li {
  padding: 1em 1em 1em 2em;
  background: #F8F7F6;
}
.ul_highlight.ul_circle li::before {
  top: calc(11.25px + 1em);
  left: 1em;
}
.ul_highlight.ul_dot li::before {
  top: calc(8.55px + 1em);
  left: 0.8em;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 2px solid #D3CBC5;
}
table.table_address th {
  color: #4A3C30;
  border-bottom: 2px solid #4A3C30;
  font-weight: 600;
  text-align: left;
  width: 32%;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 0.8em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
  color: #453121;
  font-weight: normal;
}
table.table_timetable thead th {
  background: none;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  background: #EAE5E1;
  border-bottom: solid 2px #fff;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody th:first-child {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td, table.table_normal th,
table.table_normal td {
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: left;
}
table.table thead th,
table.table thead td, table.table_normal thead th,
table.table_normal thead td {
  background: #453121;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.table thead th:first-child,
table.table thead td:first-child, table.table_normal thead th:first-child,
table.table_normal thead td:first-child {
  border-left: solid 1px #453121;
}
table.table thead th:last-child,
table.table thead td:last-child, table.table_normal thead th:last-child,
table.table_normal thead td:last-child {
  border-right: solid 1px #453121;
}
table.table tbody th, table.table_normal tbody th {
  border: 1px solid #938376;
  color: #4A3C30;
  background: #EAE5E1;
  border-left: 0;
  border-right: 0;
}
table.table tbody td, table.table_normal tbody td {
  border: 1px solid #938376;
  background: #fff;
  border-right: 0;
}
table.table tbody td:first-of-type, table.table_normal tbody td:first-of-type {
  border-left: 0;
}
@media (min-width: 768px) {
  table.table th,
  table.table td, table.table_normal th,
  table.table_normal td {
    padding: 0.8em;
  }
}
table.table_general th {
  text-align: center;
}
table.table_general tr:nth-child(even) th, table.table_general tr:nth-child(even) td {
  background: #fff;
}
table.table_general tr:nth-child(odd) th, table.table_general tr:nth-child(odd) td {
  background: #EAE5E1;
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_fee th,
table.table_fee td {
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: left;
}
table.table_fee th {
  border: 1px solid #938376;
  color: #4A3C30;
  background: #EAE5E1;
}
table.table_fee td {
  border: 1px solid #938376;
  background: #fff;
}
@media (min-width: 768px) {
  table.table_fee th,
  table.table_fee td {
    padding: 1.3em 1em;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td, table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #625247 !important;
}

.consul2 {
  color: #625247 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

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

.scroll-table,
.scroll-table_pc {
  margin-bottom: 1em;
}
.scroll-table table,
.scroll-table_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .scroll-table table {
    width: auto;
    min-width: 768px;
  }
  .scroll-table table.table_fixed {
    width: 100%;
  }
}
.scroll-table_pc table {
  width: auto;
  min-width: 768px;
}
.scroll-table_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .scroll-table_pc table {
    min-width: 1300px;
  }
}

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

.box_faq {
  margin-bottom: 31.5px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 12px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .box_faq .question,
  .box_faq .answer {
    padding: 14.4px 0px 14.4px 67.5px;
  }
}
.box_faq .question::before,
.box_faq .answer::before {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #D3CBC5;
  font-size: 29.25px;
  font-weight: 600;
  height: 45px;
  left: 0.8em;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0.1em;
}
.box_faq .question {
  font-weight: 500;
  line-height: 1.6;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .box_faq .question {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .box_faq .question::before {
    content: "Q";
  }
}
.box_faq .question .faq_title,
.box_faq .question > p {
  cursor: pointer;
  margin-top: 0;
  padding-right: 45px;
  position: relative;
  color: #fff;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after,
.box_faq .question > p::before,
.box_faq .question > p::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 1em;
  background: #fff;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}
.box_faq .question .faq_title::after,
.box_faq .question > p::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after,
.box_faq .question.open > p::after {
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .box_faq .answer {
    padding-top: 37px;
  }
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: none;
  color: #fff;
  background: #625247;
  top: 30px;
}

.flow-box {
  margin-bottom: 56.25px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block, .box_flow {
  background: #F8F7F6;
  margin-top: 64px;
  padding: 40px;
  position: relative;
}
.flow-block:first-child, .box_flow:first-child {
  margin-top: 0;
}
.flow-block:last-child, .box_flow:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block, .box_flow {
    margin-top: 40px;
    padding: 32px 20px;
  }
}
.flow-block::after, .box_flow::after {
  content: "";
  bottom: -65px;
  border-left: dotted 5px #938376;
  height: 65px;
  width: 5px;
  display: block;
  position: absolute;
  left: 56.25px;
}
@media (max-width: 767px) {
  .flow-block::after, .box_flow::after {
    bottom: -40px;
    height: 40px;
  }
}
.flow-block:last-child::after, .flow-block.last::after, .box_flow:last-child::after, .box_flow.last::after {
  display: none;
}
.section_bg .flow-block, .section_bg .box_flow {
  background: #fff;
}
.section_bg .flow-block::after, .section_bg .box_flow::after {
  border-top-color: #4A3C30;
}
.flow-block .title, .box_flow .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  flex: 0 0 auto;
  display: flex;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
  border-bottom: solid 1px #AFA297;
  padding-bottom: 0.5em;
  color: #4A3C30;
}
@media (min-width: 768px) {
  .flow-block .title, .box_flow .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before, .box_flow .title::after, .box_flow .title::before {
  display: none;
}
.flow-block .title .num, .flow-block .title .step, .box_flow .title .num, .box_flow .title .step {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(
    var(--flow-title-line-height) * var(--flow-title-font-size) *
      var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6)
  ); /* .flow-block .title .num の width*/
  /**/
  font-family: "Crimson Text", serif;
  display: block;
  border: #4A3C30;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #4A3C30;
  font-size: 1.5em;
  flex: none;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  aspect-ratio: 1;
  transform: translateY(calc(var(--flow-title-font-size) / 7 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title, .box_flow .title {
    font-size: var(--flow-title-font-size);
  }
}
.flow-block .box_bg, .box_flow .box_bg {
  background: #Fff;
}

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

.footer {
  padding: clamp(100px, 27.7777777778vw, 213.0555555556px) 0 0;
  overflow: hidden;
  border-top: 1px solid #E2DDD9;
}
@media (min-width: 768px) {
  .footer {
    padding: clamp(141.75px, 13.125vw, 252px) 0 0;
  }
}
.footer .container {
  width: 1280px;
}
.footer .col_2_2 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  position: relative;
}
.footer .col_2_2:before, .footer .col_2_2:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  right: 0;
  left: -10px;
  margin: auto;
  background: #EAE5E1;
}
.footer .col_2_2:before {
  top: 0;
  bottom: auto;
}
.footer .col_2_2:after {
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .footer .row .col_2_1 {
    width: 40%;
    margin-right: 18.5%;
  }
  .footer .row .col_2_2 {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 41.5%;
  }
  .footer .row .col_2_2:before, .footer .row .col_2_2:after {
    content: none;
  }
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer p {
  line-height: 1.6;
}
.footer p a {
  color: #453121;
}
.footer a[href^="tel:"] {
  text-decoration: none;
}
.footer .footer_time_ttl {
  text-align: center;
  margin: 60px 0 0 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  color: #4A3C30;
  line-height: 2;
}
.footer .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .title_wrap .footer_ttl {
  color: #625247;
  font-size: 32px;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer .title_wrap .footer_ttl {
    font-size: 36px;
  }
}
.footer .title_wrap .footer_ttl .sub {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #453121;
}
@media (min-width: 768px) {
  .footer .title_wrap .footer_ttl .sub {
    font-size: 20px;
  }
}
.footer .title_wrap .button_arrow {
  border-bottom: none;
}
.footer .title_wrap .button_arrow:after {
  content: none;
}
.footer .footer_bnr_list {
  text-align: center;
}
.footer .footer_bnr_list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer .footer_bnr_list li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list li {
    margin-top: 0;
  }
}
.footer .footer_bnr_list > li + li {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer .footer_bnr_list > li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list {
    margin-top: clamp(112.5px, 10.4166666667vw, 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list ul {
    margin: 0;
    display: flex;
    gap: 25px;
    align-items: center;
  }
}
.footer .footer_ul {
  margin-top: 20px;
}
.footer .footer_ul li {
  display: grid;
  grid-template-columns: 48px auto;
  color: #453121;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
  gap: 0.8em;
}
.footer .footer_ul li + li {
  margin-top: 0.8em;
}
.footer .footer_ul .icon {
  border-radius: 2px;
  border: solid 2px #625247;
  width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .footer .footer_ul .icon {
    height: 48px;
  }
}
.footer p.copyright {
  color: #4A3C30;
  text-align: center;
  margin-top: clamp(73.125px, 6.7708333333vw, 130px);
  margin-bottom: 17vw;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer p.copyright {
    margin-top: clamp(73.125px, 6.7708333333vw, 130px);
    margin-bottom: 40px;
  }
}

.list_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 140px auto;
}
@media (min-width: 768px) {
  .list_list {
    grid-template-columns: 155px auto;
  }
}
.list_list dt,
.list_list dd {
  border-bottom: solid 1px #e6e6e6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .list_list dt,
  .list_list dd {
    line-height: 1.8;
    font-size: 18px;
    border: none;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.list_list dt {
  color: #7F6F62;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  position: relative;
}
@media (min-width: 768px) {
  .list_list dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #e6e6e6;
  }
}
.list_list dd {
  position: relative;
}
.list_list dd a {
  color: #221911;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 768px) {
  .list_list dd a {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .list_list dd a:hover {
    color: #7F6F62;
  }
}
@media (min-width: 768px) {
  .list_list dd:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #e6e6e6;
  }
}
@media (min-width: 768px) {
  .list_list dd:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: -155px;
    margin: auto;
    background: #AFA297;
    transition: 0.4s;
  }
}
.list_list dd:hover:after {
  width: calc(100% + 155px);
}
.list_list dt:has(+ dd a:hover) {
  color: #938376;
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      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 button {
  background: #E2DDD9;
  width: 56px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  top: auto;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .img_slider .img_slide_main button {
    bottom: 0;
  }
}
.img_slider .img_slide_main button.slick-prev {
  border-radius: 10px 2px 2px 10px;
  left: auto;
  right: 70px;
}
.img_slider .img_slide_main button.slick-next {
  border-radius: 2px 10px 10px 2px;
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .img_slider .img_slide_main button:hover {
    background: #D3CBC5;
  }
}
.img_slider .img_slide_main button:hover svg path {
  fill: #4A3C30 !important;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  content: none;
}

.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 .item img {
  width: 100%;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    content: "";
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.fadeIn {
  opacity: 0;
  transition: all 0.9s ease;
}

.fadeIn.show {
  opacity: 1;
  transform: none;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.ofi.cover img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .pc-ofi {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
  }
  .pc-ofi.cover img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
  }
  .pc-ofi > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
}
.button_arrow {
  font-size: 16px;
  padding: 1.2em 48px 1.2em 0.3em;
  border-bottom: solid 1px #D3CBC5;
  color: #4A3C30;
  position: relative;
  margin: 0 auto;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  text-align: left;
}
@media (min-width: 768px) {
  .button_arrow {
    max-width: 312px;
    padding: 1.2em 64px 1.2em 0.3em;
  }
}
.button_arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: auto;
  bottom: -1px;
  right: auto;
  left: 0;
  margin: auto;
  background: #625247;
  transition: 0.4s;
}
.button_arrow .arrow {
  background: #EAE5E1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  font-size: 0;
}
@media (min-width: 768px) {
  .button_arrow .arrow {
    width: 48px;
    height: 48px;
  }
}
.button_arrow .arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  opacity: 0;
  transition: 0.4s;
}
.button_arrow .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/arrow_r.svg) no-repeat center/contain;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button_arrow .arrow:after {
    width: 28px;
    height: 5px;
  }
}
@media (min-width: 768px) {
  .button_arrow:hover {
    color: #7F6F62 !important;
  }
  .button_arrow:hover:after {
    width: 100%;
  }
  .button_arrow:hover .arrow:before {
    opacity: 1;
  }
  .button_arrow:hover .arrow:after {
    animation: arrow 0.4s;
    background: url(../img/common/arrow_r_wh.svg) no-repeat center;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.scale-link {
  transition: 0.3s;
}
.scale-link figure,
.scale-link .fig {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.scale-link figure img,
.scale-link .fig img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .scale-link:hover img {
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  body.home,
  body.page-name-kyoto {
    min-width: 1240px;
  }
}
@media (min-width: 768px) {
  body.home .header,
  body.page-name-kyoto .header {
    min-width: 1240px;
  }
}
body.home #wrap,
body.page-name-kyoto #wrap {
  overflow: visible;
}
body.home .main_body .container,
body.page-name-kyoto .main_body .container {
  width: 1280px;
}
body.home h2,
body.home h3,
body.page-name-kyoto h2,
body.page-name-kyoto h3 {
  border: none;
  padding: 0;
  margin: 0;
}

body:not(.home, .page-name-kyoto) #wrap {
  overflow: hidden;
}
body:not(.home, .page-name-kyoto) h2 .subtext {
  color: #4A3C30;
  display: block;
  font-size: 2.25rem;
  margin-top: 0.27rem;
}
body:not(.home, .page-name-kyoto) .btnstyle {
  text-align: center;
}
body:not(.home, .page-name-kyoto) #main section .container {
  max-width: 100%;
}

h3.gradation_ttl {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  text-align: left;
  margin-bottom: 1em;
  font-size: clamp(22px, 6.1111111111vw, 24px);
}
@media (min-width: 768px) {
  h3.gradation_ttl {
    font-size: clamp(28px, 2.1vw, 36px);
  }
}
h3.gradation_ttl .gradation {
  background: #DF8D2F;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.6;
  padding: 0.1666666667em 0.25em 0.25em;
}
@media (min-width: 768px) {
  h3.gradation_ttl .gradation {
    padding: 0.1666666667em 0.2222222222em 0.2777777778em;
  }
}

.sec_news {
  padding: clamp(56px, 15.5555555556vw, 119.3111111111px) 0 clamp(64px, 17.7777777778vw, 136.3555555556px);
}
@media (min-width: 768px) {
  .sec_news {
    padding: clamp(56.25px, 5.2083333333vw, 100px) 0 clamp(61.875px, 5.7291666667vw, 110px);
  }
}
.sec_news .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec_news .title_wrap {
    margin-bottom: 24px;
  }
}
.sec_news .title_wrap .news_ttl {
  color: #625247;
  font-size: 32px;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  text-align: left;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec_news .title_wrap .news_ttl {
    font-size: 48px;
  }
}
.sec_news .title_wrap .news_ttl .sub {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #453121;
}
@media (min-width: 768px) {
  .sec_news .title_wrap .news_ttl .sub {
    font-size: 20px;
  }
}
.sec_news .title_wrap .button_arrow {
  border-bottom: none;
}
.sec_news .title_wrap .button_arrow:after {
  content: none;
}
.sec_news .row .col_2:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.sec_news .row .col_2:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  top: auto;
  bottom: 0;
  right: auto;
  left: -10px;
  margin: auto;
  background: #e6e6e6;
}
@media (min-width: 768px) {
  .sec_news .row .col_2:not(:last-child) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sec_news .row .col_2:not(:last-child):after {
    content: none;
  }
}
@media (min-width: 768px) {
  .sec_news .row .col_2 {
    width: 50%;
    margin: 0;
  }
  .sec_news .row .col_2:first-child {
    padding-right: clamp(47.8125px, 4.4270833333vw, 85px);
    border-right: 1px solid #e6e6e6;
  }
  .sec_news .row .col_2:last-child {
    padding-left: clamp(47.8125px, 4.4270833333vw, 85px);
  }
}

@media (min-width: 768px) {
  .sec_clinicinfo .contents_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .sec_clinicinfo .contents_wrap .con_img {
    width: 22.9166666667%;
  }
  .sec_clinicinfo .contents_wrap .con_img .pc-ofi {
    padding-top: 0;
    height: 100%;
  }
  .sec_clinicinfo .contents_wrap .con_img .pc-ofi img {
    object-position: right top;
  }
  .sec_clinicinfo .contents_wrap .con_info {
    width: 70.3125%;
    padding: clamp(33.75px, 3.125vw, 60px) 0;
  }
  .sec_clinicinfo .box_layout {
    margin-right: max(50vw - 640px, 20px);
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
  .sec_clinicinfo .box_layout .box_web {
    width: 31.25%;
  }
  .sec_clinicinfo .box_layout .box_calendar {
    width: 60.4166666667%;
  }
}
.sec_clinicinfo .web_ttl {
  color: #625247;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin: -0.5em 0 0.5em;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_ttl {
    text-align: left;
    font-size: 44px;
    margin: 0 0 0.5em 0;
    text-align: center;
    display: table;
  }
}
.sec_clinicinfo .web_ttl .icon {
  position: relative;
  display: block;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_ttl .icon {
    padding-top: 0;
    padding-left: 1.5em;
  }
}
.sec_clinicinfo .web_ttl .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 54px;
  margin: auto;
  max-width: 1.7083333333em;
  background: url(../img/top/icon_web.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_ttl .icon:before {
    top: 0.2em;
    bottom: 0;
    right: auto;
    left: 0;
    max-width: 1.2727272727em;
  }
}
.sec_clinicinfo .web_ttl .en {
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #AFA297;
  display: block;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_ttl .en {
    font-size: 18px;
  }
}
.sec_clinicinfo .web_text {
  color: #453121;
  line-height: 1.8;
  letter-spacing: 0;
  display: block;
  width: fit-content;
  margin: 0 auto 2.4rem;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_text {
    margin-bottom: 45px;
    display: block;
    width: auto;
  }
}
.sec_clinicinfo .web_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  padding: 1.15em;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #453121;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_btn {
    margin: 0 auto 0 0;
    font-size: 20px;
    padding: 1.2em;
  }
}
.sec_clinicinfo .web_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
}
.sec_clinicinfo .web_btn .icon {
  position: relative;
  padding-left: 2em;
}
.sec_clinicinfo .web_btn .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1em;
  background: url(../img/common/icon_calendar_wh.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_clinicinfo .web_btn:hover {
    color: #fff;
  }
  .sec_clinicinfo .web_btn:hover:before {
    opacity: 0;
  }
}
.sec_clinicinfo .box_calendar {
  background: #EAE5E1;
  border-radius: 4px;
  padding: 20px;
  margin: 50px 0 30px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_calendar {
    margin: 0;
    padding: 30px;
  }
}
.sec_clinicinfo .box_calendar .table_timetable tbody th,
.sec_clinicinfo .box_calendar .table_timetable tbody td {
  background-color: #fff;
  border-color: #EAE5E1;
  border-width: 3px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_calendar .table_timetable tbody th,
  .sec_clinicinfo .box_calendar .table_timetable tbody td {
    font-size: 18px;
  }
}
.sec_clinicinfo .box_calendar .consul {
  color: #7F6F62 !important;
}
.sec_clinicinfo .box_calendar .calendar_text {
  color: #4A3C30;
  border-top: solid 1px #AFA297;
  border-bottom: solid 1px #AFA297;
  padding: 0.6em 0;
  letter-spacing: 0;
  margin-top: 1em;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.5;
}
.sec_clinicinfo .box_calendar .calendar_text:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.sec_clinicinfo .box_highlight {
  background: #F8F7F6;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(80px, 5%);
    margin: 0;
    padding-right: max(50vw - 640px, 20px);
  }
}
.sec_clinicinfo .box_highlight + .box_highlight {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_highlight .box_img {
    width: 27%;
  }
  .sec_clinicinfo .box_highlight .box_img .pc-ofi {
    padding-top: 280px;
    width: 100%;
  }
}
.sec_clinicinfo .box_highlight .box_text {
  flex: 1;
  padding: 35px 40px 48px;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_highlight .box_text {
    padding: 0;
    line-height: 1.8;
  }
}
.sec_clinicinfo .box_highlight .box_text h3 {
  color: #4A3C30;
  font-size: 22px;
  margin-bottom: 0.5em;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_highlight .box_text h3 {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .sec_clinicinfo .box_highlight .box_text p {
    line-height: 1.6;
  }
}
.sec_clinicinfo .box_highlight .monshin_link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #4A3C30;
  text-decoration: none;
  background: #E2DDD9;
  padding: 0.3em 45px 0.4em 12px;
  text-align: left;
  position: relative;
  border-radius: 2px;
  transition: 0.3s;
  background: #E2DDD9;
  overflow: hidden;
}
.sec_clinicinfo .box_highlight .monshin_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: #938376;
  transition: 0.3s;
  border-radius: 0 2px 2px 0;
}
.sec_clinicinfo .box_highlight .monshin_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_clinicinfo .box_highlight .monshin_link:hover {
    color: #625247;
    padding-left: 14px;
  }
  .sec_clinicinfo .box_highlight .monshin_link:hover:before {
    width: 26px;
    background: #625247;
  }
}

.sec_medical {
  padding: clamp(70px, 19.4444444444vw, 149.1388888889px) 0 clamp(80px, 22.2222222222vw, 170.4444444444px);
}
@media (min-width: 768px) {
  .sec_medical {
    padding: clamp(106.875px, 9.8958333333vw, 190px) 0 clamp(39.375px, 3.6458333333vw, 70px);
  }
}
.sec_medical .info_ttl {
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.08em;
  text-align: left;
  background: linear-gradient(91deg, #583A22 0%, #BDAFA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 100%;
  font-size: clamp(36px, 10vw, 76.7px);
  margin: -1em 0 0 0;
  z-index: 1;
  position: relative;
  padding-left: 0;
  border: none;
}
@media (min-width: 768px) {
  .sec_medical .info_ttl {
    font-size: 80px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -0.5em;
    padding-left: max(50% - 640px, 20px);
    line-height: 1;
  }
}
.sec_medical .gradation_ttl {
  margin-bottom: 1em;
}
.sec_medical .box_layout .box_slider {
  width: 77.9487179487%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.sec_medical .box_layout .box_slider .medical_slider {
  display: flex;
  flex-direction: column-reverse;
}
.sec_medical .box_layout .box_text {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sec_medical .box_layout .box_text {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .sec_medical .box_layout {
    padding-left: max(50% - 640px, 20px);
    justify-content: space-between;
    /* align-items: flex-end; */
    flex-direction: row-reverse;
    position: relative;
    margin: 0;
    display: flex;
  }
  .sec_medical .box_layout .box_slider {
    width: 53.1914893617%;
    margin: 0;
    display: block;
  }
  .sec_medical .box_layout .box_slider .medical_slider {
    display: block;
  }
  .sec_medical .box_layout .box_text {
    width: 41.9452887538%;
    display: flex;
    gap: clamp(45px, 4.1666666667vw, 80px);
    justify-content: space-between;
    padding: 0;
    position: initial;
    padding-top: clamp(78px, 6.5vw, 100px);
  }
}
.sec_medical .info_sub_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #625247;
  writing-mode: vertical-rl;
  padding-top: 2em;
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(calc(-100% - 2em));
}
@media (min-width: 768px) {
  .sec_medical .info_sub_ttl {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    margin-top: -1.5em;
  }
}
.sec_medical .info_sub_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.5em;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #625247;
}
.sec_medical .info_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 456px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #4A3C30;
  background: #fff;
  box-shadow: 0px 0px 64px 0px rgba(191, 174, 160, 0.30);
  position: relative;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec_medical .info_link {
    margin-top: 100px;
    font-size: 22px;
  }
}
.sec_medical .info_link small {
  display: block;
  color: #AFA297;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.7777777778em;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .sec_medical .info_link small {
    font-size: 0.7272727273em;
  }
}
.sec_medical .info_link .fig {
  position: relative;
  z-index: 2;
  width: 28.0701754386%;
  padding-top: 26.6666666667%;
}
.sec_medical .info_link .fig img {
  transition: 0.3s;
  width: 100%;
}
.sec_medical .info_link .info_link_text {
  padding: 0.6em 1em 1.2em;
}
@media (min-width: 768px) {
  .sec_medical .info_link .info_link_text {
    padding: 0.7em 1em 1.5em;
  }
}
.sec_medical .info_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 5px;
  top: auto;
  bottom: 1.2em;
  right: 1em;
  left: auto;
  margin: auto;
  background: url(../img/common/arrow_r_color.svg) no-repeat center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_medical .info_link:hover:after {
    right: 0.7em;
    background: url(../img/common/arrow_r.svg) no-repeat center;
  }
}
.sec_medical .medical_slider img {
  width: 100%;
  height: auto;
}
.sec_medical .dots-bar {
  margin: 0 1.5em 0 auto;
  width: 104px;
  text-align: center;
  list-style: none;
  position: relative;
  pointer-events: none;
  top: -35px;
}
@media (min-width: 768px) {
  .sec_medical .dots-bar {
    margin: 0 0 0 1.2em;
    top: 0;
  }
}
.sec_medical .dots-bar li {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.sec_medical .dots-bar button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #D3CBC5;
  font-size: 0;
  pointer-events: none;
}
.sec_medical .dots-bar button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  z-index: 2;
}
.sec_medical .dots-bar .slick-active button:after {
  background-color: #625247;
  animation: progress 3.4s linear forwards;
}
.sec_medical .dots-bar .slick-active-first button:after {
  background-color: #625247;
  animation: progress 3s linear forwards !important;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.sec_medical .slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}
.sec_medical .control-area {
  margin: 0 0 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  .sec_medical .control-area {
    margin: 0;
  }
}
.sec_medical .count-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #625247;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec_medical .count-num {
    font-size: 16px;
  }
}
.sec_medical .count-num .total {
  color: #938376;
}

.bg_logo_wrap {
  z-index: 0;
  position: relative;
}
.bg_logo_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 8.32%);
  transition: opacity 0.3s;
  z-index: -1;
}
.bg_logo_wrap .bg_logo {
  position: absolute;
  top: 120px;
  right: 0;
  width: 96.9230769231vw;
  transition: top 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg_logo_wrap .bg_logo {
    left: 6.25vw;
    width: 46.09375vw;
    right: auto;
  }
}
.bg_logo_wrap .bg_logo.fixed {
  position: fixed;
  top: 120px;
}
.bg_logo_wrap .bg_logo.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.bg_logo_wrap .bg_logo .wh {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.bg_logo_wrap.color:before {
  opacity: 0;
}
.bg_logo_wrap.color .wh {
  opacity: 0;
}

.sec_surgery {
  position: relative;
  padding: 0 0 0;
  z-index: 0;
}
.sec_surgery .box_layout2 {
  position: relative;
  padding-top: 25px;
  margin-top: 100px;
}
.sec_surgery .box_layout2.reverse .surgery_sub_ttl {
  right: auto;
  left: 0;
}
.sec_surgery .box_layout2.reverse .surgery_ttl {
  width: fit-content;
  margin: 0 10px 0.5em auto;
}
.sec_surgery .box_layout3 {
  padding: clamp(96px, 26.6666666667vw, 204.5333333333px) 0 clamp(32px, 8.8888888889vw, 68.1777777778px);
}
.sec_surgery .box_layout3 .surgery_ttl {
  font-size: 28px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 0.8em auto;
}
@media (min-width: 768px) {
  .sec_surgery .box_layout3 .surgery_ttl {
    margin-bottom: 2em;
  }
}
.sec_surgery .box_layout3 .surgery_ttl .gradation {
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  color: #fff;
  font-size: 16px;
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  padding: 0.3em 0 0;
  margin-top: 1em;
}
.sec_surgery .box_layout3 .bnr_list li + li {
  margin-top: 20px;
}
.sec_surgery .box_layout3 .other_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 576px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #4A3C30;
  background: #F8F7F6;
  border-bottom: solid 1px #D3CBC5;
  line-height: 1.5;
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sec_surgery .box_layout3 .other_link small {
  display: block;
  font-size: 0.6em;
}
.sec_surgery .box_layout3 .other_link .sub {
  color: #938376;
  font-size: 0.5333333333em;
  display: block;
  margin-top: 0.5em;
  font-family: "Sorts Mill Goudy", serif;
}
.sec_surgery .box_layout3 .other_link .fig {
  position: relative;
  z-index: 2;
  width: 29.7142857143%;
  padding-top: 29.7142857143%;
}
.sec_surgery .box_layout3 .other_link .fig img {
  transition: 0.3s;
  width: 100%;
}
.sec_surgery .box_layout3 .other_link .other_link_text {
  padding: 0 1em;
}
.sec_surgery .box_layout3 .other_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 5px;
  top: auto;
  bottom: 1.2em;
  right: 1em;
  left: auto;
  margin: auto;
  background: url(../img/common/arrow_r_color.svg) no-repeat center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_surgery .box_layout3 .other_link:hover {
    background: #fff;
  }
  .sec_surgery .box_layout3 .other_link:hover:after {
    right: 0.7em;
    background: url(../img/common/arrow_r.svg) no-repeat center;
  }
}
.sec_surgery .sp-container {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec_surgery {
    padding: clamp(117px, 10.8333333333vw, 208px) 0 0;
  }
  .sec_surgery .box_sticy .surgery_ttl {
    position: sticky;
    top: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .sec_surgery .box_sticy .surgery_ttl {
    top: 100px;
    font-size: clamp(40px, 3.5vw, 56px);
  }
}
@media (min-width: 768px) {
  .sec_surgery .box_layout {
    display: flex;
  }
  .sec_surgery .box_layout .box_sticy {
    width: 41.4583333333%;
  }
  .sec_surgery .box_layout .box_contents {
    width: 58.5416666667%;
  }
}
@media (min-width: 768px) {
  .sec_surgery .box_layout2 {
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
    padding-top: 0;
  }
  .sec_surgery .box_layout2.reverse {
    flex-direction: row-reverse;
  }
  .sec_surgery .box_layout2.reverse .box_contents {
    padding-left: max(50vw - 640px, 20px);
    padding-right: 0;
  }
  .sec_surgery .box_layout2.reverse .surgery_ttl {
    margin: 0 0 0.5em 0;
  }
  .sec_surgery .box_layout2 .box_img {
    width: 49.375%;
  }
  .sec_surgery .box_layout2 .box_contents {
    width: 45.9375%;
    padding-right: max(50vw - 640px, 20px);
  }
}
@media (min-width: 768px) {
  .sec_surgery .box_layout3 {
    padding: clamp(126px, 11.6666666667vw, 224px) 0 clamp(175.5px, 16.25vw, 312px);
  }
  .sec_surgery .box_layout3 .surgery_ttl {
    font-size: 48px;
  }
  .sec_surgery .box_layout3 .surgery_ttl .gradation {
    font-size: 18px;
  }
  .sec_surgery .box_layout3 .bnr_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .sec_surgery .box_layout3 .bnr_list li {
    width: 576px;
  }
  .sec_surgery .box_layout3 .bnr_list li + li {
    margin-top: 0;
  }
  .sec_surgery .box_layout3 .other_link {
    font-size: 30px;
    box-shadow: 0px 0px 16px 0px rgba(189, 181, 174, 0.20), 0px 0px 64px 0px rgba(184, 175, 168, 0.50);
    border: none;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
  }
  .sec_surgery .box_layout3 .other_link .fig {
    width: 34.7222222222%;
    padding-top: 34.7222222222%;
  }
}
@media (min-width: 768px) {
  .sec_surgery .sp-container {
    width: 100%;
  }
}
.sec_surgery .surgery_item + .surgery_item {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_item + .surgery_item {
    margin-top: 150px;
  }
}
.sec_surgery .surgery_item .surgery_item_img {
  position: relative;
  padding-bottom: calc(clamp(16px, 3.5vw, 20px) * 80 / 24);
}
@media (min-width: 768px) {
  .sec_surgery .surgery_item .surgery_item_img {
    padding-bottom: calc(clamp(20px, 1.6vw, 24px) * 80 / 24);
  }
}
.sec_surgery .surgery_item .surgery_item_img_text {
  position: absolute;
  bottom: 0.3em;
  right: 0;
  color: #625247;
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 3.5vw, 20px);
  line-height: 1;
  text-align: right;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_item .surgery_item_img_text {
    font-size: clamp(16px, 1.4vw, 24px);
  }
}
.sec_surgery .surgery_item .surgery_item_img_text .num {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}
.sec_surgery .surgery_item .con_img {
  display: table;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_item .con_img {
    margin-top: 60px;
    margin-bottom: 80px;
    max-width: 557px;
    max-width: 60%;
  }
}
.sec_surgery .surgery_item .con_img .img_ttl {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #4A3C30;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_item .con_img .img_ttl {
    font-size: 24px;
  }
}
.sec_surgery .surgery_item .con_img .img_ttl_inner {
  padding: 0 0.5em;
}
.sec_surgery .surgery_item .con_img .img_ttl .num {
  font-size: 1.5em;
  color: #938376;
  line-height: 1;
  margin-bottom: 0.2em;
}
.sec_surgery .surgery_item .con_img .img_ttl:before, .sec_surgery .surgery_item .con_img .img_ttl:after {
  position: static;
  content: "";
  width: auto;
  height: 1px;
  background: #4A3C30;
  flex-grow: 1;
}
.sec_surgery .gradation_ttl {
  margin-top: 30px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_surgery .gradation_ttl {
    margin-top: 0;
  }
}
.sec_surgery .surgery_ttl {
  color: #4A3C30;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 32px;
  margin: 0 auto;
  width: calc(100% - 50px);
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 0.5em;
  text-align: left;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_ttl {
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(45px, 4vw, 55px);
    width: auto;
    letter-spacing: 0.12em;
  }
}
.sec_surgery .surgery_ttl .num {
  font-size: 0.5714285714em;
  display: block;
  text-align: left;
  padding-left: 0.3em;
  font-family: "Crimson Text", serif;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_ttl .num {
    padding-left: 0;
  }
}
.sec_surgery .surgery_ttl .en {
  display: table;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.04em;
  font-size: 28px;
  color: #D3CBC5;
  font-family: "Sorts Mill Goudy", serif;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_ttl .en {
    text-align: left;
    font-size: 0.5714285714em;
    letter-spacing: 0.05em;
    color: #7F6F62;
  }
}
.sec_surgery .surgery_ttl small {
  font-size: 0.5714285714em;
  display: block;
}
.sec_surgery .surgery_ttl .vertical {
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin: 0.5em 0;
  white-space: nowrap;
  letter-spacing: 0.16em;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_ttl .vertical {
    line-height: 1;
  }
}
.sec_surgery .surgery_ttl:has(.vertical) {
  text-align: center;
  display: table;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_surgery .surgery_ttl:has(.vertical) {
    position: relative;
    margin-bottom: 0.5em;
  }
  .sec_surgery .surgery_ttl:has(.vertical) .en {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.sec_surgery .surgery_sub_ttl {
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 2;
  color: #D3CBC5;
  letter-spacing: 0.04em;
  margin: 0;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_sub_ttl {
    color: #7F6F62;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .sec_surgery .surgery_sub_ttl {
    display: none;
  }
}
.sec_surgery .lens_list {
  display: flex;
  gap: 10px;
  text-align: center;
  color: #4A3C30;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.sec_surgery .lens_list li {
  width: calc((100% - 10px) / 2);
  font-size: clamp(13px, 1vw, 15px);
}
@media (min-width: 768px) {
  .sec_surgery .lens_list li {
    width: calc((100% - 30px) / 4);
  }
}
.sec_surgery .lens_list img {
  border: solid 1px #E2DDD9;
}
.sec_surgery .surgery_list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_list {
    margin-top: 60px;
  }
}
.sec_surgery .surgery_list li {
  background: #fff;
  color: #625247;
  position: relative;
  padding: 0.2em 0.2em 0.2em 1.5em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_list li {
    font-size: 20px;
  }
}
.sec_surgery .surgery_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0.5em;
  margin: auto;
  background: #938376;
  border-radius: 50%;
}
.sec_surgery .surgery_list li + li {
  margin-top: 12px;
}
.sec_surgery .surgery_btn {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .sec_surgery .surgery_btn {
    margin-top: 80px;
  }
}

.sec_treatment {
  z-index: 0;
  position: relative;
  padding: 0 0;
  margin-top: clamp(40px, 11.1111111111vw, 85.2222222222px);
}
@media (min-width: 768px) {
  .sec_treatment {
    padding: clamp(81px, 7.5vw, 144px) 0 clamp(56.25px, 5.2083333333vw, 100px);
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sec_treatment .box_layout {
    display: flex;
    flex-direction: row-reverse;
    gap: 5.7291666667%;
    padding-left: max(50% - 640px, 20px);
  }
}
.sec_treatment .box_layout .box_sticy {
  text-align: center;
}
@media (min-width: 768px) {
  .sec_treatment .box_layout .box_sticy {
    text-align: left;
    width: 22.1875%;
  }
}
@media (min-width: 768px) {
  .sec_treatment .box_layout .box_contents {
    padding-top: clamp(76.5px, 7.0833333333vw, 136px);
    width: 72.0833333333%;
  }
}
.sec_treatment .sticy_item {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 0 4em 0 3em;
  gap: 6em;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sec_treatment .sticy_item {
    display: inline-flex;
    gap: 1em;
    position: sticky;
    top: 140px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0;
    max-width: 17em;
    width: 100%;
  }
}
.sec_treatment .treatment_ttl {
  font-size: 26px;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_ttl {
    font-size: clamp(45px, 3.5vw, 52px);
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .sec_treatment .treatment_ttl {
    top: 100px;
    font-size: clamp(40px, 3.2vw, 52px);
  }
}
.sec_treatment .treatment_ttl .vertical {
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.sec_treatment .treatment_sub_ttl {
  line-height: 1.7;
  color: #938376;
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 1.8vw, 32px);
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.8;
}
.sec_treatment .treatment_sub_ttl .bg {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background: #E2DDD9;
  padding: 0.13em 0.1em 0 0.1em;
  line-height: 1.3;
}
.sec_treatment .treatment_item {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 40px 0px rgba(191, 174, 160, 0.20);
  backdrop-filter: blur(10px);
  border-radius: 2px;
  padding: 8px;
}
.sec_treatment .treatment_item_inner {
  background: radial-gradient(133.93% 127.25% at 100% 100%, rgba(229, 227, 225, 0.40) 0%, rgba(245, 242, 240, 0.40) 100%);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  position: relative;
}
.sec_treatment .treatment_item .num {
  position: absolute;
  right: 16px;
  top: 12px;
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: #AFA297;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item {
   box-shadow: 2px 2px 88px 0px rgba(191, 174, 160, 0.30);
  }
  .sec_treatment .treatment_item .num {
    font-size: 32px;
    right: 30px;
    top: 30px;
  }
}
.sec_treatment .treatment_item .treatment_bnr_wrap {
  padding: 28px 22px;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item .treatment_bnr_wrap {
    padding: 56px clamp(40px, 6vw, 82px);
  }
}
.sec_treatment .treatment_item + .treatment_item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item + .treatment_item {
    margin-top: 56px;
  }
}
.sec_treatment .treatment_item_ttl {
  border-bottom: solid 2px #fff;
  display: flex;
  align-items: center;
  color: #4A3C30;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: left;
  gap: 1em;
  padding: 24px 21px;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item_ttl {
    padding: 28px 0 20px 64px;
    font-size: 24px;
  }
}
.sec_treatment .treatment_item_ttl .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background: #fefefe;
  box-shadow: 1px 1px 4px 0px #81441133 inset;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item_ttl .icon {
    width: 96px;
    height: 96px;
  }
}
.sec_treatment .treatment_item_ttl .icon img {
  transform: scale(75%);
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item_ttl .icon img {
    transform: none;
  }
}
.sec_treatment .treatment_item_ttl .en {
  color: #938376;
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_item_ttl .en {
    font-size: 16px;
  }
}
.sec_treatment .treatment_bnr_list li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_bnr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .sec_treatment .treatment_bnr_list li {
    width: calc((100% - 32px) / 2);
  }
  .sec_treatment .treatment_bnr_list li + li {
    margin-top: 0;
  }
}
.sec_treatment .treatment_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 456px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #4A3C30;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.01em;
  font-size: clamp(18px, 1.5vw, 22px);
  background: transparent;
  border-bottom: solid 1px #D3CBC5;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_link {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 16px 0px rgba(212, 179, 152, 0.20);
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
}
.sec_treatment .treatment_link .text-small {
  font-size: 0.7777777778em;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_link .text-small {
    font-size: 0.8181818182em;
  }
}
.sec_treatment .treatment_link small {
  display: block;
  color: #AFA297;
  transition: 0.3s;
  font-family: "Crimson Text", serif;
}
.sec_treatment .treatment_link .fig {
  position: relative;
  z-index: 2;
  width: 28.0701754386%;
  padding-top: 26.6666666667%;
}
.sec_treatment .treatment_link .fig img {
  transition: 0.3s;
  width: 100%;
}
.sec_treatment .treatment_link .treatment_link_text {
  padding: 0.5em 0.8em 1.2em;
}
.sec_treatment .treatment_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 5px;
  top: auto;
  bottom: 1.2em;
  right: 1em;
  left: auto;
  margin: auto;
  background: url(../img/common/arrow_r_color.svg) no-repeat center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_treatment .treatment_link:hover {
    color: #7F6F62;
  }
  .sec_treatment .treatment_link:hover small {
    color: #D3CBC5;
  }
  .sec_treatment .treatment_link:hover:after {
    right: 0.7em;
    background: url(../img/common/arrow_r.svg) no-repeat center;
  }
}

.sec_search {
  padding: clamp(56px, 15.5555555556vw, 119.3111111111px) 0 clamp(96px, 26.6666666667vw, 204.5333333333px);
}
@media (min-width: 768px) {
  .sec_search {
    padding: clamp(45px, 4.1666666667vw, 80px) 0 clamp(121.5px, 11.25vw, 216px);
  }
}
@media (max-width: 767px) {
  .sec_search .container {
    max-width: 100%;
    width: 100%;
  }
}
.sec_search .search_ttl {
  color: #625247;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin: 0 0 2em;
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .sec_search .search_ttl {
    font-size: 40px;
    margin: 0 0 1.8em;
  }
}
.sec_search .search_ttl small {
  color: #7F6F62;
  font-size: 14px;
  display: block;
  letter-spacing: 0.05em;
  font-family: "Crimson Text", serif;
}
@media (min-width: 768px) {
  .sec_search .search_ttl small {
    font-size: 20px;
  }
}
.sec_search .tab_item {
  display: none;
}
.sec_search .tab_item.active {
  display: block;
}
.sec_search .tab_wrap {
  filter: drop-shadow(0px 0px 64px rgba(230, 210, 181, 0.3));
  filter: drop-shadow(0px 0px 24px rgba(191, 174, 160, 0.4));
}
@media (min-width: 768px) {
  .sec_search .tab_wrap {
    filter: drop-shadow(0px 0px 64px rgba(215, 204, 195, 0.302));
  }
}
.sec_search .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  gap: 16px;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_wrap {
    max-width: 100%;
  }
}
.sec_search .tab_btn_wrap li {
  width: calc((100% - 16px) / 2);
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 1em;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
  color: #fff;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_wrap li {
    padding: 0 0 0 2em;
  }
}
.sec_search .tab_btn_wrap li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  background: #625247;
  transition: 0.3s;
  z-index: -1;
  border-radius: 10px 10px 0 0;
}
.sec_search .tab_btn_wrap li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);
  z-index: -1;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_wrap li {
    height: 80px;
    font-size: 28px;
  }
}
.sec_search .tab_btn_wrap li small {
  font-size: 14px;
  color: #AFA297;
  margin-left: 1em;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_wrap li small {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sec_search .tab_btn_wrap li:not(.active):hover {
    cursor: pointer;
  }
  .sec_search .tab_btn_wrap li:not(.active):hover:after {
    opacity: 1;
  }
}
.sec_search .tab_btn_wrap li.active {
  color: #625247;
}
.sec_search .tab_btn_wrap li.active:before {
  background: #fff;
}
.sec_search .tab_content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .sec_search .tab_content {
    padding: 45px;
  }
}
.sec_search .tab_btn_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_list {
    gap: 20px 24px;
  }
}
.sec_search .tab_btn_list li {
  width: calc((100% - 16px) / 2);
}
@media (min-width: 768px) {
  .sec_search .tab_btn_list li {
    width: calc((100% - 72px) / 4);
  }
}
.sec_search .tab_btn_list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 35px;
  padding-left: 1em;
  background: #F8F7F6;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #4A3C30;
  transition: all 0.3s;
  font-size: 16px;
  height: 60px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_list a {
    font-size: 20px;
    height: 64px;
  }
}
.sec_search .tab_btn_list a:before, .sec_search .tab_btn_list a:after {
  transition: all 0.3s;
}
.sec_search .tab_btn_list a:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: #E2DDD9;
  border-radius: 0 4px 4px 0;
}
.sec_search .tab_btn_list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4A3C30;
  border-right: 1px solid #4A3C30;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_search .tab_btn_list a:hover {
    background: #EAE5E1;
    padding-left: 1.2em;
  }
  .sec_search .tab_btn_list a:hover::before {
    background: #625247;
    width: 26px;
  }
  .sec_search .tab_btn_list a:hover:after {
    border-color: #fff;
    right: 11px;
  }
}

.sec_features {
  background: linear-gradient(270deg, #FCFAF7 0%, #FAF7F5 89.59%), linear-gradient(270deg, #FAFCF7 0%, #F5FAF6 89.59%);  position: relative;
  padding: clamp(70px, 19.4444444444vw, 149.1388888889px) 0 clamp(100px, 27.7777777778vw, 213.0555555556px);

  /* 一時停止 */
  /* 再生 */
}
@media (min-width: 768px) {
  .sec_features {
    padding: 0;
    background: linear-gradient(270deg, #FCFAF7 0%, #FAF7F5 89.59%);
  }
}
.sec_features .box_layout {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sec_features .box_layout {
    flex-direction: row;
  }
}
.sec_features .box_layout .box_title {
  width: 30.2564102564%;
}
@media (min-width: 768px) {
  .sec_features .box_layout .box_title {
    width: 15.1041666667%;
    order: 1;
  }
}
.sec_features .box_layout .box_slider {
  position: relative;
  padding-left: 0;
  padding-right: 30px;
  width: 69.7435897436%;
}
@media (min-width: 768px) {
  .sec_features .box_layout .box_slider {
    width: 39.5833333333%;
    order: 3;
    padding-left: 30px;
    padding-right: 0;
    position: relative;
  }
}
.sec_features .box_layout .box_text {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .sec_features .box_layout .box_text {
    width: 43.2291666667%;
    max-width: 620px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: clamp(20px, 2vw, 50px);
    padding-top: clamp(20px, 2vw, 70px);
    position: initial;
  }
}
.sec_features .slider_text {
  color: #938376;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 18px;
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 1em;
  line-height: 1;
  margin: 0;
}
.sec_features .gradation_ttl {
  font-size: clamp(24px, 2vw, 36px);
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_features .gradation_ttl {
    margin-bottom: 1.5em;
  }
}
.sec_features .feature_ttl {
  text-align: left;
  white-space: nowrap;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.3em;
  top: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec_features .feature_ttl {
    width: fit-content;
    margin: 0 auto 0 0;
    line-height: 1.5;
    display: block;
    position: relative;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.sec_features .feature_ttl .en {
  writing-mode: vertical-rl;
  font-family: "Sorts Mill Goudy", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.5;
  background: linear-gradient(180deg, #EDE5DE 0%, #F7F3EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-right: 0.2em;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .sec_features .feature_ttl .en {
    line-height: 2;
    display: block;
    font-size: clamp(60px, 6vw, 104px);
    line-height: 1;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .sec_features .feature_ttl .en {
    line-height: 0.8;
  }
}
.sec_features .feature_ttl .ja {
  writing-mode: vertical-rl;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.12em;
  color: #4A3C30;
  position: relative;
  font-size: 20px;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_features .feature_ttl .ja {
    font-size: clamp(22px, 1.8vw, 28px);
    padding-bottom: 0;
    padding-top: 3em;
  }
}
.sec_features .feature_ttl .border {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  top: 0;
  bottom: auto;
  right: auto;
  left: 10px;
  margin: auto;
  background: #625247;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .sec_features .feature_ttl .border {
    margin-bottom: 0;
    position: absolute;
    right: calc(clamp(22px, 1.8vw, 28px) / 2);
    left: auto;
    height: calc(clamp(22px, 1.8vw, 28px) * 2.5);
  }
}
.sec_features p {
  font-size: clamp(16px, 1.2vw, 18px);
}
@media (max-width: 767px) {
  .sec_features p {
    line-height: 1.8;
  }
}
.sec_features .features_btn {
  margin-top: clamp(30.9375px, 2.8645833333vw, 55px);
}
.sec_features .slider img {
  width: 100%;
  height: auto;
}
.sec_features .features_slider {
  margin-bottom: 0 !important;
  position: initial;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb_wrap {
    margin-top: clamp(63.5625px, 5.8854166667vw, 113px);
    position: relative;
    padding-top: 10px;
  }
}
.sec_features .pausebtn {
  width: 20px;
  height: 20px;
  background-color: #4A3C30;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  padding: 0;
  border: solid 2px #4A3C30;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 130px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_features .pausebtn {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  .sec_features .pausebtn:hover {
    background-color: #7F6F62;
    border: solid 2px #7F6F62;
  }
}
.sec_features .pausebtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: auto;
}
.sec_features .pausebtn.playback::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.sec_features .features_slider_thumb {
  position: initial;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb .slick-list {
    display: block;
  }
}
.sec_features .features_slider_thumb button {
  background: #E2DDD9;
  width: 56px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  z-index: 1;
  right: auto;
  transition: 0.3s;
  top: 8px;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb button {
    top: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb button:hover {
    background: #D3CBC5;
  }
}
.sec_features .features_slider_thumb button.prev {
  border-radius: 10px 2px 2px 10px;
  left: 0;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb button.prev {
    left: auto;
    right: 100px;
  }
}
.sec_features .features_slider_thumb button.next {
  border-radius: 2px 10px 10px 2px;
  left: 65px;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb button.next {
    left: auto;
    right: 30px;
  }
}
.sec_features .features_slider_thumb .slick-track {
  display: flex;
  align-items: flex-end;
}
.sec_features .features_slider_thumb .slick-slide img {
  display: none;
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb .slick-slide {
    margin: 0 5px;
    border: solid 2px transparent;
    transition: all 0.4s;
    display: block;
    position: relative;
    overflow: hidden;
    height: 142px;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }
  .sec_features .features_slider_thumb .slick-slide img {
    transition: all 0.4s;
    display: block;
  }
  .sec_features .features_slider_thumb .slick-slide.slick-current {
    border: solid 2px #625247;
    height: auto;
  }
}
@media (min-width: 768px) {
  .sec_features .features_slider_thumb li.slick-current,
  .sec_features .features_slider_thumb li.is-active-next {
    transition: 0.4s;
  }
}
.sec_features .dots-bar {
  margin: 0 1.5em 0 auto;
  height: 104px;
  width: 2px;
  text-align: center;
  list-style: none;
  position: relative;
  pointer-events: none;
  top: auto;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 2em;
}
@media (min-width: 768px) {
  .sec_features .dots-bar {
    margin: 0 auto;
    bottom: 2em;
    right: auto;
    left: 10px;
  }
}
.sec_features .dots-bar li {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  pointer-events: none;
}
.sec_features .dots-bar button {
  position: relative;
  width: 2px;
  height: 100%;
  border: 0;
  background-color: #D3CBC5;
  font-size: 0;
  pointer-events: none;
}
.sec_features .dots-bar button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.sec_features .dots-bar .slick-active button:after {
  opacity: 1;
  background-color: #625247;
  animation: progress2 7.4s linear forwards;
}
.sec_features .dots-bar .slick-active-first button:after {
  background-color: #625247;
  animation: progress2 7s linear forwards !important;
}
.sec_features .dots-bar.paused button:after {
  animation-play-state: paused !important;
}
.sec_features .dots-bar.reset button:after {
  content: none;
  animation: none !important;
}
.sec_features .control-area {
  margin: 0 0 0 auto;
  height: 175px;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_features .control-area {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
  }
}
.sec_features .count-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #625247;
  font-size: 14px;
  font-size: 16px;
  height: 100%;
  width: fit-content;
}
@media (min-width: 768px) {
  .sec_features .count-num {
    font-size: 16px;
    height: 100%;
    width: fit-content;
  }
}
.sec_features .count-num .total {
  color: #938376;
}

@keyframes progress2 {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
body:not(.home) .post-type-page .inoue h4 {
  color: #f5a118;
  border-left: 3px solid #f5a118;
}

.inoue table.table tbody th,
.inoue table.table_normal tbody th {
  border: 1px solid #938376;
  color: #4A3C30;
  background: #EAE5E1;
}
.inoue table.table tbody td,
.inoue table.table_normal tbody td {
  border: 1px solid #938376;
}
.inoue h4 {
  color: #453121;
  border-bottom: solid 1px #7F6F62;
}
.inoue h4:before {
  background: linear-gradient(180deg, #CC4E00 0%, #CF6611 100%);
}
.inoue h5 {
  color: #4A3C30;
}
.inoue h5:before {
  background: #4A3C30;
}
.inoue ul.ul_circle li::before {
  background: #7F6F62;
}
.inoue ul li {
  color: #4A3C30;
}

.btnstyle.ft_bunin a {
  color: #453121;
  border-bottom: solid 1px #D3CBC5;
}

.btnstyle.ft_bunin a::after {
  background: #7F6F62;
}

.btnstyle.ft_bunin a::before {
  background: url(../img/common/arrow_r_color_bunin.svg) no-repeat center;
}

@media (min-width: 768px) {
  .btnstyle.ft_bunin a:hover:before {
    background: url(../img/common/arrow_r_bunin.svg) no-repeat center;
  }
}

#wrap {
  z-index: 0;
  position: relative;
}
#wrap .under_bg {
  position: absolute;
  top: 120px;
  right: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 768px) {
  #wrap .under_bg {
    left: 6.25vw;
    width: 46.09375vw;
    right: auto;
  }
}
#wrap .under_bg.fixed {
  position: fixed;
  top: 120px;
}
#wrap .under_bg.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.page-name-kyoto .mce-content-body {
  width: 100%;
  max-width: 100%;
}
.page-name-kyoto .footer {
  border-top: none;
}

.bg_logo_wrap:before {
  /* background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 8.32%); */
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF9F7 10.32%);
}

.sec_medical .info_link {
  box-shadow: 0px 0px 64px rgba(191, 179, 160, 0.3);
}
/* 
.sec_treatment .treatment_item_inner {
  background: radial-gradient(133.93% 127.25% at 100% 100%, rgba(229, 227, 225, 0.40) 0%, rgba(245, 242, 240, 0.40) 100%);
}

.sec_treatment .treatment_item {
  box-shadow: 2px 2px 88px rgba(191, 179, 160, 0.3);

border-radius: 2px;
background: rgba(255, 255, 255, 0.40);
box-shadow: 2px 2px 88px 0px rgba(191, 174, 160, 0.30);
backdrop-filter: blur(10px);

} */

/* @media (min-width: 768px) {
  .sec_treatment .treatment_link {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 16px rgba(212, 189, 152, 0.2);
    padding: 0;
  }
} */
/* .sec_search .tab_wrap {
  filter: drop-shadow(0px 0px 24px rgba(230, 210, 181, 0.3));
}

@media (min-width: 768px) {
  .sec_search .tab_wrap {
    filter: drop-shadow(0px 0px 64px rgba(230, 210, 181, 0.3));
  }
} */

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}/*# sourceMappingURL=bond.css.map */