@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #f5e9da;
  background: #f5e9da 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: flex;
  align-items: center;
  max-width: calc(100% - 20px);
  min-height: 120px;
}
@media print, screen and (min-width: 768px) {
  .page_title_wrap .container {
    max-width: calc(100% - 40px);
    min-height: 200px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #161311;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: calc(var(--fontsize) * 1.5625);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: calc(var(--fontsize) * 2);
  }
}

.breadcrumb {
  background: #fff;
  color: #7b6a5f;
  font-size: calc(16px * 0.875);
  line-height: 1.4;
  padding-top: calc(16px * 1.25);
  padding-bottom: calc(16px * 1.25);
}
.breadcrumb .container {
  max-width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .container {
    max-width: calc(100% - 40px);
  }
}
.breadcrumb .svg-icons {
  fill: #7b6a5f;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: #ed6d34;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #161311;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #6c5e54;
}

.section h3:first-child {
  margin-bottom: calc(16px * 1.5);
}
.section hr {
  margin-bottom: calc(16px * 6.25);
  margin-top: calc(16px * 6.25);
  max-width: 1200px;
}

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

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

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

.box_border .box_bg {
  background: #f8f5f1;
}

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

.box_bg, .box_border {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: calc(16px * 2.5);
  padding: calc(16px * 1.5) calc(16px * 1);
}
.box_bg:last-child, .box_border:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .box_bg, .box_border {
    margin-bottom: calc(16px * 3.125);
    padding: calc(16px * 3.125) calc(16px * 2.125);
  }
}
@media screen and (min-width: 1250px) {
  .box_bg, .box_border {
    padding: calc(16px * 3.125);
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: calc(16px * 1.5);
}
.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;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.1294117647);
}

.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 print, screen and (min-width: 768px) {
  .row .col_2 .box_bg, .row .col_2 .box_border, .row .col_3 .box_bg, .row .col_3 .box_border, .row .col_4 .box_bg, .row .col_4 .box_border, .row .col_5 .box_bg, .row .col_5 .box_border, .row .col_6 .box_bg, .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg, .row .col_2 .box_bg .box_border, .row .col_2 .box_border .box_bg, .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg, .row .col_3 .box_bg .box_border, .row .col_3 .box_border .box_bg, .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg, .row .col_4 .box_bg .box_border, .row .col_4 .box_border .box_bg, .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg, .row .col_5 .box_bg .box_border, .row .col_5 .box_border .box_bg, .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg, .row .col_6 .box_bg .box_border, .row .col_6 .box_border .box_bg, .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap iframe, .youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.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: calc(16px * 2.5);
}
@media print, screen and (min-width: 768px) {
  div.clearfix {
    margin-bottom: calc(16px * 3.125);
  }
}

.point_box {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 88%;
}

.notice_box {
  align-items: center;
}
.notice_box .notice_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #ed6d34;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #ed6d34;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 5;
  }
}

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

.link_anchor {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px , 2.4vw);
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #ed6d34;
  color: #ed6d34 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
  color: #fff !important;
  background: #ed6d34;
}
.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 {
  background: #ed6d34;
  color: #fff !important;
}
.link_anchor a:hover {
  background: #fff;
  color: #ed6d34 !important;
}
.link_anchor a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #ed6d34;
  left: auto;
  right: 15px;
  transform: rotate(0deg);
}
.link_anchor a:hover::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
}
.link_anchor a:after {
  border-color: transparent transparent transparent #fff;
}
.link_anchor a:hover {
  background: #fff;
  color: #ed6d34 !important;
}
.link_anchor a:hover:after {
  border-color: transparent transparent transparent #ed6d34;
}
@media print, screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: calc(16px * 1.5);
}
.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: var(--lineheight);
  margin-bottom: calc(16px * 0.35);
  padding-left: calc(var(--fontsize) * 1.25);
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  letter-spacing: 0;
  margin-top: 0.0625em;
  position: absolute;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: calc(16px * 1.5);
}

.ul_circle li::before {
  border-radius: 50%;
  background: #ed6d34;
  height: calc(var(--fontsize) / 2);
  left: calc((var(--fontsize) * 1.25 - var(--fontsize) / 2) / 3);
  top: calc(var(--fontsize) * var(--lineheight) / 2 - var(--fontsize) / 2 / 2);
  width: calc(var(--fontsize) / 2);
}
.ul_circle li::after {
  display: none;
}

.ul_triangle li::before {
  left: calc((var(--fontsize) * 1.25 - var(--fontsize) / 2) / 2);
  border: calc(var(--fontsize) * 0.25) solid transparent;
  border-left: calc(var(--fontsize) * 0.375) solid #ed6d34;
  top: calc(var(--fontsize) * var(--lineheight) / 2 - var(--fontsize) * 0.25 / 2 - var(--fontsize) * 0.25 / 3);
}
.ul_triangle li::after {
  display: none;
}

