@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #312f2a;
}

.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}

.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #d3b05e;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}
.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: calc(10px + 10 * (100vw - 414px) / 1506);
}

.mce-content-body h2 {
  text-align: center;
  font-size: calc(24px + 6 * (100vw - 414px) / 1506);
  margin-bottom: calc(15px + 10 * (100vw - 414px) / 1506);
  padding-top: 57px;
  position: relative;
}

.mce-content-body h2:before {
  content: "";
  width: 39px;
  height: 36px;
  background: url(../img/common/h2_ic.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mce-content-body h3 {
  font-size: calc(22px + 2 * (100vw - 414px) / 1506);
  padding: 0 0 10px 22px;
  position: relative;
  border-bottom: solid 1px #000000;
  position: relative;
}

.mce-content-body h3:before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: #ca9153;
}

.mce-content-body h4 {
  font-size: calc(20px + 2 * (100vw - 414px) / 1506);
  padding-left: 18px;
  position: relative;
}

.mce-content-body h4:before, .mce-content-body h4:after {
  content: "";
  background: #000;
  position: absolute;
  top: 0.1em;
  height: 100%;
}

.mce-content-body h4:before {
  width: 4px;
  left: 0;
}

.mce-content-body h4:after {
  width: 2px;
  left: 7px;
}

.mce-content-body h5 {
  font-size: calc(19px + 1 * (100vw - 414px) / 1506);
  display: table;
  background: #ab9157;
  color: #fff;
  padding: 5px 17px;
}

.text-large {
  color: #907a47;
  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: 85.5px;
  padding-bottom: 85.5px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 57.375px;
    padding-bottom: 57.375px;
  }
}
.section h3:first-child {
  margin-bottom: 27px;
}

.section hr {
  margin-bottom: 112.5px;
  margin-top: 112.5px;
  max-width: 1200px;
}

.section_bg {
  background: #eee9e2;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #e2dbca;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #e2dbca;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #e2dbca;
}

.box_border {
  background: #fff;
  border: 1px solid #000000;
}

.box_border .box_bg {
  background: #e2dbca;
}

.section_bg .box_border .box_bg {
  background: #e2dbca;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 56.25px;
  border-radius: 0px;
  padding: 56.25px 38.25px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 27px 18px;
    margin-bottom: 45px;
  }
}
.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%;
}

.googlemap {
  padding-top: 400px;
}

.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 {
  margin-top: 20px !important;
  padding: 0;
  border: 3px solid #eee9e2 !important;
  padding: 30px calc(20px + 54 * (100vw - 414px) / 1506) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  font-size: calc(16px + 4 * (100vw - 414px) / 1506);
  text-decoration: none;
  color: #000;
  padding: 10px 0 10px calc(40px + 20 * (100vw - 414px) / 1506);
  position: relative;
  font-weight: bold;
  line-height: 1.25;
}

.link_anchor a:before {
  content: "";
  width: calc(30px + 10 * (100vw - 414px) / 1506);
  height: calc(30px + 10 * (100vw - 414px) / 1506);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/anchor_arrow.png) no-repeat center/cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n+3) {
    margin-top: 2%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .link_anchor.link_col_3 li:nth-child(n+3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n+4) {
    margin-top: 2%;
  }
}
.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 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: 13.5px;
  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::before {
  border-radius: 50%;
  background: #907a47;
  height: 9px;
  left: 0;
  top: 9px;
  width: 9px;
}

.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: #907a47;
  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 #907a47;
  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: #907a47;
  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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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: #907a47;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", 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: #907a47;
  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: #907a47;
  background: #fff;
  top: 30px;
  border: solid 1px #907a47;
}

.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 #000;
  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: -95px;
  border: 36px solid transparent;
  border-top-color: #e0dacc;
  left: 50%;
  margin-left: -36px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .flow-block::after {
  border-top-color: #907a47;
}

.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-block .title:after, .flow-block .title:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #907a47;
  background: #907a47;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}

.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table.table_address {
  background: none;
  margin-bottom: 1em;
}

table.table_address:last-child {
  margin-bottom: 0;
}

table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}

table.table_address tbody tr th:first-child {
  border-top: 1px solid #907a47;
  color: #907a47;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #907a47;
}

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: #907a47;
  border-bottom: 1px solid #907a47;
  border-top: 1px solid #907a47;
}

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 {
  padding: 0.5rem 0.2rem;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 414px) / 1506);
}

table.table_timetable thead {
  border-bottom: solid 1px #fff;
}

table.table_timetable thead th {
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
  text-align: left;
}

table.table_timetable tbody tr:first-child th, table.table_timetable tbody tr:first-child td {
  padding-top: 15px;
}

table.table_timetable tbody th {
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}

table.table_fee:last-child {
  margin-bottom: 0;
}

table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

table.table_fee thead th, table.table_fee thead td {
  background: #d2c7ae;
  text-align: center;
  font-weight: bold;
}

table.table_fee tbody th {
  background: #faf7f3;
  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: #faf7f3;
  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: #907a47 !important;
}

.consul2 {
  color: #907a47 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table,
  .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.time_table_block {
  background: #44413a;
  padding: 15px calc(15px + 15 * (100vw - 414px) / 1506);
}

.time_table_block .table_timetable th, .time_table_block .table_timetable td {
  color: #fff;
}

.table_txt {
  margin-top: 5px;
}

.table_txt:not(:last-child) {
  margin-bottom: calc(10px + 20 * (100vw - 414px) / 1506);
}

.home .footer {
  border-top: none;
}

footer {
  background: #312f2a;
}

footer * {
  color: #fff;
}

footer a {
  color: #fff !important;
}

footer .primary_block {
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

footer .footer_logo {
  margin-bottom: calc(10px + 30 * (100vw - 414px) / 1506);
}

footer .map {
  font-weight: bold;
}

footer .map:hover {
  text-decoration: none;
}

footer .footer_info {
  width: 100%;
  margin-bottom: calc(10px + 20 * (100vw - 414px) / 1506);
}

footer .footer_info th, footer .footer_info td {
  vertical-align: top;
  font-size: calc(16px + 2 * (100vw - 414px) / 1506);
  font-weight: normal;
  line-height: 1.5555555556;
  padding: 8px 0;
}

footer .footer_info th {
  text-align: left;
  width: 110px;
}

footer .table_timetable th:first-child {
  padding-left: 15px;
  text-align: left;
}

footer .table_timetable thead th:first-child {
  width: 135px;
}

@media (min-width: 768px) {
  footer .row {
    gap: 0 10%;
  }
  footer .row .txt_col {
    width: 48.5%;
    padding-top: calc(30px + 70 * (100vw - 768px) / 1152);
  }
  footer .row .img_col {
    width: 41.5%;
  }
  footer .row .img_col figure {
    height: 100%;
    position: relative;
  }
  footer .row .img_col figure img {
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  footer .row {
    gap: 0 5%;
  }
  footer .row .img_col {
    width: 46.5%;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer .footer_logo {
    text-align: center;
  }
  footer .footer_logo img {
    max-width: 70%;
  }
}
footer .ftr_nav {
  text-align: center;
}

footer .ftr_nav a {
  padding-left: 16px;
  text-decoration: none;
}

footer .ftr_nav a:hover {
  text-decoration: underline;
}

.copyright {
  background: #312f2a;
  color: #fff;
  margin-top: 30px;
  padding: 20px 0 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}
.list_list dd a {
  color: #000000;
  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, .loopslider_wrap2 {
  overflow: hidden;
}

.loopslider_wrap .loopslider {
  -webkit-animation: loopslider 120s linear infinite;
          animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

.loopslider_wrap .loopslider .loopslider_item {
  margin: 0 10px;
}

.loopslider_wrap .loopslider .loopslider_item:nth-child(even) {
  margin-top: calc(30px + 55 * (100vw - 414px) / 1506);
}

@-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_wrap .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
    width: 6104px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-3052px);
              transform: translateX(-3052px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-3052px);
              transform: translateX(-3052px);
    }
  }
}
.loopslider_wrap2 .loopslider {
  -webkit-animation: loopslider2 120s linear infinite;
          animation: loopslider2 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

.loopslider_wrap2 .loopslider .loopslider_item {
  margin: 0 calc(5px + 15 * (100vw - 414px) / 1506);
}

@-webkit-keyframes loopslider2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}

@keyframes loopslider2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider_wrap2 .loopslider {
    -webkit-animation: loopslider2 140s linear infinite;
            animation: loopslider2 140s linear infinite;
    width: 4328px;
  }
  @-webkit-keyframes loopslider2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-4328px);
              transform: translateX(-4328px);
    }
  }
  @keyframes loopslider2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-4328px);
              transform: translateX(-4328px);
    }
  }
}
.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: #000000;
}

