@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #34b5ce;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: flex;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #fff;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 600;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.mce-content-body h2 {
  background: url("../img/common/icon_h2.png") no-repeat center top;
  color: #252525;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 52px;
  /*padding-bottom: 14px;*/
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
/*.mce-content-body h2:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #34b5ce;
}*/
.mce-content-body h3 {
  background: #eaf7fa;
  border-left: 2px solid #34b5ce;
  color: #252525;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  padding: 0.25em;
  padding-left: 0.75em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #252525;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h3.h3bg {
  background: #34b5ce;
  border: none;
  color: #fff;
  display: table;
  font-size: calc(16px * 1.1);
  line-height: 1.35;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
}
.mce-content-body h3 {
  background: #eaf7fa;
  padding: 10px;
  padding-left: 0.75em;
}
.mce-content-body .section_bg h3, .mce-content-body .box_bg h3 {
  background: #fff;
}
.mce-content-body .section_bg .box_bg h3, .mce-content-body .section_bg .box_border h3, .mce-content-body .box_bg .box_bg h3, .mce-content-body .box_bg .box_border h3 {
  background: #eaf7fa;
}
.mce-content-body .section_bg .box_bg .box_bg h3, .mce-content-body .section_bg .box_border .box_bg h3, .mce-content-body .box_bg .box_bg .box_bg h3, .mce-content-body .box_bg .box_border .box_bg h3 {
  background: #fff;
}
.mce-content-body h4 {
  color: #252525;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: calc(1.2em * 0.75);
  position: relative;
  letter-spacing: 0.08em;
  display: table;
  padding: 2px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h4::before, .mce-content-body h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
}
.mce-content-body h4::before {
  background: #f8f1c7;
  width: 100%;
}
.mce-content-body h4::after {
  background: #f79646;
  width: 25px;
}
.mce-content-body h5 {
  color: #252525;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: calc(1.2em * 0.5);
  border: none;
  position: relative;
  padding: 0;
  padding-left: calc(6px + 0.5em);
}
.mce-content-body h5:before {
  display: none;
}
.mce-content-body h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: calc( (1.5em / 2) - (6px / 2) );
  bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34b5ce;
}
@media screen and (max-width: 767px) {
  .mce-content-body h5:after {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}
.mce-content-body h6 {
  font-weight: bold;
}

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

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}
.link_anchor + .section {
  padding-top: calc(( 16px * 6.25 ) - ( 16px * 1.5 ) - (16px * 1.5) );
}
@media only screen and (max-width: 767px) {
  .link_anchor + .section {
    padding-top: calc(( 16px * 6.25 * 0.75 ) - ( 16px * 1.5 ) - (16px * 1.5) );
  }
}