.ul_check li {
  padding-left: calc(var(--fontsize) * 1.75);
}
.ul_check li::before {
  border-right: calc(var(--fontsize) * 0.125) solid #fff;
  border-bottom: calc(var(--fontsize) * 0.125) solid #fff;
  height: calc(var(--fontsize) * 0.75);
  left: calc(var(--fontsize) * 0.4);
  transform: rotate(50deg);
  top: calc(var(--fontsize) * var(--lineheight) / 2 - var(--fontsize) * 0.55);
  width: calc(var(--fontsize) * 0.4375);
  z-index: 1;
}
.ul_check li:after {
  background: #ed6d34;
  height: calc(var(--fontsize) * 1.25);
  width: calc(var(--fontsize) * 1.25);
  left: 0;
  top: calc(var(--fontsize) * var(--lineheight) / 2 - var(--fontsize) * 1.25 / 2);
  z-index: 0;
  border-radius: 2px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: calc(var(--fontsize) * 1.75);
  position: relative;
}
.ol_circle li::before {
  background-color: #ed6d34;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: calc(var(--fontsize) * 0.82);
  height: calc(var(--fontsize) * 1.25);
  left: 0;
  line-height: calc(var(--fontsize) * 1.25);
  letter-spacing: 0.02em;
  text-align: center;
  top: calc(var(--fontsize) * var(--lineheight) / 2 - var(--fontsize) * 1.25 / 2);
  width: calc(var(--fontsize) * 1.25);
}

@media print, screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 8px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(16px * 1.75);
  margin-bottom: calc(16px * 1.75);
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question, .box_faq .answer {
  padding: calc(16px * 0.375) calc(16px * 0) calc(16px * 0.375) calc(16px * 3.75);
  position: relative;
}
.box_faq .question::before, .box_faq .answer::before {
  border-radius: calc(var(--fontsize) * 1.25);
  height: calc(var(--fontsize) * 2.5);
  line-height: calc(var(--fontsize) * 2.5);
  width: calc(var(--fontsize) * 2.5);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: calc(var(--fontsize) * 1.45);
  font-weight: 600;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.box_faq .question {
  font-size: calc(var(--fontsize) * 1.25);
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #ed6d34;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin-top: 0;
  padding-right: calc(var(--fontsize) * 1.25);
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(var(--fontsize) * 0.75);
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  background: #ed6d34;
  border-radius: 1px;
  width: calc(var(--fontsize));
  height: calc(var(--fontsize) * 0.1875);
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.box_faq .question.open .faq_title::after {
  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: #e5d0b5;
  top: 30px;
}

.flow-box {
  margin-bottom: calc(16px * 2.5);
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .flow-box {
    margin-bottom: calc(16px * 3.125);
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #f8f5f1;
  background: #fff;
  border-radius: 20px;
  margin-top: calc(16px * 5.125);
  padding: calc(16px * 3.125) calc(16px * 2.125);
  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: calc(16px * 3.125);
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: calc(16px * 1.5) calc(16px * 1);
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: calc(16px * 2) solid transparent;
  border-top-color: #e5d0b5;
  left: 50%;
  margin-left: calc(16px * 2 * -1);
  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: #ed6d34;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: calc(var(--fontsize) * 1.5);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0 !important;
  margin-bottom: 0.5em;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  flex: none;
  background: #ed6d34;
  border: #ed6d34;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 83.34%;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.583em;
  height: 1.5em;
  width: 1.5em;
  margin-top: 1px;
  margin-right: 0.5em;
  margin-bottom: auto;
  text-align: center;
}
.flow-block {
  background: #fff;
  border: none;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.1294117647);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address tbody th:first-child {
  border-top: 1px solid #ed6d34;
  color: #ed6d34;
  width: 35%;
  border-bottom: none;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  table.table_address tbody th:first-child {
    width: 25%;
  }
}
table.table_address tbody:last-child th:first-child {
  border-bottom: 1px solid #ed6d34;
}
table.table_address tbody th, table.table_address tbody 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 th:first-child, table.table_address tbody td:first-child {
  color: #ed6d34;
  border-bottom: 1px solid #ed6d34;
  border-top: 1px solid #ed6d34;
}
table.table_address.table_career tbody td:first-child {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #161311;
}
@media only screen and (max-width: 767px) {
  table.table_address {
    border-top: 1px solid #ddd;
  }
  table.table_address tbody tr th, table.table_address tbody tr td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-top: none !important;
  }
  table.table_address tbody tr th {
    padding-bottom: 0;
    border: none !important;
  }
  table.table_address tbody tr td {
    padding-top: 0.65em;
  }
}
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;
  padding: calc(var(--fontsize) * 0.5) calc(var(--fontsize) * 0.125);
  text-align: center;
  border: none;
  font-weight: normal;
  line-height: 1.3;
}
table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}
table.table_timetable thead th {
  background: #fff;
  color: #161311;
  padding-bottom: calc(var(--fontsize) * 1);
}
table.table_timetable thead th:first-child {
  width: 41%;
}
@media print, screen and (min-width: 768px) {
  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;
}
table.table_timetable tbody tr:first-child th, table.table_timetable tbody tr:first-child td {
  padding-top: calc(var(--fontsize) * 1);
}
table.table_timetable tbody tr:last-child th, table.table_timetable tbody tr:last-child td {
  padding-bottom: calc(var(--fontsize) * 1);
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
  table.table_timetable .sub {
    font-size: 92%;
  }
}
table.table_fee {
  table-layout: fixed;
}
table.table_fee, table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee:last-child, table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td, table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td, table.table_fee2 thead th, table.table_fee2 thead td {
  background: #ed6d34;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th, table.table_fee2 tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td, table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child, table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee2 tbody th {
  background: #f1f1f1;
  width: 35%;
}
@media print, screen and (min-width: 768px) {
  table.table_fee2 tbody th {
    width: 25%;
  }
}
table.table_fee_bg tbody tr th {
  background: #f1f1f1;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #ed6d34 !important;
}

