@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #f6f1eb;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f6f1eb;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f6f1eb;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f6f1eb;
}

.box_border {
  background: #fff;
  border: 1px solid #baa477;
}

.box_border .box_bg {
  background: #f6f1eb;
}

.section_bg .box_border .box_bg {
  background: #f6f1eb;
}

.box_bg,
.box_border {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.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_bg {
  background: #fff !important;
  border: none;
  -webkit-box-shadow: 0 10px 10px #00000021;
  box-shadow: 0 10px 10px #00000021;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 0px solid #f6f1eb;
  border-radius: 20px;
  padding: min(30px, 3.8vw);
  background: #f4efe9 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: none;
  color: #333333 !important;
  background: #fff;
  padding: 1.1em 1.25em;
  padding-right: 2.75em;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #00000021;
  box-shadow: 0 0 10px #00000021;
}
.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 0.5;
}
.link_anchor a::after {
  width: 22px;
  height: 11px;
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
}
.link_anchor a:hover::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before,
.ul_circle li::after,
.ul_dot li::before,
.ul_dot 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 li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #baa477;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc((16px * 1.75 / 2) - (16px / 4));
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #baa477;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc((16px * 1.75 / 2) - (16px / 6));
  width: calc(16px / 3);
}

.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: calc((16px * 1.75 / 2) - (16px / 4));
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #baa477;
  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 #baa477;
  top: calc((16px * 1.75 / 2) - (16px / 4));
}

.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: #baa477;
  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: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_address,
table.table_timetable,
table.table {
  margin-bottom: 1em;
}
table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #baa477;
  border-top: 1px solid #baa477;
  border-bottom: 1px solid #baa477;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    sans-serif;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
table.table_timetable th,
table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
}
table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}
table.table_timetable thead th {
  background: none;
  color: #333333;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #baa477;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #e7ddd052;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack,
  table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td,
  table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th,
  table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td,
  table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #baa477 !important;
}

.consul2 {
  color: #a4a4a4 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.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 72px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 200;
  height: 56px;
  left: 0;
  letter-spacing: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 56px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.box_faq .question {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #baa477;
}
.box_faq .question .faq_title {
  cursor: pointer;
  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: #baa477;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #a4a4a4;
  top: 23px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #baa477;
  background: #fff;
  border-radius: 20px;
  margin-top: calc(16px * 5.125);
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #e0d5bf;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (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: #baa477;
}
.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}
.flow-block .title::after,
.flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(
    var(--flow-title-line-height) * var(--flow-title-font-size) *
      var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6)
  );
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #baa477;
  background: #baa477;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-family: "Noto Serif JP", serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: 200;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(
    calc((var(--flow-title-font-size) / 6 / 2) - var(--yugo-minus))
  );
  transform: translateY(
    calc((var(--flow-title-font-size) / 6 / 2) - var(--yugo-minus))
  );
}
.flow-block .title .number_text {
  margin-top: -2px;
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  overflow: hidden;
  border-top: 2px solid #baa477;
}
.footer .sec_img {
  margin: 0;
  text-align: center;
}
.footer .sec_bnr a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .sec_bnr a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}
.footer .sec_footer01 {
  padding: 50px 0;
  background: url("../img/common/footer_bg.jpg") no-repeat center/cover;
}
.footer .sec_footer01 .sec_logo {
  text-align: center;
  margin-bottom: 50px;
}
.footer .sec_footer01 .table_box {
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 10px;
}
.footer .sec_footer01 .table_timetable th,
.footer .sec_footer01 .table_timetable td {
  font-size: 14px;
  letter-spacing: 0;
}
.footer .sec_footer01 .table_timetable thead th:first-child {
  text-align: left;
}
.footer .sec_footer01 .table_timetable thead th,
.footer .sec_footer01 .table_timetable thead td {
  padding-bottom: 10px;
}
.footer .sec_footer01 .table_timetable tbody {
  border: none;
}
.footer .sec_footer01 .table_timetable tbody .sec_span {
  color: #877b69;
  position: relative;
  top: -3px;
  font-size: 10px;
  padding: 0 5px 5px;
}
.footer .sec_footer01 .table_timetable tbody tr:first-child th,
.footer .sec_footer01 .table_timetable tbody tr:first-child td {
  padding-top: 10px;
}
.footer .sec_footer01 .table_timetable tbody th {
  text-align: left;
}
.footer .sec_footer01 .table_timetable tbody th,
.footer .sec_footer01 .table_timetable tbody td {
  border: none;
}
.footer .sec_footer01 .footer_text {
  font-family: "Noto Serif JP", serif;
}
.footer .sec_footer01 .sec_text {
  margin-bottom: 20px;
}
.footer .sec_footer01 .sec_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  min-height: 62px;
  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-weight: 200;
  font-family: "Noto Serif JP", serif;
}
.footer .sec_footer01 .sec_title .sec_span {
  color: #6570b1;
}
.footer .sec_footer01 .sec_title .sec_span2 {
  color: #cb6d6d;
}
.footer .sec_footer01 .sec_title2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
}
.footer .sec_footer01 .sec_title2 .sec_span {
  font-size: 24px;
  color: #baa477;
}
.footer .sec_footer01 .sec_icon {
  margin: auto;
  margin-top: 5px;
  text-align: center;
  width: 40px;
}
.footer .sec_footer01 .footer_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .sec_footer01 .footer_info_box .info_box {
  width: 50%;
}
.footer .sec_footer01 .footer_info_box .info_box:first-child {
  position: relative;
}
.footer .sec_footer01 .footer_info_box .info_box:first-child:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d8d0c5;
}
.footer .sec_footer02 {
  padding: 30px 0;
}
.footer .sec_footer02 .sec_tel a {
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  padding-left: 32px;
  letter-spacing: 0.05em;
  position: relative;
  color: #877b69;
  font-family: "Noto Serif JP", serif;
}
.footer .sec_footer02 .sec_tel a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: 0;
  width: 22px;
  height: 29px;
  background: url("../img/common/footer_icon03.png") no-repeat center/cover;
}
.footer .sec_footer02 .sec_bnr a {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  color: #baa477;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 51px;
}
.footer .sec_footer02 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  height: 21px;
  background: url("../img/common/footer_arrow.png") no-repeat center/cover;
}
.footer .sec_footer02 .sec_bnr a:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.footer .sec_footer02 .sec_bnr.sec_bnr01 a {
  padding-left: 45px;
}
.footer .sec_footer02 .sec_bnr.sec_bnr01 a:before {
  width: 35px;
  height: 35px;
  background: url("../img/common/footer_icon04.png") no-repeat center/cover;
}
.footer .sec_footer02 .sec_bnr.sec_bnr02 a {
  color: #5db05f;
  padding-left: 40px;
}
.footer .sec_footer02 .sec_bnr.sec_bnr02 a:before {
  width: 30px;
  height: 29px;
  background: url("../img/common/footer_icon05.png") no-repeat center/cover;
}
.footer .sec_footer03 {
  padding: 50px 0;
  background: #baa477;
}
.footer .sec_footer03 .sec_bnr {
  margin: 0;
  text-align: center;
}
.footer .bridge_bnr {
  max-width: 200px;
  margin: auto;
}
@media (max-width: 767px) {
  .footer .sec_footer01 .sec_logo {
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
  }
  .footer .sec_footer02 .sec_logo {
    text-align: center;
    max-width: 200px;
    margin: auto;
  }
  .footer .sec_footer02 .sec_tel {
    text-align: center;
  }
  .footer .sec_footer02 .sec_bnr {
    margin: auto;
    max-width: 200px;
  }
  .footer .sec_footer02 .row .col_4 {
    margin: 0;
  }
  .footer .sec_footer02 .row .col_4:not(:first-child) {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #cccccc;
  }
  .footer .sec_footer03 .bridge_bnr {
    margin-top: 10px;
  }
  .footer .sec_footer03 .row {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .footer .sec_footer03 .row .col_4 {
    margin: 0;
    width: 49%;
  }
  .footer .sec_footer03 .row .col_4:nth-child(n + 5) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .sec_footer01 {
    padding: 100px 0;
  }
  .footer .sec_footer01 .sec_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .sec_footer01 .sec_title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.15em;
    min-height: 75px;
  }
  .footer .sec_footer01 .sec_title2 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.15em;
  }
  .footer .sec_footer01 .sec_title2 .sec_span {
    font-size: 32px;
  }
  .footer .sec_footer01 .sec_text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
  }
  .footer .sec_footer01 .footer_text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
  .footer .sec_footer01 .sec_icon {
    margin: auto;
    margin-top: 5px;
    width: 56px;
  }
  .footer .sec_footer01 .info_box {
    padding: 15px 0;
  }
  .footer .sec_footer01 .info_box:last-child .sec_box {
    margin-left: auto;
  }
  .footer .sec_footer01 .row {
    gap: 0 7.5%;
  }
  .footer .sec_footer01 .row .col_2 {
    margin: 0;
  }
  .footer .sec_footer01 .row .col_2:first-child {
    width: 34%;
  }
  .footer .sec_footer01 .row .col_2:last-child {
    width: 58.5%;
  }
  .footer .sec_footer01 .table_box {
    padding: 30px 40px;
    margin-bottom: 10px;
  }
  .footer .sec_footer01 .table_timetable th,
  .footer .sec_footer01 .table_timetable td {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .footer .sec_footer01 .table_timetable thead th,
  .footer .sec_footer01 .table_timetable thead td {
    padding-bottom: 20px;
  }
  .footer .sec_footer01 .table_timetable tbody .sec_span {
    top: -3px;
    font-size: 10px;
    padding: 0 5px 5px;
  }
  .footer .sec_footer01 .table_timetable tbody tr:first-child th,
  .footer .sec_footer01 .table_timetable tbody tr:first-child td {
    padding-top: 20px;
  }
  .footer .sec_footer02 {
    padding: 50px 0;
  }
  .footer .sec_footer02 .row {
    gap: 0;
  }
  .footer .sec_footer02 .row .col_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
  }
  .footer .sec_footer02 .row .col_4:nth-child(1) {
    width: 18%;
  }
  .footer .sec_footer02 .row .col_4:nth-child(2) {
    width: 32%;
  }
  .footer .sec_footer02 .row .col_4:nth-child(3) {
    width: 26%;
  }
  .footer .sec_footer02 .row .col_4:nth-child(4) {
    width: 24%;
  }
  .footer .sec_footer02 .row .col_4:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .sec_footer02 .row .col_4:not(:first-child):after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 70px;
    background: #cccccc;
  }
  .footer .sec_footer02 .row .col_4:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .footer .sec_footer02 .sec_tel a {
    font-size: 26px;
    line-height: 1;
    font-weight: 200;
    padding-left: 32px;
    letter-spacing: 0.05em;
  }
  .footer .sec_footer02 .sec_tel a:after {
    top: 6px;
    bottom: 0;
    width: 22px;
    height: 29px;
  }
  .footer .sec_footer02 .sec_bnr a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.1em;
    padding-right: 51px;
  }
  .footer .sec_footer02 .sec_bnr a:after {
    width: 41px;
    height: 21px;
  }
  .footer .sec_footer02 .sec_bnr.sec_bnr01 a {
    padding-left: 45px;
  }
  .footer .sec_footer02 .sec_bnr.sec_bnr01 a:before {
    width: 35px;
    height: 35px;
  }
  .footer .sec_footer02 .sec_bnr.sec_bnr02 a {
    padding-left: 40px;
  }
  .footer .sec_footer02 .sec_bnr.sec_bnr02 a:before {
    width: 30px;
    height: 29px;
  }
  .footer .sec_footer03 {
    padding: 70px 0;
  }
  .footer .sec_footer03 .row {
    margin-bottom: 30px;
    gap: 30px 2%;
  }
  .footer .sec_footer03 .row .col_4 {
    margin: 0;
  }
  .footer .sec_footer03 .row .col_4:nth-child(n + 5) {
    width: 49%;
  }
  .footer .bridge_bnr {
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
  }
}

.copyright {
  background: #aa9771;
  color: #fff;
  margin-top: 0;
  padding: 10px 0 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt,
  .list_list dd {
    padding: 22px 0;
  }
  .list_list dt {
    padding-left: 1em;
    float: left;
  }
  .list_list dd {
    padding-left: 140px;
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }

  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }

  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}
.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}
.sec_top h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.sec_top h2 .sec_span {
  display: block;
  font-size: 18px;
  padding-top: 15px;
  letter-spacing: 0;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 40px;
    padding-top: 35px;
    letter-spacing: 0.13em;
  }
}

.sec01 {
  padding: 0;
}
.sec01 .container {
  max-width: 100%;
  width: 100%;
}
.sec01 .sec_title {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
}
.sec01 .sec_title .sec_span {
  border-bottom: 1px solid #333333;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 0;
  }
  .sec01 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec01 .sec_title {
    font-size: 24px;
    letter-spacing: 0.15em;
    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;
    height: 185px;
    margin: 0;
    padding: 0;
  }
}

.sec02 {
  padding: 0 0 50px;
  background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
}
.sec02 .sec_title {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0;
  font-weight: 200;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding-top: 65px;
}
.sec02 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 50px;
  background: #333333;
}
.sec02 .sec_title2 {
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  color: #877b69;
  text-align: center;
}
.sec02 .sec_title2 .sec_span1 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.1em;
}
.sec02 .sec_title2 .sec_span1 .sec_small {
  font-size: 20px;
}
.sec02 .sec_title2 .sec_span1 .sec_small2 {
  font-size: 26px;
}
.sec02 .sec_title2 .sec_span1 .sec_small3 {
  font-size: 28px;
}
.sec02 .sec_title2 .sec_span2 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.15em;
}
.sec02 .sec_title2 .sec_span3 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
}
.sec02 .sec_text2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 25px;
  position: relative;
}
.sec02 .sec_text2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #baa477;
  border-width: 6.5px 0px 6.5px 11px;
}
@media (max-width: 767px) {
  .sec02 .row .col_2 {
    margin: 0;
  }
  .sec02 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 0 0 100px;
  }
  .sec02 .row {
    gap: 0 2%;
  }
  .sec02 .row .col_2 {
    width: 49%;
    margin: 0;
  }
  .sec02 .sec_title {
    font-size: 40px;
    margin: 0 0 50px;
    letter-spacing: 0.15em;
    padding-top: 100px;
  }
  .sec02 .sec_title:after {
    width: 1px;
    height: 80px;
  }
  .sec02 .sec_title2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec02 .sec_title2 .sec_span1 {
    font-size: 104px;
    line-height: 90px;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_title2 .sec_span1 .sec_small {
    font-size: 45px;
  }
  .sec02 .sec_title2 .sec_span1 .sec_small2 {
    font-size: 52px;
  }
  .sec02 .sec_title2 .sec_span1 .sec_small3 {
    font-size: 65px;
  }
  .sec02 .sec_title2 .sec_span2 {
    font-size: 65px;
    line-height: 78px;
    letter-spacing: 0.15em;
  }
  .sec02 .sec_title2 .sec_span3 {
    font-size: 117px;
    line-height: 125px;
    letter-spacing: 0.1em;
  }
  .sec02 .btnstyle a {
    margin: 0;
  }
  .sec02 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec02 .sec_text2 {
    font-size: 18px;
    line-height: 32px;
    padding-left: 35px;
  }
}

.sec03 {
  padding: 50px 0 70px;
  margin-bottom: 70px;
  background: url("../img/top/sp_sec03_bg.png") no-repeat center/cover;
}
.sec03 .sec_title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
}
.sec03 .sec_title .sec_span {
  font-size: 16px;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  padding: 0 20px;
  display: block;
  position: relative;
}
.sec03 .sec_title .sec_span:after,
.sec03 .sec_title .sec_span:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #333333;
}
.sec03 .sec_title .sec_span:after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.sec03 .sec_title .sec_span:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media (max-width: 767px) {
  .sec03 {
    position: relative;
  }
  .sec03 .row .col_2 {
    margin: 0;
  }
  .sec03 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .sec03 .sec_btn {
    position: absolute;
    max-width: 250px;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    position: relative;
    margin: 0;
    margin: 80px 0 115px;
    padding: 60px 0;
    background: url("../img/top/sec03_bg.png") no-repeat center/cover;
  }
  .sec03 .sec_title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .sec03 .sec_title .sec_span {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .sec03 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec03 .row .col_2:first-child {
    width: 26.5%;
  }
  .sec03 .row .col_2:last-child {
    width: 69.5%;
  }
  .sec03 .sec_btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: -40px;
    top: auto;
    bottom: -55px;
    max-width: 1200px;
  }
  .sec03 .sec_btn a {
    margin: 0 0 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.sec04 {
  padding: 0 0 50px;
}
.sec04 .sec_text {
  margin-top: 10px;
}
.sec04 .sec_text .sec_span {
  font-size: 14px;
  color: #baa477;
}
.sec04 .sec_text a {
  letter-spacing: 0.05em;
  color: #002aff;
}
.sec04 .googlemap {
  padding-top: 84%;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 0 0 100px;
  }
  .sec04 .googlemap {
    padding-top: 73%;
  }
  .sec04 .sec_bnr {
    margin: 0;
  }
  .sec04 .sec_bnr:not(:first-child) {
    margin-top: 28px;
  }
  .sec04 .row {
    gap: 0 2%;
  }
  .sec04 .row .col_2 {
    margin: 0;
    width: 49%;
  }
}

.sec05 {
  padding: 0 0 50px;
  background: url("../img/top/sp_sec05_bg.jpg") no-repeat center/cover;
}
.sec05 .sec_title {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0 !important;
  font-weight: 200;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
.sec05 .sec_title .sec_span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  display: block;
  color: #baa477;
}
@media (max-width: 767px) {
  .sec05 .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    gap: 0 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
  }
  .sec05 .title_box .sec_img {
    width: 40%;
  }
  .sec05 .title_box .sec_title {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 150px 0;
    background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
  }
  .sec05 .sec_title {
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 30px !important;
    letter-spacing: 0.14em;
  }
  .sec05 .sec_title .sec_span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 30px;
  }
  .sec05 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec05 .sec_box {
    max-width: 660px;
    margin-left: auto;
  }
  .sec05 .btnstyle a {
    margin: 0;
  }
}