.section_bg {
  background: #eaf7fa;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #eaf7fa;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}
.section_bg .clearfix:last-child {
  margin-bottom: 0;
}

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

.box_border {
  background: #fff;
}

.box_border .box_bg {
  background: #eaf7fa;
}

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

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

.box_border {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px 3px rgba(13, 62, 72, 0.08);
}

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

.section .clearfix:last-child,
.section_bg .clearfix:last-child,
.box_bg .clearfix:last-child,
.box_border .clearfix:last-child {
  margin-bottom: 0;
}

.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: 24px;
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  border: 0px solid #fff !important;
  border-radius: 6px !important;
  padding: 30px 20px !important;
  box-shadow: 0 0 10px 3px rgba(13, 62, 72, 0.08);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .link_anchor {
    padding: 30px 30px !important;
  }
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #252525;
  border-radius: 0;
  padding: .5em 1em .5em 3.5em;
  position: relative;
  text-decoration: none;
  transition: .3s;
  line-height: 24px;
  border: 1px solid #f79646;
  border-radius: 0;
  border: none;
  color: #252525 !important;
  display: inline;
  width: auto;
  padding: 0 0 0 20px;
  text-decoration: none;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::before {
  display: block;
  background: #f79646;
  height: 6px;
  width: 6px;
  left: 5px;
  right: auto;
  top: calc(( (24px / 2 ) - ( 6px / 2) + 1px ) );
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #f79646 !important;
  background: none;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n + 3) {
    margin-top: 1%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 1%;
  }
  .link_anchor.link_col_3 li:nth-child(n + 3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n + 4) {
    margin-top: 1%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li {
  padding-left: calc(9px + (16px / 2));
}
.ul_circle li::before {
  border-radius: 0;
  background: #34b5ce;
  height: 9px;
  left: 0;
  top: calc( ( ((1em * 1.75) ) / 2 ) - ( 9px / 2 ) );
  width: 9px;
}

.ul_check li {
  padding-left: calc(19px + 0.5em);
}
.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( ( 1em * 1.75 / 2 ) - ( 16px / 4 ) );
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #34b5ce;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}
.ul_check li:before {
  display: none;
}
.ul_check li:after {
  width: 19px;
  height: 15px;
  top: calc(1em * 1.75 / 2 );
  margin-top: calc( 15px / 2 * -1 );
  background: url("../img/common/icon_check.svg") no-repeat center/contain;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #f79646;
  top: 10px;
}

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

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list_columns_3 {
    display: flex;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }

  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #34b5ce;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #f79646;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: .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: #f79646;
  top: 30px;
}

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

.flow-block {
  border: 5px solid #eaf7fa;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #afcbea;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #34b5ce;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: 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 {
  display: block;
  border: #34b5ce;
  background: #34b5ce;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address th, table.table_address td {
  text-align: left;
  line-height: 1.6;
  padding: 1em 0;
  padding-left: 0.75em;
}
@media only screen and (min-width: 768px) {
  table.table_address th, table.table_address td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
}
table.table_address th:first-child, table.table_address td:first-child {
  color: #252525;
}
@media only screen and (min-width: 768px) {
  table.table_address th:first-child, table.table_address td:first-child {
    border-bottom: 1px solid #f79646;
    border-top: 1px solid #f79646;
  }
}
table.table_address th {
  float: none;
  font-weight: normal;
  text-align: left;
}
table.table_address th:first-child {
  white-space: nowrap;
  border-bottom: none;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  table.table_address th:first-child {
    border-top: 1px solid #f79646;
  }
}
@media only screen and (min-width: 768px) {
  table.table_address:last-child th:first-child {
    border-bottom: 1px solid #f79646;
  }
}
@media only screen and (max-width: 767px) {
  table.table_address tr, table.table_address th, table.table_address td {
    display: block;
    width: auto;
  }
  table.table_address th {
    border-bottom: 1px solid #ddd;
    color: #f79646;
    font-size: 88%;
    font-weight: bold;
    padding: 0.75em 0.2em 0.2em;
  }
  table.table_address td {
    padding: 0 0.2em 0.75em;
  }
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  padding: .8rem .2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #34b5ce;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 32%;
}
table.table_timetable thead th:last-child {
  width: 4em;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 88%;
    letter-spacing: 0.05em;
  }
  table.table_timetable thead th {
    font-size: 84%;
    letter-spacing: 0;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #f79646;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 thead th, table.table_fee2 thead td {
  background: #f79646;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee2 tbody th {
  background: #f7f9fc;
  text-align: center;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: center;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: center;
}
table.table_fee_bg tbody tr th {
  background: #f7f9fc;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #f79646 !important;
}

.consul2 {
  color: #34b5ce !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 {
    width: auto;
    min-width: 768px;
  }
}

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

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

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #34b5ce;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.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: #252525;
  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 #252525;
  border-right: 1px solid #252525;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.footer_info p {
  word-break: keep-all;
  overflow-wrap: break-word;
  word-break: auto-phrase;
}
.footer_info .tel,
.footer_info .address {
  padding-left: 26px;
  position: relative;
}
.footer_info .tel::before,
.footer_info .address::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_tel_bl.svg) no-repeat center/19px;
  left: 0;
  top: 0;
  width: 19px;
  height: 30px;
}
.footer_info .tel {
  font-weight: bold;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 20px;
}
.footer_info .address {
  line-height: 1.5;
}
.footer_info .address::before {
  background-image: url(../img/common/icon_access_bl.svg);
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .footer_info .spbr {
    display: inline-block;
  }
}

