@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 {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  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;
  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;
  object-fit: contain;
}

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

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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.5rem;
}
.img_c.w100, .img_c.sp_w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.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 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 8px 30px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 8px 0 20px 30px;
  }
}
.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 > .intro {
  margin-bottom: 3.5rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 70px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 40px;
  }
  article > section section section {
    margin-top: 30px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  margin: 0 0 2rem;
  padding: 8.3rem 0 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-logo-txt);
  background-image: url(../img/tit_02_chara01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 7.5rem;
}
.tit_02::before, .tit_02::after {
  font-weight: normal;
  font-size: 1.2rem;
  color: var(--color-gnav-red);
  content: "●";
}
.tit_02.ch1 {
  background-image: url(../img/tit_02_chara01.png);
}
.tit_02.ch2 {
  background-image: url(../img/tit_02_chara02.png);
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.4rem 0.7rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  background: var(--color-cy-light);
  border-left: 3px solid var(--color-cy);
}

.tit_04 {
  margin: 0 0 1rem;
  padding: 0.1rem 0.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  border-left: 3px solid #f1787e;
}

.tit_05 {
  margin: 0 0 1rem;
  padding: 0 0.6rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  border-left: 3px solid #9f9f9f;
}

.tit_06 {
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    column-gap: 7px;
    margin: 0 0 26px;
    padding: 150px 0 0;
    font-size: 2.8rem;
    background-size: auto;
  }
  .tit_02::before, .tit_02::after {
    font-size: 1.4rem;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 6px 9px;
    font-size: 2rem;
  }
  .tit_04 {
    margin: 0 0 10px;
    padding: 4px 9px;
    font-size: 2rem;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding: 3px 9px;
    font-size: 1.8rem;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 1.7rem;
  }
}
.lst_ul > li {
  padding-left: 0.5em;
}
.lst_ul > li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -0.5em;
  margin-right: 0.25em;
  vertical-align: 0.25em;
  background: var(--color-main-link-hover);
  content: "";
}

.lst_ul {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_ul > li ~ li {
  margin-top: 0.3em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul > li.cols > li ~ li {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
  }
  .lst_ul.cols > li ~ li {
    margin-top: 0;
  }
}

.lst_ol {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_ol > li {
  margin-left: 1em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_tbl {
  margin: 1em 0;
  border: 1px solid var(--color-gray);
}
.dl_tbl > dt {
  padding: 0.7em 1em;
  font-weight: 500;
}
.dl_tbl > dt:not(:first-of-type) {
  border-top: 1px solid var(--color-gray);
}
.dl_tbl > dt.cat01 {
  color: var(--color-white);
  background: #3e88a4;
}
.dl_tbl > dt.cat02 {
  color: var(--color-white);
  background: #df767b;
}
.dl_tbl > dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-gray);
}
.dl_tbl > dd dt ~ dt {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted var(--color-lightgray);
}
@media screen and (min-width: 48em), print {
  .dl_tbl > dd dt, .dl_tbl > dd dd {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption {
  text-align: left;
}
.tbl_price th {
  padding: 0.3em;
  font-weight: 500;
  text-align: left;
}
.tbl_price td {
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_price td {
    padding: 0.3em 1.5em;
  }
}

.tbl_price {
  background: var(--color-base-bg);
}
.tbl_price th, .tbl_price td {
  border: 1px solid var(--color-cy-dull);
}
.tbl_price thead th {
  color: var(--color-base-bg);
  background: var(--color-cy-dull);
  border-color: var(--color-cy-dull) var(--color-base-bg);
}
.tbl_price thead th:first-of-type {
  border-left-color: inherit;
}
.tbl_price thead th:last-of-type {
  border-right-color: inherit;
}
.tbl_price tbody th {
  background: var(--color-cy-light);
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.8rem;
}
.box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.img_r + .box_disease, .img_r + .box_symptoms, .img_l + .box_disease, .img_l + .box_symptoms {
  padding: 1.3rem 2rem;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_symptoms {
    padding: 20px 24px;
    border-radius: 10px;
  }
  .intro .box_disease, .intro .box_symptoms {
    display: flow-root;
  }
  .img_r + .box_disease, .img_r + .box_symptoms, .img_l + .box_disease, .img_l + .box_symptoms {
    margin-top: 8px;
    padding: 24px 30px;
  }
}

.box_symptoms {
  background: var(--color-main-bg-dark);
}

.box_disease {
  background: var(--color-cy-light);
}

:where(.contents) a {
  color: var(--color-main-link);
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: var(--color-main-link-hover);
  text-decoration: none;
}

.lnk_ref::before {
  content: "≫";
}

.lnk_external::after {
  display: inline-block;
  margin-left: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e806';
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
  box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-shade-rgb), 0.3);
}
.btn_detail::before, .btn_back::before {
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  font-size: 0.5em;
  vertical-align: 0.25em;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 1.5em;
    box-shadow: 4px 4px 0px rgba(var(--color-shade-rgb), 0.3);
  }
}

.btn_detail, .btn_back {
  color: var(--color-white);
  background: linear-gradient(45deg, var(--color-cy) 0%, var(--color-cy) 73.62%, var(--color-cy-dull) 74.05%, var(--color-cy-dull) 100%);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    background: linear-gradient(45deg, var(--color-logo-accent) 0%, var(--color-logo-accent) 73.62%, var(--color-orange) 74.05%, var(--color-orange) 100%);
  }
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

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

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

.f-fpm {
  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;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone a {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 0.68em;
  line-height: 1;
  vertical-align: 0.18em;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.1em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    font-size: 0.68em;
    line-height: 1;
    vertical-align: 0.18em;
  }
  .phone a::before {
    display: none;
  }
}

.rsv a, .btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.3em;
  padding: 0.2em 1.7em;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-btn-rsv);
  border-radius: 2em;
}
.rsv a::before, .btn_rsv::before {
  flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81f';
  font-size: 1.27em;
}
@media screen and (min-width: 48em), print {
  .rsv a, .btn_rsv {
    padding: 0.2em 2em;
    transition: 0.3s;
  }
  .rsv a:hover, .btn_rsv:hover {
    background: var(--color-btn-rsv-hover);
  }
}

.btn_line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.3em;
  padding: 0.2em 1.5em;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-btn-line);
  border-radius: 2em;
}
.btn_line::before {
  flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\e800';
  font-size: 1.27em;
}
@media screen and (min-width: 48em), print {
  .btn_line {
    padding: 0.2em 1.7em;
    transition: 0.3s;
  }
  .btn_line:hover {
    background: var(--color-btn-line-hover);
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.3em;
  text-align: left;
}
.timetable caption span {
  display: block;
  margin-bottom: 0.3em;
}
.timetable caption span.saturday {
  padding-left: 0.5em;
}
.timetable caption span.saturday:first-letter {
  color: var(--color-cy);
}
.timetable caption .receipt {
  line-height: 1.3;
}
.timetable caption .receipt dd {
  padding-left: 0.5em;
}
.timetable thead th {
  padding: 0.5em 0;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-logo-accent);
  border-left: 1px solid var(--color-white);
}
.timetable thead th:first-child {
  width: 33%;
  border-radius: 0.5em 0 0 0;
  border-left: none;
}
.timetable thead th:last-child {
  width: 12%;
  border-radius: 0 0.5em 0 0;
}
.timetable tbody {
  background: var(--color-white);
}
.timetable tbody th {
  white-space: nowrap;
  border-top: 1px solid var(--color-logo-accent);
}
.timetable tbody td {
  text-align: center;
  padding: 0.6em 0;
  color: var(--color-cy);
  border-top: 1px solid var(--color-logo-accent);
  border-left: 1px solid var(--color-logo-accent);
}
.timetable tbody td.close {
  color: inherit;
}
.timetable tbody tr:last-of-type th {
  border-radius: 0 0 0 0.5em;
}
.timetable tbody tr:last-of-type td:last-child {
  border-radius: 0 0 0.5em 0;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.6em;
  }
  .timetable caption span {
    display: inline-block;
    margin-right: 0.8em;
  }
  .timetable thead th {
    padding: 0.75em 0;
  }
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th {
    padding: 0.5em 0;
    font-size: 1.125em;
  }
  .timetable tbody td {
    padding: 0.75em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --color-base-txt: #1a1311;
  --color-base-txt-rgb: 26,19,17;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-logo-txt: #004072;
  --color-logo-accent: #ffc400;
  --color-gnav-yellow: #f1cc51;
  --color-gnav-red: #df767b;
  --color-gnav-gray: #7e8080;
  --color-main-bg: #fffce5;
  --color-main-bg-rgb: 255,252,229;
  --color-main-bg-bright: #fffbe1;
  --color-main-bg-bright-rgb: 255,251,225;
  --color-main-bg-dark: #f9f3c3;
  --color-main-bg-dark-rgb: 249,243,195;
  --color-main-link: #e15363;
  --color-main-link-hover: #f16777;
  --color-cy: #51b7c7;
  --color-cy-dark: #156f7d;
  --color-cy-deep: #00889c;
  --color-cy-dull: #3696a5;
  --color-cy-light: #c7f0f7;
  --color-cy-pale: #ddeff1;
  --color-btn-rsv: #578ab2;
  --color-btn-rsv-hover: #71a9d5;
  --color-btn-line: #00b900;
  --color-btn-line-hover: #49d149;
  --color-border: #707070;
  --color-shade-rgb: 126, 128, 128;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #bbb;
  --color-lightgray: #ddd;
  --color-white: #fff;
  --color-orange: #ffa200;
}

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

body {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: 1.3rem;
}
.main.contents {
  padding: 1rem 1.2rem 2rem;
  line-height: 1.7;
  background-image: linear-gradient(var(--color-base-bg) 10rem, transparent 10rem), linear-gradient(0deg, var(--color-base-bg) 8rem, transparent 8rem), url(../img/a_bg_brickblock.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top;
  background-size: auto;
}
.main.contents > article {
  padding: 0 1.3rem 4.5rem;
  background-color: var(--color-white);
  background-image: url(../img/a_bg_brickline.png), url(../img/a_bg_brickline.png);
  background-repeat: repeat-x;
  background-position: 0 4rem, left bottom;
  background-size: auto;
}

#anc01:before, #anc02:before, #anc03:before {
  content: "";
  display: block;
  height: 74px !important;
  margin-top: -74px !important;
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    transition: 0.3s;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
  }
  .main.contents {
    padding: 10px calc(50% - 550px) 100px;
    line-height: 1.75;
    background-image: linear-gradient(var(--color-base-bg) 170px, transparent 170px), linear-gradient(0deg, var(--color-base-bg) 195px, transparent 195px), url(../img/a_bg_brickblock.png);
  }
  .main.contents > article {
    padding: 0 40px 100px;
    background-position: 0 70px, left bottom;
  }
  #anc02:before {
    height: 60px !important;
    margin-top: -60px !important;
  }
}
#global_header {
  background-image: url(../img/a_bg_brickline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
}
#global_header .header_wrap .logo a::before {
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 47.99em) {
  #global_header .header_wrap {
    padding: 1.2rem 1rem 0;
  }
  #global_header .header_wrap .logo {
    height: 5rem;
  }
  #global_header .header_wrap .logo a {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
  }
  #global_header .header_wrap .logo a::before {
    flex: none;
    width: 5rem;
    height: 5rem;
  }
  #global_header .header_wrap .logo a img {
    max-width: calc(100% - 6rem);
  }
  #global_header .header_wrap .clinic_contact,
  #global_header .header_wrap .clinic_adr {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    padding: 25px 0 0;
  }
  #global_header .header_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #global_header .header_wrap .logo {
    width: 452px;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
  #global_header .header_wrap .logo a::before {
    position: absolute;
    top: 0;
    left: calc(50% - 99px);
    z-index: 1;
    display: block;
    width: 198px;
    height: 196px;
  }
  #global_header .header_wrap .clinic_info {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 158px auto;
    width: 460px;
    align-items: center;
  }
  #global_header .header_wrap .clinic_info .clinic_contact .phone {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    color: var(--color-logo-txt);
  }
  #global_header .header_wrap .clinic_info .clinic_contact .btn_rsv {
    width: 158px;
    padding: 0.2em;
    font-size: 1.6rem;
  }
  #global_header .header_wrap .clinic_adr {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 22px auto;
    font-size: 1.6rem;
  }
  #global_header .header_wrap .clinic_adr::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    font-size: 1.7rem;
    color: var(--color-logo-txt);
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-shade-rgb), 0.6);
    z-index: 1;
  }
  .js-sp_sticky {
    z-index: 2;
  }
  body.spnav_modal .js-sp_sticky {
    z-index: 1;
  }
  .js-sp_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .js-sp_box {
    display: none;
    position: fixed;
    top: 5rem;
    left: 4vw;
    z-index: 5;
    width: 92vw;
    min-height: 50vh;
    max-height: 80dvh;
    overflow-y: auto;
  }
  .js-sp_box.is_open {
    display: block;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
    top: -50px;
    transition: top 1s 0.3s;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#sp_nav a, #global_nav a {
  display: block;
}
#sp_nav button, #global_nav button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
}

#global_nav .sub_btn::after {
  display: inline-block;
  margin-left: 3px;
  font-family: "fontello";
  font-weight: normal;
  content: '\e820';
}
#global_nav .sub_btn.is_open {
  color: var(--color-gnav-gray);
}
#global_nav .sub_btn.is_open::after {
  transform: scale(1, -1);
}

@media screen and (max-width: 47.99em) {
  #sp_nav {
    width: 100%;
    padding: 0.8rem 0;
    line-height: 1;
    background: var(--color-base-bg);
  }
  #sp_nav .lnav {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #sp_nav .lnav > li {
    flex: 1;
    overflow: hidden;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 2px dotted var(--color-lightgray);
  }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button {
    padding: 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.6rem;
    font-family: "fontello";
    font-size: 1.5rem;
  }
  #sp_nav .lnav > li > a.a_home::before, #sp_nav .lnav > li button.a_home::before {
    content: "\e80b";
    color: var(--color-logo-accent);
  }
  #sp_nav .lnav > li > a.a_phone::before, #sp_nav .lnav > li button.a_phone::before {
    content: "\e80a";
    color: var(--color-logo-txt);
  }
  #sp_nav .lnav > li > a.a_rsv::before, #sp_nav .lnav > li button.a_rsv::before {
    content: "\e81f";
    transform: scale(1.2);
    color: var(--color-btn-rsv);
  }
  #sp_nav .lnav > li > a.a_access::before, #sp_nav .lnav > li button.a_access::before {
    content: "\e811";
    color: var(--color-gnav-red);
    transform: scale(1.05);
  }
  #sp_nav .lnav > li > a#sp_btn::before, #sp_nav .lnav > li button#sp_btn::before {
    content: "\e801";
    color: var(--color-cy);
    transform: scale(1.5) translateY(0.1rem);
  }
  #global_nav .gnav {
    font-size: 1.4rem;
    text-align: center;
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-lightgray);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 1.4rem 2rem;
  }
  #global_nav .gnav > li .subnav {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    margin: 0 1rem 1rem;
    color: var(--color-white);
    background: var(--color-btn-rsv);
  }
  #global_nav .gnav > li .subnav > li {
    width: 50%;
    border-bottom: 1px solid var(--color-base-bg);
  }
  #global_nav .gnav > li .subnav > li:nth-child(even) {
    border-left: 1px solid var(--color-base-bg);
  }
  #global_nav .gnav > li .subnav > li a {
    padding: 0.8rem 1rem;
  }
  #global_nav .gnav > li .subnav > li a::before {
    margin-right: 0.5rem;
    font-size: 50%;
    vertical-align: text-bottom;
  }
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    height: 84px;
    padding: 27px 0;
    background: var(--color-base-bg);
  }
  #global_nav .gnav {
    display: flex;
    align-items: center;
    padding: 0 calc(50% - 550px);
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_nav .gnav > li {
    flex: 1;
    border-right: 2px dotted var(--color-border);
  }
  #global_nav .gnav > li:first-child {
    border-left: 2px dotted var(--color-border);
  }
  #global_nav .gnav > li:nth-child(3) {
    margin-right: 100px;
    transition: margin-right 0.5s;
  }
  #global_nav .gnav > li:nth-child(4) {
    margin-left: 100px;
    border-left: 2px dotted var(--color-border);
    transition: margin-left 0.5s;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    height: 30px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    transition: color 0.3s;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li .sub_btn::before {
    display: inline-block;
    margin-right: 3px;
    font-family: "fontello";
    font-size: 2rem;
    transition: filter 0.3s;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li .sub_btn:hover {
    color: var(--color-gnav-gray);
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li .sub_btn:hover::before {
    filter: brightness(1.2);
  }
  #global_nav .gnav > li .a_home::before {
    content: "\e80b";
    font-size: 1.7rem;
    color: var(--color-gnav-yellow);
  }
  #global_nav .gnav > li .a_doctor::before {
    content: "\e80c";
    color: var(--color-gnav-red);
    font-size: 2.2rem;
  }
  #global_nav .gnav > li .a_clinic::before {
    content: "\e80d";
    color: var(--color-gnav-gray);
  }
  #global_nav .gnav > li .sub_btn::before {
    content: "\e80e";
    color: var(--color-gnav-yellow);
  }
  #global_nav .gnav > li .a_first::before {
    content: "\e80f";
    color: var(--color-gnav-red);
  }
  #global_nav .gnav > li .a_access::before {
    content: "\e811";
    font-size: 2.2rem;
    color: var(--color-gnav-gray);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 40px;
    left: 22px;
    z-index: 1;
  }
  #global_nav .gnav > li .subnav {
    display: flex;
    flex-wrap: wrap;
    width: 376px;
  }
  #global_nav .gnav > li .subnav li {
    flex: 1;
    min-width: 50%;
    border-top: 1px solid var(--color-white);
  }
  #global_nav .gnav > li .subnav li:nth-child(even) {
    border-left: 1px solid var(--color-white);
  }
  #global_nav .gnav > li .subnav li a {
    display: block;
    padding: 10px;
    color: var(--color-white);
    background: var(--color-btn-rsv);
  }
  #global_nav .gnav > li .subnav li a:hover {
    background: var(--color-btn-rsv-hover);
  }
  #global_nav.is_sticky {
    height: 50px;
    padding: 10px 0;
    background: rgba(var(--color-base-bg-rgb), 0.9);
  }
  #global_nav.is_sticky .gnav > li:nth-child(3) {
    margin-right: 0;
  }
  #global_nav.is_sticky .gnav > li:nth-child(4) {
    margin-left: 0;
    border-left: none;
  }
}
.overview {
  padding: 2rem 1rem;
  font-size: 1.3rem;
  background-image: linear-gradient(var(--color-base-bg) 9rem, transparent 9rem), url(../img/a_bg_brickblock.png);
  background-repeat: no-repeat, repeat;
  background-position: center top;
  background-size: auto;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview .clinic_outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
  width: 100%;
}
.overview .clinic_outline dt {
  width: 6em;
  padding: 0.1em 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-cy);
  border-radius: 1.5em;
}
.overview .clinic_outline dd {
  width: calc(100% - 6.5em);
  padding: 0.1em 0;
}
.overview .clinic_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem 0;
  margin: 1.5rem 0.5rem;
  line-height: 1;
}
.overview .clinic_contact .phone {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-logo-txt);
}
.overview .clinic_contact .btn_rsv, .overview .clinic_contact .btn_line {
  font-size: 1.5rem;
}
.overview .timetable {
  margin: 1.5rem 0 0;
}
.overview_map {
  width: 100%;
  height: 30rem;
}
.overview_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin-top: 50px;
    padding: 0 0 72px;
    font-size: 1.8rem;
    background-image: linear-gradient(var(--color-base-bg) 128px, transparent 128px), url(../img/a_bg_brickblock.png);
  }
  .overview .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview .wrap_col:nth-child(1) {
    width: 520px;
  }
  .overview .wrap_col:nth-child(2) {
    width: 480px;
  }
  .overview .clinic_name {
    margin: 0 0 42px;
  }
  .overview .clinic_name img {
    max-width: 358px;
  }
  .overview .clinic_outline {
    gap: 23px 12px;
    padding-top: 12px;
  }
  .overview .clinic_outline dt {
    width: 100px;
    padding: 0.1em 0;
    border-radius: 15px;
  }
  .overview .clinic_outline dd {
    width: calc(100% - 115px);
    padding: 0.1em 0;
  }
  .overview .clinic_contact {
    gap: 14px 0;
    margin: 0 22px 25px;
  }
  .overview .clinic_contact .phone {
    font-size: 3.4rem;
  }
  .overview .clinic_contact .btn_rsv, .overview .clinic_contact .btn_line {
    width: 214px;
    font-size: 2.1rem;
  }
  .overview .timetable {
    margin: 30px 0 0;
    font-size: 1.6rem;
  }
  .overview .timetable caption {
    letter-spacing: 0.03em;
  }
  .overview_map {
    height: 545px;
  }
}
#global_footer {
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-cy);
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: var(--color-cy-dark);
  background: var(--color-base-bg);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 45px 0 0;
    font-size: 1.6rem;
  }
  #global_footer ul {
    display: block;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0 1.2em;
    -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 .gnav .sub {
    display: none;
  }
  #global_footer .subnav {
    margin-top: 12px;
  }
  #global_footer .copyright {
    margin: 45px 0 0;
    padding: 15px 0;
    font-size: 1.2rem;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0.5rem;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
  .js-pageup.is_stay {
    bottom: 86px;
  }
}

#pageup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 5rem;
  height: 5rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-logo-accent);
  background-image: url(../img/icon_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 0.2rem solid currentColor;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.16);
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e81e';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 130px;
    height: 130px;
    font-size: 3rem;
    border-width: 3px;
    box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
    transition: 0.3s;
  }
  #pageup:hover {
    filter: brightness(1.15);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}
.js-fade.is_active {
  animation: fadeUp 1s cubic-bezier(0.4, 0.4, 0, 0.9) 0.2s 1 alternate forwards !important;
}

.js-fades > *, .js-fades2 > * {
  opacity: 0;
}
.js-fades.is_active > *, .js-fades2.is_active > * {
  animation-name: fadeIn !important;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards !important;
}

#keyvsl {
  max-width: 100%;
  height: 20rem;
  background-image: url(../img/index_keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 567px;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}

.hero_screen {
  position: relative;
}
.hero_screen .new {
  position: absolute;
  right: 0.5rem;
  bottom: -0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.4rem;
  width: 30vw;
  height: 30vw;
  padding-bottom: 0.5em;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-btn-rsv);
  border: 1px solid var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0 0 0.3rem var(--color-btn-rsv);
}
.hero_screen .new b {
  font-weight: 500;
  font-size: 1.6rem;
}
.hero_screen .new i {
  font-size: 1.3rem;
}
.hero_screen .new em {
  margin-top: 0.1em;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.hero_catch {
  padding: 0.5rem 1rem 3rem;
  background: var(--color-main-bg);
}
.hero_catch::before {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Angkor", cursive;
  font-size: 1.4rem;
  text-align: center;
  color: #f5eb9c;
  content: attr(data-eng);
}
.hero_catch p {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .hero_screen .new {
    right: calc(50% - 400px);
    bottom: 45px;
    row-gap: 8px;
    width: 188px;
    height: 188px;
    font-size: 2.4rem;
    box-shadow: 0 0 0 5px var(--color-btn-rsv);
  }
  .hero_screen .new b, .hero_screen .new em {
    font-size: 2.8rem;
  }
  .hero_screen .new i {
    font-size: 2rem;
  }
  .hero_catch {
    position: relative;
    height: 160px;
    padding: 30px 0 0;
  }
  .hero_catch::before {
    position: absolute;
    width: 100%;
    bottom: 40px;
    margin-bottom: 0;
    font-size: 5rem;
  }
  .hero_catch p {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.js-information dt {
  cursor: pointer;
}
.js-information dd {
  word-wrap: break-word;
}
.js-information dd a {
  color: var(--color-main-link);
  text-decoration: underline;
}
.js-information dd a:hover {
  text-decoration: none;
}
.js-information dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.information {
  padding: 0 1rem;
  background-color: var(--color-main-bg);
  background-image: linear-gradient(0deg, var(--color-base-bg) 4rem, transparent 4rem);
  background-repeat: no-repeat;
  background-position: left top;
}
.information .wrap {
  padding: 1.8rem 0;
  background-color: var(--color-white);
  background-image: url(../img/a_bg_brickline.png), url(../img/a_bg_brickline.png);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: auto;
}
.information_head {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 8rem 2rem 0;
  text-align: center;
  color: var(--color-logo-txt);
  background-image: url(../img/index_info_tit.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 7.5rem;
}
.information_head::before, .information_head::after {
  font-weight: normal;
  font-size: 1.2rem;
  color: var(--color-gnav-red);
  content: "●";
}
.information_head .tit {
  font-weight: 700;
  font-size: 2rem;
}
.information_box {
  max-height: 30rem;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}
.information_box dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.information_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e813';
  color: var(--color-logo-txt);
}
.information_box dt.is_open::before {
  content: "\e812";
}
.information_box dt ~ dt {
  margin-top: 1.8rem;
}
.information_box dt span {
  display: inline-block;
  margin-left: 0.7rem;
  font-weight: 400;
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .information {
    padding: 0;
    background-image: linear-gradient(0deg, var(--color-base-bg) 60px, transparent 60px);
  }
  .information .wrap {
    display: flex;
    justify-content: space-between;
    padding: 52px 30px 52px 0;
  }
  .information_head {
    flex: none;
    column-gap: 7px;
    width: 268px;
    margin-bottom: 0;
    padding: 238px 0 0;
    background-position: right top;
    background-size: auto;
  }
  .information_head .tit {
    font-size: 2.2rem;
  }
  .information_box {
    width: 755px;
    max-height: 230px;
    margin: 20px 0 10px;
    padding: 0 30px 0 0;
  }
  .information_box dt {
    font-size: 1.8rem;
  }
  .information_box dt::before {
    margin-right: 9px;
  }
  .information_box dt ~ dt {
    margin-top: 28px;
  }
  .information_box dt span {
    font-size: 1.4rem;
  }
  .information_box dd {
    padding-left: 28px;
  }
}
.feature {
  padding: 4rem 5% 0;
  background-image: linear-gradient(var(--color-base-bg) 8rem, transparent 8rem), linear-gradient(0deg, rgba(var(--color-main-bg-dark-rgb), 1) 5rem, rgba(var(--color-main-bg-dark-rgb), 0) 10rem), url(../img/a_bg_brickblock.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top;
  background-size: auto;
}
.feature_head {
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
  padding: 8rem 0 0;
  text-align: center;
  color: var(--color-logo-txt);
  background-image: url(../img/index_ft_tit.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 7.5rem;
}
.feature_head::after {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -0.7em;
  font-family: "Angkor", cursive;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: #f5eb9c;
  content: attr(data-eng);
}
.feature_head .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
}
.feature_head .tit::before, .feature_head .tit::after {
  flex: none;
  font-weight: normal;
  font-size: 1.2rem;
  color: var(--color-gnav-red);
  vertical-align: middle;
  content: "●";
}
.feature_lst {
  padding-bottom: 6rem;
}
.feature_lst_box {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  background: var(--color-base-bg);
  border-radius: 1rem;
  filter: drop-shadow(0 0.8rem 0.8rem var(--color-main-bg-dark));
}
.feature_lst_box .box {
  padding: 1.3rem 1.3rem 1.5rem;
  background: linear-gradient(135deg, rgba(var(--color-main-bg-bright-rgb), 1) 30%, rgba(var(--color-main-bg-bright-rgb), 0) 33%);
}
.feature_lst_box .box_tit {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 0.8em;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #d4464c;
}
.feature_lst_box .box_tit::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.3rem;
  height: 2.8em;
  background: #d4464c;
  border-radius: 0.3rem;
  content: "";
}
.feature_lst_box .box_tit i {
  font-size: 85%;
}
.feature_lst_box .box_txt {
  margin-bottom: 0;
  line-height: 1.6;
}
.feature_lst_box .img {
  order: -1;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 50px 0 0;
    background-image: linear-gradient(var(--color-base-bg) 125px, transparent 125px), url(../img/a_bg_brickblock.png);
    background-repeat: no-repeat, repeat;
  }
  .feature_head {
    margin-bottom: 45px;
    padding: 140px 0 0;
    color: var(--color-logo-txt);
    background-size: auto;
  }
  .feature_head::after {
    margin-top: -0.4em;
    font-size: 5rem;
    letter-spacing: 0.09em;
  }
  .feature_head .tit {
    column-gap: 9px;
    font-size: 2.8rem;
  }
  .feature_head .tit::before, .feature_head .tit::after {
    font-size: 1.4rem;
  }
  .feature_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 40px;
    padding-bottom: 107px;
    background-image: url(../img/index_ft_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .feature_lst_box {
    width: 339px;
    margin-top: 0;
    border-radius: 15px;
    filter: none;
  }
  .feature_lst_box:first-of-type {
    margin-right: 5px;
  }
  .feature_lst_box .box {
    padding: 16px 20px 20px;
    background: linear-gradient(135deg, rgba(var(--color-main-bg-bright-rgb), 1) 28%, rgba(var(--color-main-bg-bright-rgb), 0) 32%);
  }
  .feature_lst_box .box_tit {
    margin-bottom: 8px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .feature_lst_box .box_tit::before {
    width: 4px;
    border-radius: 4px;
  }
  .feature_lst_box .box_txt {
    line-height: 1.75;
  }
  .feature_lst_box .img {
    border-radius: 15px 15px 0 0;
  }
}
.clinicmenu {
  padding: 0 1rem 3rem;
}
.clinicmenu_head {
  position: relative;
  z-index: 0;
  margin-top: -2rem;
  margin-bottom: 2.5rem;
  padding: 8rem 0 0;
  text-align: center;
  color: var(--color-logo-txt);
  background-image: url(../img/tit_02_chara01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 7.5rem;
}
.clinicmenu_head::after {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -0.3em;
  font-family: "Angkor", cursive;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1;
  color: #b8dee2;
  content: attr(data-eng);
}
.clinicmenu_head .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
}
.clinicmenu_head .tit::before, .clinicmenu_head .tit::after {
  flex: none;
  font-weight: normal;
  font-size: 1.2rem;
  color: var(--color-gnav-red);
  vertical-align: middle;
  content: "●";
}
.clinicmenu_box {
  padding: 2.5rem 1rem;
  background-color: var(--color-main-bg-dark);
  background-image: url(../img/index_cmenu_frame.png), url(../img/index_cmenu_frame.png), linear-gradient(0deg, var(--color-white) 1.2rem, transparent 1.2rem), linear-gradient(180deg, var(--color-white) 1.2rem, transparent 1.2rem);
  background-repeat: repeat-x, repeat-x, no-repeat, no-repeat;
  background-position: left top, left bottom, left top, left top;
  background-size: auto;
}
.clinicmenu_box .box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 2px dotted #ccc06e;
}
.clinicmenu_box .box01 > li {
  width: 30%;
  text-align: center;
}
.clinicmenu_box .box01 > li::after {
  display: block;
  margin-top: -0.4em;
  font-family: "Angkor", cursive;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-main-bg);
  content: attr(data-eng);
}
.clinicmenu_box .box01 > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 0.3rem;
}
.clinicmenu_box .box01 > li a::before {
  flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  font-size: 80%;
  color: var(--color-gnav-red);
}
.clinicmenu_box .box01 > li a::after {
  flex: none;
  order: -1;
  width: 25vw;
  height: 25vw;
  margin: 0 auto 0.3rem;
  font-family: "fontello";
  font-size: 16vw;
  line-height: 25vw;
  color: #99dde8;
  background: var(--color-cy);
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.1);
}
.clinicmenu_box .box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.clinicmenu_box .box02 > li {
  flex-grow: 1;
}
.clinicmenu_box .box02 > li:last-child {
  flex-grow: 0;
}
.clinicmenu_box .box02 > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.2rem;
  height: 3.2rem;
  padding: 0 0.6rem 0 0.8rem;
  line-height: 1;
  background: var(--color-main-bg);
  border-radius: 3em;
  box-shadow: 0.2rem 0.2rem 0 rgba(var(--color-black-rgb), 0.2);
}
.clinicmenu_box .box02 > li a::before {
  flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  font-size: 50%;
  color: var(--color-gnav-red);
}
.clinicmenu_box .box02 > li a::after {
  flex-grow: 1;
  font-family: "fontello";
  text-align: right;
  color: #e9db6a;
}
.clinicmenu_box .a_ear::after {
  content: "\e814";
}
.clinicmenu_box .a_nose::after {
  content: "\e815";
}
.clinicmenu_box .a_throat::after {
  content: "\e816";
}
.clinicmenu_box .a_slit::after {
  content: "\e817";
  font-size: 1.8rem;
}
.clinicmenu_box .a_dropscreen::after {
  content: "\e818";
  font-size: 1.7rem;
}
.clinicmenu_box .a_pollen_allergies::after {
  content: "\e819";
  font-size: 1.9rem;
}
.clinicmenu_box .a_hearing_aid::after {
  content: "\e81a";
  font-size: 1.6rem;
}
.clinicmenu_box .a_sas::after {
  content: "\e81b";
  font-size: 2rem;
}
.clinicmenu_box .a_vaccination::after {
  content: "\e81c";
  font-size: 1.8rem;
}
.clinicmenu_box .a_selfpay::after {
  content: "\e81d";
  font-size: 2rem;
}

@media screen and (min-width: 48em), print {
  .clinicmenu {
    padding: 0 0 3rem;
  }
  .clinicmenu_wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .clinicmenu_head {
    margin-top: -28px;
    margin-bottom: 45px;
    padding: 150px 0 0;
    color: var(--color-logo-txt);
    background-size: auto;
  }
  .clinicmenu_head::after {
    margin-top: -0.2em;
    font-size: 5rem;
    letter-spacing: 0.09em;
  }
  .clinicmenu_head .tit {
    column-gap: 9px;
    font-size: 2.8rem;
  }
  .clinicmenu_head .tit::before, .clinicmenu_head .tit::after {
    font-size: 1.4rem;
  }
  .clinicmenu_box {
    padding: 50px 20px;
  }
  .clinicmenu_box .box01 {
    justify-content: center;
    column-gap: 66px;
    width: 870px;
    margin: 0 auto 40px;
    padding-bottom: 32px;
    font-size: 2.2rem;
    border-bottom-width: 3px;
  }
  .clinicmenu_box .box01 > li {
    width: 200px;
  }
  .clinicmenu_box .box01 > li::after {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
  .clinicmenu_box .box01 > li a {
    transition: 0.3s;
  }
  .clinicmenu_box .box01 > li a::before {
    transition: 0.3s;
  }
  .clinicmenu_box .box01 > li a::after {
    width: 138px;
    height: 138px;
    margin: 0 31px 10px;
    font-size: 9rem;
    line-height: 138px;
    box-shadow: 4px 4px 0 rgba(var(--color-black-rgb), 0.1);
    transition: 0.3s;
  }
  .clinicmenu_box .box01 > li a:hover::before {
    filter: saturate(1.6);
  }
  .clinicmenu_box .box01 > li a:hover::after {
    filter: saturate(1.4);
    transform: translateY(2px);
    box-shadow: 0 2px 0 rgba(var(--color-black-rgb), 0.1);
  }
  .clinicmenu_box .box02 {
    justify-content: center;
    gap: 20px 8px;
    font-size: 1.6rem;
  }
  .clinicmenu_box .box02 > li {
    flex: 0 0 230px;
  }
  .clinicmenu_box .box02 > li:nth-child(3) {
    margin-right: 20px;
  }
  .clinicmenu_box .box02 > li a {
    height: 54px;
    padding: 0 11px 0 16px;
    box-shadow: 4px 4px rgba(var(--color-black-rgb), 0.2);
    transition: 0.3s;
  }
  .clinicmenu_box .box02 > li a::before {
    font-size: 85%;
    transition: 0.3s;
  }
  .clinicmenu_box .box02 > li a::after {
    transition: 0.3s;
  }
  .clinicmenu_box .box02 > li a:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 2px rgba(var(--color-black-rgb), 0.2);
  }
  .clinicmenu_box .box02 > li a:hover::before {
    filter: saturate(1.6);
  }
  .clinicmenu_box .box02 > li a:hover::after {
    filter: saturate(1.4);
  }
  .clinicmenu_box .a_slit::after {
    font-size: 3.8rem;
  }
  .clinicmenu_box .a_dropscreen::after {
    font-size: 3.4rem;
  }
  .clinicmenu_box .a_pollen_allergies::after {
    font-size: 3.4rem;
  }
  .clinicmenu_box .a_hearing_aid::after {
    font-size: 3.5rem;
  }
  .clinicmenu_box .a_sas::after {
    font-size: 3.2rem;
  }
  .clinicmenu_box .a_vaccination::after {
    font-size: 3.7rem;
  }
  .clinicmenu_box .a_selfpay::after {
    font-size: 3.7rem;
  }
}
.doctorsfile {
  margin-top: 3em;
}
@media screen and (min-width: 48em), print {
  .doctorsfile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
}
.doctorsfile a {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em), print {
  .doctorsfile a {
    width: 48%;
  }
}
.doctorsfile a img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em), print {
  .doctorsfile a img {
    max-width: initial;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  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 {
  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%;
  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;
  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: "←";
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-cy-deep);
  text-shadow: 0 0 0.3rem var(--color-white);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 159px;
    padding: 9px calc((100% - 1100px) / 2) 0;
    background-size: auto;
  }
  .heading h1 {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    text-shadow: 0 0 5px var(--color-white);
  }
}
@media screen and (min-width: 2001px) {
  .heading {
    background-size: cover;
  }
}

.breadcrumbs {
  padding: 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: "＞";
}
.breadcrumbs li a {
  color: var(--color-main-link);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

article > section:nth-of-type(odd) .tit_02 {
  background-image: url(../img/tit_02_chara01.png);
}
article > section:nth-of-type(even) .tit_02 {
  background-image: url(../img/tit_02_chara02.png);
}
article > section ~ section {
  padding-top: 1px;
}
article > section ~ section > .tit_02 {
  margin-top: 1rem;
}

.frame {
  margin: 24px 0;
  padding: 24px 32px;
  border-radius: 10px;
}
.frame.-frame_lightblue {
  background: var(--color-cy-pale);
}
.frame.-frame_lightbrown {
  background: #f2e7df;
}
.frame .dl_sideeffect {
  margin: initial;
  padding: initial;
}
.frame .dl_treatment {
  margin: initial;
  padding: initial;
}

.intro > *:last-child {
  margin-bottom: 0;
}
.intro .txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .intro {
    display: flow-root;
  }
  .intro .txt {
    font-size: 1.8rem;
  }
}

.dl_treatment,
.dl_howtotake,
.dl_sideeffect,
.dl_examination {
  margin: 1.5rem 0;
  padding: 1.2rem 1rem 1.6rem;
  border-radius: 0.8rem;
}
.dl_treatment > dt,
.dl_howtotake > dt,
.dl_sideeffect > dt,
.dl_examination > dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.dl_treatment > dt::before,
.dl_howtotake > dt::before,
.dl_sideeffect > dt::before,
.dl_examination > dt::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e804';
}
@media screen and (min-width: 48em), print {
  .dl_treatment,
  .dl_howtotake,
  .dl_sideeffect,
  .dl_examination {
    margin: 24px 0;
    padding: 24px 32px;
    border-radius: 10px;
  }
  .dl_treatment > dt,
  .dl_howtotake > dt,
  .dl_sideeffect > dt,
  .dl_examination > dt {
    font-size: 1.7rem;
  }
}

