@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&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;
}

.clr_pink_04 {
  color: #E6838B !important;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .txt_c_pc {
    text-align: center !important;
  }
  .txt_l_pc {
    text-align: left !important;
  }
  .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;
  }
  .ml15_pc {
    margin-left: 3rem !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 {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
  /* &::-webkit-scrollbar {
    width: 16px;
  }
  &::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 100px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: var.$clr_green_02;
    border-radius: 100px;
  } */
}
.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;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.7em;
  line-height: 1.6;
}
.tbl_time caption .line_caption {
  display: block;
  margin-top: 0.3em;
}
.tbl_time caption .tit_close {
  color: #E6838B;
  border: 1px solid #E6838B;
  display: inline-block;
  border-radius: 5px;
  margin: 0 0.6em 0 0;
  padding: 0.05em 0.72em;
}
.tbl_time tr th,
.tbl_time tr td {
  background: #FFF2F3;
  border-bottom: 2px solid #fff;
  padding: 0.5em 0.2em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th .final_reception {
  font-size: 80%;
}
.tbl_time tr th[scope=col] {
  background: #FF919B;
  color: #fff;
  border-bottom: none;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  position: relative;
}
.tbl_time tr th.time::before {
  content: "";
  display: block;
  border: dashed 1px #FF919B;
  width: 90%;
  height: 0;
  position: absolute;
  top: 3.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tbl_time tr td {
  text-align: center;
  line-height: 1;
  color: #E6838B;
}
.tbl_time tr:last-child th,
.tbl_time tr:last-child td {
  border-bottom: none;
}
.tbl_time tr:last-child th:first-child,
.tbl_time tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_time tr:last-child th:last-child,
.tbl_time tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th .final_reception {
    font-size: 88%;
    display: inline-block;
    margin-top: 0.3em;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 31.5%;
  }
  .tbl_time tr th.time::before {
    width: 77%;
    top: 4rem;
  }
}
.tbl_time_dr {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time_dr caption {
  caption-side: bottom;
  margin-top: 0.3em;
}
.tbl_time_dr caption .flex_caption_time_dr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tbl_time_dr caption .flex_caption_time_dr > div {
  text-align: left;
}
.tbl_time_dr caption .flex_caption_time_dr > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 0.5em;
}
.tbl_time_dr tr th,
.tbl_time_dr tr td {
  padding: 0.75em 0.5em;
  font-weight: normal;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.2;
}
.tbl_time_dr tr th {
  font-weight: 500;
  background: #FFE9EF;
}
.tbl_time_dr tr th[scope=col] {
  background: #fff;
  border-bottom: 2px solid #FF919B;
}
.tbl_time_dr tr td {
  border-left: 1px solid #CCCCCC;
}
.tbl_time_dr tr:last-of-type th,
.tbl_time_dr tr:last-of-type td {
  border-bottom: 2px solid #FF919B;
}

@media screen and (min-width: 48em), print {
  .tbl_time_dr {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time_dr tr th,
  .tbl_time_dr tr td {
    line-height: 1.4;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #fff;
  padding: 3.3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.tit_01 > span {
  display: block;
  font-family: "Zen Kurenaido", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3));
  background: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}

.tit_02 {
  color: #292F4A;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2.5rem;
  padding-top: 0.55em;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 500;
}
.tit_02::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 0.125em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10rem;
  background: #FF919B;
}

.tit_03 {
  color: #292F4A;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 4rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.22em 0.625em 0.3em;
  font-weight: 500;
  border: 0.0625em solid;
  border-left: none;
  border-right: none;
  -o-border-image: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3)) 1;
     border-image: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%) 1;
}

.tit_04 {
  color: #292F4A;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 3.8rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.3em 0.65em 0.4em;
  border-left: 0.115em solid #FF919B;
  background: #fff;
}

.tit_05 {
  color: #292F4A;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #292F4A;
}

.tit_06 {
  color: #292F4A;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 0.9em;
}
.tit_06::before {
  content: "";
  display: block;
  background: #FF919B;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.53em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8.2rem 2rem;
    font-size: 4.8rem;
    width: auto;
  }
  .tit_02 {
    font-size: 4rem;
    margin: 9rem 0 4rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 7.5rem 0 2rem;
    border-width: 2px;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 6.5rem 0 2rem;
    border-width: 3px;
  }
  .tit_04.tit_font_small {
    font-size: 2.2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 5.5rem 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 4.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .text_link_general:hover, .text_link_general:focus {
    opacity: 1;
    text-decoration: none;
  }
}
.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 4rem;
    max-width: 48rem;
  }
  .imgtxt .imgtxt_image.imgtxt_image_200_pc,
  .imgtxt_reverse .imgtxt_image.imgtxt_image_200_pc {
    max-width: 20rem;
    margin-left: 2rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 4rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -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;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #FF919B;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.6em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_policy_indent > li {
  text-indent: -1.58em;
  padding-left: 1.58em;
}
.list_policy_indent > li .list_ul_01 {
  text-indent: 0;
}