.footer_link {
  display: flex;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}
.footer_link a {
  flex: 0 1 auto;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .footer_link {
    flex-wrap: nowrap;
  }
}

.footer_bnr_mrz {
  display: flex;
  column-gap: 50px;
  row-gap: 20px;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto 0;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .footer_bnr_mrz {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer_bnr_mrz {
    margin-top: 60px;
  }
}
.footer_bnr_mrz .bnr a {
  padding-top: 0 !important;
}

@media (max-width: 960px) {
  .norow960 {
    display: block !important;
  }
  .norow960 .col_2 {
    width: 100%;
    margin-right: 0;
  }
  .norow960 .col_2 + .col_2 {
    margin-top: 30px;
  }
}

.copyright {
  background: #f8f1c7;
  color: #252525;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 10px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-320px * 6));
  }
}
.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 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;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.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 only screen and (max-width: 767px) {
  .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;
  }
}
.sec_top {
  padding-bottom: 50px;
  padding-top: 50px;
}
.sec_top h2 {
  background: none;
  font-size: 26px;
  padding-top: 0;
  padding-bottom: 14px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sec_top h2:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #34b5ce;
}
.sec_top h3 {
  background: none;
  border: none;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  word-break: auto-phrase;
}
@media only screen and (min-width: 768px) {
  .sec_top {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .sec_top h2 {
    font-size: 40px;
  }
  .sec_top h3 {
    font-size: 26px;
  }
}
.sec_top h3 + p {
  margin-top: 1em;
}

.p_el,
.sec01 .col_txt,
.sec02,
.sec02 .container,
.sec02_box01,
.sec02 .row + .row,
.sec03 .container,
.sec04,
.sec07,
.risk_list {
  position: relative;
}
.p_el::before,
.sec01 .col_txt::before,
.sec02::before,
.sec02 .container::before,
.sec02_box01::before,
.sec02 .row + .row::before,
.sec03 .container::before,
.sec04::before,
.sec07::before,
.risk_list::before {
  position: absolute;
  content: "";
  /*z-index: -1;*/
}

.sec07::after,
.risk_list::after {
  position: absolute;
  content: "";
}

@media only screen and (min-width: 768px) {
  .sec01 .row, .sec02 .row, .sec03 .row, .sec04 .row, .sec06 .row {
    flex-wrap: nowrap;
  }
}
.sec01 h3 .marker {
  background: linear-gradient(transparent 60%, rgba(247, 150, 70, 0.3) 60%);
}

.sec02 h3, .sec07 h3 {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sec02 h3 .marker, .sec07 h3 .marker {
  background: linear-gradient(transparent 60%, rgba(52, 181, 206, 0.3) 60%);
}

.sec01 {
  padding-bottom: 0;
}
.sec01 .col_img {
  margin-left: -20px;
}
.sec01 .col_txt {
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
.sec01 .col_txt::before {
  background: #fefadd;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.sec01 .col_txt::before h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .sec01 .col_txt {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec01 .row {
    justify-content: space-between;
  }
  .sec01 .col_img {
    width: min(calc( 510px + ( ( 100vw - 1200px ) / 2) ), 41.1vw);
    width: calc( 510px + ( ( 100vw - 1200px ) / 2) );
  }
  .sec01 .col_img img {
    height: min(calc(100% - 110px), calc(100% - 8.8vw));
    object-fit: cover;
    width: 100%;
  }
  .sec01 .col_txt {
    padding-bottom: 80px;
    width: min(610px, 49.2vw);
    margin-top: min(110px, 8.8vw);
  }
  .sec01 .col_txt::before {
    left: -16.3vw;
  }
  .sec01 .btnstyle a {
    margin-left: 0;
    max-width: none;
    width: 315px;
  }
}
@media print, screen and (min-width: 1240px) {
  .sec01 .col_img {
    margin-left: calc( ( 100vw - 1200px ) / 2 * -1);
  }
}

.sec02 .container::before {
  width: calc(18vw + 40px);
  height: calc(32vw + 40px);
  background: rgba(52, 181, 206, 0.06);
  left: 100%;
  margin-left: -18vw;
  top: -20px;
}
@media only screen and (min-width: 768px) {
  .sec02 .container::before {
    width: 356px;
    height: 290px;
    margin-left: -110px;
    top: -30px;
  }
}
.sec02 h3 {
  margin-top: 0;
}
.sec02 figure {
  margin-bottom: 10px;
  padding: min(15px, 2.5vw);
  position: relative;
}
.sec02 figure::before, .sec02 figure::after {
  position: absolute;
  content: "";
  width: min(217px, 17.5vw);
  height: min(217px, 17.5vw);
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
}
.sec02 figure::before {
  top: 0;
  left: 0;
}
.sec02 figure::after {
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
}
.sec02 ul {
  padding-left: 15px;
  padding-right: 15px;
}
.sec02 li {
  margin-bottom: 0.25em;
  padding-left: 1.2em;
  word-break: keep-all;
  overflow-wrap: break-word;
  word-break: auto-phrase;
}
@media only screen and (min-width: 768px) {
  .sec02 .row {
    column-gap: 28px;
    row-gap: 20px;
  }
  .sec02 .row .col_item {
    width: 100%;
  }
  .sec02 img {
    object-fit: cover;
    height: min(382px, 30.8vw);
  }
  .sec02 h3 {
    margin-top: 0;
  }
}

.sec02_box01::before {
  width: 50vw;
  height: calc(100% + 140px);
  background: rgba(52, 181, 206, 0.06);
  right: 100%;
  margin-right: -18vw;
  top: 60px;
}
@media only screen and (min-width: 768px) {
  .sec02_box01::before {
    margin-right: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .sec02_box01 .col_item + .col_item {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec02_box02 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .sec02_box02 img {
    height: 100%;
  }
  .sec02_box02 .col_txt {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 20px;
  }
}

.sec02 li,
.sec03 li {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .sec02 li,
  .sec03 li {
    font-size: 1.25em;
  }
}

.sec03 {
  padding: 0;
}
.sec03 .container::before {
  width: 50vw;
  height: calc(100% + 160px);
  background: rgba(52, 181, 206, 0.06);
  left: 100%;
  margin-left: -18vw;
  top: -360px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec03 .container::before {
    margin-left: -120px;
  }
}
.sec03 ul {
  margin-top: 10px;
}
.sec03 li {
  margin-bottom: 0.15em;
}
.sec03 .btnstyle a {
  max-width: 100%;
  width: 320px;
}
.sec03 .btnstyle:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sec03 .row {
    column-gap: min(50px, 4vw);
  }
  .sec03 figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sec03 .col_txt {
    flex: 1 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec03 .btnstyle a {
    max-width: none;
  }
}

.risk_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: min(30px, 2.5vw);
}
@media only screen and (min-width: 768px) {
  .risk_list {
    flex-wrap: nowrap;
  }
}
.risk_list li {
  flex: 1 1 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(13, 62, 72, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3vw;
  padding-top: 5vw;
  padding-bottom: 10vw;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .risk_list li {
    padding: min(20px, 1.62vw);
    padding-top: min(60px, 4.8vw);
    padding-bottom: min(120px, 9.6vw);
  }
}
.risk_list li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: 1.25;
  min-height: 3.3em;
}
.risk_list li .title strong {
  color: #34b5ce;
  font-size: 1.22em;
}
.risk_list li .title .small {
  font-size: 74%;
}
@media only screen and (min-width: 768px) {
  .risk_list li .title {
    font-size: min(27px, 2.7vw);
  }
}
.risk_list li img {
  max-width: 40%;
}
@media only screen and (min-width: 768px) {
  .risk_list li img {
    max-width: 70%;
  }
}
.risk_list li::before, .risk_list li::after {
  position: absolute;
  content: "";
}
.risk_list li::before {
  background: url("../img/common/bg_stripe01.png");
  width: calc(100% - 6vw);
  left: 3vw;
  bottom: 3vw;
  height: 20vw;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 768px) {
  .risk_list li::before {
    width: max(calc(100% - 40px), calc(100% - (1.62vw * 2) ));
    left: min(20px, 1.62vw);
    bottom: min(20px, 1.62vw);
  }
}
.risk_list li::after {
  color: #34b5ce;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 10vw;
  line-height: 1;
  right: 6vw;
  bottom: 6vw;
  text-align: center;
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .risk_list li::after {
    font-size: min(96px, 7.5vw);
    right: 30px;
    bottom: 20px;
  }
}
.risk_list li:nth-child(1)::after {
  content: "01";
}
.risk_list li:nth-child(2)::after {
  content: "02";
}
.risk_list li:nth-child(3)::after {
  content: "03";
}
.risk_list::before {
  background: #e9f6f9;
  width: 100vw;
  height: 100%;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .risk_list::before {
    bottom: -100px;
    width: min(1670px, calc(100vw - 20px));
    height: calc(100% + 30px);
  }
}

@media only screen and (min-width: 768px) {
  .sec05 .btnstyle_wrap {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  .sec05 .btnstyle_wrap .btnstyle {
    margin-bottom: 0;
  }
}

.sec06 {
  background: url("../img/common/bg_stripe_b.png"), url("../img/top/sp_sec06_bg.jpg") center/cover;
}
.sec06 .row {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec06 .row {
    flex-wrap: wrap;
  }
}
.sec06 .bnr {
  flex: 1 1 auto;
  width: 100%;
}
.sec06 a {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: min(30px, 5vw);
  padding: 1em;
  position: relative;
  text-decoration: none;
  transition: background .3s;
}
.sec06 a::after {
  position: absolute;
  content: "";
  width: min(72px, 12%);
  height: 100%;
  background: url("../img/common/icon_arrow_w_big.png") no-repeat center/100%;
  right: 14.7%;
  top: 0;
  transition: right .3s;
}
.sec06 a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.sec06 a:hover::after {
  right: 12%;
}
@media only screen and (min-width: 768px) {
  .sec06 a {
    font-size: min(30px, 3.125vw);
  }
}
@media only screen and (min-width: 768px) {
  .sec06 {
    background-image: url("../img/common/bg_stripe_b.png"), url("../img/top/sec06_bg.jpg");
  }
}

.sec07 {
  background: #e9f6f9 url("../img/top/sp_sec07_bg.jpg") no-repeat center bottom/100% auto;
}
.sec07 .container {
  position: relative;
  z-index: 1;
}
.sec07 h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec07 {
    padding-bottom: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec07 {
    background: #e9f6f9;
  }
  .sec07 .col_txt {
    width: 60%;
  }
  .sec07::before {
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: #e9f6f9 url("../img/top/sec07_bg.jpg") no-repeat center/cover;
  }
  .sec07::after {
    height: 100%;
    width: 30%;
    top: 0;
    left: 48%;
    background-image: linear-gradient(90deg, #e9f6f9, #e9f6f9 30%, rgba(233, 246, 249, 0));
  }
}

.access_row_img {
  flex: 1 1 auto;
}

@media (min-width: 1040px) {
  .access_row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .access_row_img {
    flex: 0 0 34%;
  }

  .access_row_timetable {
    flex: 0 0 64%;
  }
}
.marker {
  background-color: #fff6ab;
}

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