@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Shippori+Mincho+B1:wght@400;500;600;700;800&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;
}

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

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

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

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

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

.clr_white {
  color: #fff !important;
}

.sm_large {
  font-size: large;
}

@media screen and (min-width: 48em), print {
  .md-large {
    font-size: x-large;
  }
}
.fontsize90 {
  font-size: 90% !important;
}

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

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

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
[class^=icon-] {
  display: inline-block;
  font-family: "fontello";
}

.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;
  line-height: 1.4;
}
.tbl_time caption .caption_triangle {
  text-shadow: 0 0 0.15em #D5D5E2, 0 0 0.15em #D5D5E2, 0 0 0.15em #D5D5E2, 0 0 0.15em #D5D5E2;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.55rem 0;
  background: #5ED1CA;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #A0EBE7;
  border-bottom: 1px solid #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.7rem 0.4rem;
  background: #A0EBE7;
  border-bottom: 1px solid #fff;
  line-height: 1;
  color: #74AAA6;
}
.tbl_time tr td.close {
  color: #212121;
}

@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: 28%;
  }
  .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;
  color: #fff;
  padding: 3rem 2rem 3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat left -16rem center/auto 100%;
  text-align: right;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.01em;
  text-shadow: 0 0 0.15em #6DDBD5, 0 0 0.15em #6DDBD5, 0 0 0.15em #6DDBD5;
}

.tit_02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #3D9894;
  font-size: 2rem;
  margin: 5rem 0 0.95em;
  line-height: 1.2;
  font-size: 1.8rem;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 1.1em;
  padding-right: 2.4rem;
}
.tit_02::before {
  content: "";
  display: block;
  background: url(../img/tit_02_bg.svg) no-repeat left bottom/200% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 1rem);
  height: 3.2em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #6DDBD5;
  font-weight: 500;
  padding: 0.2em 0.4em;
  border-radius: 0 1.666em 0 0;
  padding-right: 2.2rem;
}

.tit_04 {
  color: #B15F59;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  background: #F9EDEC;
  font-weight: 500;
  padding: 0.2em 0.4em;
  border-radius: 0 1.666em 0 0;
}

.tit_05 {
  color: #107874;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  font-weight: 500;
  padding: 0.25em 0.4em;
  border-bottom: 0.1rem solid #3D9894;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8rem 0;
    font-size: 3.8rem;
    width: auto;
    background: url(../img/tit_01_bg.jpg) no-repeat right calc(50% + 4rem) center/auto 100%;
  }
  .tit_01 > span {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    line-height: 1.3;
    margin: 8rem 0 0.8em;
    padding-bottom: 1.1em;
    padding-top: 4rem;
    padding-right: 35rem;
  }
  .tit_02::before {
    content: "";
    display: block;
    background: url(../img/tit_02_bg.svg) no-repeat left bottom/auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50vw + 55rem);
    height: 18.7rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 7.5rem 0 2.4rem;
    padding-right: 3.5rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 6.5rem 0 2.4rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 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: #3D9894;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 38.7rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2rem;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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.4em;
  height: 0.4em;
  background: #F69F9B;
  position: absolute;
  left: -0.9em;
  top: 0.55em;
}
.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: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: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 #E39A97;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #FEE5E4;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #E39A97;
}