.sec06 {
  padding: 0;
}
.sec06 .sec_title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0 0 15px;
  font-family: "Noto Serif JP", serif;
}
.sec06 .sec_title3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  font-family: "Noto Serif JP", serif;
}
.sec06 .sec06_bg01 {
  padding: 50px 0 30px;
  background: url("../img/top/sec06_bg01.jpg") no-repeat center/cover;
}
.sec06 .sec06_bg02 {
  background: url("../img/top/sec06_bg02.jpg") no-repeat center/cover;
}
.sec06 .sec06_bg03 .row .col_3:nth-child(1) {
  background: url("../img/top/sec06_bg03.jpg") no-repeat center/cover;
}
.sec06 .sec06_bg03 .row .col_3:nth-child(2) {
  background: url("../img/top/sec06_bg04.jpg") no-repeat center/cover;
}
.sec06 .sec06_bg03 .row .col_3:nth-child(3) {
  background: url("../img/top/sec06_bg05.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec06 h2 {
    max-width: 350px;
    width: 70%;
    margin: 0 auto 20px;
  }
  .sec06 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec06 .sec06_bg01 .row .col_2:last-child,
  .sec06 .sec06_bg02 .row .col_2:last-child {
    padding: 0 10px;
  }
  .sec06 .sec06_bg02 {
    padding-bottom: 30px;
  }
  .sec06 .sec06_bg03 .sec_img {
    margin-bottom: 15px;
  }
  .sec06 .sec06_bg03 .row .col_3 {
    margin: 0;
    padding: 30px 10px;
  }
}
@media (min-width: 768px) {
  .sec06 h2 {
    margin-bottom: 40px;
  }
  .sec06 .sec_title {
    font-size: 36px;
    line-height: 60px;
    font-weight: 200;
    letter-spacing: 0;
    margin: 0 0 25px;
  }
  .sec06 .sec_title3 {
    font-size: clamp(19.375px, 1.5625vw, 30px);
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
  }
  .sec06 .text_box {
    max-width: 850px;
  }
  .sec06 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec06 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec06 .btnstyle a {
    margin: 0;
  }
  .sec06 .sec06_bg01 .sec_img img,
  .sec06 .sec06_bg02 .sec_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
  }
  .sec06 .sec06_bg01 .row,
  .sec06 .sec06_bg02 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3%;
  }
  .sec06 .sec06_bg01 .row .col_2,
  .sec06 .sec06_bg02 .row .col_2 {
    margin: 0;
  }
  .sec06 .sec06_bg01 .row .col_2:first-child,
  .sec06 .sec06_bg02 .row .col_2:first-child {
    width: 50%;
  }
  .sec06 .sec06_bg01 .row .col_2:last-child,
  .sec06 .sec06_bg02 .row .col_2:last-child {
    width: 47%;
  }
  .sec06 .sec06_bg01 {
    padding: 120px 0 0;
  }
  .sec06 .sec06_bg01 .text_box {
    padding-right: 25px;
  }
  .sec06 .sec06_bg01 .sec_img img {
    -o-object-position: right;
    object-position: right;
  }
  .sec06 .sec06_bg02 .text_box {
    padding-left: 10px;
    margin-left: auto;
  }
  .sec06 .sec06_bg02 .sec_img img {
    -o-object-position: left;
    object-position: left;
  }
  .sec06 .sec06_bg03 .sec_img {
    margin-bottom: 25px;
  }
  .sec06 .sec06_bg03 .row {
    gap: 0;
  }
  .sec06 .sec06_bg03 .row .col_3 {
    margin: 0;
    width: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 29px;
  }
}
@media screen and (min-width: 1450px) {
  .sec06 .sec_title {
    font-size: 42px;
    line-height: 72px;
    font-weight: 200;
    letter-spacing: 0.15em;
    margin: 0 0 25px;
  }
}

.sec07 {
  padding: 50px 0;
}
.sec07 .sec_title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0 0 15px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .sec07 .row .col_2 {
    margin: 0;
  }
  .sec07 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 95px 0 80px;
  }
  .sec07 .row {
    gap: 50px 5%;
  }
  .sec07 .row .col_2 {
    margin: 0;
    width: 47.5%;
  }
  .sec07 .btnstyle a {
    margin: 0;
  }
  .sec07 .container {
    width: 1800px;
  }
  .sec07 .sec_title {
    font-size: clamp(27.125px, 2.1875vw, 42px);
    line-height: clamp(46.5px, 3.75vw, 72px);
    text-align: center;
    letter-spacing: 0.15em;
    margin: 0 0 clamp(16.1458333333px, 1.3020833333vw, 25px);
  }
  .sec07 .sec_text {
    letter-spacing: 0.05em;
    line-height: 32px;
  }
}

.sec08 {
  padding: 0 0 50px;
  background: url("../img/top/sp_sec08_bg.jpg") no-repeat center/cover;
}
.sec08 .sec_title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.sec08 .sec_sub {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #333333;
}
.sec08 .sec_list {
  margin: 20px 0 10px;
}
.sec08 .sec_list li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 26px;
}
.sec08 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 16px;
  height: 14px;
  background: url("../img/top/sec08_check.png") no-repeat center/cover;
}
.sec08 .sec_list li:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec08 .sec_img {
    margin-bottom: 25px;
  }
  .sec08 .sec_sub {
    display: inline;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 100px 0;
    background: url("../img/top/sec08_bg.jpg") no-repeat center/cover;
  }
  .sec08 .sec_title {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
  }
  .sec08 .sec_sub {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
  }
  .sec08 .sec_list {
    margin: 0 0 10px;
  }
  .sec08 .sec_list li {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-left: 26px;
  }
  .sec08 .sec_list li:after {
    top: 8px;
    width: 16px;
    height: 14px;
  }
  .sec08 .sec_box {
    max-width: 890px;
    width: 50%;
  }
  .sec08 .container {
    width: 1800px;
  }
  .sec08 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec08 .btnstyle a {
    margin: 0;
  }
}

.sec09 {
  padding: 50px 0;
}
.sec09 .sec_title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
}
.sec09 .sec_sub {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  font-weight: 200;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.sec09 .sec_sub:before,
.sec09 .sec_sub:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #333333;
}
.sec09 .sec_sub:before {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.sec09 .sec_sub:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.sec09 .sec_sub2 {
  font-size: 20px;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px;
  border: 1px solid #333333;
  font-weight: bold;
  letter-spacing: 0;
  padding: 4.5px 5px;
}
.sec09 .sec_box2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec09 .sec_img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec09 {
    padding: 220px 0 120px;
  }
  .sec09 .sec_title {
    font-size: 45px;
    line-height: 75px;
    letter-spacing: 0.15em;
    margin: 0 0 30px;
  }
  .sec09 .sec_sub {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 0 20px;
  }
  .sec09 .sec_sub2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    padding: 4.5px 10px;
  }
  .sec09 .text_box {
    max-width: 590px;
    width: 50%;
  }
  .sec09 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec09 .sec_box1 {
    min-height: 600px;
    background: url("../img/top/sec09_bg01.png") no-repeat center/cover;
  }
  .sec09 .sec_box1 .container {
    position: relative;
  }
  .sec09 .sec_box1 .sec_img {
    width: 620px;
    position: absolute;
    top: -230px;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .sec09 .sec_box2 {
    margin-top: 150px;
    min-height: 700px;
    background: url("../img/top/sec09_bg02.png") no-repeat center/cover;
  }
  .sec09 .sec_box2 .text_box {
    margin-left: auto;
  }
  .sec09 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec09 .btnstyle a {
    margin: 0;
  }
}

.sec10 {
  padding: 50px 0;
  background: url("../img/top/sec10_bg.jpg") no-repeat center/cover;
}
.sec10 .sec_img {
  margin-bottom: 20px;
}
.sec10 .sec_bnr {
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .sec10 .row1 .sec_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .sec10 {
    padding: 150px 0 130px;
  }
  .sec10 h2 {
    margin-bottom: 80px;
  }
  .sec10 .sec_img {
    margin-bottom: 40px;
  }
  .sec10 .btnstyle a {
    margin: 0;
  }
  .sec10 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
  }
  .sec10 .sec_bnr {
    text-align: left;
  }
  .sec10 .row {
    gap: 0 2%;
  }
  .sec10 .row .col_2 {
    margin: 0;
    width: 49%;
  }
  .sec10 .row1 {
    margin-bottom: 70px;
  }
  .sec10 .row2 {
    gap: 10px 0%;
  }
  .sec10 .row2 .col_2 {
    margin: 0;
    width: 50%;
  }
  .sec10 .row2 .col_2:nth-child(odd) .sec_bnr {
    text-align: right;
  }
  .sec10 .sec_text {
    letter-spacing: 0.05em;
    line-height: 32px;
  }
}

.sec11 {
  padding: 50px 0;
  background: url("../img/top/sec11_bg.jpg") no-repeat center/cover;
}
.sec11 .sec_bnr {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .sec11 {
    padding: 70px 0;
  }
}

.sec12 {
  padding: 50px 0;
}
.sec12 h2 {
  margin-bottom: 20px;
}
.sec12 .slick-arrow {
  top: -60px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin: auto;
  z-index: 1;
  opacity: 1 !important;
  display: block !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec12 .slick-arrow:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}
.sec12 .slick-arrow:before {
  display: none;
}
.sec12 .slick-prev {
  left: auto;
  right: 60px;
  background: url("../img/top/sec12_arrow01.png") no-repeat center/cover !important;
}
.sec12 .slick-next {
  left: auto;
  right: 0;
  background: url("../img/top/sec12_arrow02.png") no-repeat center/cover !important;
}
@media (max-width: 767px) {
  .sec12 .sec12_slider .sec12_slide {
    padding: 0 10px;
  }
  .sec12 .sec_btn {
    margin: auto;
    width: 150px;
  }
}
@media (min-width: 768px) {
  .sec12 {
    padding: 300px 0 150px;
    background: url("../img/top/sec12_bg.png") no-repeat center bottom;
  }
  .sec12 .slick-arrow {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 70px;
    height: 70px;
  }
  .sec12 h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .sec12 .slick-arrow {
    top: auto;
    bottom: -100px;
  }
  .sec12 .slick-prev {
    left: calc(870px - 80px);
    right: auto;
  }
  .sec12 .slick-next {
    left: 870px;
    right: auto;
  }
  .sec12 .sec_btn {
    text-align: left;
    margin: 0;
  }
  .sec12 .sec_btn a {
    margin: 0;
  }
  .sec12 .sec12_slider {
    width: 1600px;
  }
  .sec12 .sec12_slider .sec12_slide {
    margin: 0 15px;
  }
  .sec12 .row .col_2 {
    margin: 0;
  }
  .sec12 .row .col_2:first-child {
    width: 265px;
  }
  .sec12 .row .col_2:last-child {
    width: calc(100% - 265px);
  }
}

.sec13_bg {
  padding: 50px 0;
  background: url("../img/top/sec13_bg.png") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .sec13_bg {
    padding: 150px 0 100px;
  }
}

.sec13 {
  padding: 0 0 50px;
}
.sec13 .sec_bnr {
  text-align: center;
  margin: 0;
}
.sec13 .sec_bnr img {
  margin: auto;
}
@media (min-width: 768px) {
  .sec13 {
    padding: 0 0 100px;
  }
  .sec13 h2 {
    text-align: left;
  }
  .sec13 .sec_img {
    text-align: left;
  }
  .sec13 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec13 .btnstyle a {
    margin: 0;
  }
  .sec13 .row1 {
    gap: 0 2%;
    margin-bottom: 80px;
  }
  .sec13 .row1 .col_2 {
    width: 49%;
    margin: 0;
  }
  .sec13 .row1 .col_2:last-child {
    margin-top: 40px;
  }
  .sec13 .row2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 30px;
  }
  .sec13 .row2 .col_3 {
    margin: 0;
  }
  .sec13 .row2 .col_3:nth-child(1) {
    width: 360px;
  }
  .sec13 .row2 .col_3:nth-child(2) {
    width: 480px;
  }
  .sec13 .row2 .col_3:nth-child(3) {
    width: 300px;
  }
  .sec13 .row2 .col_3:nth-child(4) {
    width: 324px;
  }
}

.sec14 {
  padding: 0;
}
.sec14 .loopslider_wrap {
  overflow: hidden;
}
.sec14 .loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(200px * 14);
  height: 100%;
}
.sec14 .loopslider .loopslider_item {
  margin: 0;
  padding: 0 5px;
}
.sec14 .loopslider .loopslider_item:nth-child(even) {
  margin-top: 10px;
}
@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 7));
    transform: translateX(calc(-200px * 7));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 7));
    transform: translateX(calc(-200px * 7));
  }
}
@media (min-width: 768px) {
  .sec14 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec14 .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: calc(360px * 14);
  }
  .sec14 .loopslider .loopslider_item {
    margin: 0 15px;
    padding: 0;
  }
  .sec14 .loopslider .loopslider_item:nth-child(even) {
    margin-top: 20px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-360px * 7));
      transform: translateX(calc(-360px * 7));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-360px * 7));
      transform: translateX(calc(-360px * 7));
    }
  }
}

.sec15 {
  padding: 50px 0;
}
.sec15 .sec_title {
  font-size: 22px;
  line-height: 1;
  padding-left: 47px;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.sec15 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 32px;
  height: 15px;
  background: url("../img/top/sec15_icon01.png") no-repeat center/cover;
}
.sec15 dl dd {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .sec15 .row .col_2 {
    margin: 0;
  }
  .sec15 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .sec15 dl dt:first-of-type {
    border-top: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .sec15 {
    padding: 100px 0;
  }
  .sec15 .sec_title {
    font-size: 24px;
    line-height: 1;
    padding-left: 47px;
    font-weight: 200;
    letter-spacing: 0.15em;
    margin: 0 0 20px;
  }
  .sec15 .sec_title:after {
    top: 5px;
    width: 32px;
    height: 15px;
  }
  .sec15 .row {
    gap: 0 2%;
  }
  .sec15 .row .col_2 {
    width: 49%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec15 .row .col_2 .btnstyle {
    margin-top: auto;
  }
  .sec15 dl dd {
    border-bottom: 1px solid #cccccc;
  }
  .sec15 dl dd:first-of-type {
    border-top: 1px solid #cccccc;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}

/*# sourceMappingURL=bond.css.map */
