@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}

:where(img) {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

:where(p) {
  margin: 0 0 1em;
}

a[href="./medicine.html"], a[href=""] {
  pointer-events: none;
}

.under {
  color: #999;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.red {
  color: #f91c03;
}

.orange {
  color: #f96e03;
}

.green {
  color: #0c7110;
}

.brown {
  color: #6b5847;
}

.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_c.round_n {
  border-radius: 0;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  .img_c.w50 {
    max-width: 480px;
  }
  .img_c.round_n {
    border-radius: 0;
  }
  .img_l {
    float: left;
    max-width: 480px;
    margin: 8px 36px 20px 0;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    max-width: 480px;
    margin: 8px 0 20px 36px;
    border-radius: 10px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 4rem;
}
article > .l-intro > *:last-child {
  margin-bottom: 0;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 2.8rem;
}
article > section section section {
  margin-top: 2.4rem;
}
article > section section section section {
  margin-top: 1.8rem;
}
article > section h2 + section {
  margin-top: 1.5rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .l-intro {
    display: flow-root;
    margin-bottom: 80px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section section section section {
    margin-top: 30px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 30px;
  }
}
.l-intro > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .l-intro {
    display: flow-root;
  }
}

.tit_01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #6b5847;
}

.tit_02, .clinicsign .tit, .change_tit, .about_tit, .feature_tit, .treatment_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  margin: 0 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #6b5847;
}
.tit_02::before, .clinicsign .tit::before, .change_tit::before, .about_tit::before, .feature_tit::before, .treatment_tit::before, .tit_02::after, .clinicsign .tit::after, .change_tit::after, .about_tit::after, .feature_tit::after, .treatment_tit::after {
  flex: none;
  width: 1.6em;
  height: 0.7em;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding-bottom: 0.3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0c7110;
  border-bottom: 0.3rem solid currentColor;
  -webkit-box-shadow: 0 0.2rem 0 0 #5bb15b;
          box-shadow: 0 0.2rem 0 0 #5bb15b;
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding-bottom: 0.3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #a27858;
  border-bottom: 0.3rem solid currentColor;
}

.tit_05 {
  margin: 0 0 1rem;
  padding-bottom: 0.3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f96e03;
  border-bottom: 0.3rem dotted currentColor;
}

.tit_06 {
  margin: 0 0 0.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #5bb15b;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.4rem;
  }
  .tit_02, .clinicsign .tit, .change_tit, .about_tit, .feature_tit, .treatment_tit {
    margin: 0 0 32px;
    font-size: 3.6rem;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .tit_02::before, .clinicsign .tit::before, .change_tit::before, .about_tit::before, .feature_tit::before, .treatment_tit::before, .tit_02::after, .clinicsign .tit::after, .change_tit::after, .about_tit::after, .feature_tit::after, .treatment_tit::after {
    width: 66px;
    height: 30px;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding-bottom: 6px;
    font-size: 3.4rem;
    border-bottom-width: 5px;
    -webkit-box-shadow: 0 4px 0 0 #5bb15b;
            box-shadow: 0 4px 0 0 #5bb15b;
  }
  .tit_04 {
    margin: 0 0 14px;
    padding-bottom: 7px;
    font-size: 3.2rem;
    border-bottom-width: 5px;
  }
  .tit_04 + ul {
    margin-top: 20px;
  }
  .tit_05 {
    margin: 0 0 12px;
    padding-bottom: 5px;
    font-size: 3rem;
    border-bottom-width: 4px;
  }
  .tit_05 + ul {
    margin-top: 20px;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2.8rem;
  }
  .tit_06 + ul {
    margin-top: 20px;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li, dl) {
    line-height: 1.7;
  }
}

.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin: 0 0.2em 0 -1.2em;
  color: #fbcc97;
  line-height: 1;
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  margin-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul > li.marker::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  color: #5bb15b;
}

.lst_marker {
  margin-bottom: 1em;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li:not(:first-child) {
  margin-top: 0.5em;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}

.dl_row {
  margin-bottom: 1em;
}
.dl_row dt {
  margin-bottom: 0.3rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #999;
}
.dl_row dt ~ dt {
  margin-top: 1em;
}
@media screen and (min-width: 48em), print {
  .dl_row {
    display: flow-root;
  }
  .dl_row dt {
    clear: both;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .dl_row dt::after {
    margin-right: 3px;
    content: "：";
  }
  .dl_row dt ~ dt {
    margin-top: 0;
  }
  .dl_row dd {
    display: flow-root;
  }
  .dl_row dd:not(:last-of-type) {
    margin-bottom: 0.3em;
  }
}

.dl_effect {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.dl_effect > dt {
  width: 3em;
}
.dl_effect > dt::after {
  content: "：";
}
.dl_effect > dd {
  flex-grow: 1;
  width: calc(100% - 4em);
}

.dl_flow dt {
  padding: 1rem 1.3rem 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0c7110;
  border: 1px solid #5bb15b;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dd {
  position: relative;
  padding: 0.4rem 1.3rem 1rem;
  border: 1px solid #5bb15b;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.5rem 2rem 0 2rem;
  border-color: #5bb15b transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 30px 34px 10px;
    font-size: 3.2rem;
    border-width: 2px;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dd {
    padding: 10px 34px 30px;
    border-width: 2px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -65px;
    border-width: 33px 98px 0 98px;
  }
}

.tbl_price_simple, .tbl_price, .tbl_item {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price_simple th, .tbl_price th, .tbl_item th {
  font-weight: normal;
}
.tbl_price_simple i, .tbl_price i, .tbl_item i {
  display: inline-block;
  font-size: 84%;
  text-align: left;
}
.tbl_price_simple mark, .tbl_price mark, .tbl_item mark {
  color: #f91c03;
  background: transparent;
}
@media screen and (min-width: 48em), print {
  .tbl_price_simple th, .tbl_price th, .tbl_item th {
    line-height: 1.5;
  }
}

.tbl_item {
  margin: 1rem 0;
  border-top: 1px solid #707070;
}
.tbl_item th {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.tbl_item td {
  padding: 1rem;
  border-bottom: 1px solid #707070;
}
.tbl_item thead th {
  padding: 0.2rem 0;
  background: #fef6ec;
}
@media screen and (min-width: 48em), print {
  .tbl_item {
    table-layout: fixed;
    margin: 10px 0 20px;
  }
  .tbl_item th {
    padding: 10px 0;
  }
  .tbl_item td {
    padding: 10px 20px;
  }
  .tbl_item thead th {
    padding: 10px 0;
  }
}

.tbl_price {
  margin: 0 0 1rem;
  font-size: 90%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.tbl_price thead {
  background: #fefce2;
}
.tbl_price thead th {
  padding: 0.5rem 0.3rem;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.tbl_price thead th:not(:first-of-type) {
  border-left: 1px solid #b0b0b0;
}
.tbl_price tbody tr th {
  padding: 0.5rem 0.3rem;
  word-break: keep-all;
  border-top: 1px solid #b0b0b0;
}
.tbl_price tbody tr th[rowspan] {
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-right: 1px solid #b0b0b0;
}
.tbl_price tbody tr th.note, .tbl_price tbody tr th i {
  text-align: left;
  word-break: normal !important;
}
.tbl_price tbody tr td {
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
}
.tbl_price tbody tr td:last-of-type {
  white-space: nowrap;
}
.tbl_price tbody tr:first-of-type th, .tbl_price tbody tr:first-of-type td {
  border-top-color: #a0a0a0;
}
.tbl_price[data-tbl=insurance] tbody tr td:nth-last-of-type(-n+2) {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_price {
    table-layout: fixed;
    margin: 10px 0 20px;
    font-size: 100%;
  }
  .tbl_price thead th {
    padding: 12px 10px;
    -webkit-font-feature-settings: revert;
            font-feature-settings: revert;
  }
  .tbl_price tbody tr th {
    padding: 12px 10px;
  }
  .tbl_price tbody tr th[rowspan] {
    padding: 12px 10px;
  }
  .tbl_price tbody tr th.note {
    text-align: center;
  }
  .tbl_price tbody tr td {
    padding: 12px;
  }
}

.tbl_price_simple {
  margin: 0 0 1rem;
  border-top: 1px solid #707070;
}
.tbl_price_simple caption {
  caption-side: top;
  text-align: left;
  font-size: 90%;
}
.tbl_price_simple th {
  padding: 1rem 0.3rem;
  background: #fefce2;
  border-bottom: 1px solid #707070;
}
.tbl_price_simple td {
  padding: 1rem;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #b0b0b0;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 48em), print {
  .tbl_price_simple {
    table-layout: fixed;
    margin: 10px 0 20px;
  }
  .tbl_price_simple th, .tbl_price_simple td {
    padding: 12px 10px;
  }
}

.tbl_price_note {
  margin-bottom: 1rem;
  font-size: 90%;
}
.tbl_price + .tbl_price_note, .tbl_price_simple + .tbl_price_note {
  margin-top: -1rem;
}
.tbl_price_note.tax {
  text-align: right;
}
@media screen and (max-width: 47.99em) {
  .sp_frame > .tbl_price + .tbl_price_note, .sp_frame > .tbl_price_simple + .tbl_price_note {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_price_note {
    margin-bottom: 20px;
  }
  .tbl_price + .tbl_price_note, .tbl_price_simple + .tbl_price_note {
    margin-top: -20px;
  }
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .sp_frame > table {
    width: 200%;
    margin: 0 0 0.5rem;
  }
  .sp_frame.scroll-hint.is-left-scrollable {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(107, 88, 71, 0.1)), color-stop(0.8rem, rgba(107, 88, 71, 0)), to(rgba(107, 88, 71, 0)));
    background: linear-gradient(90deg, rgba(107, 88, 71, 0.1) 0, rgba(107, 88, 71, 0) 0.8rem, rgba(107, 88, 71, 0));
  }
  .sp_frame.scroll-hint.is-right-scrollable {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(107, 88, 71, 0.1)), color-stop(0.8rem, rgba(107, 88, 71, 0)), to(rgba(107, 88, 71, 0)));
    background: linear-gradient(270deg, rgba(107, 88, 71, 0.1) 0, rgba(107, 88, 71, 0) 0.8rem, rgba(107, 88, 71, 0));
  }
  .sp_frame .scroll-hint-icon {
    top: 2%;
    width: 130px;
    height: 85px;
    -webkit-box-shadow: 0 0.3rem 0.6rem rgba(112, 112, 112, 0.4);
            box-shadow: 0 0.3rem 0.6rem rgba(112, 112, 112, 0.4);
  }
  .sp_frame .scroll-hint-text {
    font-size: 1rem;
  }
}

.box_aside, .box_notes, .box_notice, .box_terms, .box_item {
  margin-bottom: 1em;
  padding: 1.2rem 1.1rem;
  border-radius: 0.5rem;
}
.box_aside > :last-child, .box_notes > :last-child, .box_notice > :last-child, .box_terms > :last-child, .box_item > :last-child {
  margin-bottom: 0;
}
.box_aside .tit, .box_notes .tit, .box_notice .tit, .box_terms .tit, .box_item .tit {
  margin-bottom: 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 48em), print {
  .box_aside, .box_notes, .box_notice, .box_terms, .box_item {
    padding: 36px 42px 34px;
    border-radius: 10px;
  }
  .box_aside .tit, .box_notes .tit, .box_notice .tit, .box_terms .tit, .box_item .tit {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
}

.box_item {
  background: #fef6ec;
}

.box_terms {
  background: #eefcee;
}

.box_notice {
  background: #fff;
  border: 2px solid #ffad4e;
}
.box_notice .tit {
  color: #f99b00;
}

.box_notes {
  background: #fff;
  border: 2px solid #5bb15b;
}
.box_notes .tit {
  color: #4a9b4a;
}

.box_aside {
  padding: 1.2rem 1.1rem;
  font-size: 95%;
  color: #555;
  background: #f6f5f5;
}
@media screen and (min-width: 48em), print {
  .box_aside {
    padding: 22px 28px 20px;
  }
}

:where(.contents) a {
  color: #f96e03;
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: #ffad4e;
  text-decoration: none;
}

.lnk_ref::after {
  display: inline-block;
  content: "≫";
}

.btn_detail, .btn_back, .btn {
  display: inline-block;
  margin: 0.45rem;
  padding: 0.7em 1em 0.75em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid currentColor;
  border-radius: 0.2rem;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back, .btn {
    margin: 5px;
    padding: 0.7em 1.6em 0.75em;
    font-weight: 700;
    border-radius: 3px;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn {
  color: #fff;
  background: #ffad4e;
  -webkit-box-shadow: 0 0 0 0.25rem #ffad4e;
          box-shadow: 0 0 0 0.25rem #ffad4e;
}
.btn:hover {
  color: #fff;
  background: #f96e03;
  -webkit-box-shadow: 0 0 0 4px #f96e03;
          box-shadow: 0 0 0 4px #f96e03;
}
@media screen and (min-width: 48em), print {
  .btn {
    -webkit-box-shadow: 0 0 0 4px #ffad4e;
            box-shadow: 0 0 0 4px #ffad4e;
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #5bb15b;
  -webkit-box-shadow: 0 0 0 0.25rem #5bb15b;
          box-shadow: 0 0 0 0.25rem #5bb15b;
}
.btn_detail:hover, .btn_back:hover {
  color: #fff;
  background: #0c7110;
  -webkit-box-shadow: 0 0 0 4px #0c7110;
          box-shadow: 0 0 0 4px #0c7110;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    -webkit-box-shadow: 0 0 0 4px #5bb15b;
            box-shadow: 0 0 0 4px #5bb15b;
  }
}

.mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #efdf4f));
  background: linear-gradient(transparent 60%, #efdf4f 60%);
}

.em {
  font-weight: bold;
}

.clr-notice {
  color: #f91c03;
}

.f-smaller {
  font-size: 0.85em;
}

.f-smallest {
  font-size: 0.65em;
}

.f-lager {
  font-size: 1.15em;
}

.f-fpm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.js-tel {
  white-space: nowrap;
}

.phone {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.phone a {
  display: inline-block;
}
.phone a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e8ec';
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e8ec';
    font-size: 75%;
    vertical-align: 0.15em;
  }
  .phone a::before {
    display: none;
  }
}

.tgl_btn, .btn_rsv, .rsv a {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background: #f96e03;
}
.tgl_btn::before, .btn_rsv::before, .rsv a::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
}
@media screen and (min-width: 48em), print {
  .tgl_btn, .btn_rsv, .rsv a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tgl_btn:hover, .btn_rsv:hover, .rsv a:hover {
    background: #f99703;
  }
}

.btn_rsv {
  display: inline-block;
  padding: 0.6em 2em;
  font-size: 112.5%;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
.btn_rsv::before {
  font-size: 125%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    min-width: 240px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .btn_rsv::before {
    margin-right: 10px;
    font-size: 125%;
  }
}

.caution {
  padding: 0.5rem 1.8rem;
  color: #fff;
  background: #f96e03;
  border-radius: 100vh;
  font-size: 90%;
}

.timetable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable sup {
  font-size: 0.8rem;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.3em;
  font-size: 95%;
  line-height: 1.5;
  text-align: left;
}
.timetable thead th {
  padding: 0.5em 0;
  font-weight: normal;
  color: #fff;
  background: #918072;
}
.timetable thead th:first-child {
  width: 28%;
  color: transparent;
}
.timetable thead th:last-child {
  width: 13%;
}
.timetable tbody tr {
  background: #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.timetable tbody th {
  font-weight: normal;
  font-size: 84%;
}
.timetable tbody td {
  text-align: center;
  padding: 0.6rem 0.2rem;
  white-space: nowrap;
}
.timetable tbody td i {
  display: inline-block;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    font-size: 100%;
  }
  .timetable thead th {
    padding: 0.6em 0;
  }
  .timetable thead th:first-child {
    width: 26%;
  }
  .timetable thead th:last-child {
    width: 14%;
    padding-right: 3%;
  }
  .timetable tbody tr {
    background: #fff;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
  }
  .timetable tbody th {
    padding: 0.6em 0;
    font-size: 100%;
  }
  .timetable tbody td {
    padding: 0.6em 0;
  }
  .timetable tbody td:last-child {
    padding-right: 3%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tgl_btn {
  padding: 0.6em 2em;
  font-size: 112.5%;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.tgl_btn::before {
  width: 1em;
  font-size: 80%;
  content: "▼";
  position: relative;
  top: -0.1em;
}
.tgl_btn.active::before {
  content: "▲";
}
@media screen and (min-width: 48em), print {
  .tgl_btn {
    min-width: 240px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
}

html {
  font-size: 3.125vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #444;
  background: #fff;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: 1.3rem;
}
.main.contents {
  padding: 2.5rem 5% 5rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main.contents {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 100px;
    line-height: 2.1;
  }
}
#global_header {
  position: relative;
}
#global_header .wrap {
  padding: 1rem;
}
#global_header .wrap .logo {
  width: calc(100% - 5.5rem);
  height: 4.4rem;
}
#global_header .wrap .logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .wrap .clinic_info {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #6b5847;
}
#global_header .wrap .clinic_info .acs {
  margin: 1rem 0 0.5rem;
  padding: 0.3rem 1.2rem 0.5rem;
  background: #fff;
  border: 1px solid #958677;
  border-radius: 0.3rem;
}
#global_header .wrap .clinic_info .phone {
  margin-top: 0.5rem;
  color: #f96e03;
  font-size: 2rem;
}
body:not(#page_index) #global_header {
  background-image: url(../img/header_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    width: 100%;
  }
  #global_header .wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }
  #global_header .wrap .logo {
    flex: none;
    width: 500px;
    height: 80px;
    padding: 0 10px;
  }
  #global_header .wrap .logo a {
    display: block;
  }
  #global_header .wrap .clinic_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 640px;
    font-size: 1.8rem;
  }
  #global_header .wrap .clinic_info .acs {
    word-break: keep-all;
    margin: 0;
    padding: 10px 5px;
    border-color: #707070;
    border-radius: 5px;
  }
  #global_header .wrap .clinic_info .adr {
    padding-right: 2px;
    word-break: keep-all;
    line-height: 1;
    text-align: right;
  }
  #global_header .wrap .clinic_info .phone {
    margin-top: 0;
    font-size: 3rem;
  }
  body#page_index #global_header {
    position: absolute;
    z-index: 2;
  }
  body:not(#page_index) #global_header {
    height: 620px;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .sub {
    position: relative;
  }
  .sub .js-menu_box {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
  }
}
#global_nav {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
}
#global_nav .gnav {
  line-height: 1.1;
  color: #fff;
  background-color: #5bb15b;
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
  width: 100%;
  text-align: center;
}
#global_nav .gnav li .subnav li {
  background: rgba(91, 177, 91, 0.8);
}
#global_nav .gnav li .subnav li a:hover {
  background: #5bb15b;
}
#global_nav .gnav li .subnav li a.a_precon {
  word-break: keep-all;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 0.6;
    text-align: center;
    color: #fff;
    background: #5bb15b;
    border: none;
    border-radius: 0.3rem;
  }
  #global_nav #sp_btn::before, #global_nav #sp_btn::after, #global_nav #sp_btn span {
    display: inline-block;
    width: 3rem;
    height: 0.2rem;
    margin: 0.4rem 0;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #global_nav #sp_btn span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #global_nav #sp_btn.close::before {
    -webkit-transform: translateY(0.5rem) rotate(-45deg);
            transform: translateY(0.5rem) rotate(-45deg);
  }
  #global_nav #sp_btn.close::after {
    -webkit-transform: translateY(-0.5rem) rotate(45deg);
            transform: translateY(-0.5rem) rotate(45deg);
  }
  #global_nav #sp_btn.close span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 90svh;
    padding: 1.6rem;
    font-size: 1.6rem;
    border-radius: 0.3rem;
  }
  #global_nav .gnav > li {
    margin: 0.3em 0;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 0.6em 0;
  }
  #global_nav .gnav .subnav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.6);
  }
  #global_nav .gnav .subnav::before {
    position: absolute;
    top: -1.5rem;
    width: 100%;
    text-align: center;
    content: "▼";
  }
  #global_nav .gnav .subnav li {
    flex-grow: 1;
    width: 50%;
    border-bottom: 1px dotted currentColor;
  }
  #global_nav .gnav .subnav li:nth-child(even) {
    border-left: 1px dotted currentColor;
  }
  #global_nav .gnav .subnav li a {
    padding: 0.7em 0 0.8em;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.8rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  #global_nav .gnav > li {
    background: -webkit-gradient(linear, left top, left bottom, from(#5bb15b), color-stop(30%, #50a850), color-stop(70%, #50a850), to(#5bb15b));
    background: linear-gradient(#5bb15b, #50a850 30%, #50a850 70%, #5bb15b);
    flex: 1;
  }
  #global_nav .gnav > li ~ li {
    border-left: 2px dotted currentColor;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    height: 40px;
    line-height: 40px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background: #5bb15b;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:hover {
    background: transparent;
  }
  #global_nav .gnav > li .sub_btn::after {
    position: absolute;
    right: 8px;
    top: auto;
    font-size: 1.2rem;
    content: "▼";
    color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #global_nav .gnav > li .sub_btn:hover::after, #global_nav .gnav > li .sub_btn:focus::after, #global_nav .gnav > li .sub_btn.close::after {
    color: currentColor;
  }
  #global_nav .gnav > li .subnav {
    font-size: 1.8rem;
  }
  #global_nav .gnav > li .subnav li {
    border-bottom: 1px dotted currentColor;
  }
  #global_nav .gnav > li .subnav li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 14px;
    text-align: left;
  }
  #global_nav .gnav > li .subnav.infer {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
  }
  #global_nav .gnav > li .subnav.infer li {
    width: 200px;
  }
  #global_nav .gnav > li .subnav.infer li:nth-child(even) {
    border-left: 1px dotted currentColor;
  }
  #global_nav .gnav > li .subnav.infer li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  #global_nav .gnav > li .subnav.gynec {
    width: 200px;
  }
  #global_nav .gnav > li .subnav.gynec li:last-child {
    border-bottom: none;
  }
}
.overview {
  padding: 4rem 5% 2rem;
  font-size: 1.3rem;
  background-color: #ece0d4;
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview .clinic_info {
  padding: 2rem 0 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 224, 212, 0.5)), to(#ece0d4));
  background: linear-gradient(rgba(236, 224, 212, 0.5), #ece0d4);
  line-height: 1.3;
}
.overview .clinic_info > div {
  margin-bottom: 1rem;
  text-align: center;
}
.overview .clinic_info .telnum {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #f96e03;
}
.overview .clinic_info .telnum::before {
  content: "TEL：";
}
.overview .clinic_info .adr {
  display: flex;
  justify-content: center;
}
.overview .clinic_info .adr span {
  width: 12em;
}
.overview .clinic_info .acs {
  word-break: keep-all;
}
.overview .clinic_info .timetable {
  margin: 0;
}
.overview .clinic_info .timetable tbody tr {
  border-color: #ece0d4 transparent;
}
.overview .clinic_info .bnr {
  text-align: center;
  margin: 1rem 0 0;
}
.overview .clinic_info .bnr li {
  margin: 1rem 0 0;
}
.overview .clinic_info .bnr li a {
  display: inline-block;
}
.overview_map {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
    font-size: 1.8rem;
    background-position: calc(50% - 625px) 50%;
    background-size: auto;
  }
  .overview .wrap {
    display: flex;
    align-items: center;
    height: 900px;
  }
  .overview .wrap .clinic_name {
    width: 600px;
    margin: 0;
  }
  .overview .wrap .clinic_name img {
    max-width: 482px;
    margin: 0;
  }
  .overview .wrap .clinic_info {
    width: 600px;
    padding: 0 0 0 56px;
    background: transparent;
  }
  .overview .wrap .clinic_info > div {
    margin-bottom: 22px;
    text-align: left;
  }
  .overview .wrap .clinic_info .telnum {
    font-size: 3.2rem;
    line-height: 0.9;
  }
  .overview .wrap .clinic_info .adr {
    display: block;
  }
  .overview .wrap .clinic_info .adr span {
    width: auto;
  }
  .overview .wrap .clinic_info .acs {
    word-break: inherit;
  }
  .overview .wrap .clinic_info .timetable {
    margin: 0;
  }
  .overview .wrap .clinic_info .bnr {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .overview .wrap .clinic_info .bnr li {
    width: 49%;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .overview .wrap .clinic_info .bnr li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .wrap .clinic_info .bnr li a:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  .overview_map {
    height: 500px;
  }
}
#fixed_bar {
  display: none;
}
@media screen and (min-width: 48em), print {
  #fixed_bar {
    display: block;
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 2;
    width: 80px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #fixed_bar.is_fixed {
    top: 70px;
  }
  #fixed_bar a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: 100%;
    height: 200px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: inherit;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #fixed_bar a::before {
    order: 2;
    margin-right: 0;
    font-size: 3.6rem;
  }
  #fixed_bar a:hover {
    background: #f99703;
  }
}

#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #6b5847;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 60px 0 0;
    font-size: 1.6rem;
  }
  #global_footer ul {
    display: block;
    width: 1000px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    padding: 0 9px;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer ul.subnav li {
    margin-top: 26px;
  }
  #global_footer ul.subnav li:nth-child(9) {
    border-left: none;
  }
  #global_footer .copyright {
    margin: 98px 0 0;
    padding: 38px 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-pageup.is_active {
    opacity: 1;
    visibility: visible;
  }
  .js-pageup.is_stay {
    bottom: 225px;
  }
}
#sp_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  background: #fff;
}
#sp_footer li {
  flex: 1;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #f96e03;
  border-right: 1px solid currentColor;
}
#sp_footer li:first-of-type {
  border: 1px solid #f96e03;
  color: #f96e03;
  background: #fff;
}
#sp_footer li a {
  display: block;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0.1em;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #f96e03;
  border: none;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
}
#pageup span {
  display: none;
}
@media screen and (max-width: 47.99em) {
  #pageup {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    border-radius: 0px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    background: #f99703;
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

@media screen and (max-width: 47.99em) {
  .hero {
    position: relative;
    padding-bottom: 5.8rem;
  }
  .hero::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(white, rgba(255, 255, 255, 0));
    content: "";
  }
}
@media screen and (min-width: 48em), print {
  .hero {
    padding-bottom: 67px;
  }
}