.consul2 {
  color: #e5d0b5 !important;
}

.js-scrollable, .js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table, .js-scrollable_pc table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable table, .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

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

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: calc(var(--fontsize) * 1.25);
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev, .slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover, .slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before, .slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 0px;
}
@media print, screen and (min-width: 768px) {
  .slide_main .arrow-prev {
    left: 10px;
  }
}
.slide_main .arrow-next {
  right: 0px;
}
@media print, screen and (min-width: 768px) {
  .slide_main .arrow-next {
    right: 10px;
  }
}
.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  transition: 0.3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ed6d34;
  border-radius: 10px;
}
.slide_thumb .item img {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: flex;
    justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: calc(var(--fontsize) * 3.125);
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.pagenav_single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: calc(var(--fontsize) * 0.88);
  line-height: 1.5;
  margin-top: calc(16px * 2) !important;
  padding-top: calc(16px * 1.75);
}
@media print, screen and (min-width: 768px) {
  .pagenav_single {
    margin-top: calc(16px * 4) !important;
    padding-top: calc(16px * 3);
  }
}
.pagenav_single li {
  flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.pagenav_single a:hover {
  opacity: 0.7;
}
.pagenav_single a .svg-icons {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  justify-content: flex-end;
}

.pagenav_archive {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--fontsize) * 0.88);
  line-height: calc(var(--fontsize) * 1.25);
  margin-top: calc(16px * 3);
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: calc(var(--fontsize) * 1.875);
  line-height: calc(var(--fontsize) * 1.875);
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: calc(var(--fontsize) * 1.875);
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #ed6d34;
  border: 1px solid #ed6d34;
  color: #fff;
  cursor: pointer;
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=password], .wpcf7 textarea, .wpcf7 select {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #ed6d34;
  box-shadow: none;
  border: 2px solid #ed6d34;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  width: 240px;
}
.wpcf7 input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #ed6d34;
  cursor: pointer;
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type=submit]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: calc(16px * 1.25);
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: calc(16px * 1.25);
  margin-bottom: calc(16px * 2);
}
@media print, screen and (min-width: 768px) {
  .box_form {
    margin-top: calc(16px * 2);
    margin-bottom: calc(16px * 3);
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dl p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  font-weight: bold;
  margin-bottom: calc(16px * 0.5);
  padding: 1.5em 5px 0 5px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding: 0 5px 1.5em 0;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}
@media print, screen and (min-width: 768px) {
  .box_form dt {
    float: left;
    padding-bottom: 1.5em;
  }
  .box_form dd {
    padding-top: 1.5em;
    padding-left: 14em;
  }
  .box_form .input_wrap:not(:first-child) {
    margin-left: calc(16px * 1.25);
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex, .box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite, .box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: calc(var(--fontsize) * 0.75);
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: calc(var(--fontsize) * 0.75);
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: calc(16px * 1.25);
}
@media print, screen and (min-width: 768px) {
  .box_form .btnstyle {
    margin-top: calc(16px * 1.75);
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.sitemap_box {
  margin-top: calc(16px * 1.75);
  margin-bottom: calc(16px * 3.5);
}
@media print, screen and (min-width: 768px) {
  .sitemap_box {
    margin-bottom: calc(16px * 5);
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: calc(16px * 1) calc(16px * 2) calc(16px * 1) calc(16px * 1);
  transition: 0.3s;
  text-decoration: none;
  color: #161311;
}
@media print, screen and (min-width: 768px) {
  .sitemap_box .menu a {
    padding: calc(16px * 1.25) calc(16px * 2.5) calc(16px * 1.25) calc(16px * 1.25);
  }
}
.sitemap_box .menu a:hover {
  color: #ed6d34;
  background: #f8f5f1;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: calc(16px * 1);
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ed6d34;
  border-right: 1px solid #ed6d34;
  transform: rotate(45deg);
}

.home .footer {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .home .footer {
    padding-top: 0;
    margin-top: calc((min(120px, 10vw) + 8vw) * -1);
    margin-top: -8vw;
  }
}

.footer {
  padding-top: 6vw;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: min(120px, 10vw);
  }
}
.footer .row {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .footer .row {
    flex-wrap: nowrap;
  }
}
.footer .sec_logo {
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .sec_logo {
    max-width: 70%;
  }
}
.footer .btnstyle a {
  margin-left: 0;
  margin-top: 1em;
  width: 240px;
}
.footer .footer_db {
  margin-left: 0 !important;
}
.footer .footer_logo_text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: min(var(--fontsize) * 1.75, 7vw);
  font-weight: bold;
  margin-bottom: 0.75em;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #161311;
  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 #161311;
  border-right: 1px solid #161311;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .footer_left,
  .footer_right {
    position: relative;
  }
  .footer_left::before,
  .footer_right::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100vw;
    height: 100%;
  }
  .footer_left > div,
  .footer_left > p,
  .footer_left > ul,
  .footer_right > div,
  .footer_right > p,
  .footer_right > ul {
    position: relative;
  }
  .footer_left {
    margin-left: -20px;
    flex: 0 0 30%;
  }
  .footer_left::before {
    background: url(../img/top/bg03.jpg);
    right: 0;
  }
  .footer_right {
    flex: 0 0 70%;
  }
  .footer_right::before {
    background: url(../img/top/bg02.jpg);
    left: 0;
  }
}
@media print, screen and (min-width: 1240px) {
  .footer_left {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    flex: 0 0 calc((100vw - 1200px) / 2 + 16%);
  }
  .footer_right {
    flex: 0 0 84%;
  }
}
.footer_left {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_row01 .footer_right {
  display: flex;
  flex-direction: column;
  padding-bottom: min(100px, 6vw);
}
.footer_row01 .footer_access,
.footer_row01 .table_wrap {
  margin-bottom: 2em;
}
.footer_row01 .footer_access {
  order: 1;
}
.footer_row01 .footer_db {
  order: 3;
}
.footer_row01 .table_wrap {
  order: 2;
}

@media print, screen and (min-width: 768px) {
  .footer_row01 .footer_left,
  .footer_row01 .footer_right {
    padding-top: min(100px, 10vw);
  }
  .home .footer_row01 .footer_left,
  .home .footer_row01 .footer_right {
    padding-top: calc(min(100px, 10vw) + 8vw);
  }
  .footer_row01 .footer_right {
    display: flex;
    flex-direction: column;
    padding-left: min(75px, 7.5vw);
  }
  .footer_row01 .footer_access {
    order: 1;
  }
  .footer_row01 .footer_db {
    order: 3;
  }
  .footer_row01 .table_wrap {
    order: 2;
  }
  .home .footer_row01 .footer_left,
  .home .footer_row01 .footer_right {
    padding-top: calc(min(120px, 10vw) + 8vw);
  }
  .footer_row02 .footer_left {
    padding-bottom: 30px;
  }
  .footer_row02 .footer_right {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
@media print, screen and (min-width: 1240px) {
  .footer_row01 .footer_right {
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: auto;
  }
  .footer_row01 .footer_db {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .footer_row01 .table_wrap {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    background: url(../img/top/bg02.jpg);
    overflow: hidden;
  }
  .footer_row01 .footer_left {
    margin-bottom: 2em;
    padding-bottom: 1px;
    position: relative;
  }
  .footer_row01 .footer_left::before {
    position: absolute;
    content: "";
    background: url(../img/top/bg03.jpg);
    width: calc(100% + 20px);
    top: -10vw;
    height: calc(100% + 10vw);
    left: -10px;
  }
}
.home .footer {
  border-top: none;
}

/* 流れるテキスト */
.footer_row02 .footer_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer_row02 {
    margin-bottom: calc(13vw + 30px) !important;
    margin-top: 0 !important;
  }
  .footer_row02 .footer_right {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.loop_txt_wrap {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: flex;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .loop_txt_wrap {
    margin-bottom: 120px;
  }
}

.loop_txt {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 15vw;
  line-height: 1;
  animation: looptxt 120s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .loop_txt {
    font-size: 110px;
  }
}
.loop_txt li {
  display: inline-block;
}
.loop_txt li + li {
  padding-right: 0.5em;
}

.loop_txt + .loop_txt {
  animation: looptxt2 120s -60s linear infinite;
}

@keyframes looptxt {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes looptxt2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.copyright {
  color: #ed6d34;
  padding: 10px 0 min(40px, 4vw);
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 10px 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .copyright {
    padding-bottom: 140px;
  }
}

.sec_news .sec_title {
  text-align: center;
}
.sec_news .btnstyle a {
  width: 120px;
  padding: 0.5em 0em;
}
@media only screen and (max-width: 767px) {
  .sec_news .btnstyle {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_news .sec_title {
    text-align: left;
  }
  .sec_news .title_box {
    position: relative;
  }
  .sec_news .title_box .btnstyle {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.sec_tab .tab_btn {
  border: 1px solid #ed6d34;
}
.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.sec_tab .tab_btn_wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  color: #ed6d34;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap li {
    flex-direction: column;
  }
}
.sec_tab .tab_btn_wrap li:after {
  content: "";
  position: absolute;
}
.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sec_tab .tab_btn_wrap li.active {
  color: #fff;
  background: #ed6d34;
}
.sec_tab .btnstyle a {
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 2%;
  }
  .sec_tab .tab_btn_wrap li {
    line-height: 1.3;
    text-align: center;
    height: 60px;
    width: 32%;
  }
  .sec_tab .btnstyle a {
    font-size: 18px;
  }
}
@media screen and (max-width: 570px) {
  .sec_tab .btnstyle a {
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    justify-content: center;
  }
  .sec_tab .btnstyle a {
    font-size: 1.5vw;
  }
}
@media print, screen and (min-width: 1239px) {
  .sec_tab .btnstyle a {
    font-size: 17px;
  }
}

.list_list dd a {
  color: #161311;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.list_with_cat dt {
  padding: 0.5em 0 0;
}
.list_with_cat dd {
  padding: 0 0 0.5em;
}
.list_with_cat dd a {
  color: #161311;
  text-decoration: none;
}
.list_with_cat dd a:hover {
  text-decoration: underline;
}
.list_with_cat .list_category {
  background: #ed6d34;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 86%;
  line-height: 1.25;
  margin-right: 0.35em;
  padding: 0.25em 0.5em;
}
.list_with_cat .list_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_with_eyecatch {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media only screen and (max-width: 767px) {
  .list_with_eyecatch {
    flex-wrap: wrap;
    row-gap: 3vw;
  }
  .list_with_eyecatch li {
    flex: 0 0 100%;
    width: 100%;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

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

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media print, screen and (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .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%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.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: -moz-fit-content;
  height: fit-content;
}

/* 診療時間 本日の混雑状況 */
.sec_info_time h2,
.sec_info_congestion h2 {
  position: relative;
  padding-bottom: 0.25em;
}
.sec_info_time h2::before, .sec_info_time h2::after,
.sec_info_congestion h2::before,
.sec_info_congestion h2::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
}
.sec_info_time h2::before,
.sec_info_congestion h2::before {
  background: #c5c4c3;
  width: 100%;
}
.sec_info_time h2::after,
.sec_info_congestion h2::after {
  background: #ed6d34;
  width: 90px;
}

.sec_info_congestion {
  margin-top: 50px;
  margin-bottom: 20px;
}

.congestion_time,
.congestion_img {
  display: flex;
}

.congestion_time {
  justify-content: space-between;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .congestion_time {
    font-size: calc(var(--fontsize) * 1.375);
  }
}
.congestion_time > div {
  margin-right: auto;
  margin-left: auto;
}
.congestion_time > div:first-child {
  margin-left: 0;
}
.congestion_time > div:last-child {
  margin-right: 0;
}
.congestion_time .am {
  margin-right: 10px;
}
.congestion_time .pm {
  margin-left: 10px;
}

.congestion_img {
  justify-content: space-around;
  gap: 1%;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
}
.congestion_img .am {
  margin-right: 3px;
}
.congestion_img .pm {
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .congestion_img .am {
    margin-right: 8px;
  }
  .congestion_img .pm {
    margin-left: 8px;
  }
}
.congestion_img img {
  border-radius: min(20px, 3vw);
  box-shadow: 0 0 20px rgba(37, 33, 27, 0.08);
}

/* 総合診療医 */
.sec_gp {
  padding-bottom: 0;
  padding-top: 0;
}

.sec_gp .col_txt p,
.sec_greeting .col_txt p {
  line-height: 2.1875;
}

.sec_gp_content .txt_wrap::before,
.sec_gp_menu,
.sec_gp_disease {
  background: url(../img/top/bg01.jpg);
}

.sec_gp_menu,
.sec_gp_disease {
  overflow: hidden;
}
.sec_gp_menu h3,
.sec_gp_disease h3 {
  border: none;
  display: table;
  padding: 0;
}
.sec_gp_menu h3::before, .sec_gp_menu h3::after,
.sec_gp_disease h3::before,
.sec_gp_disease h3::after {
  background: #161311;
}
.sec_gp_menu h3::before,
.sec_gp_disease h3::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 5px);
}
.sec_gp_menu h3::after,
.sec_gp_disease h3::after {
  width: 100vw;
  height: 1px;
  top: 50%;
}

/* どんなこともお気軽にご相談いただける総合診療医 */
@media print, screen and (min-width: 768px) {
  .sec_gp_content .col_txt {
    padding-top: 80px;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
  }
}
.sec_gp_content .col_txt .btnstyle a {
  margin-left: 0;
}
.sec_gp_content .sec_gp_title {
  font-size: min(var(--fontsize) * 1.875, 6.5vw);
  margin-bottom: 1em;
}
.sec_gp_content .sec_gp_title .txt_sub {
  font-size: 90%;
}
.sec_gp_content .sec_gp_title .txt_big {
  color: #ed6d34;
  display: inline-block;
  font-size: 140%;
}
.sec_gp_content .txt_wrap {
  position: relative;
  flex: 1 1 auto;
}
.sec_gp_content .txt_wrap::before {
  position: absolute;
  content: "";
  width: 200vw;
  height: calc(100% + 24px);
  left: -20px;
  top: -24px;
  z-index: -1;
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_content .txt_wrap::before {
    left: calc((100vw - 1200px) / 2 * -1);
  }
}
.sec_gp_content .col_img {
  border-radius: min(100px, 12vw) 0 0 0;
  margin-right: -10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec_gp_content .col_img {
    margin-bottom: 20px;
  }
}
.sec_gp_content .col_img figure {
  height: 100%;
}
.sec_gp_content .col_img img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_gp_content {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px 30px;
  }
  .sec_gp_content .col_img {
    margin-right: -20px;
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_content .col_img {
    margin-right: calc((100vw - 1200px) / 2 * -1);
  }
}

/* 診療内容 */
.sec_gp_menu .conteiner {
  position: relative;
}
.sec_gp_menu h3::before, .sec_gp_menu h3::after {
  left: calc(100% + 20px);
}

.medical_slider_thumb:not(.slick-initialized),
.medical_slider_thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: min(28px, 3.75vw) min(17px, 3vw);
}
@media only screen and (max-width: 767px) {
  .medical_slider_thumb:not(.slick-initialized),
  .medical_slider_thumb .slick-track {
    justify-content: center;
    padding-bottom: 20px;
  }
}

.medical_slider_thumb .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.medical_slider_thumb .slick-track::before {
  display: none;
}
.medical_slider_thumb .slick-list {
  overflow: visible;
}
.medical_slider_thumb .item {
  width: min(156px, (100% - (3vw)) / 2);
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(37, 33, 27, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .medical_slider_thumb .item {
    width: min(156px, (100% - 3vw * 2) / 3);
  }
}
@media print, screen and (min-width: 960px) {
  .medical_slider_thumb .item {
    width: min(156px, (100% - 3vw * 2) / 4);
  }
}
.medical_slider_thumb .item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.medical_slider_thumb .item.slick-slide {
  display: flex;
}
.medical_slider_thumb .item figure {
  max-width: 50%;
}
.medical_slider_thumb .item p {
  color: #ed6d34;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media print, screen and (min-width: 1240px) {
  .medical_slider_thumb .item p {
    font-size: calc(var(--fontsize) * 1.25);
  }
}
.medical_slider_thumb .item .morelink a {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.medical_slider_thumb .item .morelink .more {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 30%;
  bottom: 6vw;
}
@media print, screen and (min-width: 768px) {
  .medical_slider_thumb .item .morelink {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .medical_slider_thumb .item {
    padding-bottom: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .medical_slider_thumb {
    flex: 0 0 57%;
  }
}

.medical_slider_main .slick-track {
  display: flex;
}
.medical_slider_main .slick-slide {
  height: auto !important;
}
.medical_slider_main .item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 22px rgba(37, 33, 27, 0.08);
  margin: 22px 22px;
  padding: 27px;
  position: relative;
  width: min(460px, 30vw);
}
.medical_slider_main .item .title {
  color: #ed6d34;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: calc(var(--fontsize) * 1.5);
  margin-top: 1em;
  margin-bottom: 0.8em;
  text-align: center;
}
.medical_slider_main .item .title::before, .medical_slider_main .item .title::after {
  display: none;
}
.medical_slider_main .item p {
  line-height: 1.875;
}
.medical_slider_main .item a,
.medical_slider_main .item .more {
  position: absolute;
}
.medical_slider_main .item a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-radius: min(20px, 4vw);
}
.medical_slider_main .item .more {
  right: 28px;
  bottom: 28px;
}
.medical_slider_main .item .more img {
  width: 57px;
}
.medical_slider_main .slick-next,
.medical_slider_main .slick-prev {
  top: -10px;
  left: calc(313px + (100vw - 1215px) / 2);
  width: 57px;
  height: 7px;
}
.medical_slider_main .slick-next::before,
.medical_slider_main .slick-prev::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/slick_arrow.png") no-repeat center center/contain;
}
.medical_slider_main .slick-next {
  left: 403px;
  left: calc(400px + (100vw - 1215px) / 2);
}
.medical_slider_main .slick-next::before {
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .medical_slider_main {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .medical_slider_main {
    margin-top: calc((var(--fontsize) * 2.125 * 1.5 + var(--fontsize) * 2.125 * 1.2 + 50px) * -1);
  }
}

@media print, screen and (min-width: 768px) {
  .sec_gp_menu {
    padding-top: min(100px, 10vw);
  }
  .medical_slider_wrap {
    display: flex;
    -moz-column-gap: min(32px, 1.4vw);
         column-gap: min(32px, 1.4vw);
  }
  .medical_slider_main:not(.slick-initialized),
  .medical_slider_main .slick-list {
    padding-left: 22px;
  }
}
/* 病気のことを知る */
.sec_gp_disease {
  padding-bottom: min(120px, 10vw);
}
.sec_gp_disease h3::before, .sec_gp_disease h3::after {
  left: calc(100% + 20px);
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_disease h3::before, .sec_gp_disease h3::after {
    left: auto;
    right: calc(100% + 20px);
  }
}
.sec_gp_disease .tab_btn {
  background: #fff;
  border-radius: 10px;
  font-size: min(1em, 4vw);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  height: 77px;
  margin-bottom: 28px;
}
.sec_gp_disease .tab_btn:hover {
  background: #ed6d34;
  color: #fff;
}
.sec_gp_disease .tab_btn.active::after {
  top: 100%;
  background: #ed6d34;
  width: 28px;
  height: 14px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media print, screen and (min-width: 768px) {
  .sec_gp_disease .tab_btn {
    flex: 1 1 auto;
    width: 100%;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_disease .tab_btn {
    font-size: calc(var(--fontsize) * 1.375);
  }
}
.sec_gp_disease .tab_item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 38px rgba(37, 33, 27, 0.08);
  padding: min(30px, 4.4vw);
}

.sec_gp_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sec_gp_btn li {
  display: flex;
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 768px) {
  .sec_gp_btn li {
    width: calc((100% - 30px) / 3);
  }
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_btn li {
    width: calc((100% - 45px) / 4);
  }
}
.sec_gp_btn a {
  background: #fff;
  border: 1px solid #ed6d34;
  border-radius: 10px;
  color: #ed6d34;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1.3;
  padding: 15px min(15px, 1.8vw);
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 1240px) {
  .sec_gp_btn a {
    font-size: calc(var(--fontsize) * 1.25);
  }
}
.sec_gp_btn a:hover {
  background: #ed6d34;
  color: #fff;
}

/* 6つの特徴 */
body {
  counter-reset: featurenumber;
}

.sec_feature {
  position: relative;
}
.sec_feature h2 .big {
  color: #ed6d34;
  font-size: 146.7%;
  line-height: 1;
}
.sec_feature h2 .big.num {
  font-size: 223.3%;
  vertical-align: bottom;
}
.sec_feature::before {
  position: absolute;
  content: "";
  background: url(../img/top/bg01.jpg);
  top: 0;
  right: 0;
  width: calc((100vw - 1200px) / 2 + 100px);
  height: 40%;
}

.feature_item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: min(42px, 3.5vw);
  padding-bottom: 120px;
  position: relative;
}
.feature_item_wrap .item {
  border-radius: min(20px, 3vw);
  background: #fff;
  box-shadow: 0 0 32px rgba(53, 53, 53, 0.15);
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .feature_item_wrap .item {
    max-width: calc((100% - min(42px, 3.5vw)) / 2);
  }
}
@media print, screen and (min-width: 920px) {
  .feature_item_wrap .item {
    max-width: calc((100% - min(42px, 3.5vw) * 2) / 3);
  }
}
.feature_item_wrap .item figure {
  position: relative;
}
.feature_item_wrap .item figure::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 60px;
  bottom: 0;
  background: url(../img/top/sec06_bg_white.png) no-repeat center bottom/100% 100%;
}
@media print, screen and (min-width: 768px) {
  .feature_item_wrap .item figure::after {
    height: calc(25% + 2px);
    bottom: -2px;
  }
}
.feature_item_wrap .item figure img {
  width: 100%;
  transition: transform 0.3s;
}
.feature_item_wrap .item h3, .feature_item_wrap .item p {
  padding-left: min(25px, 3vw);
  padding-right: min(25px, 3vw);
}
.feature_item_wrap .item h3 {
  background: #fff;
  border: none;
  color: #ed6d34;
  font-size: calc(var(--fontsize) * 1.375);
  margin-top: -10px;
  margin-bottom: 0.75em;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
.feature_item_wrap .item h3::before {
  background: none;
  counter-increment: featurenumber;
  content: counter(featurenumber, decimal-leading-zero);
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
  width: 100%;
  top: -1.5em;
}
.feature_item_wrap .item h3::after {
  display: none;
}
.feature_item_wrap .item p {
  line-height: 1.875;
  transition: color 0.3s;
}
.feature_item_wrap .item a,
.feature_item_wrap .item .more {
  position: absolute;
}
.feature_item_wrap .item a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-radius: min(20px, 4vw);
}
.feature_item_wrap .item .more {
  right: 20px;
  bottom: 20px;
}
.feature_item_wrap .item .more img {
  width: 57px;
}
.feature_item_wrap .item:hover img {
  transform: scale(1.05, 1.05);
}
.feature_item_wrap .item:hover p {
  color: #ed6d34;
}
.feature_item_wrap::before {
  position: absolute;
  content: "";
  border-radius: 0 min(100px, 10vw) 0 0;
  right: 15%;
  bottom: 0;
  width: 100vw;
  height: calc(30% + min(120px, 5vw));
  background: url(../img/top/sec06_bgimg.jpg) no-repeat center center/cover;
}

/* ご挨拶 */
.sec_greeting {
  padding-top: 0;
}
.sec_greeting .row {
  gap: min(35px, 3.5vw);
}
@media only screen and (max-width: 767px) {
  .sec_greeting .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_greeting .row {
    flex-wrap: nowrap;
  }
}
.sec_greeting figure {
  position: relative;
}
.sec_greeting figure img {
  border-radius: 0;
}
.sec_greeting h2 {
  line-height: 1.65;
  margin-bottom: 0.8em;
}
.sec_greeting h2 .sub {
  color: #ed6d34;
  font-size: 76.5%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.46em;
}
.sec_greeting h2 .sub::after {
  display: block;
  content: "";
  background: #ed6d34;
  height: 2px;
  width: 4.35em;
}
.sec_greeting .text_wrap {
  padding: min(40px, 5vw);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sec_greeting .text_wrap {
    padding-right: 0;
  }
}
.sec_greeting .text_wrap p {
  position: relative;
}
.sec_greeting .text_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 32px rgba(53, 53, 53, 0.08);
}
@media print, screen and (min-width: 768px) {
  .sec_greeting .text_wrap::before {
    width: calc(100% + 120px);
  }
}
.sec_greeting .btnstyle a {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_greeting .col_txt {
    flex: 0 0 63.3%;
  }
}

/* loop_slider */
.sec_loop {
  padding-top: min(20px, 2vw);
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
.sec_loop::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: -10px;
  bottom: 0;
  height: 50%;
  background: url(../img/top/bg03.jpg);
}
@media print, screen and (min-width: 768px) {
  .sec_loop::before {
    display: none;
  }
}

.loop_slider figure {
  margin-left: 1.25vw;
  margin-right: 1.25vw;
}

/* 下層 */
.table_wrap {
  background: #fff;
  border-radius: 20px;
  padding: min(38px, 3vw);
}

dl.dl dt {
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  dl.dl dt {
    float: left;
  }
}
dl.dl dt::before {
  content: "・";
  color: #ed6d34;
}
dl.dl dt::after {
  content: "：";
}
dl.dl dd {
  overflow: hidden;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  dl.dl dd {
    padding-left: 1em;
  }
}

table.table_sas_selfcheck {
  table-layout: auto;
}
table.table_sas_selfcheck tbody td,
table.table_sas_selfcheck tbody td:last-child {
  padding: 15px 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  table.table_sas_selfcheck tbody td,
  table.table_sas_selfcheck tbody td:last-child {
    width: 5em;
  }
}

.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 */