@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.red {
  color: #D4240B;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FED7D7));
  background: linear-gradient(transparent 70%, #FED7D7 0%);
  display: inline;
}

.fontsize90 {
  font-size: 90% !important;
}

.fontsize110 {
  font-size: 110% !important;
}

.clr_green_03 {
  color: #668F34 !important;
}

.indent_minus1em {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .width50per_pc {
    width: 50% !important;
  }
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .width_auto_pc {
    width: auto !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr:last-child th,
.tbl_time tr:last-child td {
  border-top: 1px solid #668F34;
}
.tbl_time tr th,
.tbl_time tr td {
  background: #fff;
}
.tbl_time tr th:not(:last-child),
.tbl_time tr td:not(:last-child) {
  border-right: 1px solid #668F34;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #668F34;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col]:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  line-height: 1;
}
.tbl_time tr td.time_td_caution {
  position: relative;
}
.tbl_time tr td.time_td_caution > span {
  display: inline-block;
  -webkit-transform: translateX(-0.25em);
          transform: translateX(-0.25em);
}
.tbl_time tr td.time_td_caution::before {
  content: "※";
  font-size: 65%;
  position: absolute;
  top: 0.12em;
  right: 0.12em;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00617A;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
}

.tit_02 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #D4240B;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 2rem;
}
.tit_02 .tit_jp {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 2.6em 0 1.3em 2.96em;
}
.tit_02 .tit_jp::before {
  content: "";
  display: block;
  background: url(../img/tit_02_icon.svg) no-repeat left top/contain;
  height: 5.37em;
  width: 4.43em;
  position: absolute;
  top: 0;
  left: 0;
}

.tit_03 {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#E8603F), color-stop(47%, #F1974F), color-stop(77%, #DA9C05), color-stop(95%, #BB9910), to(#899522));
  background: linear-gradient(to right, #E8603F 0%, #F1974F 47%, #DA9C05 77%, #BB9910 95%, #899522 100%);
  padding: 0.3em 0.9em;
  border-radius: 10rem;
}

.tit_04 {
  color: #037592;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding: 0.3em 0.9em;
  border-radius: 10rem;
  background: -webkit-gradient(linear, right top, left top, from(#C9ECC7), color-stop(66%, #F9F0BE), to(#FBEEAA));
  background: linear-gradient(to left, #C9ECC7 0%, #F9F0BE 66%, #FBEEAA 100%);
}

.tit_05 {
  color: #037592;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding: 0.3em 0.9em;
  border-radius: 10rem;
  border: 0.2rem dotted #037592;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 11.3rem 2rem 6.5rem;
    font-size: 4rem;
    width: auto;
    margin-top: -4.8rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  .tit_03 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #D4240B;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_link_general {
    margin-bottom: 1.8rem;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  text-align: center;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 1.5rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: flex;
  flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2.5rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: flex;
  flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2.5rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .column_count2_pc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .flex3_pc {
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .column_count3_pc {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #D4240B;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.list_ol_01 > li,
.list_ol_counter_noreset_01 > li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.list_ol_01 > li::before,
.list_ol_counter_noreset_01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li, .flex2.list_ol_01 > li, .flex2.list_ol_counter_noreset_01 > li {
  margin-top: 1.5rem;
}
.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li, .flex3.list_ol_01 > li, .flex3.list_ol_counter_noreset_01 > li {
  margin-top: 1.5rem;
}
.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #D54209;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #FFD3BF;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #D54209;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.55em;
  }
  .flex2.list_ul_01 > li, .flex2.list_ol_01 > li, .flex2.list_ol_counter_noreset_01 > li {
    margin-top: 1.5rem;
  }
  .flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3.list_ul_01 > li, .flex3.list_ol_01 > li, .flex3.list_ol_counter_noreset_01 > li {
    margin-top: 1.5rem;
  }
  .flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex2_pc.list_ul_01 > li, .flex2_pc.list_ol_01 > li, .flex2_pc.list_ol_counter_noreset_01 > li {
    margin-top: 1.5rem;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li, .flex3_pc.list_ol_01 > li, .flex3_pc.list_ol_counter_noreset_01 > li {
    margin-top: 1.5rem;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #D54209;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #EEFECA;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #FFE1AB transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 4rem 0 4rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#D4310A), color-stop(45%, #D76407), color-stop(80%, #DA9C05), color-stop(94%, #BB9910), to(#899522));
  background: linear-gradient(to right, #D4310A 0%, #D76407 45%, #DA9C05 80%, #BB9910 94%, #899522 100%);
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "2";
  position: absolute;
  top: 50%;
  left: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 21rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background: -webkit-gradient(linear, left top, right top, from(#037592), color-stop(45%, #60903A), color-stop(88%, #DA9C05), to(#899522));
    background: linear-gradient(to right, #037592 0%, #60903A 45%, #DA9C05 88%, #899522 100%);
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #D54209;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #FFD3BF;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #D54209;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #D54209;
  color: #fff;
}
.table_01 thead th:not(:last-child) {
  border-right-color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

body {
  background: #fff;
  color: #111;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header {
  letter-spacing: 0.05em;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  padding-top: 1.2rem;
}
.header .wrap .head_right .tel_reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.header .wrap .head_right .tel_reserve .tel_wrap .telephone {
  text-align: center;
  color: #037592;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
}
.header .wrap .head_right .tel_reserve .tel_wrap .telephone::before {
  content: "\e80a";
  font-family: "fontello";
  display: inline-block;
  padding-right: 0.2em;
  font-size: 80%;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}
.header .wrap .head_right .tel_reserve .reserve a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#D4240B), color-stop(5%, #D42C0A), color-stop(12%, #D54409), color-stop(22%, #D76A07), color-stop(33%, #DA9C05), color-stop(37%, #C29A0D), color-stop(42%, #93961F), color-stop(50%, #769429), color-stop(53%, #6C942E), color-stop(60%, #679232), color-stop(78%, #428758), to(#00739D));
  background: linear-gradient(to right, #D4240B 0%, #D42C0A 5%, #D54409 12%, #D76A07 22%, #DA9C05 33%, #C29A0D 37%, #93961F 42%, #769429 50%, #6C942E 53%, #679232 60%, #428758 78%, #00739D 100%);
  color: #fff;
  padding: 0.6em 1.8em;
  border-radius: 50rem;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
}
.header .wrap .head_right .tel_reserve .reserve a::before {
  font-family: "fontello";
  content: "\e80b";
  display: inline-block;
  padding-right: 0.3em;
}
.header .wrap .head_right .tel_reserve .reserve a > span {
  font-size: 88%;
}
.header .wrap .head_right .address::before {
  font-family: "fontello";
  content: "\e80c";
  display: inline-block;
  padding-right: 0.3em;
  color: #D4240B;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 2rem 0 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 48rem;
    height: 8.8rem;
    flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .header .wrap .head_right .tel_reserve {
    margin-bottom: 1.4rem;
  }
  .header .wrap .head_right .tel_reserve .tel_wrap .telephone {
    font-size: 2.8rem;
  }
  .header .wrap .head_right .tel_reserve .reserve {
    margin-left: 2rem;
  }
  .header .wrap .head_right .tel_reserve .reserve a {
    font-size: 1.8rem;
    padding: 0.6em 0.8em;
  }
  .header .wrap .head_right .address {
    font-size: 1.8rem;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#D4310A), to(#D86E07));
  background: linear-gradient(to right, #D4310A 0%, #D86E07 100%);
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#D4310A), to(#D86E07));
  background: linear-gradient(to right, #D4310A 0%, #D86E07 100%);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #fff;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #fff;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #fff !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #fff !important;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 0.9rem 0;
    background: rgba(255, 255, 255, 0.85);
    min-height: 4.8rem;
  }
  #nav .gnav {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1.8rem;
  }
  #nav .gnav > li:nth-child(2) > a::before {
    content: "\e80e";
  }
  #nav .gnav > li:nth-child(3) > a::before {
    content: "\e80f";
  }
  #nav .gnav > li:nth-child(4) > a::before {
    content: "\e811";
  }
  #nav .gnav > li:nth-child(5) > a::before {
    content: "\e813";
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em);
  }
  #nav .gnav > li:nth-child(6) > a::before {
    content: "\e814";
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.5rem;
    position: relative;
    font-weight: bold;
  }
  #nav .gnav > li > a.sub {
    /*&::after {
      content: '▼';
      color: var.$clr_txt;
      font-size: 60%;
    }
    &.open {
      &::after{
        content: '▲';
      }
    }*/
  }
  #nav .gnav > li > a::before {
    font-family: "fontello";
    content: "\e80d";
    display: inline-block;
    padding-right: 0.3em;
    color: #037592;
    font-weight: normal;
    font-size: 115%;
  }
  #nav .gnav > li .subnav {
    width: 44rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 0.9rem);
    right: 0;
    z-index: 1;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #fff;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#D4310A), to(#D86E07));
    background: linear-gradient(to right, #D4310A 0%, #D86E07 100%);
    padding: 0.7rem 0.7rem;
    color: #fff;
    text-align: left;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    opacity: 1;
  }
  #nav .gnav > li .subnav li a::before {
    font-family: "fontello";
    content: "\f006";
    display: inline-block;
    padding-right: 0.3em;
    font-weight: normal;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 2rem;
}
.overview .overview_logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url(../img/logo_overview.svg) no-repeat left -4rem center/auto 100%;
  width: 100%;
  height: 7.2rem;
  margin-bottom: 0.4rem;
}
.overview .overview_bg {
  background: url(../img/overview_bg.jpg) no-repeat center top/cover;
}
.overview .overview_bg > .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.overview .overview_bg > .wrap .tel_reserve {
  margin-bottom: 1.5rem;
}
.overview .overview_bg > .wrap .tel_reserve .telephone {
  text-align: center;
  color: #037592;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.overview .overview_bg > .wrap .tel_reserve .telephone::before {
  content: "\e80a";
  display: inline-block;
  font-family: "fontello";
  padding-right: 0.2em;
  font-size: 80%;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}
.overview .overview_bg > .wrap .tel_reserve .reserve {
  text-align: center;
}
.overview .overview_bg > .wrap .tel_reserve .reserve a {
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#D4240B), color-stop(5%, #D42C0A), color-stop(12%, #D54409), color-stop(22%, #D76A07), color-stop(33%, #DA9C05), color-stop(37%, #C29A0D), color-stop(42%, #93961F), color-stop(50%, #769429), color-stop(53%, #6C942E), color-stop(60%, #679232), color-stop(78%, #428758), to(#00739D));
  background: linear-gradient(to right, #D4240B 0%, #D42C0A 5%, #D54409 12%, #D76A07 22%, #DA9C05 33%, #C29A0D 37%, #93961F 42%, #769429 50%, #6C942E 53%, #679232 60%, #428758 78%, #00739D 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
.overview .overview_bg > .wrap .tel_reserve .reserve a > span {
  font-size: 88%;
}
.overview .overview_bg > .wrap .tel_reserve .reserve a::before {
  content: "\e80b";
  font-family: "fontello";
  padding-right: 0.2em;
}
.overview .overview_bg > .wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap dl dt {
  width: 28%;
  margin: 0;
  margin-top: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#D4240B), to(#D86E07));
  background: linear-gradient(to right, #D4240B 0%, #D86E07 100%);
  border-radius: 10rem;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
  font-size: 90%;
}
.overview .overview_bg > .wrap dl dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap dl dd {
  width: 69%;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}
.overview .overview_bg > .wrap dl dd:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .overview_map {
  text-align: center;
}
.overview .overview_bg > .wrap .overview_map .gmap {
  height: 25rem;
}
.overview .overview_bg > .wrap .overview_map .map_btn {
  margin-top: 1rem;
}
.overview .overview_bg > .wrap .overview_map .map_btn a {
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#007A91), to(#668F34));
  background: linear-gradient(to right, #007A91 0%, #668F34 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
.overview .overview_bg > .wrap .overview_map .map_btn a::before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  margin-right: 0.4em;
  width: 1em;
  height: 1em;
  background: url(../img/icon_map.svg) no-repeat center center/contain;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
    padding-top: 7rem;
  }
  .overview .only_overview_pc {
    display: block;
  }
  .overview .overview_logo {
    background: url(../img/logo_overview.svg) no-repeat right center/contain;
    height: 19rem;
    margin: 0 auto 1.5rem;
    width: 1100px;
  }
  .overview .overview_bg > .wrap {
    padding: 8.5rem 0 5.5rem;
    display: flex;
    justify-content: space-between;
    width: 1100px;
  }
  .overview .overview_bg > .wrap > div {
    width: 52rem;
  }
  .overview .overview_bg > .wrap > div:nth-child(2) {
    width: 51rem;
  }
  .overview .overview_bg > .wrap .tel_reserve {
    display: flex;
    margin-bottom: 4.5rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .telephone {
    margin: 0 2rem 0 0;
    font-size: 3.4rem;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve {
    margin: 0;
  }
  .overview .overview_bg > .wrap .tel_reserve .reserve a {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap dl {
    margin-bottom: 3.6rem;
  }
  .overview .overview_bg > .wrap dl dt,
  .overview .overview_bg > .wrap dl dd {
    margin-top: 2.5rem;
  }
  .overview .overview_bg > .wrap dl dt {
    width: 20%;
  }
  .overview .overview_bg > .wrap dl dd {
    width: 76%;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 0;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_map .gmap {
    height: 59rem;
  }
  .overview .overview_bg > .wrap .overview_map .map_btn {
    margin-top: 2rem;
  }
}
.tel_up {
  width: 100%;
  border-top: 0.1rem solid #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  min-height: 4rem;
  padding: 0 5rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#F1974F), to(#DA9C05));
  background: linear-gradient(to right, #F1974F 0%, #DA9C05 100%);
}
.tel_up .telephone {
  display: block;
  width: 56%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.57rem;
  background: -webkit-gradient(linear, left top, right top, from(#D4310A), to(#D86E07));
  background: linear-gradient(to right, #D4310A 0%, #D86E07 100%);
  color: #fff;
  display: flex;
  border-radius: 10rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  content: "TEL.";
  display: inline-block;
}
.tel_up .reserve {
  width: 42%;
  margin: 0 0 0 0.8rem;
}
.tel_up .reserve a {
  background: -webkit-gradient(linear, left top, right top, from(#D4310A), to(#D86E07));
  background: linear-gradient(to right, #D4310A 0%, #D86E07 100%);
  color: #fff;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem 0.57rem;
  width: 100%;
  text-align: center;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4310A), to(#D86E07));
  background: linear-gradient(to bottom, #D4310A 0%, #D86E07 100%);
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "fontello";
  content: "\e817";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .reserve {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#D4310A), to(#D86E07));
  background: linear-gradient(to top, #D4310A 0%, #D86E07 100%);
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.5rem 2rem 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#E8603F), color-stop(45%, #F1974F), color-stop(78%, #DA9C05), color-stop(93%, #BB9910), to(#899522));
    background: linear-gradient(to right, #E8603F 0%, #F1974F 45%, #DA9C05 78%, #BB9910 93%, #899522 100%);
  }
  .footer .copy {
    font-size: 1.4rem;
  }
  .footer ul {
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 1100px;
    text-align: left;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 3rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.4rem 3rem 0 0;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a::before {
    content: "-";
    padding-right: 0.2em;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 6rem 0;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 24rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open,
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100rem;
  line-height: 1.2;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open {
  font-size: 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(212, 49, 10, 0.92)), color-stop(45%, rgba(215, 100, 7, 0.92)), color-stop(80%, rgba(218, 156, 5, 0.92)), color-stop(94%, rgba(187, 153, 16, 0.92)), to(rgba(137, 149, 34, 0.92)));
  background: linear-gradient(to right, rgba(212, 49, 10, 0.92) 0%, rgba(215, 100, 7, 0.92) 45%, rgba(218, 156, 5, 0.92) 80%, rgba(187, 153, 16, 0.92) 94%, rgba(137, 149, 34, 0.92) 100%);
  bottom: -1rem;
  right: 1rem;
  height: 10.2rem;
  width: 10.2rem;
  z-index: 5;
  text-shadow: 0 0 0.05em #D54209;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7%;
  right: 4.5%;
  background: url(../img/feather.svg) no-repeat right bottom/contain;
  width: 50%;
  height: 75%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open .text_main {
  font-size: 105%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open .num {
  font-size: 122%;
  line-height: 1.1;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan {
  font-size: 1.1rem;
  background: -webkit-gradient(linear, left top, right top, from(#037592), color-stop(45%, #60903A), color-stop(88%, #DA9C05), to(#899522));
  background: linear-gradient(to right, #037592 0%, #60903A 45%, #DA9C05 88%, #899522 100%);
  bottom: -1rem;
  right: 1rem;
  height: 9rem;
  width: 9rem;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan .text_main {
  font-size: 115%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan .text_medium {
  font-size: 113%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan .text_small {
  font-size: 81%;
}
.index .wrapper_keyvsl .keyvsl_open_nairan .nairan .num {
  font-size: 117%;
  line-height: 1.1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: -4.8rem auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 63.3rem;
  }
  .index .wrapper_keyvsl .keyvsl_open_nairan .date_open {
    font-size: 3rem;
    height: 21rem;
    width: 21rem;
    right: calc(50% - 46.4rem);
    bottom: 4rem;
  }
  .index .wrapper_keyvsl .keyvsl_open_nairan .nairan {
    font-size: 2.2rem;
    height: 19rem;
    width: 19rem;
    right: calc(50% - 46.4rem);
    bottom: -1.5rem;
  }
}
.tit_02_index {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #D4240B;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 2rem;
}
.tit_02_index > .tit_02_index_inner {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 2.53em 0 1.37em 2.96em;
  z-index: 2;
}
.tit_02_index > .tit_02_index_inner::before {
  content: "";
  display: block;
  background: url(../img/tit_02_icon.svg) no-repeat left top/contain;
  height: 5.37em;
  width: 4.43em;
  position: absolute;
  top: 0;
  left: 0;
}
.tit_02_index > .tit_02_index_inner .tit_jp {
  position: relative;
  z-index: 2;
}
.tit_02_index .tit_en {
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: #C7E4E9;
  position: absolute;
  right: 0;
  bottom: 0.4em;
  font-size: 155%;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
main .wrapper_news {
  background: -webkit-gradient(linear, left top, right top, from(#DAF7FC), color-stop(60%, #D2F2F8), to(#75D1E2));
  background: linear-gradient(to right, #DAF7FC 0%, #D2F2F8 60%, #75D1E2 100%);
}
main .wrapper_news .wrap .tit_02_news {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #037592;
  height: 8.7em;
  width: 8.7em;
  margin: 0 auto 3rem;
  border: 1px solid #037592;
  border-radius: 100rem;
  letter-spacing: 0.06em;
}
main .wrapper_news .wrap .tit_02_news .tit_en {
  font-family: "EB Garamond", serif;
  font-size: 92%;
  margin-top: 0.1em;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.02em;
  display: block;
}
main .wrapper_news .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding-left: 2.2rem;
}
main .wrapper_news .wrap dl dt {
  color: #D4240B;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  margin: 1.9em 0 0.4em;
  position: relative;
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e816";
  position: absolute;
  right: calc(100% + 0.4em);
  top: 0em;
  color: #037592;
  font-weight: normal;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e815";
}
main .wrapper_news .wrap dl dd {
  margin: 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap dl dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_news .wrap .tit_02_news {
    margin: 1.3rem 10.8rem 0 0;
    flex: none;
    font-size: 2.6rem;
  }
  main .wrapper_news .wrap dl {
    flex: auto;
    padding-left: 2.6rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.6rem;
  }
}
main .wrapper_feature {
  position: relative;
}
main .wrapper_feature::before {
  content: "";
  display: block;
  width: 3rem;
  height: 7.8rem;
  background: url(../img/pink_wave.svg) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 8rem;
}
main .wrapper_feature::after {
  content: "";
  display: block;
  background: #F6DCDC;
  width: 8rem;
  height: calc(100% - 15rem);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100rem 0 0 0;
}
main .wrapper_feature .wrap {
  position: relative;
  z-index: 1;
}
main .wrapper_feature .wrap .list_feature > li {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 0.5rem;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
  margin-left: 0;
  margin-right: 14%;
  border-radius: 0 0 5rem 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .num {
  left: calc(100% - 0.85em);
  color: #fff;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before {
  background-image: url(../img/feature_image_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before {
  background-image: url(../img/feature_image_03.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3) .num {
  line-height: 0.9;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before {
  background-image: url(../img/feature_image_04.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5)::before {
  background-image: url(../img/feature_image_05.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5) .num {
  line-height: 0.8;
}
main .wrapper_feature .wrap .list_feature > li::before {
  content: "";
  display: block;
  background: url(../img/feature_image_01.jpg) no-repeat center center/cover;
  width: 86%;
  height: 11rem;
  margin-bottom: 2.5rem;
  margin-left: 14%;
  border-radius: 0 0 0 5rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
main .wrapper_feature .wrap .list_feature > li::after {
  content: "";
  display: block;
  border: dashed #037592 0.15rem;
  border-right: none;
  border-bottom: none;
  width: 100%;
  height: calc(100% - 12.5rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_feature .wrap .list_feature > li .num {
  font-family: "Pinyon Script", cursive;
  color: #F3E3E3;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5.5rem;
  line-height: 1;
  top: 1.2em;
}
main .wrapper_feature .wrap .list_feature > li .catch {
  color: #377272;
  font-weight: bold;
  margin-bottom: 0.7em;
  font-size: 1.6rem;
  padding-left: 1.1rem;
  position: relative;
}
main .wrapper_feature .wrap .list_feature > li .text {
  letter-spacing: 0.02em;
  padding-left: 1.1rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature::before {
    width: 5.1rem;
    height: 13.4rem;
    right: calc(50% - 36.4rem);
  }
  main .wrapper_feature::after {
    height: calc(100% - 18.5rem);
    bottom: 0;
    right: 0;
    width: calc(50% - 36.4rem);
  }
  main .wrapper_feature .wrap {
    padding-bottom: 10rem;
  }
  main .wrapper_feature .wrap .tit_02_index {
    padding-right: 7rem;
  }
  main .wrapper_feature .wrap .tit_02_index .tit_en {
    padding-right: 15.5rem;
  }
  main .wrapper_feature .wrap .list_feature > li {
    padding: 2.5rem 57.5rem 0 2.5rem;
    min-height: 20.6rem;
    margin-top: 4.2rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) {
    padding: 2.5rem 0 0 60rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
    margin: 0;
    right: auto;
    left: 0;
    border-radius: 0 0 8rem 0;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::after {
    left: auto;
    right: 0;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .num {
    right: 0;
  }
  main .wrapper_feature .wrap .list_feature > li::before {
    width: 54rem;
    height: 20.6rem;
    border-radius: 0 0 0 8rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  main .wrapper_feature .wrap .list_feature > li::after {
    height: 100%;
    width: 52.4rem;
    left: 0;
    top: 0;
    border-width: 0.2rem;
  }
  main .wrapper_feature .wrap .list_feature > li .num {
    font-size: 12rem;
    left: auto;
    right: 61rem;
    top: auto;
    bottom: 0;
    line-height: 0.7;
  }
  main .wrapper_feature .wrap .list_feature > li .catch {
    font-size: 2.4rem;
    padding: 0;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 1.8rem;
    padding: 0;
  }
}
main .wrapper_treatment {
  position: relative;
}
main .wrapper_treatment::before {
  content: "";
  display: block;
  width: 3rem;
  height: 7.8rem;
  background: url(../img/blue_wave.svg) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: 8rem;
}
main .wrapper_treatment::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#E9FCFF), color-stop(40%, #E2F8FC), to(#C6EBF2));
  background: linear-gradient(to right, #E9FCFF 0%, #E2F8FC 40%, #C6EBF2 100%);
  width: 8rem;
  height: calc(100% - 15rem);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 100rem 0 0;
}
main .wrapper_treatment .wrap {
  position: relative;
  z-index: 1;
}
main .wrapper_treatment .wrap .tit_02_index {
  margin-bottom: 3rem;
}
main .wrapper_treatment .wrap .tit_02_index .tit_en {
  padding-right: 4.5rem;
}
main .wrapper_treatment .wrap .list_treatment {
  display: flex;
  flex-wrap: wrap;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 48%;
  margin-top: 2.5rem;
  text-align: center;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  background: url(../img/treatment_icon_01.svg) no-repeat center center/contain;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 0.8rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-left: 4%;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) a::before {
  background-image: url(../img/treatment_icon_02.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) a::before {
  background-image: url(../img/treatment_icon_03.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) a::before {
  background-image: url(../img/treatment_icon_04.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) a::before {
  background-image: url(../img/treatment_icon_05.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) a::before {
  background-image: url(../img/treatment_icon_06.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(7) a::before {
  background-image: url(../img/treatment_icon_07.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(8) a::before {
  background-image: url(../img/treatment_icon_08.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(9) a::before {
  background-image: url(../img/treatment_icon_09.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(10) a::before {
  background-image: url(../img/treatment_icon_10.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment::before {
    width: 5.1rem;
    height: 13.4rem;
    left: calc(50% - 44rem);
  }
  main .wrapper_treatment::after {
    height: 100%;
    bottom: 0;
    left: 0;
    width: calc(50% - 44rem);
  }
  main .wrapper_treatment .wrap {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
  main .wrapper_treatment .wrap .tit_02_index {
    margin-bottom: 6.6rem;
  }
  main .wrapper_treatment .wrap .tit_02_index .tit_02_index_inner {
    padding-right: 18rem;
  }
  main .wrapper_treatment .wrap .tit_02_index .tit_en {
    padding-right: 31rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: 22rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    margin: 4.6rem 0 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    font-size: 2rem;
    width: 16rem;
    margin: 0 auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li a::before {
    width: 15.2rem;
    height: 15.2rem;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding: 3rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 10rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .access_timetable .tbl_time tr:last-child th,
.access .access_timetable .tbl_time tr:last-child td {
  border-bottom: 1px solid #668F34;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.4rem;
    width: 1100px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */