@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #534536;
  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: #534536;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 36px;
  font-weight: normal;
  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: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.mce-content-body:not(.home *) h2 {
  color: #534536;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.mce-content-body:not(.home *) h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
  height: 4px;
  border-top: 1px solid #534536;
  border-bottom: 1px solid #534536;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h2 {
    font-size: 24px;
  }
}
.mce-content-body:not(.home *) h3 {
  color: #534536;
  display: block;
  text-align: left;
  font-size: 24px;
  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 #534536;
}
@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: #222222;
  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: #f7f6f2;
  padding: 10px 5px 10px 3rem;
  position: relative;
}
.mce-content-body:not(.home *) h3:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.15em;
  width: 8px;
  height: 1px;
  background: #534536;
}
.mce-content-body:not(.home *) .section_bg h3, .mce-content-body:not(.home *) .box_bg h3 {
  background: #fff;
}
.mce-content-body:not(.home *) .section_bg .box_bg h3, .mce-content-body:not(.home *) .section_bg .box_border h3, .mce-content-body:not(.home *) .box_bg .box_bg h3, .mce-content-body:not(.home *) .box_bg .box_border h3 {
  background: #f7f6f2;
}
.mce-content-body:not(.home *) .section_bg .box_bg .box_bg h3, .mce-content-body:not(.home *) .section_bg .box_border .box_bg h3, .mce-content-body:not(.home *) .box_bg .box_bg .box_bg h3, .mce-content-body:not(.home *) .box_bg .box_border .box_bg h3 {
  background: #fff;
}
.mce-content-body:not(.home *) h4 {
  color: #5e8234;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  display: table;
  padding: 0;
  border-bottom: 2px solid #e6ecdc;
  border-radius: 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h4 {
    font-size: 19px;
  }
}
.mce-content-body:not(.home *) h4:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #5e8234;
}
.mce-content-body:not(.home *) h5 {
  color: #534536;
  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;
  padding-left: 20px;
}
.mce-content-body:not(.home *) h5:before {
  display: none;
}
.mce-content-body:not(.home *) h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 6px;
  height: 6px;
  background: #534536;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h5:after {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body:not(.home *) h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #5e8234;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@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: #f7f6f2;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f7f6f2;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

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

.box_border {
  background: #fff;
  border: 0px solid #f7f6f2;
}

.box_border .box_bg {
  background: #f7f6f2;
}

.section_bg .box_border .box_bg {
  background: #f7f6f2;
}

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

.box_border {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
}

.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;
  -webkit-box-shadow: 0 0 10px 5px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 10px 5px rgba(34, 34, 34, 0.1);
  border: 0px solid #f7f6f2 !important;
  border-radius: 0px !important;
  padding: 30px 20px !important;
}
.link_anchor li {
  line-height: 1;
  margin: 0;
}
.link_anchor a {
  background: #fff;
  color: #534536 !important;
  border-radius: 3px;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: calc(28 / 17);
  border: 1px solid #534536;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  border-radius: 0;
  border: none;
  color: #534536 !important;
  width: auto;
  padding: 5px 0 5px 20px;
  text-decoration: none;
}
.link_anchor a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a::after {
  content: none;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px 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: #534536;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  left: 0;
  right: auto;
  top: 0.9em;
  bottom: auto;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_anchor a:hover {
  opacity: 1;
  color: #5e8234 !important;
  background: none;
}
.link_anchor a:hover:before {
  background: #5e8234;
}
.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@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;
  }
}
@media screen and (min-width: 1240px) {
  .link_anchor {
    padding: calc(30 / 1920 * 100vw) calc(60 / 1920 * 100vw) !important;
  }
}

.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: #5e8234;
  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: #5e8234;
  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 #5e8234;
  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: #5e8234;
  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: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 3.2px;
  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: normal;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #534536;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", 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: #534536;
  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: #5e8234;
  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: 1px solid #534536;
  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: #dad3cb;
  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: #534536;
}
.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: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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: #534536;
  background: #534536;
  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: #5e8234;
  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 #5e8234;
  color: #5e8234;
  width: 25%;
  border-bottom: none;
  font-weight: normal;
}
@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 #5e8234;
}
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: #5e8234;
  border-bottom: 1px solid #5e8234;
  border-top: 1px solid #5e8234;
}
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: #534536;
  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%;
  }
}
table.table_timetable.cl2 thead th, table.table_timetable.cl2 thead td {
  background: #91aa81;
}
@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:not(.fixed) th:not([class]) {
  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: #5e8234;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
table.table_fee tbody th {
  background: #f9f9f9;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: normal;
}
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_tdcenter tbody tr td {
  text-align: center !important;
}
table.table_fee_center th, table.table_fee_center td {
  text-align: center !important;
}

.consul {
  color: #534536 !important;
}

.consul2 {
  color: #91aa81 !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-top: 50px;
  background: url("../img/common/bg_foot.png") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #534536;
}
.footer h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(20px, 3vw, 30px);
  color: #534536;
  font-weight: normal;
  border-bottom: 1px solid;
  padding-bottom: .1em;
  margin-bottom: .5em;
}
.footer .line-1 {
  background: white;
  -webkit-box-shadow: 0 0 7px 3px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 7px 3px rgba(34, 34, 34, 0.1);
  padding: 1em;
}
.footer .line-1 p, .footer .line-1 ul {
  font-size: clamp(16px, 1.8vw, 18px);
}
.footer .line-1 p {
  margin-bottom: 1em;
}
.footer .line-1 ul {
  margin: 0;
}
.footer .line-1 ul li:before {
  top: .5em;
  height: 1rem;
  width: 1rem;
}
.footer .line-2 .btn_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.footer .line-2 .btn_sns .btn {
  max-width: calc((1005 - 10px) / 2);
  width: 200px;
}
.footer .line-2 .btn_sns .btn.ist a {
  background: #534536;
}
.footer .line-2 .btn_sns .btn.fb a {
  background: #5e8234;
}
.footer .line-2 .btn_sns .btn a {
  text-align: center;
  text-decoration: none;
  color: white;
  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;
  width: 100%;
  height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer .line-2 .btn_sns .btn a .ic {
  position: relative;
}
.footer .line-2 .btn_sns .btn a .ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 31px;
  height: 31px;
  margin: auto;
}
.footer .line-2 .btn_sns .btn a .ic__ist:before {
  background: url("../img/common/ic_ist.png") no-repeat center/contain;
}
.footer .line-2 .btn_sns .btn a .ic__fb:before {
  background: url("../img/common/ic_face.png") no-repeat center/contain;
}
.footer .line-2 .btn_sns .btn a:hover {
  opacity: .7;
}
.footer .line-4 {
  text-align: center;
}
.footer .sec_logo {
  margin: 0 0 10px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 20px;
}
.footer table.address th, .footer table.address td {
  padding: 1rem 0;
  line-height: 1.4;
  border-bottom: 1px solid #afb4a7;
  vertical-align: text-top;
}
.footer table.address th {
  width: 80px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #222222;
  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 #222222;
  border-right: 1px solid #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer .line-1 {
    margin-bottom: 30px;
  }
  .footer .line-1 h3 {
    text-align: center;
  }
  .footer .line-2 {
    margin-bottom: 50px;
  }
  .footer .line-2 .btn_sns .btn a .ic {
    padding-left: 30px;
  }
  .footer .line-2 .btn_sns .btn a .ic:before {
    bottom: 2px;
    width: 25px;
    height: 25px;
  }
  .footer .line-3 {
    margin-bottom: 30px;
  }
  .footer .line-3 .col figure {
    margin-bottom: 20px;
  }
  .footer .line-4 {
    margin-bottom: 30px;
  }
  .footer .line-5 .col > * {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .line-1 {
    padding: calc(45 / 1920 * 100vw);
    margin-bottom: 50px;
  }
  .footer .line-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .footer .line-1 ul li {
    width: calc((100% - 40px) / 3);
  }
  .footer .line-2 {
    margin-bottom: 70px;
  }
  .footer .line-2 .btn_sns {
    -webkit-column-gap: calc(20 / 1920 * 100vw);
            column-gap: calc(20 / 1920 * 100vw);
  }
  .footer .line-2 .btn_sns .btn {
    width: 256px;
  }
  .footer .line-2 .btn_sns .btn a {
    height: 70px;
    letter-spacing: .08rem;
  }
  .footer .line-2 .btn_sns .btn a .ic {
    padding-left: 40px;
  }
  .footer .line-3 {
    margin-bottom: 70px;
  }
  .footer .line-3 .col {
    width: 49%;
  }
  .footer .line-3 .col figure {
    margin-bottom: 30px;
  }
  .footer .line-3 .col .sec_logo {
    margin-bottom: 30px;
  }
  .footer .line-3 .col table.address {
    margin-bottom: 30px;
  }
  .footer .line-4 {
    margin-bottom: 50px;
  }
  .footer .line-5 {
    margin-bottom: 70px;
  }
  .footer .line-5 .pc-text-right > * {
    margin-left: auto;
  }
}
@media screen and (min-width: 1240px) {
  .footer {
    padding-top: 120px;
  }
  .footer .line-1 ul {
    max-width: 70%;
  }
  .footer .line-2 {
    margin-bottom: 120px;
  }
  .footer .line-3 {
    -webkit-column-gap: 44px;
            column-gap: 44px;
    margin-bottom: 120px;
  }
  .footer .line-3 .col {
    width: calc((100% - 44px) / 2);
  }
  .footer .line-5 {
    margin-bottom: 120px;
  }
}