.list_faq > dt {
  position: relative;
  border-bottom: 1px solid #3D9894;
  padding: 0.25em 0 0.3em 2.8rem;
  margin-bottom: 0.25em;
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 1.5rem;
  color: #3D9894;
}
.list_faq > dt:first-child {
  margin-top: 0;
}
.list_faq > dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.17rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #3D9894;
  line-height: 1;
}
.list_faq > dd {
  position: relative;
  padding: 0.25em 0 0 2.8rem;
  margin: 0;
}
.list_faq > dd::before {
  content: "A.";
  position: absolute;
  left: 0.08em;
  top: 0;
  font-size: 2.17rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #5ED1CA;
  line-height: 1;
}
.list_faq > dd > *:first-child {
  margin-top: 0;
}
.list_faq > dd > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.64em;
  }
  .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: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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #E39A97;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_faq > dt {
    font-size: 2.2rem;
    padding-top: 0.15em;
    padding-left: 4rem;
  }
  .list_faq > dt::before {
    font-size: 2.8rem;
    top: 0.05em;
  }
  .list_faq > dd {
    padding-left: 4rem;
    padding-top: 0.45em;
  }
  .list_faq > dd::before {
    font-size: 2.8rem;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #B3EFEB;
  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 {
  background: #fff;
  border: 0.1rem solid #74AAA6;
}
.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: 1rem 2rem 0 2rem;
  border-color: #74AAA6 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 2.2rem);
  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: 2rem 2.5rem 0 2.5rem;
    top: calc(100% + 3.2rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 20rem;
  background: #6FCBC5;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e815";
  margin-right: 0.5em;
  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: 25.3rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background-color: #F69F9B;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #79BCB8;
  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: #CCF2EF;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #79BCB8;
  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: #79BCB8;
  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: "Yu Gothic medium", "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

.access_br {
  display: none;
}

@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.6rem;
    line-height: 1.7;
    overflow: hidden;
  }
}
@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 .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .wrap .head_right .telephone_address {
  width: 100%;
}
.header .wrap .head_right .telephone_address .telephone {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #3D9894;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.header .wrap .head_right .telephone_address .telephone::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.15em;
  font-size: 86%;
}
.header .wrap .head_right .telephone_address .address {
  margin-bottom: 0.8rem;
}
.header .wrap .head_right .timetable_access .timetable,
.header .wrap .head_right .timetable_access .access,
.header .wrap .head_right .reserve {
  border-radius: 0.2rem 0.2rem 1.5rem 0.2rem;
  display: block;
  color: #fff;
  padding: 0.8em 0.5em;
  text-align: center;
  letter-spacing: 0.01em;
}
.header .wrap .head_right .timetable_access .timetable::before,
.header .wrap .head_right .timetable_access .access::before,
.header .wrap .head_right .reserve::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.3em;
}
.header .wrap .head_right .timetable_access {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .wrap .head_right .timetable_access .timetable {
  background: #6FCBC5;
  width: 48.5%;
}
.header .wrap .head_right .timetable_access .access {
  background: #AFAFAF;
  width: 48.5%;
}
.header .wrap .head_right .timetable_access .access::before {
  content: "\e80c";
}
.header .wrap .head_right .reserve {
  width: 32%;
  background: #EEB6B4;
}
.header .wrap .head_right .reserve::before {
  content: "\e80d";
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
  }
  .header .wrap {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.7rem 0 1.5rem;
  }
  .header .wrap .logo {
    width: 47.7rem;
    height: 4.6rem;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .head_right .telephone_address {
    width: auto;
    padding-top: 1.8rem;
  }
  .header .wrap .head_right .telephone_address .telephone {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
  }
  .header .wrap .head_right .telephone_address .address {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .header .wrap .head_right .timetable_access .timetable,
  .header .wrap .head_right .timetable_access .access,
  .header .wrap .head_right .reserve {
    font-size: 1.6rem;
  }
  .header .wrap .head_right .timetable_access {
    margin-right: 1rem;
    margin-left: 1rem;
    display: block;
    width: 12.8rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .head_right .timetable_access .timetable {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.4rem;
  }
  .header .wrap .head_right .timetable_access .access {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.4rem;
    margin-top: 0.5rem;
  }
  .header .wrap .head_right .reserve {
    width: 12.8rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.4rem;
  }
  body.index header {
    position: absolute;
    width: 100%;
    min-width: calc(1100px + 40px);
    left: 0;
    top: 0;
    z-index: 1000;
  }
}
.slicknav_menu {
  position: fixed;
  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: #5ED1CA;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #E9FEFC;
}
.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: rgba(233, 254, 252, 0.9);
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #212121;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #212121;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.reserve {
  display: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #212121 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.5rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  font-size: 1.4rem;
  padding: 1rem 3rem 1rem 0.5rem;
}
.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.1rem;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
  }
  #nav .gnav {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0;
    position: relative;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #nav .gnav > li.reserve {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #nav .gnav > li.reserve::before {
    display: none;
    content: none;
  }
  #nav .gnav > li.reserve a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.2rem 0.2rem 1.5rem 0.2rem;
    color: #fff;
    padding: 0.1em 0.3em;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: "fontello";
    font-size: 1.4rem;
    background: #EEB6B4;
    height: 3.2rem;
    width: 14rem;
  }
  #nav .gnav > li.reserve a::before {
    content: "\e80d";
    padding-right: 0.3em;
  }
  #nav .gnav > li::before {
    font-family: "fontello";
    content: "\e80e";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #79BCB8;
  }
  #nav .gnav > li.li_faq::after {
    font-family: "fontello";
    content: "\e80e";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    color: #79BCB8;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.5rem 0.5rem;
    position: relative;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    color: #3D9894;
    opacity: 1;
  }
  #nav .gnav > li .subnav {
    width: 40rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #3D9894;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: 1px solid #3D9894;
  }
  #nav .gnav > li .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: #E9FEFC;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: rgba(61, 152, 148, 0.95);
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #5ED1CA;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  #nav.scrolled .nav_wrapper .gnav {
    padding: 0.5rem 15rem 0.5rem 0;
  }
  #nav.scrolled .nav_wrapper .gnav > li.reserve {
    position: absolute;
    right: 0;
    top: 0.3rem;
    display: block;
    opacity: 1;
  }
  .index #nav .home,
  .staff #nav .staff,
  .clinic #nav .clinic,
  .visitor #nav .visitor,
  .faq #nav .faq,
  .access #nav .access {
    color: #3D9894;
  }
}
.overview {
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.01em;
}
.overview .overview_bg {
  background: #fff url(../img/overview_bg.jpg) no-repeat top 2.3rem center/cover;
}
.overview .overview_bg > .wrap {
  position: relative;
  padding: 1rem 1rem 1rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 97%;
  height: auto;
}
.overview .overview_bg > .wrap .list_overview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5ED1CA;
  padding: 0.4em 0.5em;
  margin-top: 1.8rem;
  width: 45%;
  text-align: center;
  color: #fff;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0.8rem 0 0;
  padding: 0;
  line-height: 1.6;
}
.overview .overview_bg > .wrap .list_overview dd .dr_history_overview {
  padding-left: 0.44em;
  border-left: 0.1rem solid #74AAA6;
  margin-top: 0.2em;
}
.overview .overview_bg > .wrap .overview_time {
  margin-top: 2.5rem;
}
.overview .overview_bg > .wrap ul.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.overview .overview_bg > .wrap ul.card li {
  margin-right: 5%;
  margin-bottom: 1%;
  width: 15%;
  vertical-align: baseline;
  text-align: center;
}
.overview .overview_bg > .wrap ul.card li img {
  max-width: 100%;
}
.overview .overview_bg > .wrap ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.overview .overview_bg > .wrap ul.sns li {
  margin-right: 8%;
  margin-bottom: 8%;
  width: 10%;
  vertical-align: baseline;
  text-align: center;
}
.overview .overview_bg > .wrap ul.sns li img {
  max-width: 100%;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .overview_bg {
    background-position: top 6.5rem center;
  }
  .overview .overview_bg > .wrap {
    padding: 5rem 0 3rem;
    max-width: 100%;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div:first-child {
    width: 53rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) {
    width: 55rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 7.5rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: 57rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .list_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    padding: 0.6em 0.5em;
    width: 20%;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    padding: 0.6em 0.5em;
    width: 78%;
    margin-top: 1.5rem;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_time {
    margin-top: 0;
  }
  .overview .gmap {
    height: 57rem;
  }
}
.tel_up {
  width: 100%;
  background: #A0EBE7;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.7rem 4rem 0.7rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
}
.tel_up a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tel_up .telephone,
.tel_up .access, .tel_up .reserve, .tel_up .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  background: #5ED1CA;
  color: #fff;
  border-radius: 0.8rem;
}
.tel_up .telephone::before,
.tel_up .access::before, .tel_up .reserve::before, .tel_up .blog::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.3em;
}
.tel_up .telephone {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.tel_up .telephone::before {
  content: none;
}
.tel_up .reserve::before {
  font-family: "fontello";
  content: "\e80d";
  padding-right: 0.3em;
}
.tel_up .blog::before {
  font-family: "fontello";
  content: "\e816";
  padding-right: 0.3em;
}
.tel_up .access::before {
  content: "\e80c";
}
.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 0.5rem;
  background: url(../img/pagetop.png) no-repeat center center/contain;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bnr_right {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone,
  .tel_up .access {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
  .bnr_right {
    display: block;
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 2;
  }
  .bnr_right a {
    display: block;
    position: relative;
    background: #5ED1CA;
    color: #fff;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding: 5rem 2rem 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書き（右から左へ） */
    text-orientation: upright; /* 縦中横を正しく表示 */
  }
  .bnr_right a::before {
    font-family: "fontello";
    content: "\e816";
    padding-right: 0.3em;
    position: absolute;
    top: 2rem;
    left: 25%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.8rem;
  background: #5ED1CA;
}
.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: 2.7rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1.5rem;
    color: #3D9894;
    border-top: 0.1rem solid #fff;
    background: #A0EBE7;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 103rem;
    color: #212121;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 4rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.3rem 0 0;
  }
  .footer ul li.abortion {
    display: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index_01 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2em;
  text-align: left;
}
.tit_02_index_01 .tit_en {
  font-family: "Cormorant Garamond", serif;
  color: #3D9894;
  font-weight: 300;
  font-size: 2.2em;
  display: block;
  line-height: 1;
  margin-bottom: 0.15em;
  letter-spacing: 0.02em;
}

.tit_02_index_02 {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.1;
  padding-bottom: 0.2em;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}
.tit_02_index_02 .tit_jp {
  color: #3D9894;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tit_02_index_02 .tit_en {
  color: #DBDBDB;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  font-size: 2em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index_01 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .tit_02_index_01 .tit_inner {
    text-align: right;
    display: inline-block;
  }
  .tit_02_index_02 {
    margin-bottom: 2.5rem;
  }
  .tit_02_index_02 .tit_jp {
    font-size: 3.6rem;
  }
  .tit_02_index_02 .tit_en {
    font-size: 9rem;
  }
}
.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_catch_access {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  position: absolute;
  top: 3rem;
  right: 0.7rem;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_catch {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  color: #3D9894;
  font-weight: 500;
  line-height: 1.48;
  padding: 0.4em 0;
  border: 0.1rem solid #97D5D1;
  border-right: none;
  border-left: none;
  letter-spacing: 0.03em;
}
.index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_access {
  color: #B15F59;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0.7em 0 0;
  line-height: 1.5;
  text-align: center;
}
.index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_access .num {
  font-size: 111%;
}
.index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_access .access_br {
  display: block;
}
.index .wrapper_keyvsl .keyvsl_open {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: -1.5rem;
  left: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  background: rgba(109, 219, 213, 0.85);
  border-radius: 50%;
  font-size: 1.2rem;
}
.index .wrapper_keyvsl .keyvsl_open .num {
  font-size: 130%;
  font-family: "Cinzel", serif;
}
.index .wrapper_keyvsl .keyvsl_open .catch {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 2.5rem;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 67.7rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch_access {
    top: 25.8rem;
    right: calc(50% - 55rem);
  }
  .index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_catch {
    font-size: 3.5rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_access {
    font-size: 1.8rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch_access .keyvsl_access .access_br {
    display: none;
  }
  .index .wrapper_keyvsl .keyvsl_open {
    width: 17rem;
    height: 17rem;
    bottom: -1.8rem;
    left: calc(50% - 55rem);
    font-size: 2rem;
  }
}
main .wrapper_timetable_index {
  position: relative;
}
main .wrapper_timetable_index::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/index_timetable_bg_sp.jpg) no-repeat center right 0/auto 100%;
  top: 2.2rem;
}
main .wrapper_timetable_index .wrap {
  position: relative;
  padding-top: 3rem;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable_index::after {
    top: 2.5rem;
    left: 0;
    bottom: auto;
    width: 100%;
    height: calc(100% + 4.3rem);
    background: url(../img/index_timetable_bg.jpg) no-repeat center top/200rem auto;
  }
  main .wrapper_timetable_index .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10.2rem;
    padding-top: 9.5rem;
    padding-bottom: 11.5rem;
  }
  main .wrapper_timetable_index .wrap .tit_02_index_01 {
    margin-top: 7rem;
  }
  main .wrapper_timetable_index .wrap .tit_02_index_01 .tit_en {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_timetable_index .wrap .timetable_index {
    width: 61.2rem;
  }
}
main .wrapper_information {
  background: url(../img/information_bg.png) no-repeat right -4rem bottom/10rem auto;
}
main .wrapper_information .wrap .tit_02_index_01 {
  padding-top: 4.375em;
  padding-bottom: 1.875em;
  padding-left: 2.375em;
  background: url(../img/information_tit_bg.png) no-repeat left center/auto 100%;
  margin-left: 5rem;
}
main .wrapper_information .wrap .tit_02_index_01 .tit_en {
  color: #5ED1CA;
}
main .wrapper_information .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
}
main .wrapper_information .wrap dl dt {
  padding-left: 1.3em;
  margin: 1.8rem 0 0;
  font-size: 1.55rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  color: #3D9894;
}
main .wrapper_information .wrap dl dt::before {
  font-family: "fontello";
  content: "\e813";
  display: block;
  position: absolute;
  top: 0.28em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #5ED1CA;
}
main .wrapper_information .wrap dl dt.open::before {
  content: "\e812";
}
main .wrapper_information .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_information .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_information .wrap dl dd a {
  color: #3D9894;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_information {
    background: url(../img/information_bg.png) no-repeat left calc(50% + 31.8rem) bottom/42.3rem auto;
  }
  main .wrapper_information .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.2rem;
  }
  main .wrapper_information .wrap .tit_02_index_01 {
    margin: 1rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_information .wrap dl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 74rem;
  }
  main .wrapper_information .wrap dl dt {
    font-size: 2rem;
    margin-top: 2.5rem;
    padding-left: 2.8rem;
  }
  main .wrapper_information .wrap dl dt::before {
    left: 0;
    top: 0.25em;
  }
  main .wrapper_information .wrap dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.5em;
    padding-left: 2.8rem;
  }
}
main .wrapper_greeting {
  position: relative;
}
main .wrapper_greeting::before {
  content: "";
  display: block;
  background: #B3EFEB;
  width: calc(100% - 1rem);
  height: 100%;
  border-radius: 0 11rem 11rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
main .wrapper_greeting .wrap {
  position: relative;
}
main .wrapper_greeting .wrap .tit_02_index_02 .tit_jp {
  right: auto;
  top: 0.2em;
  left: 6.4em;
  bottom: auto;
}
main .wrapper_greeting .wrap .tit_02_index_02 .tit_en {
  color: #fff;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 70%;
  text-align: center;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt {
  padding-right: 1rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt :last-child {
  margin-bottom: 0;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name {
  font-family: "Shippori Mincho B1", serif;
  text-align: right;
  margin-top: 1em;
  position: relative;
  padding-bottom: 6.5rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .clinic_name {
  font-size: 1.125em;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .dr_name {
  font-size: 1.375em;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .greeting_more {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .greeting_more img {
  width: 13rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .list_greeting_dr {
  font-size: 75%;
  margin-top: 0.2em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting::before {
    height: 100%;
    width: calc(50% + 46rem);
    left: 0;
    top: 0;
    border-radius: 0 29rem 29rem 0;
  }
  main .wrapper_greeting .wrap .tit_02_index_02 {
    text-align: right;
    padding-right: 15.6rem;
  }
  main .wrapper_greeting .wrap .tit_02_index_02 .tit_jp {
    top: 0.35em;
    right: 0;
    left: auto;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
    float: right;
    margin: 0 0 0 5.8rem;
    width: 25.4rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting::after {
    content: "";
    display: block;
    clear: both;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt {
    padding: 0;
    line-height: 1.93;
    overflow: hidden;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name {
    padding: 0 19rem 0 0;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .greeting_more {
    bottom: 0;
    top: auto;
    right: 1rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .greeting_more img {
    width: 16rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_name .list_greeting_dr {
    font-size: 85%;
    margin-top: 0.2em;
  }
}
main .container_blog {
  width: min(100% - 2rem, 1000px);
  margin-inline: auto;
}
main .container_blog .bnr {
  position: relative;
  display: block;
  width: min(100% - 2rem, 950px);
  margin-inline: auto;
  padding: 1.4em 1em;
  text-align: left;
  border: 2px #3D9894 solid;
  color: #3D9894;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.1;
  text-align: center;
  background: #fff;
}
main .container_blog .bnr span {
  display: inline-block;
  padding-left: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 48em), print {
  main .container_blog .bnr span {
    padding-top: initial;
  }
}
@media screen and (min-width: 48em), print {
  main .container_blog .bnr {
    font-size: 2.2rem;
  }
}
main .container_blog .bnr::before {
  content: "";
  position: absolute;
  width: min(100% - 2rem, 850px);
  height: 80px;
  right: -9px;
  bottom: -10px;
  border: #3D9894 solid;
  border-width: 0 1.5px 1.5px 0;
}
main .container_blog .bnr::after {
  content: "\f006";
  font-family: "fontello";
  display: inline-block;
  padding-left: 1em;
}
main .container_blog .bnr:hover {
  color: #3D9894;
  background: #fff;
  opacity: initial;
}
main .wrapper_target {
  position: relative;
}
main .wrapper_target::before {
  content: "";
  background: url(../img/index_bg_blue_01.png) no-repeat left top/auto 100%;
  width: calc(50% + 16rem);
  height: 124rem;
  position: absolute;
  right: 0;
  top: 3rem;
}
main .wrapper_target .wrap {
  position: relative;
}
main .wrapper_target .wrap .tit_02_index_02 {
  position: relative;
  margin-bottom: 3.5rem;
}
main .wrapper_target .wrap .tit_02_index_02::before {
  content: "";
  display: block;
  background: url(../img/tit_02_bg.svg) no-repeat left center/210% auto;
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: calc(100% + 1rem);
  height: 210%;
}
main .wrapper_target .wrap .tit_02_index_02 .tit_jp {
  right: auto;
  left: 10.4em;
}
main .wrapper_target .wrap .list_target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Shippori Mincho B1", serif;
}
main .wrapper_target .wrap .list_target > li {
  margin-top: 1.3rem;
  width: 48%;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
main .wrapper_target .wrap .list_target > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_target .wrap .list_target > li:nth-child(2n+1) {
  margin-right: 4%;
}
main .wrapper_target .wrap .list_target > li a {
  position: relative;
  display: inline-block;
  padding-left: 1.35em;
}
main .wrapper_target .wrap .list_target > li a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/list_target_check.svg) no-repeat left top/contain;
  position: absolute;
  top: 0.13em;
  left: 0;
}
main .wrapper_target .wrap .list_target > li.nav_acupuncture, main .wrapper_target .wrap .list_target > li.nav_drip {
  display: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_target::before {
    content: "";
    background: url(../img/index_bg_blue_01.png) no-repeat left top/auto 175.2rem;
    width: calc(50% + 27.4rem);
    height: 175.2rem;
    right: 0;
    top: 8rem;
  }
  main .wrapper_target::after {
    content: "";
    display: block;
    background: url(../img/tit_02_bg.svg) no-repeat left center/auto 100%;
    position: absolute;
    left: calc(50% - 51rem);
    top: 5.8rem;
    width: calc(50% + 51rem);
    height: 18.7rem;
  }
  main .wrapper_target .wrap {
    padding-bottom: 5rem;
  }
  main .wrapper_target .wrap .tit_02_index_02 {
    margin-bottom: 8.5rem;
  }
  main .wrapper_target .wrap .tit_02_index_02::before {
    content: none;
    display: none;
  }
  main .wrapper_target .wrap .tit_02_index_02 .tit_jp {
    left: 12.8em;
  }
  main .wrapper_target .wrap .list_target > li {
    font-size: 2.2rem;
  }
  main .wrapper_target .wrap .list_target > li:nth-child(n) {
    width: 32%;
    margin-right: 2%;
    margin-top: 3.5rem;
  }
  main .wrapper_target .wrap .list_target > li:nth-child(3n) {
    margin-right: 0;
  }
  main .wrapper_target .wrap .list_target > li a {
    padding-right: 0.4em;
  }
  main .wrapper_target .wrap .list_target > li a:hover, main .wrapper_target .wrap .list_target > li a:focus {
    background: #FFE9E8;
    color: #A71D13;
    opacity: 1;
  }
  main .wrapper_target .wrap .list_target > li a::before {
    top: 0.14em;
  }
}
main .wrapper_feature {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
main .wrapper_feature .wrap .tit_02_index_02 {
  margin-bottom: 3.5rem;
  position: relative;
}
main .wrapper_feature .wrap .tit_02_index_02::before {
  content: "";
  display: block;
  background: url(../img/tit_feature_bg.svg) no-repeat right -22rem center/195% auto;
  position: absolute;
  left: 0;
  bottom: -7rem;
  width: calc(100% + 1rem);
  height: 195%;
}
main .wrapper_feature .wrap .tit_02_index_02 .tit_jp {
  right: 0;
}
main .wrapper_feature .wrap .list_ul_feature > li {
  margin-top: 3rem;
  position: relative;
}
main .wrapper_feature .wrap .list_ul_feature > li::before {
  content: "";
  display: block;
  background: url(../img/feature_01.jpg) no-repeat center center/cover;
  width: 28rem;
  height: 12rem;
  position: relative;
  left: -1rem;
  margin-bottom: 1.2rem;
  border-radius: 0 0.6rem 8rem 0;
}
main .wrapper_feature .wrap .list_ul_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_ul_feature > li .num {
  font-family: "Cinzel", serif;
  font-size: 3.6rem;
  line-height: 0.9;
  color: #B4E9E5;
  position: absolute;
  right: 3rem;
  top: 9.1rem;
  font-weight: 500;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
}
main .wrapper_feature .wrap .list_ul_feature > li .catch {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 0.4em;
  border-left: 0.23em solid #EEB6B4;
  margin-bottom: 0.6em;
}
main .wrapper_feature .wrap .list_ul_feature > li .text {
  font-size: 1.4rem;
  line-height: 1.72;
}
main .wrapper_feature .wrap .list_ul_feature > li:nth-child(2)::before {
  background-image: url(../img/feature_02.jpg);
  border-radius: 8rem 0 0 0.6rem;
  left: auto;
  right: -1rem;
  margin-left: auto;
}
main .wrapper_feature .wrap .list_ul_feature > li:nth-child(2) .num {
  right: auto;
  left: 3rem;
}
main .wrapper_feature .wrap .list_ul_feature > li:nth-child(3)::before {
  background-image: url(../img/feature_03.jpg);
}
main .wrapper_feature .wrap .list_ul_feature > li:nth-child(4)::before {
  background-image: url(../img/feature_04.jpg);
  border-radius: 8rem 0 0 0.6rem;
  left: auto;
  right: -1rem;
  margin-left: auto;
}
main .wrapper_feature .wrap .list_ul_feature > li:nth-child(4) .num {
  right: auto;
  left: 3rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature::after {
    content: "";
    display: block;
    background: url(../img/tit_feature_bg.svg) no-repeat left center/auto 100%;
    position: absolute;
    left: calc(50% - 55rem);
    top: 19rem;
    width: calc(50% + 55rem);
    height: 18.7rem;
  }
  main .wrapper_feature .wrap {
    padding-top: 5rem;
  }
  main .wrapper_feature .wrap .tit_02_index_02 {
    margin-bottom: 11rem;
  }
  main .wrapper_feature .wrap .tit_02_index_02::before {
    content: none;
    display: none;
  }
  main .wrapper_feature .wrap .tit_02_index_02 .tit_jp {
    right: auto;
    left: 15.8em;
  }
  main .wrapper_feature .wrap .list_ul_feature > li {
    min-height: 31.3rem;
    padding-top: 9rem;
    padding-left: 43.1rem;
    padding-right: 20.5rem;
  }
  main .wrapper_feature .wrap .list_ul_feature > li::before {
    height: 31.3rem;
    width: 84.3rem;
    right: calc(50% + 15.7rem);
    left: auto;
    top: 0;
    position: absolute;
    border-radius: 0 1rem 20rem 0;
  }
  main .wrapper_feature .wrap .list_ul_feature > li .num {
    font-size: 12rem;
    top: 22rem;
    right: calc(50% + 19.6rem);
  }
  main .wrapper_feature .wrap .list_ul_feature > li .catch {
    font-size: 3rem;
    position: relative;
  }
  main .wrapper_feature .wrap .list_ul_feature > li .text {
    font-size: 1.8rem;
    position: relative;
  }
  main .wrapper_feature .wrap .list_ul_feature > li:nth-child(2), main .wrapper_feature .wrap .list_ul_feature > li:nth-child(4) {
    padding-left: 20.5rem;
    padding-right: 44.5rem;
  }
  main .wrapper_feature .wrap .list_ul_feature > li:nth-child(2)::before, main .wrapper_feature .wrap .list_ul_feature > li:nth-child(4)::before {
    left: calc(50% + 15.7rem);
    right: auto;
    margin: 0;
    border-radius: 20rem 0 0 1rem;
  }
  main .wrapper_feature .wrap .list_ul_feature > li:nth-child(2) .num, main .wrapper_feature .wrap .list_ul_feature > li:nth-child(4) .num {
    left: calc(50% + 4.6rem);
    right: auto;
  }
}
main .wrapper_bnr_index_bottom {
  position: relative;
  z-index: 1;
}
main .wrapper_bnr_index_bottom .wrap {
  text-align: center;
}
main .wrapper_bnr_index_bottom .wrap a {
  display: block;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
main .wrapper_bnr_index_bottom .wrap a:first-child {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr_index_bottom .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_bnr_index_bottom .wrap a {
    width: 50.1rem;
    margin: 0;
  }
  main .wrapper_bnr_index_bottom .wrap a:nth-child(2) {
    width: 50.5rem;
  }
}

.clinic-blog {
  margin-bottom: 2rem;
}
.clinic-blog .posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  .clinic-blog .posts {
    gap: 16px;
  }
}
.clinic-blog .post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px 12px 1fr;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: #222;
  padding: 10px;
  background: #fff;
}
.clinic-blog .post:hover, .clinic-blog .post:focus-visible {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #0a7fbe;
}
@media (min-width: 768px) {
  .clinic-blog .post {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    padding: 20px;
  }
}
.clinic-blog .post .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f2f5f7;
  position: relative;
}
.clinic-blog .post .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.clinic-blog .post .thumb.noimg {
  background: repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 10px, #e8e8e8 10px, #e8e8e8 20px);
}
.clinic-blog .post .meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  min-width: 0;
}
@media (min-width: 768px) {
  .clinic-blog .post .meta {
    padding: 1rem;
  }
}
.clinic-blog .post .meta time {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  font-family: "Shippori Mincho B1", serif;
}
@media (min-width: 768px) {
  .clinic-blog .post .meta time {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.clinic-blog .post .meta .title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-family: "Shippori Mincho B1", serif;
  color: #3D9894;
}
@media (min-width: 768px) {
  .clinic-blog .post .meta .title {
    font-size: 2.2rem;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 7rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.staff .imgtxt .imgtxt_image {
  max-width: 75%;
}
.staff .year_staff {
  display: block;
}

@media screen and (min-width: 48em), print {
  .staff .imgtxt .imgtxt_image {
    max-width: 31rem;
  }
  .staff .year_staff {
    display: inline-block;
    min-width: 6.7em;
    margin-right: 0.7em;
  }
}
#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;
  }
}
.list_facility_criterion {
  margin: 0;
  line-height: 1.4;
  padding: 0;
}
.list_facility_criterion dt {
  padding-left: 1.3em;
  margin: 1.8rem 0 0;
  font-size: 1.55rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  color: #3D9894;
}
.list_facility_criterion dt::before {
  font-family: "fontello";
  content: "\e813";
  display: block;
  position: absolute;
  top: 0.28em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #5ED1CA;
}
.list_facility_criterion dt.open::before {
  content: "\e812";
}
.list_facility_criterion dt:first-child {
  margin-top: 0;
}
.list_facility_criterion dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
.list_facility_criterion dd a {
  color: #3D9894;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .list_facility_criterion {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .list_facility_criterion dt {
    font-size: 2rem;
    margin-top: 2.5rem;
    padding-left: 2.8rem;
  }
  .list_facility_criterion dt::before {
    left: 0;
    top: 0.25em;
  }
  .list_facility_criterion dd {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.5em;
    padding-left: 2.8rem;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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.6rem;
    letter-spacing: 0.01em;
    width: 1100px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */