@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #00a799;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-family: "UD Shin Maru Go Regular JIS2004", sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 700;
  font-family: "UD Shin Maru Go Regular JIS2004", sans-serif;
}
.mce-content-body:not(.home *) h2 {
  color: #333333;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h2 {
    font-size: 24px;
  }
}
.mce-content-body:not(.home *) h2:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: #00a799;
  width: 72px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h2:after {
    width: 45px;
  }
}
.mce-content-body:not(.home *) h3 {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #00a799;
  position: relative;
  padding-left: 26px;
}
.mce-content-body:not(.home *) h3:after {
  content: none;
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 10px;
  right: auto;
  top: 1.23em;
  bottom: auto;
  background: #00a799;
  width: 12px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h3 {
    font-size: 22px;
  }
}
.mce-content-body:not(.home *) h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body:not(.home *) h3.aside_title:after, .mce-content-body:not(.home *) h3.aside_title:before {
  display: none;
}
.mce-content-body:not(.home *) h3 {
  background: #def0ef;
  padding: 10px 5px;
  padding-left: 30px;
}
.mce-content-body:not(.home *) h4 {
  color: #333333;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  padding-left: 18px;
  display: table;
  border-bottom: 1px solid #00a799;
}
.mce-content-body:not(.home *) h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h4 {
    font-size: 19px;
  }
}
.mce-content-body:not(.home *) h4:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: .7em;
  bottom: auto;
  width: 4px;
  height: 4px;
  background: #00a799;
}
@media screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h4:after {
    top: 13px;
  }
}
.mce-content-body:not(.home *) h5 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0 .5em;
  display: table;
  z-index: 1;
}
.mce-content-body:not(.home *) h5:before {
  display: none;
}
.mce-content-body:not(.home *) h5:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: #def0ef;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h5:before {
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h5 {
    font-size: 17px;
  }
}

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

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

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

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

.box_border {
  background: #fff;
  border: 6px solid #f4f2ef;
}

.box_border .box_bg {
  background: rgba(247, 150, 70, 0.1);
}

.section_bg .box_border {
  border-color: #def0ef;
}
.section_bg .box_border .box_bg {
  background: #f4f2ef;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.grid.sp_col2 .col .box_bg,
.grid.sp_col2 .col .box_border, .grid.sp_col3 .col .box_bg,
.grid.sp_col3 .col .box_border {
  height: 100%;
  padding: 24px 16px;
}
.grid.sp_col2 .col .box_bg .box_bg,
.grid.sp_col2 .col .box_bg .box_border,
.grid.sp_col2 .col .box_border .box_bg,
.grid.sp_col2 .col .box_border .box_border, .grid.sp_col3 .col .box_bg .box_bg,
.grid.sp_col3 .col .box_bg .box_border,
.grid.sp_col3 .col .box_border .box_bg,
.grid.sp_col3 .col .box_border .box_border {
  height: auto;
}
@media screen and (min-width: 768px) {
  .grid .col .box_bg,
  .grid .col .box_border {
    height: 100%;
    padding: 24px 16px;
  }
  .grid .col .box_bg .box_bg,
  .grid .col .box_bg .box_border,
  .grid .col .box_border .box_bg,
  .grid .col .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%;
}
@media only screen and (min-width: 768px) {
  .googlemap.full,
  .youtube.full {
    padding-top: 450px;
  }
}

.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:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  div.clearfix:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  div.clearfix figure {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  div.clearfix .full-img {
    height: 450px;
    overflow: hidden;
  }
  div.clearfix .full-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  display: grid;
  gap: 10px;
  border: 1px solid #00a799 !important;
  border-radius: 0px !important;
  padding: 30px 20px !important;
}
.link_anchor li {
  line-height: 1;
  margin: 0;
}
.link_anchor a {
  background: #fff;
  color: #00a799 !important;
  border-radius: 3px;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px;
  border: 1px solid #00a799;
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  color: #00a799 !important;
  width: auto;
  padding: 5px 0 5px 50px;
  text-decoration: none;
}
.link_anchor a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 19px;
  right: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: .8em;
  bottom: auto;
}
.link_anchor a::before {
  content: "";
  position: absolute;
  display: block;
  background: #00a799;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  left: 10px;
  right: auto;
  top: 0.15em;
  bottom: auto;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_anchor a:hover {
  opacity: 1;
  color: #927b5f !important;
  background: none;
}
.link_anchor a:hover:before {
  background: #927b5f;
}
.link_anchor a:hover:after {
  border-color: white;
}
@media only screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .link_anchor {
    grid-template-columns: 1fr 1fr;
  }
  .link_anchor.link_col_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
  display: grid;
  gap: 10px 2%;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

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

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #927b5f;
  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 #00a799;
  top: 10px;
}

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

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    grid-template-columns: repeat(2, 48%);
  }

  ul.list_columns_3 {
    grid-template-columns: repeat(3, 32%);
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 26px;
  font-weight: normal;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #00a799;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "BIZ UDGothic", sans-serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #00a799;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #927b5f;
  top: 30px;
}

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

.flow-block {
  border: 5px solid #f4f2ef;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #d8cec1;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #00a799;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  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: #927b5f;
  background: #927b5f;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.flow-block .title .num.step {
  width: auto;
  height: auto;
  padding: 0 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_default th, table.table_default td {
  border: 1px solid #ddd;
  padding: 15px 1rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: left;
}
table.table_default tbody th {
  background: #00a799;
  color: #fff;
}
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 #00a799;
  color: #00a799;
  width: 25%;
  border-bottom: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #00a799;
}
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: #00a799;
  border-bottom: 1px solid #00a799;
  border-top: 1px solid #00a799;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: .8rem .2rem;
  text-align: center;
  font-weight: normal;
}
table.table_timetable thead th {
  background: #00a799;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable.radius thead tr th:first-child {
  border-top-left-radius: 10px;
}
table.table_timetable.radius thead tr th:last-child {
  border-top-right-radius: 10px;
}
table.table_timetable.radius tbody tr:last-child th, table.table_timetable.radius tbody tr:last-child td {
  border-bottom: 0;
}
table.table_timetable.radius tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}
table.table_timetable.radius tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table.table_timetable.th-radius thead tr th:first-child {
  border-top-left-radius: 10px;
}
table.table_timetable.th-radius thead tr th:last-child {
  border-top-right-radius: 10px;
}
table.table_timetable.type2 thead th:last-child {
  padding-right: 10px;
}
table.table_timetable.type2 tbody td:last-child {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  table.table_timetable.type2 thead th:last-child {
    width: 11%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_timetable.type2 thead th:last-child {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee:not(:last-child) {
  margin-bottom: 1em;
}
table.table_fee.fixed {
  table-layout: fixed;
}
table.table_fee th {
  width: 25%;
}
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 th.w1, table.table_fee td.w1 {
  width: 1%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w1, table.table_fee td.sp-w1 {
    width: 1%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w1, table.table_fee td.pc-w1 {
    width: 1%;
  }
}
table.table_fee th.w2, table.table_fee td.w2 {
  width: 2%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w2, table.table_fee td.sp-w2 {
    width: 2%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w2, table.table_fee td.pc-w2 {
    width: 2%;
  }
}
table.table_fee th.w3, table.table_fee td.w3 {
  width: 3%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w3, table.table_fee td.sp-w3 {
    width: 3%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w3, table.table_fee td.pc-w3 {
    width: 3%;
  }
}
table.table_fee th.w4, table.table_fee td.w4 {
  width: 4%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w4, table.table_fee td.sp-w4 {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w4, table.table_fee td.pc-w4 {
    width: 4%;
  }
}
table.table_fee th.w5, table.table_fee td.w5 {
  width: 5%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w5, table.table_fee td.sp-w5 {
    width: 5%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w5, table.table_fee td.pc-w5 {
    width: 5%;
  }
}
table.table_fee th.w6, table.table_fee td.w6 {
  width: 6%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w6, table.table_fee td.sp-w6 {
    width: 6%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w6, table.table_fee td.pc-w6 {
    width: 6%;
  }
}
table.table_fee th.w7, table.table_fee td.w7 {
  width: 7%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w7, table.table_fee td.sp-w7 {
    width: 7%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w7, table.table_fee td.pc-w7 {
    width: 7%;
  }
}
table.table_fee th.w8, table.table_fee td.w8 {
  width: 8%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w8, table.table_fee td.sp-w8 {
    width: 8%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w8, table.table_fee td.pc-w8 {
    width: 8%;
  }
}
table.table_fee th.w9, table.table_fee td.w9 {
  width: 9%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w9, table.table_fee td.sp-w9 {
    width: 9%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w9, table.table_fee td.pc-w9 {
    width: 9%;
  }
}
table.table_fee th.w10, table.table_fee td.w10 {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w10, table.table_fee td.sp-w10 {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w10, table.table_fee td.pc-w10 {
    width: 10%;
  }
}
table.table_fee th.w11, table.table_fee td.w11 {
  width: 11%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w11, table.table_fee td.sp-w11 {
    width: 11%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w11, table.table_fee td.pc-w11 {
    width: 11%;
  }
}
table.table_fee th.w12, table.table_fee td.w12 {
  width: 12%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w12, table.table_fee td.sp-w12 {
    width: 12%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w12, table.table_fee td.pc-w12 {
    width: 12%;
  }
}
table.table_fee th.w13, table.table_fee td.w13 {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w13, table.table_fee td.sp-w13 {
    width: 13%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w13, table.table_fee td.pc-w13 {
    width: 13%;
  }
}
table.table_fee th.w14, table.table_fee td.w14 {
  width: 14%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w14, table.table_fee td.sp-w14 {
    width: 14%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w14, table.table_fee td.pc-w14 {
    width: 14%;
  }
}
table.table_fee th.w15, table.table_fee td.w15 {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w15, table.table_fee td.sp-w15 {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w15, table.table_fee td.pc-w15 {
    width: 15%;
  }
}
table.table_fee th.w16, table.table_fee td.w16 {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w16, table.table_fee td.sp-w16 {
    width: 16%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w16, table.table_fee td.pc-w16 {
    width: 16%;
  }
}
table.table_fee th.w17, table.table_fee td.w17 {
  width: 17%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w17, table.table_fee td.sp-w17 {
    width: 17%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w17, table.table_fee td.pc-w17 {
    width: 17%;
  }
}
table.table_fee th.w18, table.table_fee td.w18 {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w18, table.table_fee td.sp-w18 {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w18, table.table_fee td.pc-w18 {
    width: 18%;
  }
}
table.table_fee th.w19, table.table_fee td.w19 {
  width: 19%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w19, table.table_fee td.sp-w19 {
    width: 19%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w19, table.table_fee td.pc-w19 {
    width: 19%;
  }
}
table.table_fee th.w20, table.table_fee td.w20 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w20, table.table_fee td.sp-w20 {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w20, table.table_fee td.pc-w20 {
    width: 20%;
  }
}
table.table_fee th.w21, table.table_fee td.w21 {
  width: 21%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w21, table.table_fee td.sp-w21 {
    width: 21%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w21, table.table_fee td.pc-w21 {
    width: 21%;
  }
}
table.table_fee th.w22, table.table_fee td.w22 {
  width: 22%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w22, table.table_fee td.sp-w22 {
    width: 22%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w22, table.table_fee td.pc-w22 {
    width: 22%;
  }
}
table.table_fee th.w23, table.table_fee td.w23 {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w23, table.table_fee td.sp-w23 {
    width: 23%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w23, table.table_fee td.pc-w23 {
    width: 23%;
  }
}
table.table_fee th.w24, table.table_fee td.w24 {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w24, table.table_fee td.sp-w24 {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w24, table.table_fee td.pc-w24 {
    width: 24%;
  }
}
table.table_fee th.w25, table.table_fee td.w25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w25, table.table_fee td.sp-w25 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w25, table.table_fee td.pc-w25 {
    width: 25%;
  }
}
table.table_fee th.w26, table.table_fee td.w26 {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w26, table.table_fee td.sp-w26 {
    width: 26%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w26, table.table_fee td.pc-w26 {
    width: 26%;
  }
}
table.table_fee th.w27, table.table_fee td.w27 {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w27, table.table_fee td.sp-w27 {
    width: 27%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w27, table.table_fee td.pc-w27 {
    width: 27%;
  }
}
table.table_fee th.w28, table.table_fee td.w28 {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w28, table.table_fee td.sp-w28 {
    width: 28%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w28, table.table_fee td.pc-w28 {
    width: 28%;
  }
}
table.table_fee th.w29, table.table_fee td.w29 {
  width: 29%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w29, table.table_fee td.sp-w29 {
    width: 29%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w29, table.table_fee td.pc-w29 {
    width: 29%;
  }
}
table.table_fee th.w30, table.table_fee td.w30 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w30, table.table_fee td.sp-w30 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w30, table.table_fee td.pc-w30 {
    width: 30%;
  }
}
table.table_fee th.w31, table.table_fee td.w31 {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w31, table.table_fee td.sp-w31 {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w31, table.table_fee td.pc-w31 {
    width: 31%;
  }
}
table.table_fee th.w32, table.table_fee td.w32 {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w32, table.table_fee td.sp-w32 {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w32, table.table_fee td.pc-w32 {
    width: 32%;
  }
}
table.table_fee th.w33, table.table_fee td.w33 {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w33, table.table_fee td.sp-w33 {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w33, table.table_fee td.pc-w33 {
    width: 33%;
  }
}
table.table_fee th.w34, table.table_fee td.w34 {
  width: 34%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w34, table.table_fee td.sp-w34 {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w34, table.table_fee td.pc-w34 {
    width: 34%;
  }
}
table.table_fee th.w35, table.table_fee td.w35 {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w35, table.table_fee td.sp-w35 {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w35, table.table_fee td.pc-w35 {
    width: 35%;
  }
}
table.table_fee th.w36, table.table_fee td.w36 {
  width: 36%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w36, table.table_fee td.sp-w36 {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w36, table.table_fee td.pc-w36 {
    width: 36%;
  }
}
table.table_fee th.w37, table.table_fee td.w37 {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w37, table.table_fee td.sp-w37 {
    width: 37%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w37, table.table_fee td.pc-w37 {
    width: 37%;
  }
}
table.table_fee th.w38, table.table_fee td.w38 {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w38, table.table_fee td.sp-w38 {
    width: 38%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w38, table.table_fee td.pc-w38 {
    width: 38%;
  }
}
table.table_fee th.w39, table.table_fee td.w39 {
  width: 39%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w39, table.table_fee td.sp-w39 {
    width: 39%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w39, table.table_fee td.pc-w39 {
    width: 39%;
  }
}
table.table_fee th.w40, table.table_fee td.w40 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w40, table.table_fee td.sp-w40 {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w40, table.table_fee td.pc-w40 {
    width: 40%;
  }
}
table.table_fee th.w41, table.table_fee td.w41 {
  width: 41%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w41, table.table_fee td.sp-w41 {
    width: 41%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w41, table.table_fee td.pc-w41 {
    width: 41%;
  }
}
table.table_fee th.w42, table.table_fee td.w42 {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w42, table.table_fee td.sp-w42 {
    width: 42%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w42, table.table_fee td.pc-w42 {
    width: 42%;
  }
}
table.table_fee th.w43, table.table_fee td.w43 {
  width: 43%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w43, table.table_fee td.sp-w43 {
    width: 43%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w43, table.table_fee td.pc-w43 {
    width: 43%;
  }
}
table.table_fee th.w44, table.table_fee td.w44 {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w44, table.table_fee td.sp-w44 {
    width: 44%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w44, table.table_fee td.pc-w44 {
    width: 44%;
  }
}
table.table_fee th.w45, table.table_fee td.w45 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w45, table.table_fee td.sp-w45 {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w45, table.table_fee td.pc-w45 {
    width: 45%;
  }
}
table.table_fee th.w46, table.table_fee td.w46 {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w46, table.table_fee td.sp-w46 {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w46, table.table_fee td.pc-w46 {
    width: 46%;
  }
}
table.table_fee th.w47, table.table_fee td.w47 {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w47, table.table_fee td.sp-w47 {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w47, table.table_fee td.pc-w47 {
    width: 47%;
  }
}
table.table_fee th.w48, table.table_fee td.w48 {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w48, table.table_fee td.sp-w48 {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w48, table.table_fee td.pc-w48 {
    width: 48%;
  }
}
table.table_fee th.w49, table.table_fee td.w49 {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w49, table.table_fee td.sp-w49 {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w49, table.table_fee td.pc-w49 {
    width: 49%;
  }
}
table.table_fee th.w50, table.table_fee td.w50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w50, table.table_fee td.sp-w50 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w50, table.table_fee td.pc-w50 {
    width: 50%;
  }
}
table.table_fee th.w51, table.table_fee td.w51 {
  width: 51%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w51, table.table_fee td.sp-w51 {
    width: 51%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w51, table.table_fee td.pc-w51 {
    width: 51%;
  }
}
table.table_fee th.w52, table.table_fee td.w52 {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w52, table.table_fee td.sp-w52 {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w52, table.table_fee td.pc-w52 {
    width: 52%;
  }
}
table.table_fee th.w53, table.table_fee td.w53 {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w53, table.table_fee td.sp-w53 {
    width: 53%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w53, table.table_fee td.pc-w53 {
    width: 53%;
  }
}
table.table_fee th.w54, table.table_fee td.w54 {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w54, table.table_fee td.sp-w54 {
    width: 54%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w54, table.table_fee td.pc-w54 {
    width: 54%;
  }
}
table.table_fee th.w55, table.table_fee td.w55 {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w55, table.table_fee td.sp-w55 {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w55, table.table_fee td.pc-w55 {
    width: 55%;
  }
}
table.table_fee th.w56, table.table_fee td.w56 {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w56, table.table_fee td.sp-w56 {
    width: 56%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w56, table.table_fee td.pc-w56 {
    width: 56%;
  }
}
table.table_fee th.w57, table.table_fee td.w57 {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w57, table.table_fee td.sp-w57 {
    width: 57%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w57, table.table_fee td.pc-w57 {
    width: 57%;
  }
}
table.table_fee th.w58, table.table_fee td.w58 {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w58, table.table_fee td.sp-w58 {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w58, table.table_fee td.pc-w58 {
    width: 58%;
  }
}
table.table_fee th.w59, table.table_fee td.w59 {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w59, table.table_fee td.sp-w59 {
    width: 59%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w59, table.table_fee td.pc-w59 {
    width: 59%;
  }
}
table.table_fee th.w60, table.table_fee td.w60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  table.table_fee th.sp-w60, table.table_fee td.sp-w60 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  table.table_fee th.pc-w60, table.table_fee td.pc-w60 {
    width: 60%;
  }
}
table.table_fee thead th, table.table_fee thead td {
  background: #00a799;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
table.table_fee tbody th {
  background: #f2f8f8;
  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_fee_right tbody tr td {
  text-align: right !important;
}
table.table_fee_center th, table.table_fee_center td {
  text-align: center !important;
}

.consul {
  color: #00a799 !important;
}

.consul2 {
  color: #f79646 !important;
}

.js-scrollable:not(:last-child),
.js-scrollable_pc:not(:last-child) {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .js-scrollable {
    overflow: visible !important;
  }
  .js-scrollable table {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .js-scrollable table {
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

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

.footer {
  padding: 50px 0 0;
  background: #f4f2ef;
  overflow: hidden;
}
.footer .f_nav {
  background: white;
  padding: 50px 0;
  margin-top: 50px;
}
.footer .f_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .f_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer .f_nav ul li a {
  text-decoration: none;
  color: #627876;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer .f_nav ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer .f_nav {
    padding: 30px 0;
    margin-top: 30px;
  }
  .footer .f_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .f_nav ul li {
    border-bottom: 1px solid #ddd4c2;
    padding-bottom: .3em;
  }
  .footer .f_nav ul li:not(:last-child) {
    margin-bottom: .3em;
  }
  .footer .f_nav ul li a {
    position: relative;
    padding-left: 15px;
  }
  .footer .f_nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: .5em;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #00a799;
    border-right: 1px solid #00a799;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.footer .line-1 .box {
  width: 100%;
}
.footer .line-1 .box .sec_logo {
  margin: 0 0 30px;
}
.footer .line-1 .box p {
  color: #627876;
}
.footer .line-1 .box p a {
  color: #627876;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer .line-1 {
    margin-bottom: 30px;
  }
  .footer .line-1 .sec_logo img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 70px 0;
  }
  .footer .line-1 .box {
    width: 100%;
  }
  .footer .line-1 .box .sec_logo {
    margin: 0 0 40px;
  }
  .footer .line-2 {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .footer .line-2 .col_2 {
    width: calc((100% - 40px) / 2);
  }
  .footer .line-2 .col_2 .banner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .footer .line-2 .col_2 .pc-text-right {
    margin-left: auto;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1240px) {
  .footer {
    padding: 100px 0 0;
  }
}

.copyright {
  background: #00a799;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    /* padding: 10px 0 17%; */
    padding: 10px 0;
  }
}
/* @media only screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 80px;
  }
} */

.loopslider_wrap {
  overflow: hidden;
}
.loopslider_wrap .loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .loopslider_wrap .loopslider {
    width: calc(200px * 12);
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 6));
              transform: translateX(calc(-200px * 6));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 6));
              transform: translateX(calc(-200px * 6));
    }
  }
}
@media only screen and (min-width: 768px) {
  .loopslider_wrap .loopslider {
    width: calc(410px * 12);
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-410px * 6));
              transform: translateX(calc(-410px * 6));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-410px * 6));
              transform: translateX(calc(-410px * 6));
    }
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}
.img_slider img {
  border-radius: 0;
}
.img_slider .img_slide_main .slick-prev, .img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}
.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;
}
.img_slider .img_slide_main .item {
  position: relative;
  height: auto;
}
.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .img_slider .img_slide_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;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5;
  }
}
.img_slider .img_slide_thumb {
  margin-top: 10px;
}
.img_slider .img_slide_thumb img {
  padding: 0 5px;
}
.img_slider .img_slide_thumb .item {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
}

.sec_top h2 {
  font-size: clamp(26px, 5vw, 55px);
  color: #00a799;
  line-height: 1;
  text-align: center;
  padding-bottom: .5em;
  margin-bottom: 1.2em;
  position: relative;
  font-weight: bold;
}
.sec_top h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  background: #00a799;
  margin: auto;
}
.sec_top h2 .sub {
  font-size: clamp(20px, 3.5vw, 35px);
  color: #627876;
  display: block;
  margin-top: .5em;
}
.sec_top h3 {
  color: #627876;
  font-size: clamp(20px, 3.5vw, 35px);
  line-height: calc(56 / 35);
}

.sec_news dl {
  overflow: auto;
  max-height: 210px;
}
.sec_news dl dt {
  padding: 0 0;
  margin: 0 0;
}
.sec_news dl dd {
  padding: 0 0 .5em;
  margin: 0 0;
  border-bottom: 1px solid #ddd;
}
.sec_news dl dd:not(:last-child) {
  margin-bottom: .5em;
}
.sec_news dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec_news dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .sec_news dl {
    max-height: 145px;
  }
  .sec_news dl dt {
    width: 120px;
    float: left;
    clear: both;
    padding: .5em 0;
  }
  .sec_news dl dt + dd {
    padding-left: 100px;
  }
  .sec_news dl dd {
    padding: .5em 0;
    margin: 0;
  }
  .sec_news dl dd:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec_1 {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sec_1 {
    padding: 100px 0;
  }
}

.sec_2 {
  background: url("../img/top/bg_img001.png") no-repeat center/cover;
  padding: 50px 0;
}
.sec_2 p:not(:last-child) {
  margin-bottom: 1em;
}
.sec_2 p strong {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .row {
    row-gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sec_2 .row {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_2 .row .col {
    width: 100%;
  }
  .sec_2 .row .col p {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_2 .row .col__img {
    width: 59%;
  }
  .sec_2 .row .col__text {
    width: 39%;
  }
  .sec_2 .row .col__text p {
    line-height: calc(28 / 16);
  }
}
@media only screen and (min-width: 1240px) {
  .sec_2 .row .col__img {
    width: 722px;
  }
  .sec_2 .row .col__text {
    width: calc(98% - 722px);
  }
}

.sec_3 .box-text {
  padding: 2em 1em;
  background: rgba(244, 242, 239, 0.9);
  display: table;
}
.sec_3 .box-text h3 {
  font-size: clamp(20px, 3.5vw, 35px);
  color: #627876;
  margin-bottom: .3em;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sec_3 .box-text h3:before, .sec_3 .box-text h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #627876;
}
.sec_3 .box-text h3:before {
  left: calc(100% + .3em);
}
.sec_3 .box-text h3:after {
  right: calc(100% + .3em);
}
.sec_3 .box-text .text-large {
  color: #627876;
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: calc(32 / 25);
  text-align: center;
  margin-bottom: 1.5em;
}
.sec_3 .box-text .list_btn li a {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_3 {
    padding: 50px 0;
  }
  .sec_3 .box {
    margin-top: -50px;
    position: relative;
  }
  .sec_3 .box .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_3 .box .list_btn li {
    width: calc((100% - 10px) / 2);
  }
  .sec_3 .box .list_btn li a:after {
    width: 20px;
  }
  .sec_3 .box .list_btn li.btn5 {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .sec_3 .box .list_btn li a {
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec_3 {
    padding: 100px 0;
  }
  .sec_3 .loopslider_wrap {
    margin-bottom: 65px;
  }
  .sec_3 .box {
    position: relative;
  }
  .sec_3 .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 670px;
  }
  .sec_3 .box-text .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    max-width: 510px;
  }
  .sec_3 .box-text .list_btn li.btn1, .sec_3 .box-text .list_btn li.btn2 {
    width: 134px;
  }
  .sec_3 .box-text .list_btn li.btn3 {
    width: 222px;
  }
  .sec_3 .box-text .list_btn li.btn4, .sec_3 .box-text .list_btn li.btn5 {
    width: 250px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_3 .box-text {
    padding: 75px;
  }
}

.sec_4 {
  margin-bottom: 50px;
}
.sec_4 .naisho-sliders .slide {
  background: #ceeeec;
  padding: 1em;
  position: relative;
}
.sec_4 .naisho-sliders .slide .num {
  font-weight: bold;
  line-height: 1;
  font-size: clamp(40px, 8vw, 86px);
  color: #00a799;
  font-family: "BIZ UDGothic", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_4 .naisho-sliders .slide figure {
  text-align: center;
  margin-bottom: 1em;
}
.sec_4 .naisho-sliders .slide figure img {
  display: unset;
}
.sec_4 .naisho-sliders .slide h3 {
  font-size: clamp(20px, 2.8vw, 28px);
  color: #00a799;
  text-align: center;
  margin-bottom: .5em;
}
.sec_4 .naisho-sliders .slide p {
  color: #627876;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: calc(29 / 18);
}
.sec_4 .naisho-sliders .slick-arrow {
  width: 36px;
  height: 36px;
  background: #927b5f;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.sec_4 .naisho-sliders .slick-arrow img {
  max-width: 7px;
}
.sec_4 .naisho-sliders .slick-arrow:before {
  content: "";
  width: 8px;
  height: 26px;
}
.sec_4 .naisho-sliders .slick-arrow.slick-prev {
  left: 10px;
}
.sec_4 .naisho-sliders .slick-arrow.slick-prev:before {
  background: url("../img/common/arrow_slide_p.png") no-repeat center/contain;
}
.sec_4 .naisho-sliders .slick-arrow.slick-next {
  right: 10px;
}
.sec_4 .naisho-sliders .slick-arrow.slick-next:before {
  background: url("../img/common/arrow_slide_n.png") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .sec_4 .naisho-sliders .slide {
    height: auto;
    margin: 0 10px;
    min-height: 317px;
  }
  .sec_4 .naisho-sliders .slide .num {
    left: 10px;
  }
  .sec_4 .naisho-sliders .slide figure img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_4 {
    margin-bottom: 100px;
  }
  .sec_4 .naisho-sliders .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_4 .naisho-sliders .slide {
    padding: 20px;
    margin: 0 10px;
    height: auto;
    width: clamp(400px, 284.675px + 15.016vw, 585px)!important;
  }
  .sec_4 .naisho-sliders .slide .num {
    top: 10px;
    left: 20px;
  }
  .sec_4 .naisho-sliders .slide figure {
    margin-bottom: 30px;
  }
  .sec_4 .naisho-sliders .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .sec_4 .naisho-sliders .slick-arrow:before {
    width: 13px;
    height: 31px;
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-prev {
    left: 10px;
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .sec_4 .naisho-sliders .slide .num {
    top: 0;
    left: 10px;
  }
  .sec_4 .naisho-sliders .slick-arrow {
    width: 95px;
    height: 95px;
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-prev {
    left: 20vw;
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-next {
    right: 20vw;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_4 .naisho-sliders .slick-track {
    left: calc(-405 / 2000 * 100vw);
  }
  .sec_4 .naisho-sliders .slide {
    padding: 50px;
    margin: 0 15px;
  }
  .sec_4 .naisho-sliders .slide .num {
    top: 10px;
    left: 30px;
  }
}
@media only screen and (min-width: 1340px) {
  .sec_4 .naisho-sliders .slick-track {
    left: -302px;
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-prev {
    left: calc((100vw - 1295px) / 2);
  }
  .sec_4 .naisho-sliders .slick-arrow.slick-next {
    right: calc((100vw - 1295px) / 2);
  }
}

.sec_5 {
  position: relative;
}
.sec_5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1550px;
  height: 97%;
  background: #f4f2ef;
  z-index: -1;
}
.sec_5 .row .col a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: white;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 500;
  line-height: calc(38 / 28);
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.sec_5 .row .col a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 31px;
  height: 24px;
  background: url("../img/common/icon_arrow.png") no-repeat center/contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_5 .row .col a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sec_5 .row .col a:hover:after {
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_5 {
    padding: 0 0 50px;
  }
  .sec_5 .row {
    row-gap: 10px;
  }
  .sec_5 .row .col {
    height: calc(240 / 767 * 100vw);
  }
  .sec_5 .row .col__1 {
    background: url("../img/top/sp_bg_txt1.png") no-repeat center/cover;
  }
  .sec_5 .row .col__2 {
    background: url("../img/top/sp_bg_txt2.png") no-repeat center/cover;
  }
  .sec_5 .row .col__3 {
    background: url("../img/top/sp_bg_txt3.png") no-repeat center/cover;
  }
}
@media only screen and (min-width: 768px) {
  .sec_5 {
    padding: 0 0 100px;
  }
  .sec_5:before {
    height: 95%;
  }
  .sec_5 .row {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .sec_5 .row .col {
    width: calc((100% - 20px) / 3);
    height: calc(298 / 1920 * 100vw);
  }
  .sec_5 .row .col__1 {
    background: url("../img/top/bg_txt1.png") no-repeat center/cover;
  }
  .sec_5 .row .col__2 {
    background: url("../img/top/bg_txt2.png") no-repeat center/cover;
  }
  .sec_5 .row .col__3 {
    background: url("../img/top/bg_txt3.png") no-repeat center/cover;
  }
  .sec_5 .row .col a:after {
    bottom: 20px;
    right: 20px;
  }
  .sec_5 .row .col a:hover:after {
    right: 15px;
  }
}

.sec_6 {
  padding: 50px 0;
}
.sec_6 .row .col a {
  text-decoration: none;
  color: white;
  font-size: clamp(20px, 3.5vw, 35px);
  font-weight: 500;
  font-family: "BIZ UDGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_6 .row .col a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 24px;
  background: url("../img/common/icon_arrow.png") no-repeat center/contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_6 .row .col a:hover {
  opacity: .7;
}
.sec_6 .row .col a:hover:after {
  right: .9em;
}
.sec_6 .row .col p {
  color: #627876;
  font-size: clamp(16px, 2vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec_6 .row .col .btn1 {
    background: url("../img/top/sp_btn_bg1.png") no-repeat center left/cover;
  }
  .sec_6 .row .col .btn2 {
    background: url("../img/top/sp_btn_bg2.png") no-repeat center left/cover;
  }
  .sec_6 .row .col a {
    height: clamp(80px, 8.253px + 19.133vw, 155px);
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 28vw;
  }
  .sec_6 .row .col__left p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sec_6 {
    padding: 100px 0;
  }
  .sec_6 .row .col {
    width: 49%;
  }
  .sec_6 .row .col .btn1 {
    background: url("../img/top/btn_bg1.png") no-repeat center left/cover;
  }
  .sec_6 .row .col .btn2 {
    background: url("../img/top/btn_bg2.png") no-repeat center left/cover;
  }
  .sec_6 .row .col a {
    height: clamp(100px, 65.714px + 4.464vw, 155px);
    margin-bottom: 25px;
  }
  .sec_6 .row .col a .txt {
    margin-left: clamp(50px, -15.455px + 8.523vw, 155px);
  }
}

.sec_7 {
  background: #f4f2ef;
  padding: 50px 0;
}
.sec_7 .row .col .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.sec_7 .row .col .btnstyle {
  margin: 0;
}
.sec_7 .row .col .btnstyle a {
  font-size: 16px;
  min-width: 225px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: .34em 3em .34em 1em;
  text-align: left;
  letter-spacing: normal;
}
.sec_7 .row .col .content {
  background: white;
  padding: 1em;
}
.sec_7 .row .col .table_timetable tbody th, .sec_7 .row .col .table_timetable tbody td {
  border-color: #f4f2ef;
}
.sec_7 .row .col__time .logo {
  margin-bottom: 30px;
}
.sec_7 .row .col__time dl {
  max-height: unset;
}
.sec_7 .row .col__time dl dt, .sec_7 .row .col__time dl dd {
  width: 100%;
  color: #627876;
}
.sec_7 .row .col__time dl dt {
  font-weight: bold;
  padding: 0;
}
.sec_7 .row .col__time dl dd {
  padding: 0 0 .7em;
}
.sec_7 .row .col__time dl dd:not(:last-child) {
  margin-bottom: .7em;
}
.sec_7 .box_faqs {
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: .5em;
  color: #627876;
  border-bottom: 1px solid #ddd4c2;
}
.sec_7 .box_faqs:not(:last-child) {
  margin-bottom: .5em;
}
.sec_7 .box_faqs .answers {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec_7 .row .col .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .sec_7 .row .col .btnstyle a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 3em;
    max-width: unset;
  }
  .sec_7 .row .col .btnstyle a:after {
    width: 25px;
  }
  .sec_7 .row .col .box1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_7 {
    padding: 100px 0;
  }
  .sec_7 .row {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .sec_7 .row .col {
    width: 100%;
  }
  .sec_7 .row .col .content {
    padding: 20px;
  }
  .sec_7 .row .col .box1 {
    margin-bottom: 30px;
  }
  .sec_7 .row .col__time dl {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .sec_7 .row {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .sec_7 .row .col {
    width: calc((100% - 50px) / 2);
  }
  .sec_7 .row .col__new .head {
    margin-bottom: 20px;
  }
  .sec_7 .row .col__new .content {
    padding: 30px 40px;
  }
  .sec_7 .row .col__new .box1 {
    margin-bottom: 50px;
  }
  .sec_7 .row .col__time dl {
    margin-bottom: 55px;
  }
}

.sec_8 {
  padding: 50px 0 0;
}
.sec_8 .row .col .box {
  width: 100%;
}
.sec_8 .row .col h3 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-size: clamp(20px, 2.5vw, 25px);
}
.sec_8 .row .col h3 .sub {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
}
.sec_8 .row .col__text {
  position: relative;
  color: white;
  padding: 2em 0;
}
.sec_8 .row .col__text:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #48b2a9;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
}
.sec_8 .row .col__text .tit {
  font-size: 18px;
  margin-bottom: .5em;
}
.sec_8 .row .col__text .ul_circle li:before {
  border-radius: 0;
  background: white;
}
.sec_8 .row .col__text .btnstyle a {
  width: 210px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec_8 .row {
    row-gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_8 {
    padding: 100px 0 0;
  }
  .sec_8 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_8 .row .col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sec_8 .row .col__img .pc {
    display: none !important;
  }
  .sec_8 .row .col__img .sp {
    display: unset !important;
  }
  .sec_8 .row .col__text .btnstyle a {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_8 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_8 .row .col {
    width: 50%;
  }
  .sec_8 .row .col__img {
    position: relative;
  }
  .sec_8 .row .col__img img {
    max-width: none;
  }
  .sec_8 .row .col__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: clamp(30px, -13.636px + 5.682vw, 100px);
  }
  .sec_8 .row .col__text:before {
    right: 0;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}


.sec_9 {
  background: #f4f2ef;
}
.sec_9 .row .col h3 {
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ddd4c2;
  margin-bottom: 15px;
  padding-left: 20px;
}
.sec_9 .row .col h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a799;
}
.sec_9 .row .col .btnstyle a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 3em;
}
.sec_9 .row .col .btnstyle.cl2 a {
  background: #f79646;
  border-color: #f79646;
}
.sec_9 .row .col .btnstyle.cl2 a:hover {
  background: #00a799;
  border-color: #00a799;
}

@media screen and (min-width: 1240px) {
  .sec_9 .row {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .sec_9 .row .col {
    width: calc((100% - 50px) / 2);
  }
}

.tab_wrap .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
.tab_wrap .tab_btn_wrap .tab_btn {
  background: #ddd;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab_wrap .tab_btn_wrap .tab_btn.active {
  background: #00a799;
  color: white;
}
.tab_wrap .tab_content .tab_item:not(.active) {
  display: none;
}

.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;
}

.home #header {
  display: none;
}
.mainimage {
  margin-top: 0 !important;
}
