@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  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 {
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

.fontsize120 {
  font-size: 120% !important;
}

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

.clr_orange_01 {
  color: #F29600 !important;
}

.clr_blue_01 {
  color: #2CA6E0 !important;
}

.clr_red_01 {
  color: #f33 !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;
  }
}
.width20per {
  width: 20% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width80per {
  width: 80% !important;
}

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

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

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

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.3em;
}
.tbl_time caption .tit_holiday {
  display: inline-block;
  color: #595757;
  padding: 0.075em 0.15em;
  border: 1px solid #595757;
  margin-right: 0.4em;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.2em 0;
  background: #595757;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.5rem 0.2em;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
  color: #F29600;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    margin-top: 0.5em;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.3em 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 23%;
    text-align: left;
    padding-left: 2.5em;
  }
  .tbl_time tr th:first-child {
    text-align: left;
    padding-left: 2.5em;
  }
  .tbl_time tr td {
    padding: 1em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
}

.tit_02 {
  color: #111;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  padding-top: 1.53em;
  background: url(../img/logo_icon.svg) no-repeat top center/auto 1.25em;
}

.tit_03 {
  color: #111;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  position: relative;
  background: #F7F7F7;
  padding: 0.3em 0.4em;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}

.tit_04 {
  color: #111;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  border-left: 0.2rem solid #F29600;
  padding: 0.2em 0 0.2em 0.6em;
}

.tit_05 {
  color: #111;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3rem 0 1.5rem;
  padding-left: 0.9em;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.45em;
  background: #F29600;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 26rem;
    padding: 10rem 2rem 2rem;
    font-size: 4.8rem;
    width: auto;
    margin-top: -7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tit_02 {
    font-size: 4rem;
    line-height: 1.3;
    margin: 10rem 0 4rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_general {
  margin-bottom: 1.5rem;
}

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

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

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-flex;
  display: flex;
  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-flex;
  display: flex;
  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-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
  }
  .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%;
  }
  .flex3_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 2.5rem;
  }
  .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;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #F29600;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

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

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li: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 #DBDBDB;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #F7F7F7;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.7em;
  }
  .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-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #DBDBDB;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1rem;
  border-top: 0.2rem solid #F29600;
  margin-bottom: 2rem;
  position: relative;
  background: #FEF4E5;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 4rem 0 4rem;
  border-color: #F29600 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 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 2.2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 8rem 0 8rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: inline-block;
  padding: 0.9em 0.9em;
  background: #F29600;
  border: 1px solid #F29600;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  content: "";
  display: block;
  border: 0.3rem solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    font-size: 1.8rem;
    min-width: 26rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #F29600;
    background-color: #fff;
    opacity: 1;
  }
  .btn_general_01:hover::after, .btn_general_01:focus::after {
    border-right-color: #F29600;
    border-bottom-color: #F29600;
  }
  .btn_general_01::after {
    border-width: 0.5rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #DBDBDB;
  border-right: none;
  border-bottom: none;
  font-size: 80%;
  width: 100%;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #F7F7F7;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #DBDBDB;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 tr.top_raw th {
  background: #595757;
  color: #fff;
}
.table_01 thead th {
  background: #595757;
  color: #fff;
}

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

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

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2.5rem 1rem;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@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;
  margin-bottom: 1.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 .tel_access {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.header .wrap .head_right .tel_access .telephone {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 1.65rem;
  width: 48%;
  text-align: center;
}
.header .wrap .head_right .tel_access .telephone::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  padding-right: 0.2em;
  color: #F29600;
}
.header .wrap .head_right .tel_access .access {
  width: 48%;
  text-align: center;
}
.header .wrap .head_right .reserve_instagram {
  display: flex;
  justify-content: space-between;
}
.header .wrap .head_right .reserve_instagram .reserve,
.header .wrap .head_right .reserve_instagram .instagram,
.header .wrap .head_right .reserve_instagram .medical_questionnaire {
  background: #F29600;
  padding: 1.45rem 1.1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  width: 48%;
}
.header .wrap .head_right .reserve_instagram .reserve::after,
.header .wrap .head_right .reserve_instagram .instagram::after,
.header .wrap .head_right .reserve_instagram .medical_questionnaire::after {
  content: "";
  display: block;
  border: 0.3rem solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
.header .wrap .head_right .reserve_instagram .reserve {
  background: #2CA6E0;
}
.header .wrap .head_right .reserve_instagram .reserve::before {
  font-size: 150%;
  font-family: "fontello";
  content: "\f800";
  padding-right: 0.5em;
}
.header .wrap .head_right .reserve_instagram .instagram::before, .header .wrap .head_right .reserve_instagram .medical_questionnaire::before {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 1.45rem;
  background: url(../img/logo_instagram.svg) no-repeat left top/contain;
}
.header .wrap .head_right .reserve_instagram .medical_questionnaire::before {
  font-size: 170%;
  font-family: "fontello";
  content: "\f1c1";
  padding-right: 0.5em;
  background: none;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 31.2rem;
    height: 8rem;
    flex: none;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 34rem);
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  .header .wrap .head_right .tel_access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .header .wrap .head_right .tel_access .telephone {
    font-size: 2.7rem;
    margin-bottom: 0;
    padding: 0.2rem 2rem 0.2rem 0;
    border-right: 0.1rem solid #DBDBDB;
    width: auto;
  }
  .header .wrap .head_right .tel_access .access {
    font-size: 2rem;
    width: auto;
    margin-left: 2rem;
  }
  .header .wrap .head_right .reserve_instagram {
    display: flex;
  }
  .header .wrap .head_right .reserve_instagram .reserve,
  .header .wrap .head_right .reserve_instagram .instagram,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire {
    padding: 1.45rem;
    margin: 0;
    font-size: 1.6rem;
    transition: 0.3s;
    border: 0.1rem solid #F29600;
    width: auto;
  }
  .header .wrap .head_right .reserve_instagram .reserve::after,
  .header .wrap .head_right .reserve_instagram .instagram::after,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire::after {
    border-width: 0.4rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  .header .wrap .head_right .reserve_instagram .reserve:focus, .header .wrap .head_right .reserve_instagram .reserve:hover,
  .header .wrap .head_right .reserve_instagram .instagram:focus,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire:focus,
  .header .wrap .head_right .reserve_instagram .instagram:hover,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire:hover {
    color: #F29600;
    background: #fff;
    opacity: 1;
  }
  .header .wrap .head_right .reserve_instagram .reserve:focus::after, .header .wrap .head_right .reserve_instagram .reserve:hover::after,
  .header .wrap .head_right .reserve_instagram .instagram:focus::after,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire:focus::after,
  .header .wrap .head_right .reserve_instagram .instagram:hover::after,
  .header .wrap .head_right .reserve_instagram .medical_questionnaire:hover::after {
    border-right-color: #F29600;
    border-bottom-color: #F29600;
  }
  .header .wrap .head_right .reserve_instagram .reserve {
    border-color: #2CA6E0;
    margin-left: 1.2em;
  }
  .header .wrap .head_right .reserve_instagram .reserve::before {
    font-size: 2.9rem;
  }
  .header .wrap .head_right .reserve_instagram .reserve:focus, .header .wrap .head_right .reserve_instagram .reserve:hover {
    color: #2CA6E0;
  }
  .header .wrap .head_right .reserve_instagram .reserve:focus::after, .header .wrap .head_right .reserve_instagram .reserve:hover::after {
    border-right-color: #2CA6E0;
    border-bottom-color: #2CA6E0;
  }
  .header .wrap .head_right .reserve_instagram .instagram, .header .wrap .head_right .reserve_instagram .medical_questionnaire {
    margin-left: 0.8em;
  }
  .header .wrap .head_right .reserve_instagram .instagram:hover::before, .header .wrap .head_right .reserve_instagram .medical_questionnaire:hover::before {
    background: url(../img/logo_instagram_orange.svg) no-repeat left top/contain;
  }
  .header .wrap .head_right .reserve_instagram .medical_questionnaire:hover::before {
    font-size: 170%;
    font-family: "fontello";
    content: "\f1c1";
    padding-right: 0.5em;
    background: none;
  }
}
.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: #F29600;
  border: 0.1rem solid #fff;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
  z-index: 100;
}
.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: #FEF4E5;
  padding: 0.6rem;
  position: absolute;
  top: -1rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
  padding-top: 7rem;
}
.slicknav_menu .slicknav_nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 5rem;
  width: 21rem;
  background: url(../img/logo.svg) no-repeat left top/contain;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #111;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #111;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #111 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  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: 2rem;
  top: 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: 2rem;
  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 {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #111;
}
.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;
    z-index: 100;
    width: 100%;
    background: rgba(242, 150, 0, 0.85);
  }
  #nav .gnav {
    max-width: 180rem;
    height: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  #nav .gnav > li {
    text-align: center;
    font-size: 1.95rem;
    width: 16.6666666667%;
    min-width: 200px;
  }
  #nav .gnav > li:not(:last-child) {
    border-right: 1px dashed #fff;
  }
  #nav .gnav > li > a {
    font-family: "Zen Old Mincho", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 1rem 0.5rem;
    position: relative;
    color: #fff;
  }
  #nav .gnav > li > a::after {
    content: attr(data-ruby);
    font-family: "Heebo", sans-serif;
    font-size: 75%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.6rem;
    letter-spacing: 0.05rem;
    transition: 0.2s;
  }
  #nav .gnav > li .subnav {
    width: fit-content;
    visibility: hidden;
    position: absolute;
    top: 7.5rem;
    z-index: 1;
    font-size: 1.7rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 12px -3px rgba(170, 170, 170, 0.3);
  }
  #nav .gnav > li .subnav li {
    border-top: 1px solid #fff;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.8rem 2rem;
    text-align: left;
    color: #F29600;
    font-family: "Zen Old Mincho", serif;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #F29600;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .overview_bg {
  background: #F7F7F7;
}
.overview .overview_bg > .wrap {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  height: auto;
  width: 90%;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .tel_overview {
  padding: 0.6em 0.8em;
  font-size: 1.3rem;
  color: #2CA6E0;
  border: 0.1rem solid #2CA6E0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.overview .overview_bg > .wrap .tel_overview .text {
  line-height: 1.2;
}
.overview .overview_bg > .wrap .tel_overview .telephone {
  font-size: 2.5rem;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.overview .overview_bg > .wrap .tel_overview .telephone::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  padding-right: 0.1em;
}
.overview .overview_bg > .wrap .lst_overview {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.3rem;
}
.overview .overview_bg > .wrap .lst_overview dt {
  width: 23%;
  padding: 0.6em 0.2em;
  border-bottom: 1px solid #B8AB9B;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Zen Old Mincho", serif;
}
.overview .overview_bg > .wrap .lst_overview dd {
  width: 77%;
  padding: 0.6em 0.2em;
  margin: 0;
  color: #111;
  border-bottom: 1px solid #B8AB9B;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.overview .overview_bg > .wrap .lst_overview dd.access .access_txt {
  display: block;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap {
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: calc(50% - 3rem);
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    height: auto;
    width: 46.8rem;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 0 0 3.5rem;
    position: relative;
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap .tbl_time tr th[scope=col]:first-child {
    width: 29%;
    padding-left: 1.8em;
  }
  .overview .overview_bg > .wrap .tbl_time tr th:first-child {
    padding-left: 1.8em;
  }
  .overview .overview_bg > .wrap .tbl_time tr th > .consul_hours {
    display: block;
    position: absolute;
    top: -1.8em;
    left: 0;
    color: #111;
  }
  .overview .overview_bg > .wrap .tbl_time tr td {
    padding: 0.7em 0;
  }
  .overview .overview_bg > .wrap .tel_overview {
    padding: 0.9em 1em;
    font-size: 1.6rem;
    margin-bottom: 0;
    justify-content: center;
  }
  .overview .overview_bg > .wrap .tel_overview .text {
    margin-right: 1.4em;
    line-height: 1.4;
  }
  .overview .overview_bg > .wrap .tel_overview .telephone {
    font-size: 4.8rem;
  }
  .overview .overview_bg > .wrap .lst_overview {
    font-size: 1.8rem;
    margin-top: -1em;
  }
  .overview .overview_bg > .wrap .lst_overview dt {
    width: 24%;
    padding: 1em 0.2em;
  }
  .overview .overview_bg > .wrap .lst_overview dd {
    width: 76%;
    padding: 1em 0.2em;
  }
  .overview .gmap {
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #F29600;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  min-height: 5.8rem;
  padding: 0 4.5rem 0 0.4rem;
  color: #fff;
  border-top: 1px solid #FEF4E5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel_up .telephone {
  display: block;
  width: 58%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 1.2rem 0.3rem 1rem;
  background: #fff;
  color: #2CA6E0;
  display: flex;
  border-radius: 10rem;
  font-weight: bold;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e801";
  position: relative;
  padding-right: 0.2em;
  font-weight: normal;
}
.tel_up .reserve {
  width: 41%;
  margin: 0 0 0 0.6rem;
}
.tel_up .reserve a {
  background: #fff;
  color: #2CA6E0;
  display: inline-block;
  border-radius: 10rem;
  padding: 1rem 0.3rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.tel_up .reserve a::before {
  font-family: "fontello";
  content: "\f800";
  position: relative;
  padding-right: 0.25em;
  font-weight: normal;
}
.tel_up .instagram, .tel_up .header .wrap .head_right .reserve_instagram .medical_questionnaire, .header .wrap .head_right .reserve_instagram .tel_up .medical_questionnaire {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  position: relative;
  background: transparent;
  color: #F29600;
  color: #fff;
  flex: none;
}
.tel_up .instagram::before, .tel_up .header .wrap .head_right .reserve_instagram .medical_questionnaire::before, .header .wrap .head_right .reserve_instagram .tel_up .medical_questionnaire::before {
  background: url(../img/logo_instagram.svg) no-repeat left top/contain;
  font-family: "fontello";
  content: "　";
  display: inline-block;
  font-size: 2.9rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-weight: normal;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 4.5rem;
  height: 5.8rem;
  text-align: center;
  margin: 0;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0.1rem solid #F29600;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 2.3rem;
  color: #F29600;
  font-family: "fontello";
  content: "3";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .reserve,
  .tel_up .instagram,
  .tel_up .header .wrap .head_right .reserve_instagram .medical_questionnaire,
  .header .wrap .head_right .reserve_instagram .tel_up .medical_questionnaire {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 5.8rem;
  background: #fff;
}
.footer .copy {
  display: block;
  background: #F29600;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.5rem 0 0;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1.5rem;
    background: #595757;
  }
  .footer ul {
    color: #111;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1.6rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 3.5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main {
  position: relative;
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 8rem 0;
  }
}
.tit_02_index {
  font-size: 2rem;
  text-align: center;
  margin: 4rem auto 2.5rem;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
}
.tit_02_index .tit_en {
  font-family: "Heebo", sans-serif;
  display: block;
  font-size: 0.4em;
  margin-top: 0.5em;
  position: relative;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  color: #F29600;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 4rem;
    margin: 6rem auto 6rem;
  }
}
.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: 30rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  position: absolute;
  font-weight: 500;
  top: 14.5rem;
  left: 0rem;
  padding-left: 1rem;
  font-size: 1.7rem;
  margin: 0;
  color: #F29600;
  text-shadow: 0px 0px 0.15em #fff, 1px 1px 0.15em #fff, 1px -1px 0.15em #fff, -1px -1px 0.15em #fff, -1px 1px 0.15em #fff, 0px 0px 0.15em #fff, 1px 1px 0.15em #fff, 1px -1px 0.15em #fff, -1px -1px 0.15em #fff, -1px 1px 0.15em #fff;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    top: -7.5rem;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 87rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    width: 100%;
    max-width: 120rem;
    top: 40rem;
    left: calc(50% - 60rem);
    font-size: 4.8rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  .index .wrapper_keyvsl .keyvsl_catch::before {
    height: 0.6rem;
    bottom: -1.2rem;
    left: 0;
  }
}
main .wrapper_news {
  background: #F7F7F7;
}
main .wrapper_news .wrap dl {
  border-top: 0.2rem solid #F29600;
  border-bottom: 0.2rem solid #F29600;
  margin: -1.5rem 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem;
  max-height: 140vw;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
main .wrapper_news .wrap dl dt {
  font-family: "Zen Old Mincho", serif;
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #DBDBDB solid 1px;
  font-weight: 500;
}
main .wrapper_news .wrap dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  display: block;
  position: absolute;
  top: 1.37em;
  left: 0;
  font-weight: normal;
  color: #F29600;
  font-size: 100%;
  line-height: 1;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e803";
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_news .wrap .tit_02_index {
    text-align: left;
    flex: none;
    margin-right: 10rem;
  }
  main .wrapper_news .wrap .tit_02_index .tit_en {
    text-align: left;
  }
  main .wrapper_news .wrap dl {
    flex: auto;
    padding: 0 0 2rem;
    margin-top: -2rem;
    max-height: 92rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 1.25em;
    left: 0em;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 3rem;
  }
}
main .wrapper_hours {
  background: url(../img/hours_mark.svg) no-repeat left 18rem center/35rem auto;
}
main .wrapper_hours .wrap .timetable {
  margin-bottom: 2.5rem;
}
main .wrapper_hours .wrap .btn_list_hour {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
main .wrapper_hours .wrap .btn_list_hour > li {
  margin-top: 1.5rem;
  width: 48%;
  margin-right: 4%;
}
main .wrapper_hours .wrap .btn_list_hour > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_hours .wrap .btn_list_hour > li:nth-child(2n) {
  margin-right: 0;
}
main .wrapper_hours .wrap .btn_list_hour > li a {
  display: block;
  padding: 0.9em 0.4em;
  background: #F29600;
  border: 1px solid #F29600;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 1.3rem;
}
main .wrapper_hours .wrap .btn_list_hour > li a::after {
  content: "";
  display: block;
  border: 0.3rem solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_hours {
    background-size: 100.5rem auto;
    background-position: left calc(50% + 83rem) center;
  }
  main .wrapper_hours .wrap .timetable {
    width: 90rem;
    margin: 0 auto 6rem;
  }
  main .wrapper_hours .wrap .timetable .tbl_time {
    font-size: 1.8rem;
  }
  main .wrapper_hours .wrap .btn_list_hour {
    justify-content: center;
    gap: 2rem 3%;
  }
  main .wrapper_hours .wrap .btn_list_hour > li:nth-child(n) {
    margin-top: 0;
    margin-right: 0;
    width: 22.75%;
  }
  main .wrapper_hours .wrap .btn_list_hour > li a {
    font-size: 1.8rem;
  }
  main .wrapper_hours .wrap .btn_list_hour > li a:hover, main .wrapper_hours .wrap .btn_list_hour > li a:focus {
    color: #F29600;
    background-color: #fff;
    opacity: 1;
  }
  main .wrapper_hours .wrap .btn_list_hour > li a:hover::after, main .wrapper_hours .wrap .btn_list_hour > li a:focus::after {
    border-right-color: #F29600;
    border-bottom-color: #F29600;
  }
  main .wrapper_hours .wrap .btn_list_hour > li a::after {
    border-width: 0.5rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
main .wrapper_greeting {
  background: #F7F7F7;
}
main .wrapper_greeting .wrap .img_txt_greeting::before {
  content: "";
  display: block;
  background: url(../img/greeting_image.jpg) no-repeat center center/cover;
  width: 20rem;
  height: 20rem;
  margin: 0 0.5rem -1.5rem auto;
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(1.5rem);
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting {
  background: #fff url(../img/greeting_mark.svg) no-repeat right -1.6rem bottom -1.6rem/14rem auto;
  position: relative;
  padding: 1.2rem 1rem 2rem 1.2rem;
  margin: 0 2rem 0 0.5rem;
  opacity: 0;
  transition: opacity 0.8s 0.4s, transform 0.8s 0.4s;
  transform: translateY(1.5rem);
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .text_greeting {
  line-height: 1.8;
  margin-bottom: 2rem;
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .clinic_greeting {
  margin-bottom: 0.7rem;
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .dr_greeting {
  font-size: 1.85rem;
  margin-bottom: 1em;
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .btn_wrap_greeting a {
  display: inline-block;
  color: #fff;
  padding: 0.5em 2.6em;
  background: #F29600;
  position: relative;
}
main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .btn_wrap_greeting a::after {
  content: "";
  display: block;
  border: 0.4rem solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
main .wrapper_greeting .wrap .img_txt_greeting.is_trigger_on::before,
main .wrapper_greeting .wrap .img_txt_greeting.is_trigger_on .box_greeting {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .bnr {
    display: flex;
    align-items: center;
  }
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire {
  display: block;
  width: 100%;
  max-width: 500px;
  min-height: 140px;
  margin-inline: auto;
  background: #F29600;
  margin-top: 4rem;
  color: #fff;
  text-align: center;
  border: 1px solid #F29600;
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div {
  width: 100%;
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div p {
  font-size: 2.4rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div p {
    font-size: 2.7rem;
  }
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div p {
  margin-bottom: initial;
  font-weight: bold;
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div p {
    padding: 1em;
  }
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire div p small {
  line-height: initial;
  display: block;
  padding: 0.5em;
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire span {
  width: 100%;
  padding: 0.3em;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire span {
    font-size: 3.4rem;
  }
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire span {
  font-weight: bold;
  background: #fff;
  color: #F29600;
}
main .wrapper_greeting .wrap .bnr a.bnr_medical_questionnaire:hover {
  opacity: 0.6;
}
main .wrapper_greeting .wrap .bnr_doctorsfile {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .img_txt_greeting::before {
    width: 60rem;
    height: 60rem;
    margin: 0 0 -55rem auto;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting {
    width: 66rem;
    padding: 4.5rem;
    margin: 0;
    background-size: 30rem auto;
    background-position: right -3rem bottom -3rem;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .text_greeting {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
    line-height: 2;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .clinic_greeting {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .dr_greeting {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .btn_wrap_greeting a {
    display: inline-block;
    font-size: 1.8rem;
  }
  main .wrapper_greeting .wrap .img_txt_greeting .box_greeting .btn_wrap_greeting a::after {
    border-width: 0.5rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  main .wrapper_greeting .wrap .bnr_doctorsfile {
    margin-top: 4rem;
  }
}
main .wrapper_features {
  position: relative;
  background: url(../img/features_mark.svg) no-repeat right -2rem center/auto 102%;
}
main .wrapper_features .wrap {
  overflow: hidden;
}
main .wrapper_features .wrap .list_features > li {
  position: relative;
  margin-top: 2.5rem;
}
main .wrapper_features .wrap .list_features > li::before {
  content: "";
  display: block;
  background: url(../img/features_01.jpg) no-repeat center center/cover;
  width: calc(100% - 2rem);
  height: 14rem;
  margin: 0 0 -2rem -2rem;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(-2rem);
}
main .wrapper_features .wrap .list_features > li .text_wrao {
  background: #fff;
  width: calc(100% - 1rem);
  margin: 0 -1rem 0 auto;
  padding: 1.3rem;
  opacity: 0;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transform: translateX(2rem);
}
main .wrapper_features .wrap .list_features > li .text_wrao .num {
  color: #2CA6E0;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
main .wrapper_features .wrap .list_features > li .text_wrao .catch {
  font-size: 1.5rem;
  line-height: 1.7;
}
main .wrapper_features .wrap .list_features > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features > li:nth-child(2n)::before {
  margin-left: 3rem;
  margin-right: 0;
  transform: translateX(2rem);
}
main .wrapper_features .wrap .list_features > li:nth-child(2n) .text_wrao {
  margin-right: auto;
  margin-left: -1rem;
  transform: translateX(-2rem);
}
main .wrapper_features .wrap .list_features > li:nth-child(2)::before {
  background-image: url(../img/features_02.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/features_03.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/features_04.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(5)::before {
  background-image: url(../img/features_05.jpg);
}
main .wrapper_features .wrap .list_features > li.is_trigger_on:nth-child(n)::before,
main .wrapper_features .wrap .list_features > li.is_trigger_on:nth-child(n) .text_wrao {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features {
    background-position: right calc(50% + 69rem) center;
  }
  main .wrapper_features .wrap {
    overflow: visible;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(n) {
    display: flex;
    align-items: center;
    height: 36rem;
    justify-content: flex-end;
    margin-top: 5.5rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(n)::before {
    width: 60rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(n) .text_wrao {
    padding: 6.5rem;
    margin: 0 0 0;
    min-height: 18.5rem;
    position: relative;
    width: 66rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(n) .text_wrao .num {
    font-size: 1.6rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(n) .text_wrao .catch {
    font-size: 2.8rem;
  }
  main .wrapper_features .wrap .list_features > li:first-child {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2n) {
    justify-content: flex-start;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2n)::before {
    left: auto;
    right: 0;
  }
}
main .wrapper_symptoms {
  background: #F7F7F7;
}
main .wrapper_symptoms .wrap {
  position: relative;
}
main .wrapper_symptoms .wrap .tit_02_index {
  position: relative;
  margin-bottom: 3.5rem;
}
main .wrapper_symptoms .wrap::before {
  content: "";
  display: block;
  width: 13rem;
  height: 28.5rem;
  background: url(../img/symptoms_body.svg) no-repeat top center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11rem;
}
main .wrapper_symptoms .wrap .list_symptoms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li {
  width: 48%;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}
main .wrapper_symptoms .wrap .list_symptoms > li a {
  display: block;
  border: 0.1rem solid #F29600;
  background: #fff;
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 2.8em;
}
main .wrapper_symptoms .wrap .list_symptoms > li a::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: url(../img/symptoms_head.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
main .wrapper_symptoms .wrap .list_symptoms > li a > span::after {
  content: "";
  display: block;
  border: 0.4rem solid #F29600;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_head::before {
  background-image: url(../img/symptoms_head.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_sholder::before {
  background-image: url(../img/symptoms_sholder.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_waist::before {
  background-image: url(../img/symptoms_waist.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_elbow::before {
  background-image: url(../img/symptoms_elbow.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hand::before {
  background-image: url(../img/symptoms_hand.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hip_joint::before {
  background-image: url(../img/symptoms_hip_joint.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_foot::before {
  background-image: url(../img/symptoms_foot.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_knee::before {
  background-image: url(../img/symptoms_knee.svg);
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(2) {
  transition: opacity 1s 0.1s, transform 1s 0.1s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(3) {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(4) {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(5) {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(6) {
  transition: opacity 1s 0.5s, transform 1s 0.5s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(7) {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(8) {
  transition: opacity 1s 0.7s, transform 1s 0.7s;
}
main .wrapper_symptoms .wrap .list_symptoms.is_trigger_on > li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_symptoms .wrap {
    padding-bottom: 12rem;
  }
  main .wrapper_symptoms .wrap::before {
    width: 30.8rem;
    height: 65rem;
    top: 22.4rem;
    background-image: url(../img/symptoms_body.svg);
  }
  main .wrapper_symptoms .wrap .tit_02_index {
    margin-bottom: 11.5rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li {
    margin-top: 6rem;
    height: 9rem;
    width: 50%;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a {
    width: 26rem;
    height: 9rem;
    font-size: 2.4rem;
    padding: 0 0 0 3.75em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a::before {
    width: 6rem;
    height: 6rem;
    left: 0.6em;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a::after {
    content: "";
    display: block;
    background: url(../img/symptoms_point_off.svg) no-repeat center center/contain;
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a > span::after {
    border-width: 0.5rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a:focus, main .wrapper_symptoms .wrap .list_symptoms > li a:hover {
    opacity: 1;
    background: #FEF4E5;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a:focus::after, main .wrapper_symptoms .wrap .list_symptoms > li a:hover::after {
    background: url(../img/symptoms_point_on.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_head::before {
    background-image: url(../img/symptoms_head.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_head::after {
    top: 2.3rem;
    right: -30.7rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_sholder::before {
    background-image: url(../img/symptoms_sholder.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_sholder::after {
    top: 5.2rem;
    left: -36.5rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_waist::before {
    background-image: url(../img/symptoms_waist.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_waist::after {
    top: 4rem;
    right: -31.8rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_elbow::before {
    background-image: url(../img/symptoms_elbow.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_elbow::after {
    top: 1.3rem;
    left: -26.6rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hand::before {
    background-image: url(../img/symptoms_hand.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hand::after {
    top: -2.8rem;
    right: -23.4rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hip_joint::before {
    background-image: url(../img/symptoms_hip_joint.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_hip_joint::after {
    top: -4.7rem;
    left: -39.3rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_foot::before {
    background-image: url(../img/symptoms_foot.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_foot::after {
    top: 11.3rem;
    right: -35.1rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_knee::before {
    background-image: url(../img/symptoms_knee.svg);
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a.symptoms_knee::after {
    top: -4.1rem;
    left: -26.3rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li:first-child, main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(7) {
    padding-left: 6rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(2), main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(8) {
    padding-right: 6rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li:first-child {
    width: 35rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li:nth-child(2) {
    width: 35rem;
  }
}
main .wrapper_treatment .only_index_treatment {
  display: block;
}
main .wrapper_treatment .wrap .list_treatment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 13.6rem;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}
main .wrapper_treatment .wrap .list_treatment > li.trouble {
  display: none;
}
main .wrapper_treatment .wrap .list_treatment > li:first-child a::before {
  margin-bottom: 2.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;
  text-align: center;
  width: 100%;
  border: 0.1rem solid #F29600;
  position: relative;
  padding: 1.5rem 0.6rem 1.2rem;
  font-size: 1.35rem;
  height: 100%;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  display: block;
  content: "";
  width: 5.8rem;
  height: 5.8rem;
  background: url(../img/treatment_01.svg) no-repeat center center/contain;
  margin: 0 auto 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  content: "";
  display: block;
  border: 0.6rem solid #F29600;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
main .wrapper_treatment .wrap .list_treatment > li a.orthopedics::before {
  background-image: url(../img/treatment_orthopedics.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.osteoarthritis::before {
  background-image: url(../img/treatment_osteoarthritis.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.osteoporosis::before {
  background-image: url(../img/treatment_osteoporosis.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.rehabilitation::before {
  background-image: url(../img/treatment_rehabilitation.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.sports::before {
  background-image: url(../img/treatment_sports.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.accident::before {
  background-image: url(../img/treatment_accident.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.NMN::before {
  background-image: url(../img/treatment_NMN.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.pfc_fd::before {
  background-image: url(../img/treatment_pfc_fd.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.original_protein::before {
  background-image: url(../img/treatment_original_protein.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) {
  transition: opacity 1s 0.1s, transform 1s 0.1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) {
  transition: opacity 1s 0.5s, transform 1s 0.5s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(7) {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(8) {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
main .wrapper_treatment .wrap .list_treatment.is_trigger_on > li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap .list_treatment {
    justify-content: flex-start;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    width: 27rem;
    height: 27rem;
    margin-right: 4rem;
    margin-top: 4rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 15rem 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a::before {
    height: 10rem;
    width: 10rem;
    margin: 0;
    position: absolute;
    top: 4.2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.3s, transform 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a::after {
    border-width: 0.75rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:focus, main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:hover {
    color: #F29600;
    opacity: 1;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:focus::before, main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:hover::before {
    top: 3.4rem;
    transform: translateX(-50%);
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(4n) {
    margin-right: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+4) {
    margin-top: 0;
  }
}

.index_slide {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  /* スライドの動き等速 */
}
.index_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.index_slide {
  /* 画像のサイズ調整 */
}
.index_slide .swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .index_slide {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.only_index_treatment {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 4rem 0rem 3rem;
  }
  body:not(.index) .main > .wrap:last-child {
    padding-bottom: 9rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.greeting .greeting_dr_name {
  font-size: 115%;
}

#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2rem;
}

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

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

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

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

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