.list_policy_indent_02 > li {
  text-indent: -1.88em;
  padding-left: 1.88em;
}
.list_policy_indent_02 > li .list_ul_01 {
  text-indent: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 1em;
  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 #292F4A;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #292F4A;
}
.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;
  background: #fff;
}
.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 #292F4A;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.65em;
  }
  .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 #292F4A;
  }
  .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;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #fff;
  border-radius: 0.8rem;
}
.box_general_01.pattern_02 {
  background: #FFF2F3;
}
.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 {
  border: 0.3rem solid #F8E6E5;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 3rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1.5rem 0 1.5rem;
  border-color: #FF919B transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.4rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

body:not(.index) .main > .wrap .box_general_01 > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2.2rem 3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
  .box_general_wrap .box_general_01 {
    border-width: 5px;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2rem 3rem 0 3rem;
    top: calc(100% + 2.6rem);
  }
}
.btn_general_01 {
  display: inline-block;
  padding: 0.8em 4.2em;
  color: #292F4A;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
.btn_general_01::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "fontello";
  content: "\e851";
  position: absolute;
  font-weight: 400;
  top: 50%;
  right: 0;
  font-size: 155%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  background: #292F4A;
  border-radius: 50%;
  width: 2.1em;
  height: 2.1em;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_general_01::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #FF919B;
    opacity: 1;
  }
  .btn_general_01:hover::after, .btn_general_01:focus::after {
    background: #FF919B;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #CCCCCC;
  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: #FFF2F3;
  color: #FF919B;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
  text-align: left;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.5rem 2rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #292F4A;
}

.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;
  background: url(../img/bg_body.jpg) repeat-y top -94rem center/100% auto;
  padding-bottom: 3rem;
}
.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(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-bottom: 5rem;
  }
}
@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 {
  background: url(../img/bg_body.jpg) no-repeat top center/cover;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.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 .address_access {
  line-height: 1.4;
}
.header .wrap .head_right .address_access .address,
.header .wrap .head_right .address_access .access {
  font-size: 1.3rem;
}
.header .wrap .head_right .address_access .address::before,
.header .wrap .head_right .address_access .access::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e836";
  margin-right: 0.2em;
  color: #FF919B;
  font-size: 110%;
}
.header .wrap .head_right .address_access .address {
  margin-bottom: 0.5rem;
}
.header .wrap .head_right .address_access .access::before {
  content: "\e84f";
}
.header .wrap .head_right .address_access .access .num {
  font-size: 120%;
  line-height: 1.1;
}
.header .wrap .head_right .telephone_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}
.header .wrap .head_right .telephone {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  content: "Tel.";
  display: inline-block;
  font-size: 65%;
  margin-right: 0.2em;
}
.header .wrap .head_right .instagram_header {
  padding: 15px;
  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: #fff;
  margin-left: 2rem;
}
.header .wrap .head_right .instagram_header img {
  width: 29px;
}

.fixed_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    background: url(../img/bg_body.jpg) no-repeat top center/100% auto;
  }
  .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: 2rem 0 1.9rem;
  }
  .header .wrap .logo {
    width: 46.3rem;
    height: 7rem;
    margin: 0;
  }
  .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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 48.3rem);
  }
  .header .wrap .head_right .address_access {
    padding-top: 0.6rem;
  }
  .header .wrap .head_right .address_access .address {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .header .wrap .head_right .address_access .access {
    font-size: 2rem;
  }
  .header .wrap .head_right .telephone_instagram {
    margin: 0;
    margin-left: 2.4rem;
  }
  .header .wrap .head_right .telephone {
    font-size: 4rem;
    margin-top: 0;
    padding: 2rem 0;
    padding-left: 2.2rem;
    border-left: 1px solid #292F4A;
  }
  .fixed_btn {
    position: fixed;
    display: block;
    right: 1.5rem;
    top: 16rem;
    z-index: 10001;
  }
  .fixed_btn a {
    display: block;
    margin-top: 1rem;
    width: 4.8rem;
    height: 19.52rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    background: url(../img/fixed_btn_reserve_syoshin.png) no-repeat center center/contain;
  }
  .fixed_btn a:first-child {
    margin-top: 0;
  }
  .fixed_btn a:nth-child(2) {
    background-image: url(../img/fixed_btn_reserve_saishin.png);
  }
  .fixed_btn a:nth-child(3) {
    background-image: url(../img/fixed_btn_online.png);
    height: 17.2rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 3.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #F28F8F;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "찁";
  line-height: 0.8;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.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: "찂";
  line-height: 0.8;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
  font-size: 3.2rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #FFE9EF;
  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 #CCCCCC;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #CCCCCC;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #292F4A !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e850";
  font-size: 1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #E6838B;
}
.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: "\e83e";
  font-size: 1.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #E6838B;
}
.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: "\e84d";
}
.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 {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #292F4A;
}
.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;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 10000;
    background: url(../img/bg_body.jpg) no-repeat top -10.9rem center/100% auto;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin: 0 2rem;
  }
  #nav .gnav > li.li_policy, #nav .gnav > li.li_form {
    display: none;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.5rem 0;
    position: relative;
    line-height: 1.4;
    color: #292F4A;
  }
  #nav .gnav > li > a > span::before {
    font-family: "fontello";
    content: "\e838";
    display: inline-block;
    margin-right: 1rem;
    color: #E6838B;
    font-size: 1rem;
    position: relative;
    top: -0.2em;
  }
  #nav .gnav > li > a::before {
    content: "";
    background: #E6838B;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    color: #E6838B;
  }
  #nav .gnav > li > a:hover::before, #nav .gnav > li > a:focus::before {
    width: 100%;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e83e";
    display: inline-block;
    margin-left: 0.6em;
    color: #E6838B;
    font-size: 70%;
  }
  #nav .gnav > li .subnav {
    width: 58rem;
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: calc(100% + 2rem);
    left: 0;
    z-index: 1;
    font-size: 1.8rem;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
  }
  #nav .gnav > li .subnav li {
    width: calc(50% - 0.5rem);
    margin: 0;
  }
  #nav .gnav > li .subnav li:nth-child(2n+1) {
    margin-right: 1rem;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    padding: 2.2rem 4.5rem 2.2rem 1.5rem;
    text-align: left;
    color: #292F4A;
    letter-spacing: 0.05em;
    border-radius: 1rem;
    background: #fff;
    position: relative;
  }
  #nav .gnav > li .subnav li a::after {
    font-family: "fontello";
    content: "\e851";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
    font-size: 100%;
    right: 1.5rem;
    display: block;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #FFE9EF;
    color: #E6838B;
    opacity: 1;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover, .sidebar .subnav li a:focus {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after, .sidebar .subnav li a:focus::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5rem, #fff), to(#fff));
  background: linear-gradient(to bottom, transparent 0%, #fff 5rem, #fff 100%);
  margin-top: -5rem;
}
.overview .wrap {
  padding-top: 9rem;
}
.overview .clinic_name {
  text-align: center;
  margin-bottom: 2rem;
}
.overview .clinic_name img {
  width: 85%;
}
.overview .list_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5rem;
}
.overview .list_overview dt,
.overview .list_overview dd {
  margin: 0;
  padding: 0.94em 0;
  line-height: 1.6;
}
.overview .list_overview dt:first-of-type,
.overview .list_overview dd:first-of-type {
  padding-top: 0;
}
.overview .list_overview dt {
  color: #E6838B;
  border-bottom: 1px solid #E6838B;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.overview .list_overview dd {
  border-bottom: 1px solid #CCCCCC;
  padding-left: 1.1em;
  width: 80%;
}
.overview .btn_instagram {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
}
.overview .btn_instagram img {
  width: 18rem;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, #fff), to(#fff));
    background: linear-gradient(to bottom, transparent 0%, #fff 10rem, #fff 100%);
    margin-top: -10rem;
    font-size: 1.8rem;
  }
  .overview .wrap {
    padding-top: 18rem;
  }
  .overview .clinic_name {
    margin-bottom: 8rem;
  }
  .overview .clinic_name img {
    width: 53rem;
  }
  .overview .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .flex_overview > div {
    width: 57rem;
  }
  .overview .list_overview {
    margin: 0;
  }
  .overview .list_overview dt {
    width: 21%;
  }
  .overview .list_overview dd {
    width: 79%;
  }
  .overview .btn_instagram {
    margin: 1.2rem auto 0;
  }
  .overview .btn_instagram img {
    width: 26.4rem;
  }
  .overview .gmap {
    height: 50rem;
  }
}
/*
.sidebar {
  display: none;
}
@include var.pc {
  .sidebar {
    display: block;
    background: #ccc;
    padding: 2.5rem 0;
    .tit {
      color: var.$clr_txt;
      font-size: 2.8rem;
      text-align: center;
      margin: 0 1.8rem 0;
      padding: 0 0 1.0rem;
      border-bottom: 1px solid var.$clr_txt;
      letter-spacing: .24em;
      &_txt_en {
        display: block;
        margin-top: .6rem;
        font-size: 1.2rem;
        color: #ccc;
        letter-spacing: .24em;
      }
    }
    .subnav {
      margin: 0;
      padding: 1.4rem 0 0 2.0rem;
      li {
        a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          padding: 1.0rem 0 1.0rem 7.0rem;
          color: var.$clr_txt;
          position: relative;
          font-size: 1.8rem;
          min-height: 6.0rem;
          .nav_txt_en {
            display: block;
            width: 100%;
            margin-top: .6rem;
            font-size: 1.2rem;
            color: #ccc;
            padding: 0 0 0 .2rem;
            transition: color .2s;
          }
          &::before {
            content: "";
            display: block;
            width: 6.0rem;
            height: 6.0rem;
            background: var.$clr_txt url(../img/a_subnav_orthopedics.svg) no-repeat center center / cover;
            position: absolute;
            left: 0;
            top: 0;
          }
          &:hover,
          &:focus {
            background: #fff;
            color: var.$clr_green_01;
            opacity: 1;
            .nav_txt_en {
              color: var.$clr_green_01;
            }
          }
          &.orthopedics {
            &::before {
              background-image: url(../img/a_subnav_orthopedics.svg);
            }
          }
          &.rehabilitation {
            &::before {
              background-image: url(../img/a_subnav_rehabilitation.svg);
            }
          }
          &.sports_orthopedics {
            &::before {
              background-image: url(../img/a_subnav_sports_orthopedics.svg);
            }
          }
          &.spinal_disease {
            &::before {
              background-image: url(../img/a_subnav_spinal_disease.svg);
            }
          }
          &.backache {
            &::before {
              background-image: url(../img/a_subnav_backache.svg);
            }
          }
          &.neuralgia {
            &::before {
              background-image: url(../img/a_subnav_neuralgia.svg);
            }
          }
          &.osteoporosis {
            &::before {
              background-image: url(../img/a_subnav_osteoporosis.svg);
            }
          }
          &.traffic_accident {
            &::before {
              background-image: url(../img/a_subnav_traffic_accident.svg);
            }
          }
        }
        &:not(:last-child) {
          margin: 0 0 1.0rem;
        }
      }
    }
  }
}
*/
/*
#pageup { // ページアップ単体
  display: none;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 1;
  a {
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    font-size: 1.6rem;
    text-align: center;
    padding: .4rem;
    background: #e5bc53;
    border-radius: 50%;
    &::before {
      text-align: center;
      font-size: 3.6rem;
      font-family: 'fontello';
      content: '\e812';
      color: #fff;
    }
    span {
      display: none;
    }
  }
}
@include var.pc {
  #pageup {
    a {
      width: 6.4rem;
      height: 6.4rem;
      &::before {
        font-size: 5.0rem;
      }
    }
  }
}
*/
.tel_up {
  width: 100%;
  background: #F6C9DD;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 1rem 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 5rem 0 1rem;
}
.tel_up .telephone {
  width: 24%;
}
.tel_up .reserve {
  width: 36%;
}
.tel_up .reserve_saishin {
  width: 36%;
}
.tel_up .telephone,
.tel_up .reserve,
.tel_up .reserve_saishin {
  font-size: 1.2rem;
  background: #F28F8F;
  color: #fff;
  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;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border-radius: 10rem;
  position: relative;
  min-height: 3.3rem;
}
.tel_up .telephone {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.5rem;
  padding-top: 0.1em;
}
.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;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/pagetop.png) no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 8rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone,
  .tel_up .reserve,
  .tel_up .reserve_saishin {
    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: #FF919B;
}
.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 0 0;
    background: url(../img/bg_body.jpg) no-repeat bottom center/cover;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 0 0 4rem;
    background: transparent;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #E6838B;
  }
  .footer ul {
    color: #292F4A;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 110rem;
  }
  .footer ul.subnav {
    max-width: 110rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 4rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  }
  .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: 4.5rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index {
  margin-bottom: 3.5rem;
}
.tit_02_index .tit_en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3));
  background: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  font-size: 5.8rem;
  letter-spacing: 0.05em;
}
.tit_02_index .tit_jp {
  display: block;
  margin-top: -0.35em;
  line-height: 1.3;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.tit_02_index_02 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2.2rem;
  line-height: 1.3;
}

.box_index_01 {
  border: 3px solid #F8E6E5;
  position: relative;
  background: #fff;
  padding: 2.5rem 1.4rem 2rem;
  border-radius: 0.7rem;
}
.box_index_01::before {
  content: "";
  display: block;
  border-radius: 10rem;
  height: 3px;
  width: 5rem;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FF919B;
}

.link_arrow_index {
  padding-right: 4.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 3.3em;
  font-weight: 500;
}
.link_arrow_index::after {
  font-family: "fontello";
  content: "\e851";
  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;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  font-size: 133%;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  background: #292F4A;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 7.5rem;
  }
  .tit_02_index .tit_en {
    font-size: 9.6rem;
  }
  .tit_02_index .tit_jp {
    font-size: 2.4rem;
  }
  .tit_02_index_02 {
    margin-bottom: 3.6rem;
    font-size: 3.2rem;
  }
  .box_index_01 {
    border-width: 5px;
    padding: 4rem 5.4rem 3.5rem;
    border-radius: 1rem;
  }
  .box_index_01::before {
    height: 5px;
    width: 10rem;
    top: -5px;
  }
}
.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: 28rem 1rem 0;
  background: url(../img/keyvsl_01.jpg) no-repeat left -14rem center/cover;
}
.index .wrapper_keyvsl .catch_keyvsl {
  font-family: "Zen Kurenaido", sans-serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3));
  background: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0.6rem;
  bottom: 3.5rem;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.index .wrapper_keyvsl .reserve_keyvsl {
  line-height: 1.4;
  font-size: 1.1rem;
  width: 7.5em;
  height: 7.5em;
  letter-spacing: 0.1em;
  background: #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
}
.index .wrapper_keyvsl .reserve_keyvsl > span {
  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;
  background: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3));
  background: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: relative;
}
.index .wrapper_keyvsl .reserve_keyvsl > span::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
}
.index .wrapper_keyvsl .reserve_keyvsl > span > span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#FEBE76), color-stop(20%, #FDC1C0), color-stop(40%, #F28F8F), color-stop(60%, #CE9ACC), color-stop(80%, #95BFEB), to(#8DDEA3));
  background: linear-gradient(90deg, #FEBE76 0%, #FDC1C0 20%, #F28F8F 40%, #CE9ACC 60%, #95BFEB 80%, #8DDEA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 78rem;
    background: url(../img/keyvsl_01.jpg) no-repeat center center/cover;
    letter-spacing: 0.1em;
  }
  .index .wrapper_keyvsl .catch_keyvsl {
    font-size: 6.4rem;
    bottom: 8rem;
    right: calc(50% - 60rem);
    left: auto;
  }
  .index .wrapper_keyvsl .reserve_keyvsl {
    font-size: 2.4rem;
    padding: 3px;
    bottom: 6rem;
    left: calc(50% - 60rem);
    right: auto;
  }
  .index .wrapper_keyvsl .reserve_keyvsl > span::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
}
main .wrapper_about_staff .wrap .box_about_staff {
  border: #F8E6E5 solid 3px;
  border-radius: 0.5rem;
  padding: 2rem 1.4rem 12rem;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.7) url(../img/logo_notxt.svg) no-repeat bottom 1.3rem center/8rem auto;
}
main .wrapper_about_staff .wrap .box_about_staff b {
  font-weight: 500;
  color: #E6838B;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FEFBC6));
  background: linear-gradient(transparent 70%, #FEFBC6 0%);
}
@media screen and (min-width: 48em), print {
  main .wrapper_about_staff .wrap .box_about_staff {
    border-width: 5px;
    border-radius: 1rem;
    line-height: 2.2;
    padding: 5.2rem 5.5rem 4.6rem 28.5rem;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.7) url(../img/logo_notxt.svg) no-repeat top 3.8rem left 5.5rem/17.2rem auto;
  }
}
main .wrapper_news {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5rem, #fff), color-stop(#fff), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #fff 5rem, #fff calc(100% - 5rem), transparent 100%);
}
main .wrapper_news .wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
main .wrapper_news .wrap .dl_wrap {
  position: relative;
}
main .wrapper_news .wrap .dl_wrap::after {
  content: "";
  display: block;
  width: calc(100% - 1rem - 10px);
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_news .wrap .dl_wrap dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0;
  width: 100%;
  position: relative;
  padding-bottom: 1.5rem;
  overflow-y: scroll;
  max-height: 40rem;
  padding-right: 1rem;
}
main .wrapper_news .wrap .dl_wrap dl::-webkit-scrollbar {
  width: 10px;
}
main .wrapper_news .wrap .dl_wrap dl::-webkit-scrollbar-track {
  background-color: #F6C9DD;
  border-radius: 100px;
}
main .wrapper_news .wrap .dl_wrap dl::-webkit-scrollbar-thumb {
  background-color: #FF919B;
  border-radius: 100px;
}
main .wrapper_news .wrap .dl_wrap dl dt {
  padding-top: 1.5rem;
  padding-left: 1.6em;
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  color: #292F4A;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #CCCCCC solid 1px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
main .wrapper_news .wrap .dl_wrap dl dt:first-child {
  margin-top: 0;
  border-top: none;
}
main .wrapper_news .wrap .dl_wrap dl dt::before {
  font-family: "fontello";
  content: "\e852";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  color: #FF919B;
  font-size: 110%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .wrapper_news .wrap .dl_wrap dl dt.open::before {
  content: "\e841";
}
main .wrapper_news .wrap .dl_wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .dl_wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  letter-spacing: 0;
  line-height: 1.8;
}
main .wrapper_news .wrap .dl_wrap dl dd a {
  color: #E6838B;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, #fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to bottom, transparent 0%, #fff 10rem, #fff calc(100% - 10rem), transparent 100%);
  }
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 12.5rem;
    padding-bottom: 15rem;
  }
  main .wrapper_news .wrap .tit_02_index {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 21rem;
  }
  main .wrapper_news .wrap .dl_wrap {
    width: 84rem;
  }
  main .wrapper_news .wrap .dl_wrap::after {
    width: calc(100% - 2.1rem - 10px);
  }
  main .wrapper_news .wrap .dl_wrap dl {
    padding: 0;
    margin: 0 0 0 0;
    padding-bottom: 2.4rem;
    padding-right: 2.1rem;
    max-height: 42rem;
  }
  main .wrapper_news .wrap .dl_wrap dl dt {
    font-size: 2.2rem;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    padding-left: 4rem;
  }
  main .wrapper_news .wrap .dl_wrap dl dt::before {
    top: 1.16em;
  }
  main .wrapper_news .wrap .dl_wrap dl dt:first-child {
    margin-top: 0;
  }
  main .wrapper_news .wrap .dl_wrap dl dd {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
}
main .wrapper_symptom .wrap {
  padding-top: 2rem;
  padding-bottom: 5.5rem;
}
main .wrapper_symptom .wrap .tit_02_index .tit_jp {
  margin-top: 0;
}
main .wrapper_symptom .wrap .tit_02_index .tit_jp {
  font-size: 1.4rem;
}
main .wrapper_symptom .wrap .list_symptom {
  margin: 0 0 0 calc(13.5% + 1.25em);
  width: 73%;
}
main .wrapper_symptom .wrap .list_symptom > li {
  margin-top: 2rem;
}
main .wrapper_symptom .wrap .list_symptom > li:first-child {
  margin-top: 0;
}
main .wrapper_symptom .wrap .list_symptom > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background: #fff;
  line-height: 1.4;
  padding: 0 2.5em 0 3.18em;
  min-height: 4.5em;
  border-radius: 0.7rem;
  letter-spacing: 0.05em;
}
main .wrapper_symptom .wrap .list_symptom > li a::before {
  font-family: "fontello";
  content: "\e842";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.38em;
  font-size: 2.7em;
  width: 1.83em;
  height: 1.83em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
  color: #fff;
  background: #F6C9DD;
  font-weight: 400;
  line-height: 1;
  border-radius: 50%;
}
main .wrapper_symptom .wrap .list_symptom > li a::after {
  font-family: "fontello";
  content: "\e851";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  font-size: 118%;
  right: 0.57em;
}
main .wrapper_symptom .wrap .list_symptom > li.aaa a::before {
  content: "\e842";
}
main .wrapper_symptom .wrap .list_symptom > li.bbb a::before {
  content: "\e84e";
}
main .wrapper_symptom .wrap .list_symptom > li.ccc a::before {
  content: "\e847";
}
main .wrapper_symptom .wrap .list_symptom > li.ddd a::before {
  content: "\e845";
}
main .wrapper_symptom .wrap .list_symptom > li.eee a::before {
  content: "\e844";
}
main .wrapper_symptom .wrap .list_symptom > li.fff a::before {
  content: "\e843";
}
main .wrapper_symptom .wrap .list_symptom > li.ggg a::before {
  content: "\e853";
}
main .wrapper_symptom .wrap .list_symptom > li.hhh a::before {
  content: "\e84c";
}
main .wrapper_symptom .wrap .list_symptom > li.iii a::before {
  content: "\e854";
}
main .wrapper_symptom .wrap .list_symptom > li.jjj a::before {
  content: "\e88e";
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(5n+1) a::before {
  background: #F6C9DD;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(5n+2) a::before {
  background: #F8C5AA;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(5n+3) a::before {
  background: #CBE3AF;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(5n+4) a::before {
  background: #B9E3F9;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(5n) a::before {
  background: #BBB3D8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_symptom .wrap {
    padding-top: 10rem;
    padding-bottom: 16rem;
  }
  main .wrapper_symptom .wrap .tit_02_index {
    margin-bottom: 6.5rem;
  }
  main .wrapper_symptom .wrap .tit_02_index .tit_jp {
    font-size: 2.4rem;
  }
  main .wrapper_symptom .wrap .list_symptom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.2rem;
    width: 100%;
    margin: 0;
    padding-left: 5.5rem;
  }
  main .wrapper_symptom .wrap .list_symptom > li {
    width: 32.5rem;
    margin-top: 4rem;
    margin-right: 8.5rem;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(3n) {
    margin-right: 0;
  }
  main .wrapper_symptom .wrap .list_symptom > li a {
    padding: 0 2.5em 0 3.18em;
    border-radius: 1rem;
  }
}
main .wrapper_treatment {
  background: url(../img/bg_treatment.jpg) no-repeat center center/auto 100%;
}
main .wrapper_treatment .wrap .list_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: calc(50% - 0.6rem);
  margin-top: 1.5rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n+1) {
  margin-right: 1.2rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  background: #fff;
  padding: 1.5rem 1rem 1.5rem;
  border-radius: 0.7rem;
  position: relative;
  font-size: 1.35rem;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  font-family: "fontello";
  content: "\e848";
  display: block;
  font-size: 330%;
  width: 1.8em;
  height: 1.8em;
  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;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 1.4rem;
  font-weight: normal;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background: #292F4A;
  width: calc(100% - 2rem);
}
main .wrapper_treatment .wrap .list_treatment > li a > span {
  display: block;
  padding-right: 1.1em;
}
main .wrapper_treatment .wrap .list_treatment > li a > span::after {
  font-family: "fontello";
  content: "\e851";
  position: absolute;
  bottom: 1em;
  font-size: 100%;
  right: 0.57em;
  display: block;
}
main .wrapper_treatment .wrap .list_treatment > li a.aaa::before {
  content: "\e848";
}
main .wrapper_treatment .wrap .list_treatment > li a.bbb::before {
  content: "\e849";
}
main .wrapper_treatment .wrap .list_treatment > li a.ccc::before {
  content: "\e842";
}
main .wrapper_treatment .wrap .list_treatment > li a.ddd::before {
  content: "\e84b";
}
main .wrapper_treatment .wrap .list_treatment > li a.eee::before {
  content: "\e843";
}
main .wrapper_treatment .wrap .list_treatment > li a.fff::before {
  content: "\e854";
}
main .wrapper_treatment .wrap .list_treatment > li a.ggg::before {
  content: "\e84a";
}
main .wrapper_treatment .wrap .list_treatment > li a.hhh::before {
  content: "\e84c";
}
main .wrapper_treatment .wrap .list_treatment > li a.iii::before {
  content: "\e829";
}
main .wrapper_treatment .wrap .list_treatment > li a.jjj::before {
  content: "\e822";
}
main .wrapper_treatment .wrap .list_treatment > li a.day_surgery::before {
  content: "\e823";
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+1) a::before {
  background: #F6C9DD;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+2) a::before {
  background: #F8C5AA;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+3) a::before {
  background: #CBE3AF;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+4) a::before {
  background: #B9E3F9;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n) a::before {
  background: #BBB3D8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap {
    padding-top: 14.5rem;
  }
  main .wrapper_treatment .wrap .tit_02_index {
    margin-bottom: 8rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    margin: 0;
    width: auto;
    padding: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    margin: 6rem 3rem 0 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(3n) {
    margin-right: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    border-radius: 1rem;
    width: 38rem;
    padding: 3rem 4rem 3rem;
    font-size: 2.4rem;
    min-height: 35rem;
    letter-spacing: 0.05em;
  }
  main .wrapper_treatment .wrap .list_treatment > li a::before {
    font-size: 416%;
    margin-bottom: 4.8rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li a::after {
    width: calc(100% - 8rem);
  }
  main .wrapper_treatment .wrap .list_treatment > li a > span {
    padding-right: 1.7em;
  }
  main .wrapper_treatment .wrap .list_treatment > li a > span::after {
    bottom: 1.35em;
    font-size: 118%;
    right: 4rem;
  }
}
main .wrapper_feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(transparent));
  background: linear-gradient(to bottom, #fff 0%, #fff calc(100% - 5rem), transparent 100%);
}
main .wrapper_feature .wrap {
  padding-bottom: 9rem;
}
main .wrapper_feature .wrap .list_feature {
  counter-reset: number 0;
}
main .wrapper_feature .wrap .list_feature > li {
  counter-increment: number 1;
  position: relative;
  margin-top: 4.5rem;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li .count {
  display: inline-block;
  content: "Feature.0" counter(number);
  color: #F7A6C9;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.16;
  margin-bottom: 20.5rem;
  letter-spacing: 0.05em;
  padding-left: 2em;
  line-height: 1;
  position: relative;
}
main .wrapper_feature .wrap .list_feature > li .count .num {
  font-size: 130%;
}
main .wrapper_feature .wrap .list_feature > li .count::before {
  content: "";
  display: block;
  position: absolute;
  background: #F7A6C9;
  height: 2px;
  width: 1.5em;
  top: 0.73em;
  left: 0;
}
main .wrapper_feature .wrap .list_feature > li::before {
  content: "";
  display: block;
  background: url(../img/feature_image_01.jpg) no-repeat center center/cover;
  border-radius: 50%;
  overflow: hidden;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_feature .wrap .list_feature > li .catch {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
main .wrapper_feature .wrap .list_feature > li .text {
  letter-spacing: 0;
  line-height: 1.8;
}
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(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(5n+1) .count {
  color: #F7A6C9;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+1) .count::before {
  background: #F7A6C9;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+2) .count {
  color: #EFA175;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+2) .count::before {
  background: #EFA175;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+3) .count {
  color: #B6D88E;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+3) .count::before {
  background: #B6D88E;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+4) .count {
  color: #8BD0F6;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n+4) .count::before {
  background: #8BD0F6;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n) .count {
  color: #BBB3D8;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5n) .count::before {
  background: #BBB3D8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff 0%, #fff calc(100% - 10rem), transparent 100%);
  }
  main .wrapper_feature .wrap {
    padding-top: 15rem;
    padding-bottom: 20rem;
  }
  main .wrapper_feature .wrap .tit_02_index {
    margin-bottom: 8rem;
  }
  main .wrapper_feature .wrap .list_feature > li {
    padding-left: 37rem;
    padding-top: 3rem;
    margin-top: 8rem;
    min-height: 33rem;
  }
  main .wrapper_feature .wrap .list_feature > li:first-child {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature > li::before {
    width: 33rem;
    height: 33rem;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_feature .wrap .list_feature > li .count {
    font-size: 4rem;
    margin-bottom: 2.2rem;
    padding-left: 8rem;
  }
  main .wrapper_feature .wrap .list_feature > li .catch {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    padding-left: 8rem;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 2rem;
    line-height: 2;
    padding-left: 8rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) {
    padding-left: 0;
    padding-right: 37rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
    right: 0;
    left: auto;
  }
}
main .wrapper_greeting .wrap {
  padding-top: 1rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .image {
  margin-bottom: 2rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .image::before {
  content: "";
  display: block;
  margin: 0 auto 1.5rem;
  width: 15rem;
  height: 22.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: url(../img/doctor_iiduka_c.jpg) no-repeat center center/cover;
}
main .wrapper_greeting .wrap .imgtxt_greeting .image .dr_name {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .image .dr_name span {
  font-size: 140%;
}
main .wrapper_greeting .wrap .imgtxt_greeting .text_wrap .text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .text_wrap .link_arrow_index {
  margin: 2rem auto 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap {
    padding-top: 5rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .image::before {
    width: 25rem;
    height: 37.5rem;
    margin-bottom: 3rem;
    border-radius: 2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .image .dr_name {
    font-size: 2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .text_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 91rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .text_wrap .text {
    line-height: 2.2;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .text_wrap .link_arrow_index {
    margin: 4rem auto 0;
  }
}
main .wrapper_timetable_dr .wrap {
  padding-top: 0;
}
main .wrapper_timetable_dr .wrap .box_index_01 .link_arrow_index {
  margin: 1.8rem auto 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable_dr .wrap .tit_02_index_02 {
    margin-bottom: 2.2rem;
  }
  main .wrapper_timetable_dr .wrap .box_index_01 .link_arrow_index {
    margin-top: 4rem;
  }
}
main .wrapper_news_close .wrap {
  padding-bottom: 3rem;
  padding-top: 0;
}
main .wrapper_news_close .wrap .dl_wrap {
  position: relative;
}
main .wrapper_news_close .wrap .dl_wrap::before, main .wrapper_news_close .wrap .dl_wrap::after {
  content: "";
  display: block;
  width: calc(100% - 1rem - 10px);
  height: 2px;
  background: #FF919B;
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_news_close .wrap .dl_wrap::before {
  top: 0;
  bottom: auto;
}
main .wrapper_news_close .wrap .dl_wrap dl {
  overflow-y: scroll;
  max-height: 40rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar {
  width: 10px;
}
main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar-track {
  background-color: #F6C9DD;
  border-radius: 100px;
}
main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar-thumb {
  background-color: #FF919B;
  border-radius: 100px;
}
main .wrapper_news_close .wrap .dl_wrap dl dt {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
main .wrapper_news_close .wrap .dl_wrap dl dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news_close .wrap {
    padding-bottom: 5rem;
  }
  main .wrapper_news_close .wrap .dl_wrap::before, main .wrapper_news_close .wrap .dl_wrap::after {
    width: calc(100% - 2rem - 10px);
  }
  main .wrapper_news_close .wrap .dl_wrap dl {
    overflow-y: scroll;
    max-height: 31rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
  main .wrapper_news_close .wrap .dl_wrap dl::before {
    top: 0;
    bottom: auto;
  }
  main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar {
    width: 10px;
  }
  main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar-track {
    background-color: #F6C9DD;
    border-radius: 100px;
  }
  main .wrapper_news_close .wrap .dl_wrap dl::-webkit-scrollbar-thumb {
    background-color: #FF919B;
    border-radius: 100px;
  }
  main .wrapper_news_close .wrap .dl_wrap dl dt {
    font-size: 2.2rem;
  }
}
main .wrapper_reserve {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5rem, #fff), color-stop(#fff), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #fff 5rem, #fff calc(100% - 5rem), transparent 100%);
}
main .wrapper_reserve .wrap {
  padding-top: 6rem;
}
main .wrapper_reserve .wrap .imgtxt_reserve {
  position: relative;
}
main .wrapper_reserve .wrap .imgtxt_reserve::before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 17rem;
  height: 17rem;
  background: url(../img/reserve_image.jpg) no-repeat center center/contain;
  border-radius: 50%;
  overflow: hidden;
}
main .wrapper_reserve .wrap .imgtxt_reserve .text {
  line-height: 1.8;
}
main .wrapper_reserve .wrap .imgtxt_reserve .link_arrow_index {
  margin: 1.8rem auto 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_reserve {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, #fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to bottom, transparent 0%, #fff 10rem, #fff calc(100% - 10rem), transparent 100%);
  }
  main .wrapper_reserve .wrap {
    padding-top: 18rem;
    padding-bottom: 20rem;
  }
  main .wrapper_reserve .wrap .tit_02_index {
    margin-bottom: 4rem;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve {
    position: relative;
    padding-right: 52rem;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve::before {
    width: 44rem;
    height: 44rem;
    position: absolute;
    top: -16.5rem;
    right: 0;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve .text {
    line-height: 2;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve .link_arrow_index {
    margin: 3.5rem 0 0;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve .link_arrow_index_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .wrapper_reserve .wrap .imgtxt_reserve .link_arrow_index_wrapper > :nth-child(n+2) {
    margin-left: 3rem;
  }
}
main .wrapper_online {
  margin-top: -4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5rem, rgba(255, 255, 255, 0.7)), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 5rem, rgba(255, 255, 255, 0.7) calc(100% - 5rem), transparent 100%);
}
main .wrapper_online .wrap {
  padding-bottom: 8rem;
}
main .wrapper_online .wrap .imgtxt_online {
  position: relative;
}
main .wrapper_online .wrap .imgtxt_online::before {
  content: "";
  display: block;
  margin: 0 auto 2rem;
  width: 17rem;
  height: 17rem;
  background: url(../img/online_image.jpg) no-repeat center center/contain;
  border-radius: 50%;
  overflow: hidden;
}
main .wrapper_online .wrap .imgtxt_online .text {
  line-height: 1.8;
}
main .wrapper_online .wrap .imgtxt_online .link_arrow_index {
  margin: 1.8rem auto 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_online {
    margin-top: -10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, rgba(255, 255, 255, 0.7)), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 10rem, rgba(255, 255, 255, 0.7) calc(100% - 10rem), transparent 100%);
  }
  main .wrapper_online .wrap {
    padding-top: 18rem;
    padding-bottom: 27rem;
  }
  main .wrapper_online .wrap .tit_02_index {
    margin-bottom: 4rem;
    padding-left: 52rem;
  }
  main .wrapper_online .wrap .imgtxt_online {
    position: relative;
    padding-left: 52rem;
  }
  main .wrapper_online .wrap .imgtxt_online::before {
    width: 44rem;
    height: 44rem;
    position: absolute;
    top: -16.5rem;
    left: 0;
  }
  main .wrapper_online .wrap .imgtxt_online .text {
    line-height: 2;
  }
  main .wrapper_online .wrap .imgtxt_online .link_arrow_index {
    margin: 3.5rem 0 0;
  }
}
main .wrapper_contact .wrap {
  padding-top: 1rem;
}
main .wrapper_contact .wrap .box_index_01 .text {
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
main .wrapper_contact .wrap .box_index_01 .link_arrow_index {
  margin: 2rem auto 0;
}
main .wrapper_contact .wrap .list_bnr {
  margin-top: 3rem;
}
main .wrapper_contact .wrap .list_bnr > li {
  margin: 1.2rem auto 0;
  text-align: center;
  width: 90%;
}
main .wrapper_contact .wrap .list_bnr > li a img {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  main .wrapper_contact .wrap {
    padding-top: 5.5rem;
  }
  main .wrapper_contact .wrap .box_index_01 .text {
    line-height: 2;
  }
  main .wrapper_contact .wrap .box_index_01 .link_arrow_index {
    margin-top: 4rem;
  }
  main .wrapper_contact .wrap .list_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem auto 0;
    max-width: 100rem;
  }
  main .wrapper_contact .wrap .list_bnr > li {
    width: auto;
    margin: 2rem 2rem 0;
  }
  main .wrapper_contact .wrap .list_bnr > li a img {
    height: 9rem;
    width: auto;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding-top: 5.5rem;
}
body:not(.index) .main > .wrap p {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 10rem;
  }
  body:not(.index) .main > .wrap p {
    margin-bottom: 1.8rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 1280px) {
  body:not(.index) .main > .wrap {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  body:not(.index) .main > .wrap {
    padding-right: calc(1360px - 100vw);
  }
}
@media screen and (min-width: 48em), print {
  .doctor .imgtxt .imgtxt_image,
  .doctor .imgtxt_reverse .imgtxt_image {
    max-width: 25rem;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0 !important;
  background: rgba(51, 51, 51, 0.8);
}

.sp-selected-thumbnail {
  border: 0.2rem 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;
  }
  .sp-selected-thumbnail {
    border: 4px solid #000;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
    margin: 0;
  }
}
.flex2_reservation_app {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex2_reservation_app img {
  min-width: 110px;
  width: 11rem;
}
.flex2_reservation_app :nth-child(2) .reserve_btn {
  width: 13rem;
}

@media screen and (min-width: 48em), print {
  .flex2_reservation_app {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex2_reservation_app > div:nth-child(n) {
    margin: 0 2rem;
    width: 28rem;
  }
  .flex2_reservation_app > div:nth-child(n) .reserve_btn {
    min-width: 110px;
    width: 22.6rem;
  }
  .flex2_reservation_app > div:nth-child(2) .reserve_btn {
    width: 28rem;
  }
  .flex2_reservation_app .reserve_qr {
    width: 25.6rem;
  }
}
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: 1.3rem 1rem -2.6rem;
  color: #292F4A;
  font-size: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li a {
  color: #FF919B;
}
.bread_list > li br {
  display: none;
}

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