.dl_treatment {
  background: var(--color-cy-pale);
}

.dl_howtotake {
  background: #f2eedf;
}

.dl_sideeffect {
  background: #f2e7df;
}

.dl_examination {
  background: #f3f3ea;
}

.tbl_price#price_aga th {
  width: 45%;
  word-break: keep-all;
}
.tbl_price#price_aga td {
  text-align: center;
}
.tbl_price#price_aga td span {
  display: block;
}
.tbl_price#price_aga td i {
  display: block;
  font-size: 1.1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_price#price_aga td {
    text-align: right;
  }
  .tbl_price#price_aga td span {
    display: inline-block;
    margin-left: 1em;
  }
  .tbl_price#price_aga td i {
    font-size: inherit;
  }
}

body#page_doctor .doctor_greeting .img_l {
  max-width: 50%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 110%;
}
body#page_doctor .doctor_profile section {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile section ul, body#page_doctor .doctor_profile section dl {
  padding: 0 0.8rem;
}
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: 6.5em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dd {
  width: calc(100% - 7em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_l {
    max-width: 200px;
    margin: 0 20px 0 0;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  body#page_doctor .doctor_profile section {
    width: 470px;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile section ul, body#page_doctor .doctor_profile section dl {
    padding: 0 12px;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-cy);
  outline-offset: -4px;
}
body#page_clinic .slider figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-cy);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-cy);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider figcaption {
    font-size: 2.4rem;
  }
}

body#page_first .first_reserve img {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
body#page_first .first_guide .lst_ul li ~ li {
  margin-top: 1em;
}
body#page_first .first_guide .lst_ul .notes {
  margin: 0.5rem 0 0 -0.5rem;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  font-size: 1.2rem;
  text-indent: -1em;
  line-height: 1.4;
  background: var(--color-cy-pale);
  border-radius: 0.5rem;
}
body#page_first .first_flow dt {
  padding: 0.3rem 0 0.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-cy);
  border-radius: 0.5rem 0.5rem 0 0;
}
body#page_first .first_flow dd {
  position: relative;
  padding: 0.8rem 1.4rem 1.2rem;
  line-height: 1.6;
  border: 2px solid var(--color-cy);
  border-radius: 0 0 0.5rem 0.5rem;
}
body#page_first .first_flow dd:not(:last-child) {
  margin-bottom: 3rem;
}
body#page_first .first_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.6rem 3.5rem 0 3.5rem;
  border-color: var(--color-cy) transparent transparent transparent;
}
body#page_first .first_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  body#page_first .first_reserve {
    display: flex;
    align-items: center;
    column-gap: 70px;
  }
  body#page_first .first_reserve img {
    flex: none;
    max-width: 320px;
    margin: 0;
  }
  body#page_first .first_reserve p {
    margin-bottom: 2em;
  }
  body#page_first .first_guide .lst_ul li ~ li {
    margin-top: 1.2em;
  }
  body#page_first .first_guide .lst_ul .notes {
    margin: 8px 0 0;
    padding: 12px 15px 12px 29px;
    font-size: 1.5rem;
    line-height: 1.6;
    border-radius: 10px;
  }
  body#page_first .first_flow {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  body#page_first .first_flow dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 2.4rem;
    border-radius: 10px 0 0 10px;
  }
  body#page_first .first_flow dd {
    flex-grow: 1;
    width: 820px;
    padding: 30px 42px;
    line-height: 1.75;
    border-radius: 0 10px 10px 0;
  }
  body#page_first .first_flow dd:not(:last-child) {
    margin-bottom: 0;
  }
  body#page_first .first_flow dd:not(:last-child)::after {
    position: absolute;
    left: -200px;
    bottom: -36px;
    border-width: 32px 60px 0 60px;
  }
  body#page_first .first_flow dd > *:last-child {
    margin-bottom: 0;
  }
}

body#page_access .access_info .adr {
  margin-left: 1rem;
  font-size: 1.4rem;
}
body#page_access .access_info .acsby > section {
  padding: 1rem 1rem 0;
}
body#page_access .access_info .acsby > section .tit_04 {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--color-lightgray);
}
body#page_access .access_info .acsby > section p {
  margin-left: 1rem;
  margin-bottom: 0.5em;
}
body#page_access .access_info .acsby > section dl {
  display: flex;
  column-gap: 1em;
  margin-left: 1rem;
}
body#page_access .access_info .acsby > section dl dt {
  white-space: nowrap;
}
body#page_access .access_info .acsby > section dl dt::before {
  content: "■";
  color: #fca0a4;
}
body#page_access .access_info .acsby > section dl dd {
  flex-grow: 1;
  min-width: 60%;
  word-break: keep-all;
}
body#page_access .gmap {
  height: 40rem;
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info .adr {
    margin-left: 12px;
    font-size: 2rem;
  }
  body#page_access .access_info .adr br {
    display: none;
  }
  body#page_access .access_info .acsby {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  body#page_access .access_info .acsby > section {
    width: 480px;
    margin-top: 0;
    padding: 0 12px;
  }
  body#page_access .access_info .acsby > section .tit_04 {
    padding-bottom: 6px;
  }
  body#page_access .access_info .acsby > section p, body#page_access .access_info .acsby > section dl {
    margin-left: 12px;
    font-size: 1.7rem;
  }
  body#page_access .access_info .acsby .acsby_train dl {
    display: block;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable caption .receipt dt, body#page_access .timetable caption .receipt dd {
    display: inline-block;
  }
  body#page_access .timetable tbody {
    line-height: 1.5;
  }
  body#page_access .gmap {
    height: 500px;
    margin-top: 60px;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}

/*# sourceMappingURL=style.css.map */