.copyright {
  background: #91aa81;
  color: #fff;
  margin-top: 30px;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 20px 0 120px;
  }
}

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

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

.txt-shadow {
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 16px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.sec_top h2 {
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.sec_top h2 .en {
  font-family: 'Times New Roman', Times, serif;
  color: #baafa3;
  display: block;
  line-height: 1;
  font-weight: 100;
}
.sec_top h2 .jp {
  color: #534536;
}
.sec_top h2.type1 {
  margin-bottom: 1rem;
}
.sec_top h2.type1 .en {
  font-size: clamp(30px, 7vw, 70px);
}
.sec_top h2.type1 .jp {
  font-size: clamp(18px, 2.5vw, 25px);
}
.sec_top h2.type2 {
  margin-bottom: 1.5rem;
}
.sec_top h2.type2 .en {
  font-size: clamp(34px, 9vw, 97px);
}
.sec_top h2.type2 .jp {
  font-size: clamp(20px, 3.5vw, 35px);
}
.sec_top h3 {
  line-height: 1.4;
}
.sec_top h3 .cl1 {
  color: #968676;
}
.sec_top h3.type1 {
  font-size: clamp(20px, 3vw, 30px);
  line-height: calc(41 / 30);
  margin-bottom: 2rem;
  text-align: center;
}
.sec_top h3.type2 {
  font-size: clamp(20px, 2.3vw, 23px);
  line-height: calc(31 / 23);
  color: #534536;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_top h2.type2 .en {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_top.pd {
    padding: var(--pd100) 0;
  }
}
@media screen and (min-width: 1240px) {
  .sec_top.pd {
    padding: var(--pd120) 0;
  }
  .sec_top h2.type1 {
    margin-bottom: 2.5rem;
  }
  .sec_top h2.type2 {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_top.pd {
    padding: var(--pd50) 0;
  }
}

.sec_news .more a {
  text-decoration: none;
  background: #534536;
  color: white;
  font-size: 14px;
  width: 134px;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_news .more a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 10px;
  height: 1px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_news .more a:hover {
  background: #5e8234;
}
.sec_news .more a:hover:after {
  width: 15px;
}
.sec_news dl {
  overflow: auto;
  max-height: 290px;
}
.sec_news dl dt {
  padding: 0 0;
  margin: 0 0;
}
.sec_news dl dd {
  padding: 0 0 .5em;
  margin: 0 0;
}
.sec_news dl dd:not(:last-child) {
  margin-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.sec_news dl dd a {
  color: #222222;
  text-decoration: none;
}
.sec_news dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .sec_news:not(.typeB) dl dt {
    width: 110px;
    float: left;
    clear: both;
    padding: .5em 0;
  }
  .sec_news:not(.typeB) dl dt + dd {
    padding-left: 110px;
  }
  .sec_news:not(.typeB) dl dd {
    padding: .5em 0;
    margin: 0;
  }
  .sec_news.typeB dl {
    max-height: 215px;
  }
}

.sec_open {
  margin: var(--pd120) 0 0;
}
.sec_open .box-text {
  background: #f7f6f2;
  padding: var(--pd50);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #534536;
}
.sec_open .box-text .f_small {
  font-size: clamp(18px, 2.6vw, 26px);
  margin-bottom: var(--pd20);
  padding-bottom: var(--pd10);
  border-bottom: 1px solid #222222;
}
.sec_open .box-text .f_large {
  font-size: clamp(26px, 4vw, 40px);
}
.sec_open .box-text .f_large .small {
  font-size: clamp(18px, 2.6vw, 26px);
}

.sec_1 .box {
  border: 3px solid #f2f1ef;
  padding: 1em;
}
.sec_1 .box:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_1 {
    padding: 50px 0;
  }
  .sec_1 .box .box-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: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #534536;
  }
  .sec_1 .box .box-head h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sec_1 {
    padding: 70px 0;
  }
  .sec_1 .box {
    padding: calc(55 / 1920 * 100vw) calc(45 / 1920 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_1 .box .box-head {
    width: clamp(180px, 130.130px + 6.494vw, 260px);
  }
  .sec_1 .box .box-content {
    width: calc(100% - clamp(180px, 130.130px + 6.494vw, 260px));
  }
}
@media only screen and (min-width: 1240px) {
  .sec_1 {
    padding: 120px 0 80px;
  }
}

.sec_2 .row .name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_2 .row .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .sec_2 {
    padding: 0 0 50px;
  }
  .sec_2 .row {
    row-gap: 10px;
  }
  .sec_2 .row .col__img {
    position: relative;
  }
  .sec_2 .row .col__img:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 70%;
    left: -20px;
    bottom: -15vw;
    background: url("../img/top/bg_img001-2.png");
    z-index: -1;
  }
  .sec_2 .row .col__text .list_btn {
    row-gap: 10px;
  }
  .sec_2 .row .col__text .list_btn li {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .sec_2 {
    background: url("../img/top/bg_img001.png") no-repeat center/cover;
    padding: 50px 0 70px;
    position: relative;
    z-index: 0;
  }
  .sec_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(10 / 1239 * 100vw);
    width: calc(434 / 1239 * 100vw);
    height: calc(311 / 1239 * 100vw);
    background: url("../img/top/bg_img001-2.png");
    z-index: -1;
  }
  .sec_2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_2 .row .col {
    width: 49%;
  }
  .sec_2 .row .col__text {
    padding-right: calc(36 / 1920 * 100vw);
  }
}
@media only screen and (min-width: 1240px) {
  .sec_2 {
    padding: 50px 0 120px;
  }
  .sec_2:before {
    left: calc(36 / 1920 * 100vw);
    width: calc(434 / 1920 * 100vw);
    height: calc(311 / 1920 * 100vw);
  }
  .sec_2 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_2 .row .col__img {
    width: 630px;
  }
  .sec_2 .row .col__text {
    width: calc(100% - 630px);
  }
}

.sec_4 {
  background: url("../img/top/bg_img002.png") no-repeat center/cover;
}
.sec_4 .num {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.sec_4 .num .txt {
  font-size: 17px;
  margin-bottom: 10px;
}
.sec_4 .num .n {
  font-size: 70px;
  font-style: italic;
  position: relative;
}
.sec_4 .num .n:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 45px;
  background: white;
  border-left: 3px solid #5e8234;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  left: 27px;
  top: -6px;
}
.sec_4 .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_4 .box-text .box {
  background: url("../img/top/box_bg.png") no-repeat center/contain;
  color: white;
  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-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_4 .row.full .col__text {
  background: white;
  padding: 2em 1em 0;
}
@media only screen and (max-width: 767px) {
  .sec_4 {
    padding: 50px 0;
  }
  .sec_4 .box-text {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(-100 / 767 * 100vw);
  }
  .sec_4 .box-text .box {
    width: calc(195 / 767 * 100vw);
    height: calc(195 / 767 * 100vw);
    font-size: calc(22/ 767 * 100vw);
  }
  .sec_4 .box-text .box .fs20 {
    font-size: calc(20 / 767 * 100vw);
  }
  .sec_4 .btnstyle a {
    width: 300px;
  }
  .sec_4 .row .num .n:before {
    left: 22px;
    top: -5px;
  }
  .sec_4 .row.full .col__text {
    margin-top: calc(-120 / 767 * 100vw);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sec_4 {
    padding: 70px 0;
  }
  .sec_4 .box-text {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .sec_4 .box-text .box {
    width: clamp(160px, 138.182px + 2.841vw, 195px);
    height: clamp(160px, 138.182px + 2.841vw, 195px);
    font-size: 18px;
  }
  .sec_4 .box-text .box .fs20 {
    font-size: 16px;
  }
  .sec_4 .row:not(:last-child) {
    margin-bottom: 65px;
  }
  .sec_4 .row.full .col__text {
    width: 700px;
    max-width: 100%;
    margin: calc(-170 / 1920 * 100vw) auto 0;
    padding: var(--pd50) var(--pd70) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_4 .box-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -100px;
  }
  .sec_4 .row.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .sec_4 .row.col2 .col__img {
    width: 100%;
  }
  .sec_4 .row.col2 .col__text {
    width: 700px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1240px) {
  .sec_4 {
    padding: 120px 0;
  }
  .sec_4 .box-text {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .sec_4 .box-text .box {
    width: 195px;
    height: 195px;
    font-size: 22px;
  }
  .sec_4 .box-text .box .fs20 {
    font-size: 20px;
  }
  .sec_4 .btnstyle a {
    width: 378px;
  }
  .sec_4 .row.col2 {
    -webkit-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_4 .row.col2 .col__text {
    width: 485px;
    text-align: center;
  }
  .sec_4 .row.col2 .col__img {
    width: calc(100% - 535px);
    position: relative;
    height: 583px;
  }
  .sec_4 .row.col2 .col__img img {
    max-width: none;
    position: absolute;
    left: 0;
  }
  .sec_4 .row.col2 .col__img .box-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .sec_4 .row__1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_4 .row__2 .col__img img {
    left: auto !important;
    right: 0 !important;
  }
  .sec_4 .row__2 .col__img .box-text {
    left: auto !important;
    right: 30px;
  }
}

.sec_5 {
  background: url("../img/top/bg_img003.png") no-repeat center/cover;
}
.sec_5 .row__1 .col {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #534536;
  padding: 1em 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_5 .row__1 .col a {
  position: absolute;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec_5 .row__1 .col a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 35px;
  height: 1px;
  background: #534536;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_5 .row__1 .col figure {
  width: 99px;
  height: 99px;
  background: #f7f6f2;
  border-radius: 50%;
  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;
  margin: 0 auto 1rem;
}
.sec_5 .row__1 .col .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}
.sec_5 .row__1 .col .box-text p {
  color: #5e8234;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(19 / 14);
}
.sec_5 .row__1 .col:hover {
  background: rgba(83, 69, 54, 0.1);
}
.sec_5 .row__1 .col:hover a:after {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .sec_5 {
    padding: 50px 0;
  }
  .sec_5 .row__1 {
    gap: 15px;
  }
  .sec_5 .row__1 .col {
    width: calc((100% - 15px) / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_5 {
    padding: 70px 0;
  }
  .sec_5 .row__1 {
    gap: 10px;
    margin-bottom: 70px;
  }
  .sec_5 .row__1 .col {
    width: calc((100% - 40px) / 5);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sec_5 .row__1 .col .box-text h3 {
    font-size: 2.4vw;
  }
  .sec_5 .row__1 .col .box-text p {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 1240px) {
  .sec_5 {
    padding: 120px 0;
  }
  .sec_5 .row__1 {
    gap: 40px;
    margin-bottom: 100px;
  }
  .sec_5 .row__1 .col {
    width: calc((100% - 160px) / 5);
    padding: 20px 10px 10px;
    height: 245px;
  }
  .sec_5 .row__1 .col figure {
    margin-bottom: 14px;
  }
  .sec_5 .row__1 .col .box-text p {
    letter-spacing: 0.1rem;
  }
}

.sec_6 {
  background: url("../img/top/bg_img004.png") no-repeat center/cover;
}
.sec_6 .col h3 {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec_6 {
    padding: 50px 0;
  }
  .sec_6 .row {
    row-gap: 30px;
  }
}
@media screen and (max-width: 499px) {
  .sec_6 .row .col h3 {
    font-size: 3.8vw;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec_6 {
    padding: 70px 0;
  }
  .sec_6 .row {
    row-gap: 40px;
  }
  .sec_6 .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_6 .row .col .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_6 {
    padding: 120px 0;
  }
}

.sec_7 {
  background: url("../img/top/bg_img005.png") no-repeat center/cover;
}
.sec_7 .row .col {
  position: relative;
  background: white;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  -webkit-box-shadow: 0 0 7px 3px rgba(83, 69, 54, 0.1);
          box-shadow: 0 0 7px 3px rgba(83, 69, 54, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_7 .row .col a {
  position: absolute;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec_7 .row .col a:after {
  content: "";
  position: absolute;
  right: .9rem;
  bottom: .4rem;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left: 1rem solid #534536;
  border-right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_7 .row .col a:hover {
  background: rgba(94, 130, 52, 0.1);
}
.sec_7 .row .col a:hover:after {
  border: 1rem solid transparent;
  border-left: 1rem solid #5e8234;
  border-right: 0;
}
.sec_7 .row .col .num {
  position: absolute;
  top: 0;
  font-size: clamp(30px, 5vw, 58px);
  font-style: italic;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  margin: 0;
  color: #534536;
}
.sec_7 .row .col figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_7 .row .col .sec_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  color: #534536;
}
.sec_7 .row .col:hover .num, .sec_7 .row .col:hover .sec_text {
  color: #5e8234;
}
@media only screen and (max-width: 767px) {
  .sec_7 {
    padding: 0 0 50px;
  }
  .sec_7 .row .col {
    padding: calc(30 / 767 * 100vw) calc(15 / 767 * 100vw);
  }
  .sec_7 .row .col .num {
    top: calc(15 / 767 * 100vw);
    left: calc(20 / 767 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .sec_7 .row .col .sec_text {
    font-size: 3.7vw;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_7 {
    padding: 0 0 70px;
  }
  .sec_7 .row .col {
    padding: calc(40 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }
  .sec_7 .row .col figure {
    padding: 0 2rem;
  }
  .sec_7 .row .col .num {
    top: calc(15 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (min-width: 1240px) {
  .sec_7 {
    padding: 0 0 120px;
  }
  .sec_7 .row {
    gap: 25px 25px;
  }
  .sec_7 .row .col {
    width: calc((100% - 75px) / 4);
    height: 282px;
    padding: calc(30 / 1920 * 100vw) calc(15 / 1920 * 100vw);
  }
  .sec_7 .row .col figure {
    padding: 0 3rem;
  }
  .sec_7 .row .col .sec_text {
    font-size: 24px;
    height: auto;
  }
}

.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: #dad3cb;
  color: #534536;
  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;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(18px, 2.3vw, 23px);
  height: 60px;
  line-height: 1.2;
}
.tab_wrap .tab_btn_wrap .tab_btn.active {
  background: #534536;
  color: white;
}
.tab_wrap .tab_content {
  background: white;
  -webkit-box-shadow: 0 0 10px 5px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 10px 5px rgba(34, 34, 34, 0.1);
  border-top: 2px solid #534536;
  padding: var(--pd50);
}
.tab_wrap .tab_content .tab_item:not(.active) {
  display: none;
}
.tab_wrap .tab_content .tab_item .row .btnstyle a {
  font-size: clamp(16px, 2vw, 20px);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  color: #534536 !important;
  border-color: #534536;
  line-height: calc(25 / 20);
  width: 100%;
  text-align: left;
  padding-right: 20px;
}
.tab_wrap .tab_content .tab_item .row .btnstyle a:after {
  background: #534536;
}
.tab_wrap .tab_content .tab_item .row .btnstyle a:hover {
  background: #534536;
  color: #fff !important;
}
.tab_wrap .tab_content .tab_item .row .btnstyle a:hover:after {
  background: white;
}
@media only screen and (max-width: 767px) {
  .tab_wrap .tab_btn_wrap .tab_btn {
    width: calc((100% - 10px) / 2);
  }
  .tab_wrap .tab_content .tab_item .row {
    gap: 10px;
  }
  .tab_wrap .tab_content .tab_item .row .col_4 {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .tab_wrap .tab_content {
    padding: 1em;
  }
  .tab_wrap .tab_content .tab_item .row .col_4 .btnstyle a {
    font-size: 4vw;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_wrap .tab_btn_wrap {
    width: calc(100% - calc(40 / 1920 * 100vw));
    gap: 0 calc(15 / 1920 * 100vw);
    margin: 0 auto;
  }
  .tab_wrap .tab_btn_wrap .tab_btn {
    width: calc((100% - calc(45 / 1920 * 100vw)) / 4);
  }
  .tab_wrap .tab_content .tab_item .row {
    gap: calc(20 / 1920 * 100vw);
  }
  .tab_wrap .tab_content .tab_item .row .col {
    width: calc((100% - calc(60 / 1920 * 100vw)) / 4);
  }
}

.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;
}
.mce-content-body .mtssb-daily-action button, .mce-content-body .content-form button {
  background: #fff;
  color: #534536;
  border: 1px solid #534536;
  font-size: 16px;
  width: 180px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mce-content-body .content-form button:hover, .mce-content-body .mtssb-daily-action button:hover {
  background: #534536;
  color: #fff;
}