.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 (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .smallimg {
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .sp_smallimg {
    max-width: 60% !important;
  }
}
@media (min-width: 768px) {
  body.home .btnstyle {
    text-align: left;
  }
}
body.home .btnstyle a {
  padding: 1.3rem 1em;
  min-width: 270px;
}

body.home .btnstyle a:after {
  width: 24px;
  height: 6px;
  right: 30px;
}

/* メイン下コンテンツ */
.first_bg_block {
  padding-top: calc(155px + 175 * (100vw - 414px) / 1506);
  background: url(../img/top/top_first_bg_sp.jpg) no-repeat center top, #312f2a;
}

@media (min-width: 768px) {
  .first_bg_block {
    background: url(../img/top/top_first_bg.jpg) no-repeat center top, #312f2a;
  }
}
/* 特別な空間で提供する眠ったような感覚でリラックスして受けられる質の高いインプラント治療 */
.top_first {
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
  color: #fff;
}

.top_first h2 {
  color: #d3b05e;
  font-size: calc(24px + 16 * (100vw - 414px) / 1506);
  line-height: 1.75;
  padding-top: calc(120px + 100 * (100vw - 414px) / 1506);
}

.top_first h2:before {
  background: url(../img/top/top_logo_ic.png) no-repeat center/cover;
  width: calc(100px + 85 * (100vw - 414px) / 1506);
  height: calc(91px + 77 * (100vw - 414px) / 1506);
}

.top_first .txt_wrap {
  margin-bottom: calc(20px + 32 * (100vw - 414px) / 1506);
}

.top_first .txt_wrap p {
  line-height: 2.5555555556;
}

.top_first .notes_box {
  border: solid 1px #ab9157;
  line-height: 2;
  text-align: center;
  padding: calc(15px + 35 * (100vw - 414px) / 1506) calc(10px + 10 * (100vw - 414px) / 1506);
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

/* 症例紹介 */
.top_case {
  padding: calc(30px + 70 * (100vw - 414px) / 1506) 0;
  position: relative;
  z-index: 0;
}

.top_case:before {
  content: "";
  width: 74%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 300px 0 0 0;
}

.top_case h2 {
  padding: 0;
  text-align: left;
  font-size: calc(24px + 6 * (100vw - 414px) / 1506);
  overflow: hidden;
  color: #fff;
}

.top_case h2:before {
  display: none;
}

.top_case h2 .sub {
  font-size: calc(14px + 2 * (100vw - 414px) / 1506);
  padding-left: calc(10px + 10 * (100vw - 414px) / 1506);
  padding-right: calc(20px + 60 * (100vw - 414px) / 1506);
  position: relative;
}

.top_case h2 .sub:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #444444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}

.top_case .case_slide {
  margin-bottom: calc(20px + 30 * (100vw - 414px) / 1506);
}

.top_case .case_slide .box {
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

.top_case .case_slide .contents {
  position: relative;
  background: #fff;
  padding: calc(10px + 10 * (100vw - 414px) / 1506);
  margin-bottom: 0;
}

.top_case .case_slide .contents::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 60px solid #907a47;
}

.top_case .case_slide .contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  width: 15px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.top_case .case_slide .date {
  color: #999999;
}

.top_case .case_slide .ttl {
  line-height: 1.5555555556;
  letter-spacing: normal;
}

.top_case .case_slide .slick-next,
.top_case .case_slide .slick-prev {
  width: 24px;
  height: 46px;
  z-index: 2;
}

.top_case .case_slide .slick-next:before,
.top_case .case_slide .slick-prev:before {
  content: "";
  display: block;
  width: 24px;
  height: 46px;
  background: url(../img//slider_arrow.png) no-repeat center/cover;
  opacity: 1;
}

.top_case .case_slide .wrap {
  position: relative;
}

.top_case .case_slide .wrap p:last-child {
  margin: 0;
}

.top_case .case_slide .wrap a .link {
  display: none;
}

.top_case .case_slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  .top_case .case_slide .wrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top_case .case_slide .wrap:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1224px) {
  .top_case .case_slide .slick-next {
    right: 0;
  }
}
@media (max-width: 1224px) {
  .top_case .case_slide .slick-prev {
    left: 0;
  }
}
.top_case .case_slide .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top_case .btnstyle a {
  min-width: 200px;
  border: solid 2px #fff;
  color: #fff;
  background: #000000;
  padding: 0.8rem 1em;
}

.top_case .btnstyle a:hover {
  background: #fff;
  color: #000;
}

/* 当院のインプラントが選ばれる7つの理由  */
.top_reason {
  padding-top: calc(40px + 160 * (100vw - 414px) / 1506);
  background: url(../img/top/top_reason_bg.png) no-repeat center top;
}

.top_reason h2 {
  padding: 0 10px;
  margin-bottom: calc(20px + 70 * (100vw - 414px) / 1506);
}

.top_reason h2:before {
  display: none;
}

.top_reason h3.no_ttl {
  border: 0;
  padding: 0;
  margin-bottom: calc(15px + 5 * (100vw - 414px) / 1506);
  font-size: calc(20px + 10 * (100vw - 414px) / 1506);
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .top_reason h3.no_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4%;
  }
  .top_reason h3.no_ttl .reasonNo {
    width: 84px;
  }
  .top_reason h3.no_ttl .ttl {
    width: calc(96% - 84px);
  }
}
.top_reason h3.no_ttl:before {
  display: none;
}

.top_reason h3.no_ttl .ttl {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .top_reason h3.no_ttl .reasonNo {
    display: block;
  }
}
.top_reason .reason_block01 {
  background: #eee9e2;
  padding-bottom: calc(30px + 60 * (100vw - 414px) / 1506);
}

.top_reason .reason_block01 .txt_wrap {
  margin-bottom: calc(15px + 10 * (100vw - 414px) / 1506);
}

.top_reason .reason_block01 .txt_wrap p {
  line-height: 2;
}

.top_reason .reason_block01 .img {
  margin-bottom: calc(15px + 20 * (100vw - 414px) / 1506);
}

@media (min-width: 768px) {
  .top_reason .reason_block01 .row {
    gap: 0 6%;
  }
  .top_reason .reason_block01 .row .col {
    width: 47%;
  }
  .top_reason .reason_block01 .row .txt_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top_reason .reason_block01 .row .txt_col .box {
    padding: 15px 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_reason .reason_block01 .row {
    display: block;
    max-width: 768px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }
  .top_reason .reason_block01 .row .col {
    width: 100%;
  }
  .top_reason .reason_block01 .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .top_reason .reason_block01 .row .img {
    text-align: center;
  }
  .top_reason .reason_block01 .row .btnstyle {
    text-align: center;
  }
}
@media (min-width: 1225px) {
  .top_reason .reason_block01 .container {
    width: 1650px;
    max-width: 100%;
  }
}
.top_reason .reason_block02 {
  background: #d2c7ae;
}

.top_reason .reason_block02 .txt_wrap {
  margin-bottom: calc(15px + 17 * (100vw - 414px) / 1506);
}

@media (max-width: 767px) {
  .top_reason .reason_block02 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top_reason .reason_block02 .row {
    gap: 0 5%;
  }
  .top_reason .reason_block02 .row .img_col {
    width: 42%;
  }
  .top_reason .reason_block02 .row .txt_col {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_reason .reason_block02 .box {
    padding: 20px 20px 20px calc(20px + 110 * (100vw - 768px) / 1152);
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_reason .reason_block02 .row {
    display: block;
    max-width: 768px;
    width: 100%;
    margin: auto;
    padding: 40px 0;
  }
  .top_reason .reason_block02 .row .col {
    width: 100%;
  }
  .top_reason .reason_block02 .row .img_col figure img {
    max-width: 100%;
  }
}
@media (min-width: 1225px) {
  .top_reason .reason_block02 .container {
    width: 100%;
    max-width: 100%;
  }
}
.top_reason .reason_block03 {
  padding: calc(30px + 70 * (100vw - 414px) / 1506) 0;
  background: #eee9e2;
}

.top_reason .reason_block03 h3 {
  font-size: calc(16px + 8 * (100vw - 414px) / 1506);
}

.top_reason .reason_block03 figure {
  text-align: center;
}

@media (min-width: 768px) {
  .top_reason .reason_block03 .container {
    width: 1480px;
  }
  .top_reason .reason_block03 .row {
    gap: 40px 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_reason .reason_block03 .row .col {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_reason .reason_block03 .row {
    gap: 30px 4%;
  }
  .top_reason .reason_block03 .row .col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .top_reason .reason_block03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 2%;
  }
  .top_reason .reason_block03 .row .col {
    width: 49%;
    margin: 0 !important;
  }
  .top_reason .reason_block03 .row .reasonNo {
    width: 60px;
  }
}
/* Greeting */
.top_greeting {
  background: #312f2a;
  padding: calc(40px + 160 * (100vw - 414px) / 1506) 0 calc(130px + 155 * (100vw - 414px) / 1506);
  color: #fff;
}

.top_greeting figure {
  text-align: center;
}

.top_greeting .container {
  position: relative;
  padding: calc(10px + 90 * (100vw - 414px) / 1506) 0;
}

.top_greeting .container h2 {
  padding: 0;
  color: #8b7035;
  font-size: calc(90px + 90 * (100vw - 414px) / 1506);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1;
}

.top_greeting .container h2:before {
  display: none;
}

@media (min-width: 768px) {
  .top_greeting .container h2 {
    position: absolute;
    top: -130px;
    left: 0;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_greeting .container h2 {
    top: -90px;
  }
}
.top_greeting .txt_large {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: calc(32px + 8 * (100vw - 414px) / 1506);
  line-height: 1.75;
}

@media (max-width: 767px) {
  .top_greeting .txt_large {
    text-align: center;
  }
}
.top_greeting h3 {
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.top_greeting h3:before {
  display: none;
}

.top_greeting h3.typeA {
  padding-bottom: 15px;
  border-color: #fff;
}

.top_greeting h3.typeB {
  border: 0;
}

.top_greeting .primary_block .txt_wrap {
  margin-bottom: calc(20px + 40 * (100vw - 414px) / 1506);
}

@media (max-width: 767px) {
  .top_greeting .primary_block {
    margin-bottom: 20px;
  }
}
.top_greeting .secondary_block .list_typeB {
  padding: 30px;
  background: #464440;
  line-height: 1.4444444444;
}

.top_greeting .secondary_block .list_typeB li {
  padding-left: 15px;
  position: relative;
}

.top_greeting .secondary_block .list_typeB li:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}

.top_greeting .secondary_block .list_typeB li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .top_greeting .border_wrap {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    border: solid 1px #8b7035;
  }
  .top_greeting .primary_block {
    gap: 0 8%;
  }
  .top_greeting .primary_block .img_col {
    width: 52%;
  }
  .top_greeting .primary_block .txt_col {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_greeting .primary_block {
    display: block;
  }
  .top_greeting .primary_block .col {
    width: 100%;
  }
  .top_greeting .primary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top_greeting .secondary_block {
    gap: 0 2.5%;
  }
  .top_greeting .secondary_block .col {
    width: 48.75%;
  }
}
/* ループスライダー */
.top_slider02 {
  margin-top: -180px;
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

@media (max-width: 1224px) {
  .top_slider02 {
    margin-top: -100px;
  }
}
/* インプラント無料相談 */
.top_freeConsultation {
  padding: calc(30px + 70 * (100vw - 414px) / 1506) 0;
  background: #d2c7ae;
}

.top_freeConsultation figure {
  text-align: center;
}

.top_freeConsultation .primary_block {
  background: #fff;
  padding: calc(15px + 45 * (100vw - 414px) / 1506) calc(15px + 45 * (100vw - 414px) / 1506) 0 calc(15px + 45 * (100vw - 414px) / 1506);
}

.top_freeConsultation h2 {
  padding: 0;
  position: relative;
  text-align: left;
}

@media (max-width: 1224px) {
  .top_freeConsultation h2 {
    text-align: center;
  }
  .top_freeConsultation h2 .sub {
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .top_freeConsultation h2 {
    padding-bottom: 10px;
  }
}
.top_freeConsultation h2:before {
  display: none;
}

.top_freeConsultation h2 .en {
  color: #e5e5e5;
  font-size: calc(40px + 60 * (100vw - 414px) / 1506);
  letter-spacing: normal;
}

.top_freeConsultation h2 .sub {
  font-size: calc(20px + 30 * (100vw - 414px) / 1506);
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_freeConsultation h2 .color {
  color: #4e959d;
}

.top_freeConsultation .txt_wrap {
  padding-bottom: calc(15px + 10 * (100vw - 414px) / 1506);
}

.top_freeConsultation .txt_wrap p {
  line-height: 2;
}

.top_freeConsultation .secondary_block {
  background: #e0dbd1;
  padding: 30px calc(10px + 65 * (100vw - 414px) / 1506);
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

.top_freeConsultation .secondary_block h3 {
  overflow: hidden;
  border: 0;
  padding: 0;
  font-size: calc(22px + 4 * (100vw - 414px) / 1506);
}

.top_freeConsultation .secondary_block h3:before {
  display: none;
}

.top_freeConsultation .secondary_block h3 .line {
  display: table;
  margin: auto;
  position: relative;
  text-align: center;
}

.top_freeConsultation .secondary_block h3 .line:before, .top_freeConsultation .secondary_block h3 .line:after {
  content: "";
  width: 50vw;
  height: 1px;
  background: #d2c7ae;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_freeConsultation .secondary_block h3 .line:before {
  right: calc(100% + 20px);
}

.top_freeConsultation .secondary_block h3 .line:after {
  left: calc(100% + 20px);
}

.top_freeConsultation .secondary_block .bnr_lsit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .top_freeConsultation .secondary_block .bnr_lsit {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .top_freeConsultation .secondary_block .bnr_lsit {
    gap: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_freeConsultation .secondary_block .bnr_lsit li {
    width: 100%;
  }
}
.top_freeConsultation .bnr_img {
  text-align: center;
}

.top_freeConsultation .bnr_img + .bnr_img {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .top_freeConsultation .img_col {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .top_freeConsultation .container {
    width: 1560px;
  }
  .top_freeConsultation .row {
    gap: 0 2%;
  }
  .top_freeConsultation .row .img_col {
    width: 36.5%;
  }
  .top_freeConsultation .row .txt_col {
    width: 61.5%;
  }
  .top_freeConsultation .bnr_img + .bnr_img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_freeConsultation .row {
    display: block;
  }
  .top_freeConsultation .row .col {
    width: 100%;
  }
}
/* 当院のインプラント治療 */
.top_implant {
  background: url(../img/top/top_implant_bg.jpg) no-repeat center top, #eee9e2;
  padding: calc(35px + 45 * (100vw - 414px) / 1506) 0 calc(170px + 55 * (100vw - 414px) / 1506);
}

.top_implant h2 {
  padding: 0;
  position: relative;
  margin-bottom: calc(30px + 45 * (100vw - 414px) / 1506);
}

@media (max-width: 767px) {
  .top_implant h2 {
    padding-bottom: 10px;
  }
}
.top_implant h2:before {
  display: none;
}

.top_implant h2 .en {
  color: #ffffff;
  font-size: calc(40px + 60 * (100vw - 414px) / 1506);
  letter-spacing: normal;
}

.top_implant h2 .ttl {
  font-size: calc(20px + 30 * (100vw - 414px) / 1506);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_implant h3 {
  text-align: center;
  font-size: calc(22px + 8 * (100vw - 414px) / 1506);
  padding: 50px 0 0;
  border: 0;
}

.top_implant h3:before {
  width: 120px;
  height: 40px;
  background: url(../img/top/top_implant_ttl_ic01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_implant h3 .color {
  font-size: calc(30px + 10 * (100vw - 414px) / 1506);
  color: #82ac4f;
}

.top_implant .color_orange h3:before {
  background: url(../img/top/top_implant_ttl_ic02.png) no-repeat center/cover;
}

.top_implant .color_orange h3 .color {
  color: #ca9153;
}

.top_implant .color_orange .list li a .sub {
  color: #ca9153;
}

.top_implant .color_blue h3:before {
  background: url(../img/top/top_implant_ttl_ic03.png) no-repeat center/cover;
}

.top_implant .color_blue h3 .color {
  color: #4e959d;
}

.top_implant .color_blue .list li a .sub {
  color: #4e959d;
}

.top_implant .list {
  max-width: 860px;
  width: 100%;
  margin: auto;
}

.top_implant .list li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: calc(18px + 2 * (100vw - 414px) / 1506);
  line-height: 1.2;
  padding-left: 60px;
  position: relative;
  padding: 10px 17px 10px 62px;
  min-height: 80px;
}

.top_implant .list li a:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/top/arrow_ic.png) no-repeat center/cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.top_implant .list li a:hover {
  color: #907a47;
}

.top_implant .list li a .sub {
  display: block;
  font-size: calc(16px + 2 * (100vw - 414px) / 1506);
}

.top_implant .list li:not(:last-child) a {
  border-bottom: solid 1px #cccccc;
}

.top_implant .primary_block, .top_implant .secondary_block {
  margin-bottom: calc(30px + 40 * (100vw - 414px) / 1506);
}

.top_implant .primary_block figure, .top_implant .secondary_block figure {
  margin-bottom: 10px;
}

@media (min-width: 1225px) {
  .top_implant .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_implant .primary_block {
    margin-bottom: 30px !important;
  }
  .top_implant .secondary_block .col {
    margin-bottom: 0 !important;
  }
  .top_implant .secondary_block .col:not(:last-child) .list li a {
    border-bottom: solid 1px #cccccc !important;
  }
}
@media (min-width: 768px) {
  .top_implant .primary_block .row .col, .top_implant .secondary_block .row .col {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_implant .primary_block .row {
    display: block;
  }
  .top_implant .primary_block .row .col {
    width: 100%;
  }
  .top_implant .primary_block .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* 当院のインプラント治療の取り組み */
.top_atoit {
  margin-top: -180px;
  padding-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

.top_atoit h2 {
  font-size: calc(24px + 16 * (100vw - 414px) / 1506);
  padding: 0;
  margin-bottom: calc(20px + 36 * (100vw - 414px) / 1506);
}

.top_atoit h2:before {
  display: none;
}

.top_atoit h3 {
  color: #8b7035;
  border: 0;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding: 0;
  margin-bottom: 10px;
  font-size: calc(20px + 2 * (100vw - 414px) / 1506);
}

.top_atoit h3:before {
  display: none;
}

.top_atoit .btnstyle a {
  min-width: 240px !important;
}

.top_atoit .primary_block {
  padding: calc(20px + 50 * (100vw - 414px) / 1506);
  background: #dcdcdc;
  position: relative;
  margin-bottom: calc(30px + 70 * (100vw - 414px) / 1506);
}

.top_atoit .primary_block:before {
  content: "";
  width: 650px;
  height: 65px;
  background: url(../img/top/txt_img01.png) no-repeat center/cover;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .top_atoit .primary_block:before {
    width: 380px;
    height: 38px;
    top: -15px;
    background: url(../img/top/txt_img01_sp.png) no-repeat center/cover;
  }
}
.top_atoit .txt {
  margin-bottom: calc(15px + 17 * (100vw - 414px) / 1506);
}

.top_atoit .block figure {
  text-align: center;
}

.top_atoit .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_atoit .bnr_list li img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .top_atoit .bnr_list {
    gap: 0 24px;
  }
}
@media (max-width: 767px) {
  .top_atoit .bnr_list {
    gap: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_atoit .bnr_list li {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .top_atoit .row {
    gap: 60px 4%;
  }
  .top_atoit .row .col {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_atoit .row {
    display: block;
  }
  .top_atoit .row .col {
    width: 100%;
  }
  .top_atoit .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .top_atoit .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
  }
  .top_atoit .block figure {
    width: 34%;
  }
  .top_atoit .block .content {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .top_atoit .row .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .top_atoit .block figure {
    margin-bottom: 1em;
  }
  .top_atoit .block h3 {
    text-align: center;
  }
}
.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;
}

.top_case h2 {
  margin-bottom: clamp(20px, 3.9vw, 40px);
}
.top_case .case_slide_block {
  margin-bottom: clamp(20px, 3.9vw, 40px);
}
.top_case .case_slide_block .item_box {
  text-decoration: none;
  color: #000;
  width: 590px;
  margin: 0 10px;
  padding: clamp(15px, 2.6vw, 30px);
  background: #999999;
  position: relative;
  cursor: pointer;
  transition: .2s;
}

.top_case .case_slide_block .item_box a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
text-decoration: none;
}

.top_case .case_slide_block .item_box:hover {
 color: #907a47;
 transition: .2s;
}
.top_case .case_slide_block .item_box .bef_aft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.top_case .case_slide_block .item_box .bef_aft li {
  width: calc((100% - 25px) / 2);
}
.top_case .case_slide_block .item_box .bef_aft li:not(:last-child) {
  position: relative;
}
.top_case .case_slide_block .item_box .bef_aft li:not(:last-child):after {
  content: "";
  width: 8px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
  background-color: #312f2a;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.top_case .case_slide_block .item_box .bef_aft li span {
  text-align: center;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 20px);
  color: #fff;
}
.top_case .case_slide_block .item_box .bef_aft li span.bef {
  background: #4e959d;
}
.top_case .case_slide_block .item_box .bef_aft li span.aft {
  background: #ab9157;
}
.top_case .case_slide_block .item_box .content {
  background: #ececec;
  border: solid 1px #000000;
  padding: 16px 20px;
}
.top_case .case_slide_block .item_box .content .ttl {
  font-size: clamp(18px, 2.4vw, 20px);
  margin-bottom: 0;
}
.top_case .case_slide_block .item_box .content .age-group-male {
  font-size: clamp(16px, 2.2vw, 18px);
  margin-bottom: 0;
}
.top_case .slick-next, .top_case .slick-prev {
  width: 53px;
  height: 53px;
  z-index: 1;
}
.top_case .slick-next:before, .top_case .slick-prev:before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/common/slider_arrow.png) no-repeat center/cover;
  opacity: 1;
}
.top_case .slick-next {
  right: 12vw;
}
@media (max-width: 767px) {
  .top_case .slick-next {
    right: 4vw;
  }
}
@media (min-width: 1120px) {
  .top_case .slick-next {
    right: 50%;
    margin-right: -31vw;
  }
}
.top_case .slick-prev {
  left: 12vw;
}
@media (max-width: 767px) {
  .top_case .slick-prev {
    left: 4vw;
  }
}
.top_case .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1120px) {
  .top_case .slick-prev {
    left: 50%;
    margin-left: -31vw;
  }
}/*# sourceMappingURL=bond.css.map */

.main_btn_wrap {
    position: absolute;
    bottom: 3%;
    left: 10%;
    width: 15%;
    z-index: 99;
	transition: .3s;
}
@media (max-width: 767px) {
.main_btn_wrap {
    bottom: 2%;
    left: 17%;
    width: 36%;
	}
}
.main_btn_wrap:hover {
  opacity: .8;
}