#keyvsl {
  position: relative;
  max-width: 100%;
  background-image: url(../img/index/keyvsl00.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#keyvsl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/header_vis_bgwh.svg), url(../img/header_vis_bgcl.svg);
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
}
#keyvsl .catch {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
}
#keyvsl .catch .phrase {
  display: block;
  margin-bottom: 0.4em;
  color: #5bb15b;
}
#keyvsl .catch .byline {
  display: block;
  color: #f96e03;
}
#keyvsl .new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.3em;
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  color: #6b5847;
  background-image: url(../img/index/keyvsl_new.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#keyvsl .new span {
  display: block;
  line-height: 1.3;
}
#keyvsl .new em {
  display: block;
  color: #f96e03;
}

@media screen and (max-width: 47.99em) {
  #keyvsl {
    height: 30rem;
    padding-top: 1rem;
  }
  #keyvsl::after {
    height: 13.5rem;
    background-size: 150% 13.6rem;
  }
  #keyvsl .catch {
    bottom: -5.8rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #keyvsl .new {
    width: 33vw;
    height: 38vw;
    margin: 0 0.5rem;
    font-size: 1.3rem;
  }
  #keyvsl .new em {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 900px;
    padding-top: 160px;
    background-size: 2000px auto;
  }
  #keyvsl::after {
    height: 420px;
    background-size: 2000px 422px;
  }
  #keyvsl .catch {
    bottom: -66px;
    font-size: 3.4rem;
    line-height: 1.1;
  }
  #keyvsl .new {
    position: absolute;
    z-index: 1;
    bottom: 105px;
    right: calc(50% - 612px);
    display: flex;
    width: 196px;
    height: 252px;
    font-size: 2.2rem;
  }
  #keyvsl .new em {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
  #keyvsl::after {
    background-size: 100% 422px;
  }
}
.clinicsign {
  margin: 4rem 5%;
}
.clinicsign .tit {
  margin-bottom: 1.3rem;
}
.clinicsign_timetable .timetable tbody tr {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.clinicsign_timetable .timetable tbody tr th, .clinicsign_timetable .timetable tbody tr td {
  padding: 0.8rem 0;
  background: #fef6ec;
}
.clinicsign_accessmap {
  margin-top: 2.5rem;
}
.clinicsign_accessmap .gmap {
  height: 23rem;
  padding: 0 1px 1px 0;
  border: 1px solid #afb7bb;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .clinicsign {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 80px auto 53px;
  }
  .clinicsign .tit {
    margin-bottom: 30px;
  }
  .clinicsign_timetable {
    width: 582px;
  }
  .clinicsign_timetable .timetable thead th {
    padding: 0.8em 0;
  }
  .clinicsign_timetable .timetable tbody tr th, .clinicsign_timetable .timetable tbody tr td {
    padding: 1em 0;
  }
  .clinicsign_accessmap {
    width: 582px;
    margin-top: 0;
  }
  .clinicsign_accessmap .gmap {
    height: 300px;
    padding: 0;
    border-radius: 10px;
  }
}
.change {
  margin: 3rem 5% 4rem;
}
.change h3 {
  margin-bottom: 1em;
}
.change h3:not(:first-of-type) {
  margin-top: 1.5em;
}
.change p {
  margin: 0;
}
.change p a {
  color: #f96e03;
  text-decoration: underline;
}
.change p.link {
  margin-top: 1em;
}

@media screen and (min-width: 48em), print {
  .change {
    margin: 60px 0 90px;
  }
}
.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: #f96e03;
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  margin: 3rem 5% 4rem;
}
.news_tit {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  color: #6b5847;
}
.news_tit::after {
  display: block;
  height: 0.7em;
  width: 1.8em;
  margin: 0.15em auto;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.news_box {
  padding: 1.2em 1em;
  border: 1px solid #afb7bb;
  border-radius: 0.5rem;
}
.news_box dt {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #0c7110;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 1;
  content: "▼";
}
.news_box dt.is_open::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.news_box dt ~ dt {
  margin-top: 1.5rem;
}
.news_box dd {
  padding-top: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .news {
    margin: 50px 0 100px;
  }
  .news > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .news_tit {
    width: 145px;
    font-size: 3.6rem;
  }
  .news_tit::after {
    width: 66px;
    height: 25px;
  }
  .news_box {
    width: 994px;
    padding: 36px 32px 48px;
    border-radius: 10px;
  }
  .news_box dt {
    font-size: 2rem;
  }
  .news_box dt::before {
    margin-right: 5px;
  }
  .news_box dt ~ dt {
    margin-top: 33px;
  }
  .news_box dd {
    padding-top: 12px;
  }
}
.situation {
  padding: 3rem 5% 4rem;
  background: #fef6ec;
}
.situation_tit {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  color: #6b5847;
}
.situation_tit::after {
  display: block;
  height: 0.7em;
  width: 1.8em;
  margin: 0.15em auto;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.situation_bg {
  margin: 0 auto 1rem;
  padding: 1.2em 0.5em;
  background: #fff;
  border-radius: 0.5rem;
}
.situation_bg .timetable thead th {
  padding: 0.6em 0;
}
.situation_bg .timetable thead th:first-child {
  width: 15%;
  font-weight: bold;
}
.situation_bg .timetable thead th:nth-child(2) {
  width: 15%;
}
.situation_bg .timetable tbody tr {
  border-top: none;
  border-bottom: 1px solid #bbb;
}
.situation_bg .timetable tbody tr th, .situation_bg .timetable tbody tr td {
  padding: 0.8rem 0;
  background: #fff;
}
.situation_bg .timetable tbody tr th.time_01, .situation_bg .timetable tbody tr td.time_01 {
  font-weight: bold;
  background: #fef6ec;
}
.situation_bg .timetable tbody tr th.time_02, .situation_bg .timetable tbody tr td.time_02 {
  font-weight: normal;
  background: #fef6ec;
}
.situation .traffic_01 {
  color: #fee8b0;
}
.situation .traffic_02 {
  color: #b2df95;
}
.situation .traffic_03 {
  color: #f8c79f;
}

@media screen and (min-width: 48em), print {
  .situation {
    padding: 50px 0 100px;
  }
  .situation > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .situation_tit {
    width: 145px;
    font-size: 3.6rem;
  }
  .situation_tit::after {
    width: 66px;
    height: 25px;
  }
  .situation_box {
    width: 994px;
  }
  .situation_bg {
    margin: 0 auto 2.5rem;
    padding: 24px 32px 20px;
    border-radius: 10px;
  }
  .situation_bg .timetable thead th {
    padding: 0.8em 0;
  }
  .situation_bg .timetable tbody tr th, .situation_bg .timetable tbody tr td {
    padding: 1em 0;
  }
}
.about {
  padding: 4rem 5%;
  background-image: url(../img/index/about_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.about .tagline {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #a27858;
  text-align: center;
}
.about .tagline i {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}
.about .txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 86px 0 90px;
    background-size: auto;
  }
  .about .tagline {
    font-size: 4rem;
    line-height: 1.75;
  }
  .about .tagline i {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .about .txt {
    font-size: 2.2rem;
    line-height: 2.18;
  }
}
@media screen and (min-width: 2001px) {
  .about {
    background-size: cover;
  }
}
.feature {
  margin: 0 5% 4rem;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst > li {
  counter-increment: fNum 1;
  position: relative;
}
.feature_lst > li ~ li {
  margin-top: 2.5rem;
}
.feature_lst > li::before {
  display: block;
  height: 40vw;
  margin: 0 0 -2rem;
  border-radius: 0 2rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  content: "";
}
.feature_lst > li::after {
  position: absolute;
  top: 30vw;
  right: 0.5rem;
  font-family: "Meie Script", cursive;
  font-size: 15rem;
  letter-spacing: -0.05em;
  line-height: 0;
  color: #fff;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst > li:nth-child(odd) .box {
  background: rgba(255, 173, 78, 0.4);
}
.feature_lst > li:nth-child(even) .box {
  background: rgba(239, 223, 79, 0.4);
}
.feature_lst > li .box {
  padding: 3.5rem 1.3rem 2rem;
  border-radius: 0 2rem;
}
.feature_lst > li .box_tit {
  margin-bottom: 0.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #6b5847;
}
.feature_lst > li .box_txt {
  margin-bottom: 0;
  line-height: 1.7;
}
.feature_lst > li#feature_specialist::before {
  background-image: url(../img/index/feature_specialist.webp);
  background-position: center top;
}
@media screen and (max-width: 47.99em) {
  .feature_lst > li#feature_specialist::after {
    right: 1.8rem;
  }
}
.feature_lst > li#feature_advanced::before {
  background-image: url(../img/index/feature_advanced.webp);
}
.feature_lst > li#feature_gynecology::before {
  background-image: url(../img/index/feature_gynecology.webp);
}
.feature_lst > li#feature_access::before {
  background-image: url(../img/index/feature_access.webp);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 10px 0 90px;
  }
  .feature_lst {
    margin-top: 60px;
  }
  .feature_lst > li {
    padding-top: 30px;
  }
  .feature_lst > li ~ li {
    margin-top: 30px;
  }
  .feature_lst > li::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 479px;
    height: 300px;
    margin: 0;
    border-radius: 0 40px;
  }
  .feature_lst > li::after {
    top: 76px;
    right: auto;
    left: 380px;
    font-size: 20rem;
    letter-spacing: 0;
  }
  .feature_lst > li .box {
    width: 788px;
    height: 300px;
    margin: 0 0 0 auto;
    padding: 42px 44px 42px 170px;
    border-radius: 0px 40px;
  }
  .feature_lst > li .box_tit {
    margin-bottom: 26px;
    margin-right: 1em;
    font-size: 2.6rem;
  }
  .feature_lst > li .box_txt {
    font-size: 2rem;
    line-height: 2;
  }
}
.treatment {
  margin: 1rem 5% 5rem;
}
.treatment_box .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0c7110;
}
.treatment_box .tit::before, .treatment_box .tit::after {
  flex-grow: 1;
  height: 2px;
  margin-top: 0.1em;
  background: #0c7110;
  content: "";
}
.treatment_box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
  background-image: url(../img/a_logomark_alpha.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 37vw auto;
}
.treatment_box .list > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.8rem;
  width: 43vw;
  aspect-ratio: 22/17;
  padding: 0.3rem 0 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  word-break: keep-all;
}
.treatment_box .list > li a::before {
  display: block;
  width: 3.75em;
  height: 3.75em;
  content: "";
}
.treatment_box.infer a {
  color: #5bb15b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5rem, #96db96), color-stop(0.5rem, #edf8ed));
  background: linear-gradient(0deg, #96db96 0.5rem, #edf8ed 0.5rem);
}
.treatment_box.gynec {
  margin-top: 3.5rem;
}
.treatment_box.gynec .tit {
  color: #f96e03;
}
.treatment_box.gynec .tit::before, .treatment_box.gynec .tit::after {
  background: #f96e03;
}
.treatment_box.gynec a {
  color: #f96e03;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5rem, #fbcc97), color-stop(0.5rem, #fef6ec));
  background: linear-gradient(0deg, #fbcc97 0.5rem, #fef6ec 0.5rem);
}
.treatment_box .a_fertility::before {
  background-image: url(../img/index/treatment_fertility.svg);
}
.treatment_box .a_aih::before {
  background-image: url(../img/index/treatment_aih.svg);
}
.treatment_box .a_ivf::before {
  background-image: url(../img/index/treatment_ivf.svg);
}
.treatment_box .a_icsi::before {
  background-image: url(../img/index/treatment_icsi.svg);
}
.treatment_box .a_egg::before {
  background-image: url(../img/index/treatment_egg.svg);
}
.treatment_box .a_if::before {
  background-image: url(../img/index/treatment_if.svg);
}
.treatment_box .a_hysteroscopy::before {
  background-image: url(../img/index/treatment_hysteroscopy.svg);
}
.treatment_box .a_era::before {
  background-image: url(../img/index/treatment_era.svg);
}
.treatment_box .a_precon::before {
  background-image: url(../img/index/treatment_precon.svg);
}
.treatment_box .a_advmed::before {
  background-image: url(../img/index/treatment_advmed.svg);
}
.treatment_box .a_gyne::before {
  background-image: url(../img/index/treatment_gyne.svg);
}
.treatment_box .a_std::before {
  background-image: url(../img/index/treatment_std.svg);
}
.treatment_box .a_bridal::before {
  background-image: url(../img/index/treatment_bridal.svg);
}
.treatment_box .a_pill::before {
  background-image: url(../img/index/treatment_pill.svg);
}
.treatment_box .a_medicine::before {
  background-image: url(../img/index/treatment_medicine.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    margin: 100px 0 112px;
  }
  .treatment_box .tit {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .treatment_box .list {
    justify-content: center;
    gap: 22px 24px;
    background-position: right 10px bottom 15px;
    background-size: 186px auto;
  }
  .treatment_box .list > li a {
    display: block;
    width: 220px;
    padding: 20px 10px 10px;
    font-size: 2rem;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_box .list > li a::before {
    width: 75px;
    height: 75px;
    margin: 0 auto 8px;
  }
  .treatment_box .list > li a:hover {
    -webkit-box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-filter: saturate(2);
            filter: saturate(2);
  }
  .treatment_box.about {
    margin-top: 58px;
  }
  .treatment_box.infer {
    margin-top: 80px;
  }
  .treatment_box.infer a {
    background: linear-gradient(0deg, #96db96 10px, #edf8ed 10px);
  }
  .treatment_box.gynec {
    margin-top: 90px;
  }
  .treatment_box.gynec a {
    background: linear-gradient(0deg, #fbcc97 10px, #fef6ec 10px);
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8.5rem;
}
.heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/header_vis_bgwh.svg), url(../img/header_vis_bgcl.svg);
  background-repeat: no-repeat;
  background-position: 50% -5.5rem;
  background-size: 150% 13.6rem;
  content: "";
}
.heading h1 {
  padding: 0 5% 3.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #6b5847;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 460px;
    padding: 0 calc((100% - 1200px) / 2) 60px;
  }
  .heading::after {
    height: 340px;
    background-position: center top;
    background-size: 2000px 422px;
  }
  .heading h1 {
    position: relative;
    z-index: 1;
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 2001px) {
  .heading::after {
    background-size: 100% 422px;
  }
}

.breadcrumbs {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 0 0 8px;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.slider {
  visibility: hidden;
  width: auto;
  margin-top: 1.5rem;
}
.slider .slider-panel .slick-slide figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb15b;
}
.slider .slider-panel .slick-prev.slick-disabled, .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.slider .slider-panel .slick-dots li {
  margin: 0 0.1em;
}
.slider .slider-panel .slick-dots li button::before {
  font-size: 1rem;
}
.slider .slider-panel .slick-dots li.slick-active button::before {
  color: #5bb15b;
  opacity: 1;
}
.slider .slider-nav {
  margin-top: 0.5rem;
}
.slider .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 3px;
  cursor: pointer;
}
.slider .slider-nav .slick-list .slick-slide.slick-current {
  background: #5bb15b;
}
@media screen and (max-width: 47.99em) {
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    opacity: 0.9;
  }
}
@media screen and (min-width: 48em), print {
  .slider {
    width: 750px;
    margin: 40px auto 0;
  }
  .slider .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .slider .slider-panel .slick-slide figcaption {
    font-size: 2.4rem;
  }
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #5bb15b;
  }
  .slider .slider-panel .slick-prev {
    left: -60px;
  }
  .slider .slider-panel .slick-next {
    right: -60px;
  }
  .slider .slider-panel .slick-dots {
    bottom: -34px;
  }
  .slider .slider-panel .slick-dots li {
    margin: 0 5px;
  }
  .slider .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
  .slider .slider-nav .slick-list .slick-slide {
    padding: 4px;
  }
}

body#page_doctor .doctor_greeting .img {
  max-width: 60%;
  margin: 0 auto 1.3rem;
}
body#page_doctor .doctor_greeting .img figcaption {
  display: none;
}
body#page_doctor .doctor_greeting .txt :last-child {
  margin-bottom: 0;
}
body#page_doctor .doctor_greeting .signature {
  margin-top: 1.3em;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  display: inlnie-block;
  font-size: 125%;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting .img {
    float: right;
    max-width: 380px;
    margin: 13px 0 0 60px;
  }
  body#page_doctor .doctor_greeting .img figcaption {
    display: block;
    padding: 15px 5px 0;
    text-align: right;
    line-height: 1;
  }
  body#page_doctor .doctor_greeting .img figcaption span {
    font-size: 125%;
  }
  body#page_doctor .doctor_greeting .signature {
    display: none;
  }
}
body#page_doctor .doctor_profile .bio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.4em;
}
body#page_doctor .doctor_profile .bio dt {
  width: 6em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dt i {
  display: none;
}
body#page_doctor .doctor_profile .bio dd {
  width: calc(100% - 6em);
}
body#page_doctor .doctor_profile .cv > section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  body#page_doctor .doctor_profile > section {
    width: 60%;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile .cv {
    width: 34%;
  }
  body#page_doctor .doctor_profile .cv > section {
    margin-top: 50px;
  }
}

body#page_qa .qa_archives .tit {
  display: flex;
  margin-bottom: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0c7110;
}
body#page_qa .qa_archives .tit::before {
  flex: none;
  width: 3rem;
  font-size: 2rem;
  line-height: 1;
  content: "Q.";
}
body#page_qa .qa_archives .txt {
  position: relative;
  padding: 1.2rem;
  border: 2px solid #5bb15b;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}
body#page_qa .qa_archives .txt::before {
  position: absolute;
  bottom: 0;
  right: 0.3rem;
  z-index: -1;
  display: block;
  width: 2em;
  height: 2em;
  padding-top: 1em;
  font-style: italic;
  font-size: 4.2rem;
  line-height: 1;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #8fca94;
  content: "A";
  background-image: url(../img/a_logomark_alpha.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media screen and (min-width: 48em), print {
  body#page_qa .qa_archives .tit {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  body#page_qa .qa_archives .tit::before {
    width: 1.5em;
    font-size: 3.4rem;
  }
  body#page_qa .qa_archives .txt {
    min-height: 160px;
    padding: 35px 45px;
    border-radius: 10px;
  }
  body#page_qa .qa_archives .txt::before {
    font-size: 9rem;
  }
}

body#page_first .box_notice {
  margin: 1.5rem 0.5rem;
}
body#page_first .first_rsv {
  text-align: center;
}
body#page_first .first_rsv .btn_rsv {
  width: 60%;
}
@media screen and (min-width: 48em), print {
  body#page_first .first_guide {
    display: flow-root;
  }
  body#page_first .box_notice {
    margin: 30px 10px;
  }
  body#page_first .first_rsv .btn_rsv {
    width: 300px;
  }
}

#clinicSlide .slider-panel .slick-slide img, #equipmentSlide .slider-panel .slick-slide img {
  border-radius: 1.2rem 1.2rem 0 0;
}
#clinicSlide .slider-panel .slick-slide figcaption, #equipmentSlide .slider-panel .slick-slide figcaption {
  border-radius: 0 0 1.2rem 1.2rem;
}
@media screen and (min-width: 48em), print {
  #clinicSlide .slider-panel .slick-slide img, #equipmentSlide .slider-panel .slick-slide img {
    border-radius: 20px 20px 0 0;
  }
  #clinicSlide .slider-panel .slick-slide figcaption, #equipmentSlide .slider-panel .slick-slide figcaption {
    border-radius: 0 0 20px 20px;
  }
}

@media screen and (min-width: 48em), print {
  #equipmentSlide .slider-nav .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

body#page_access .timetable {
  margin: 2rem 0;
}
body#page_access .timetable tbody tr {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
body#page_access .timetable tbody tr th, body#page_access .timetable tbody tr td {
  padding: 0.8rem 0;
  background: #fef6ec;
}
body#page_access .access_info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
}
body#page_access .access_info dt {
  width: 25%;
  padding: 0.5em 0.8em;
  background: #fef6ec;
  border-top: 1px solid #ebe8e6;
  border-bottom: 1px solid #dfdcd8;
}
body#page_access .access_info dd {
  width: 75%;
  padding: 0.5em 1em;
  word-break: keep-all;
  border-top: 1px solid #ebe8e6;
  border-bottom: 1px solid #dfdcd8;
}
body#page_access .access_info dd.telnum a {
  font-size: 125%;
  color: inherit;
  text-decoration: none;
}
body#page_access .gmap {
  height: 40rem;
  margin-top: 3rem;
  border: 1px solid #dfdcd8;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable thead th {
    padding: 0.8em 0;
  }
  body#page_access .timetable tbody tr th, body#page_access .timetable tbody tr td {
    padding: 1.4em 0;
    font-size: 2.2rem;
  }
  body#page_access .access_info {
    font-size: 2rem;
  }
  body#page_access .access_info > dt {
    width: 22%;
    letter-spacing: 0.2em;
    text-align: center;
  }
  body#page_access .access_info > dd {
    width: 78%;
    padding-left: 2.5em;
  }
  body#page_access .gmap {
    height: 560px;
    margin-top: 60px;
  }
}

#accessSlide01 .slider-panel .slick-slide figcaption, #accessSlide02 .slider-panel .slick-slide figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.5em;
}
#accessSlide01 .slider-panel .slick-dots li, #accessSlide02 .slider-panel .slick-dots li {
  margin: 0 0.2em;
}
#accessSlide01 .slider-panel .slick-dots li button:before, #accessSlide02 .slider-panel .slick-dots li button:before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e802';
}
#accessSlide01 .slider-nav .slick-list .slick-slide, #accessSlide02 .slider-nav .slick-list .slick-slide {
  padding: 0;
}
#accessSlide01 .slider-nav .slick-list .slick-slide img, #accessSlide02 .slider-nav .slick-list .slick-slide img {
  -webkit-filter: brightness(0.6) opacity(0.4);
          filter: brightness(0.6) opacity(0.4);
}
#accessSlide01 .slider-nav .slick-list .slick-slide.slick-current img, #accessSlide02 .slider-nav .slick-list .slick-slide.slick-current img {
  -webkit-filter: inherit;
          filter: inherit;
}
@media screen and (min-width: 48em), print {
  #accessSlide01 .slider-panel .slick-slide figcaption, #accessSlide02 .slider-panel .slick-slide figcaption {
    display: block;
    min-height: 1.5em;
  }
  #accessSlide01 .slider-panel .slick-dots li, #accessSlide02 .slider-panel .slick-dots li {
    margin: 0 10px;
  }
}

#accessMoive01 {
  cursor: pointer;
}
@media screen and (min-width: 48em), print {
  #accessMoive01 {
    max-width: 750px;
    margin: 0 auto;
  }
}

.anchor_index .btn {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.anchor_index .btn::before {
  flex: none;
  width: 1em;
  font-size: 80%;
  content: "▼";
}
@media screen and (max-width: 47.99em) {
  .anchor_index {
    margin-bottom: 4.5rem;
  }
  .anchor_index li {
    margin-bottom: 1rem;
  }
  .anchor_index li .btn {
    font-size: 1.4rem;
    -webkit-filter: none;
            filter: none;
  }
}
@media screen and (min-width: 48em), print {
  .anchor_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 100px;
  }
  .anchor_index li .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.tbl_price#bridalCheck thead th {
  font-size: 90%;
}
.tbl_price#bridalCheck thead th:nth-of-type(2) {
  width: 9em;
  border-left: none;
}
.tbl_price#bridalCheck thead th.amount {
  background: rgba(255, 255, 255, 0.7);
}
.tbl_price#bridalCheck tbody td:first-of-type {
  white-pace: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.tbl_price#bridalCheck tbody td:not(:first-of-type) {
  color: #fbcc97;
}
@media screen and (min-width: 48em), print {
  .tbl_price#bridalCheck thead th {
    font-size: 88%;
  }
  .tbl_price#bridalCheck thead th:nth-of-type(1) {
    width: 16em;
  }
  .tbl_price#bridalCheck thead th:nth-of-type(2) {
    width: 12.5em;
  }
  .tbl_price#bridalCheck thead th.amount {
    font-size: 100%;
  }
}

body#page_preconception_care .tbl_item thead th:nth-child(2) {
  width: 90dvw;
}
body#page_preconception_care .tbl_item thead th:nth-child(3) {
  width: 7em;
}
body#page_preconception_care .tbl_item tbody td {
  border-left: 1px dotted #c1c1c1;
}
body#page_preconception_care .tbl_item tbody td:last-of-type {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
body#page_preconception_care .tbl_item em {
  display: inline-block;
  font-weight: bold;
  color: #f91c03;
}
body#page_preconception_care .tbl_item em::before {
  content: "【";
}
body#page_preconception_care .tbl_item em::after {
  content: "】";
}
@media screen and (min-width: 48em), print {
  body#page_preconception_care .tbl_item thead th:nth-child(1) {
    width: 12em;
  }
  body#page_preconception_care .tbl_item thead th:nth-child(2) {
    width: auto;
  }
  body#page_preconception_care .tbl_item thead th:nth-child(3) {
    width: 8em;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */