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

p {
  margin: 0 0 1em;
}

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

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

em, i {
  font-style: normal;
}

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

.txt_large {
  font-size: 120%;
}

.red {
  color: #ff0000;
}

@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
}
@media screen and (max-width: 47.99em) {
  .img_l, .img_r, .img_c,
  .l-imgbox_l .img,
  .l-imgbox_r .img,
  .l-imgbox_c img {
    max-width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3rem;
    border: 0.4rem solid #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  }
  .img_l.mb0, .img_r.mb0, .img_c.mb0,
  .l-imgbox_l .img.mb0,
  .l-imgbox_r .img.mb0,
  .l-imgbox_c img.mb0 {
    margin-bottom: 1.3rem;
  }
  figure.img_c {
    max-width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  figure.img_c img {
    margin: 0 0 0.5rem;
  }
  figure.img_c figcaption {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media screen and (min-width: 48em), print {
  .img_l, .img_r,
  .l-imgbox_l .img,
  .l-imgbox_r .img,
  .l-imgbox_c img {
    max-width: 360px;
    border: 5px solid #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .img_c.w100 {
    max-width: 100%;
  }
  .img_c.w50 {
    max-width: 400px;
  }
  figure.img_c {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  figure.img_c img {
    margin: 0 auto 0.5rem;
  }
  figure.img_c figcaption {
    font-size: 1.4rem;
    text-align: center;
  }
  .img_l {
    float: left;
    margin-right: 64px;
    margin-bottom: 20px;
  }
  .img_r {
    float: right;
    margin-left: 64px;
    margin-bottom: 20px;
  }
  .l-imgbox_c {
    max-width: 750px;
    margin: 0 auto;
  }
  .l-imgbox_c .img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .l-imgbox_l, .l-imgbox_r {
    display: flex;
    align-items: flex-start;
    gap: 20px 64px;
  }
  .l-imgbox_l p:last-child, .l-imgbox_r p:last-child {
    margin-bottom: 0;
  }
  .l-imgbox_l .img, .l-imgbox_r .img {
    flex: none;
    margin-bottom: 0;
  }
  .l-imgbox_l .img {
    order: -1;
  }
  .l-imgbox_r .img {
    order: 2;
  }
}
.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;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 4rem;
}
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;
}
article > section.l-narrow_cols > section {
  margin-top: 2rem;
}
article > section.l-narrow_cols > section section {
  margin-top: 1.5rem;
}
article div.l-narrow_cols > section {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 80px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section > section {
    margin-top: 60px;
  }
  article > section > section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
  article > section.l-narrow_cols > section {
    margin-top: 40px;
  }
  article > section.l-narrow_cols > section section {
    margin-top: 30px;
  }
  article div.l-narrow_cols > section {
    margin-top: 60px;
  }
}
.tit_01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 1.38;
  color: #004f9f;
}
.tit_02::after {
  display: block;
  width: 1.2em;
  height: 0.3rem;
  margin-top: 0.5em;
  background: #0babc4;
  content: "";
}
.tit_02 span {
  display: inline-block;
  font-size: 90%;
}

.tit_03 {
  display: inline-block;
  margin: 0 0 1.3rem;
  padding-bottom: 0.4em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #004f9f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1em, rgba(11, 171, 196, 0.1)), color-stop(1em, transparent));
  background: linear-gradient(0deg, rgba(11, 171, 196, 0.1) 1em, transparent 1em);
}
.tit_03::after {
  display: block;
  content: "";
}

.tit_04 {
  display: inline-block;
  margin: 0 0 1.2rem;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.6rem;
  color: #004f9f;
  border-bottom: 1px solid currentColor;
}
.tit_04::after {
  display: block;
  content: "";
}

.tit_05 {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #004f9f;
}

.tit_06 {
  margin: 0 0 0.2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 40px;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
  .tit_02::after {
    width: 1.5em;
    height: 4px;
    margin-top: 20px;
    border-radius: 2px;
  }
  .tit_03 {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 12px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .tit_04 {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 12px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .tit_05 {
    margin: 0 0 5px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .tit_06 {
    margin: 0 0 14px;
  }
}
.lst_ul {
  margin-bottom: 1em;
  color: #630;
  font-weight: bold;
  line-height: 1.5;
}
.lst_ul > li {
  list-style-type: disc;
  margin-left: 2em;
}
.lst_ul > li::marker {
  font-size: 150%;
  line-height: 0.5;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  margin-left: 0;
  list-style-type: none;
}
.lst_ul_cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 1em;
  line-height: 1.5;
}
.lst_ul_cols > li {
  list-style-type: disc;
  margin-left: 2em;
}
.lst_ul_cols > li::marker {
  font-size: 150%;
  line-height: 0.5;
}

.lst_ol {
  margin-bottom: 1em;
  color: #630;
  font-weight: bold;
  line-height: 1.5;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li:not(:first-child) {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-weight: bold;
}

.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_flow dt {
  margin: 0 0.2em 0.2em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #004f9f;
}
.dl_flow dd {
  position: relative;
  padding: 1em;
  background: rgba(11, 171, 196, 0.1);
  border-radius: 0.6rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.6rem 2.5rem 0 2.5rem;
  border-color: #004f9f transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .dl_flow dd {
    padding: 1.2em 2em;
    border-radius: 12px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 50px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -40px;
    border-width: 20px 40px 0 40px;
  }
}

.tbl_data {
  width: 100%;
  margin: 1em 0;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data caption {
  text-align: left;
}
.tbl_data th, .tbl_data td {
  padding: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .tbl_data th, .tbl_data td {
    padding: 16px 24px;
  }
}

.tbl_data {
  background: #fff;
  border: 2px solid #630;
  border-radius: 1rem;
  overflow: hidden;
}
.tbl_data th {
  text-align: center;
  color: #630;
  background: rgba(102, 51, 0, 0.2);
}
.tbl_data thead tr th {
  background: rgba(102, 51, 0, 0.3);
  border-bottom: 1px solid #630;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.tbl_data thead tr th:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_data thead tr th:last-child {
  border-right: none;
  border-radius: 0 1rem 0 0;
}
.tbl_data thead + tbody tr:first-of-type > * {
  border-radius: 0 !important;
}
.tbl_data tbody tr:first-of-type th:nth-of-type(even) {
  background: rgba(102, 51, 0, 0.3);
}
.tbl_data tbody tr:first-of-type > *:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_data tbody tr:first-of-type > *:last-child {
  border-right: none;
  border-radius: 0 1rem 0 0;
}
.tbl_data tbody tr:not(:first-of-type) th, .tbl_data tbody tr:not(:first-of-type) td {
  border-top: 1px solid #630;
}
.tbl_data tbody tr:nth-of-type(even) th {
  background: rgba(102, 51, 0, 0.3);
}
.tbl_data tbody tr > td:not(:last-child) {
  border-right: 1px solid #630;
}
.tbl_data tbody tr:last-of-type > *:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_data tbody tr:last-of-type > *:last-child {
  border-radius: 0 0 1rem 0;
}
@media screen and (min-width: 48em), print {
  .tbl_data {
    border-radius: 16px;
  }
}

@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_notes, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.6rem;
}
.box_notes > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_symptoms {
    padding: 36px 40px;
    border-radius: 16px;
  }
}

.box_symptoms {
  color: #004f9f;
  background: rgba(0, 79, 159, 0.07);
}

.box_notes {
  margin-top: 2em;
  color: #630;
  background: rgba(102, 51, 0, 0.07);
}
.box_notes .tit {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.box_notes .lst_ol, .box_notes .lst_ul {
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .box_notes .tit {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.lnk_to {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .lnk_to {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lnk_to:hover {
    text-decoration: none;
  }
}

.lnk_to {
  color: #004f9f;
}
@media screen and (min-width: 48em), print {
  .lnk_to:hover {
    color: #004f9f;
  }
}

.btn_back, .btn_detail {
  display: inline-block;
  padding: 0.8em 1.2em;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  text-align: center;
  border-radius: 2em;
}
.btn_back::after, .btn_detail::after {
  margin-left: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e4a2';
}
@media screen and (min-width: 48em), print {
  .btn_back, .btn_detail {
    padding: 1.2em 1.8em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_back::after, .btn_detail::after {
    margin-left: 0.5em;
  }
  .btn_back:hover, .btn_detail:hover {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
  }
}

.btn_detail {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff6c00), to(#ff9300));
  background: linear-gradient(90deg, #ff6c00, #ff9300);
}

.btn_back {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#004f9f), to(#0072e5));
  background: linear-gradient(90deg, #004f9f, #0072e5);
}

em, .em {
  font-weight: bold;
}

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

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

.tel {
  white-space: nowrap;
}
.tel.ico {
  font-family: "Montserrat", sans-serif;
  color: #0babc4;
  line-height: 1;
}
.tel.ico a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  white-space: nowrap;
}
.tel.ico a::before {
  flex: none;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-size: 86%;
  line-height: 1.8;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
  color: #fff;
  background: #0babc4;
  border-radius: 50%;
}
@media screen and (min-width: 48em), print {
  .tel.ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 0.4em;
       -moz-column-gap: 0.4em;
            column-gap: 0.4em;
  }
  .tel.ico::before {
    flex: none;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 80%;
    line-height: 2;
    font-family: "fontello";
    font-weight: normal;
    content: '\e805';
    color: #fff;
    background: #0babc4;
    border-radius: 50%;
  }
  .tel.ico a::before {
    display: none;
  }
}

.btn_rsv, .rsv a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  min-width: 7em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#004f9f), to(#0072e5));
  background: linear-gradient(90deg, #004f9f, #0072e5);
}
.btn_rsv::after, .rsv a::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f138';
  font-size: 90%;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .rsv a {
    letter-spacing: 0.1em;
    -webkit-column-gap: 0.2em;
       -moz-column-gap: 0.2em;
            column-gap: 0.2em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_rsv::after, .rsv a::after {
    font-size: 80%;
  }
  .btn_rsv:hover, .rsv a:hover {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
  }
  .btn_rsv:hover::after, .rsv a:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.btn_rsv {
  padding: 1em 3em;
  line-height: 1.2;
  border-radius: 2em;
}
.btn_rsv::after {
  font-size: 100%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    font-size: 112.5%;
  }
}

.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}
.timetable_tbl thead th {
  width: 9.8%;
  padding: 0.7em 0;
  font-size: 83.5%;
  color: #fff;
  background: #0babc4;
  border-radius: 2px;
}
.timetable_tbl thead th:first-child {
  width: 30%;
  font-size: 86%;
}
.timetable_tbl thead th:last-child {
  width: auto;
  letter-spacing: -0.1em;
}
.timetable_tbl tbody th {
  font-size: 86%;
  white-space: nowrap;
  color: #0babc4;
  background: #f2f7fc;
  border-radius: 2px;
}
.timetable_tbl tbody td {
  text-align: center;
  padding: 0.7em 0;
  color: #0f334d;
  background: #f2f7fc;
  border-radius: 2px;
}
.timetable_note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin: 1rem 0 0.5rem;
}
.timetable_note dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 86%;
  color: #fff;
  background: #0babc4;
  border: 1px solid #fff;
  border-radius: 3px;
}
.timetable_note dd {
  width: 70%;
  padding: 0 1rem;
}
.timetable.l-attending {
  margin-top: 1.5rem;
}
.timetable.l-attending .timetable_tbl thead th {
  background: #004f9f;
}
.timetable.l-attending .timetable_tbl tbody th {
  color: #004f9f;
}
.timetable.l-attending .timetable_tbl tbody td {
  padding: 0.3em 0;
}
.timetable.l-attending .timetable_tbl tbody td span {
  display: inline-block;
  width: 2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 84%;
  line-height: 1.14;
}
.timetable.l-attending .timetable_tbl tbody td span + span {
  margin-top: 0.3em;
}
.timetable.l-attending .timetable_tbl tbody td .staff01 {
  color: #0babc4;
}
.timetable.l-attending .timetable_tbl tbody td .staff02 {
  color: #ff9300;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl {
    table-layout: fixed;
    border-spacing: 4px;
  }
  .timetable_tbl thead th {
    width: 9.5%;
    padding: 0.75em 0;
    font-size: 100%;
    border-radius: 4px;
  }
  .timetable_tbl thead th:first-child {
    width: 30.5%;
    font-size: 100%;
  }
  .timetable_tbl tbody th {
    padding: 0.75em 0;
    font-size: 100%;
    border-radius: 4px;
  }
  .timetable_tbl tbody td {
    padding: 0.75em 0;
    border-radius: 4px;
  }
  .timetable_note {
    gap: 0.5em 1em;
    margin: 4px 0;
  }
  .timetable_note dt {
    width: 6.8em;
    padding: 0.5em 0;
    font-size: 100%;
    border-radius: 4px;
  }
  .timetable_note dd {
    width: calc(100% - 7.8em);
    padding: 0.5em 0;
  }
  .timetable.l-attending {
    margin-top: 1.5em;
  }
  .timetable.l-attending .timetable_tbl tbody td {
    padding: 0.5em 0;
  }
  .timetable.l-attending .timetable_tbl tbody td span {
    font-size: 87.5%;
  }
  .timetable.l-attending .timetable_tbl tbody td span + span {
    margin-top: 0.4em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gmap_btn a {
  display: inline-block;
  padding: 0.8em 1.5em;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #004f9f;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 1.5em;
}
.gmap_btn a::after {
  margin-left: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f138';
}
@media screen and (min-width: 48em), print {
  .gmap_btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gmap_btn a:hover {
    color: #0072e5;
  }
}

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

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

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  .wrap {
    width: 1120px;
    margin: auto;
  }
  .main {
    margin-bottom: -80px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .main.contents {
    width: 1120px;
    margin: 0 auto -80px;
    padding: 80px 0 40px;
  }
}
#global_header {
  background: #fff;
}
#global_header .header_inner {
  position: relative;
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 104, 156, 0.2);
          box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 104, 156, 0.2);
}
#global_header .wrap {
  padding: 1rem;
}
#global_header .wrap .logo {
  width: 82%;
  height: 4rem;
}
#global_header .wrap .logo a {
  display: -ms-grid;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .wrap .logo a img {
  width: 100%;
  max-height: 100%;
}
#global_header .wrap .clinic_contact ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .wrap .clinic_contact {
    display: none;
  }
  body#page_index #global_header .wrap .clinic_contact {
    margin-top: 1rem;
  }
  body#page_index #global_header .wrap .clinic_contact ul {
    font-size: 1.5rem;
  }
  body#page_index #global_header .wrap .clinic_contact ul li {
    height: 3.4rem;
  }
  body#page_index #global_header .wrap .clinic_contact ul li a {
    height: 100%;
    border-radius: 0.3em;
  }
  body#page_index #global_header .wrap .clinic_contact ul li.tel a {
    padding: 0 1.5rem;
    color: #fff;
    background: #0babc4;
  }
  body#page_index #global_header .wrap .clinic_contact ul li.tel a::before {
    color: #0babc4;
    background: #fff;
  }
  body#page_index #global_header .wrap .clinic_contact ul li.rsv a {
    padding: 0 2.2rem;
  }
}

@media screen and (min-width: 48em), print {
  #global_header .header_inner {
    width: 100%;
    height: 214px;
    -webkit-box-shadow: 0 40px 40px -40px rgba(0, 104, 156, 0.2);
            box-shadow: 0 40px 40px -40px rgba(0, 104, 156, 0.2);
  }
  #global_header .header_inner.js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
  }
  #global_header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    padding: 0;
  }
  #global_header .wrap .logo {
    width: 464px;
    height: 66px;
  }
  #global_header .wrap .logo a {
    display: block;
  }
  #global_header .wrap .clinic_contact {
    width: 380px;
  }
  #global_header .wrap .clinic_contact ul {
    font-size: 2rem;
  }
  #global_header .wrap .clinic_contact ul li.rsv a {
    width: 162px;
    height: 108px;
    border-radius: 32px;
  }
}
.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-color: #fff;
    background-image: url(../img/logo_header.svg);
    background-repeat: no-repeat;
    background-position: 2rem 1.6rem;
    background-size: auto 2.5rem;
  }
  .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);
  }
}
#global_nav {
  width: 100%;
}
#global_nav .gnav {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #004f9f;
}
#global_nav .gnav button {
  border: 0 none;
  background: transparent;
}
#global_nav .gnav .subnav {
  display: flex;
  flex-wrap: wrap;
}
#global_nav .gnav .subnav li a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: #fff;
    background: #004f9f;
    border: none;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e806";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    overflow-y: auto;
    width: 100dvw;
    height: calc(100svh - 6rem);
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem;
    color: #004f9f;
    background: #fff;
    border-top: 5px solid #edf8fa;
    border-bottom: 5px solid #edf8fa;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
  }
  #global_nav .gnav > li .sub_btn::after {
    content: "\f004";
  }
  #global_nav .gnav > li .sub_btn.close::after {
    content: "\f005";
  }
  #global_nav .gnav .subnav {
    padding: 0.5rem 0;
    font-size: 1.2rem;
    background: #edf8fa;
  }
  #global_nav .gnav .subnav li {
    width: 50%;
  }
  #global_nav .gnav .subnav li a {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  #global_nav .gnav .subnav li a::before {
    margin-right: 0.3em;
    font-family: "fontello";
    font-weight: normal;
    content: '\f138';
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
    background: #fff;
    border-top: 4px solid #edf8fa;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: center;
    width: 1120px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    position: relative;
    display: block;
    height: 70px;
    padding: 23px 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a::after {
    height: 4px;
    content: "";
    background: #0072e5;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  #global_nav .gnav > li > a:hover {
    color: #0072e5;
  }
  #global_nav .gnav > li > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #global_nav .gnav > li .sub_btn::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\f004';
    opacity: 0;
  }
  #global_nav .gnav > li .sub_btn:hover, #global_nav .gnav > li .sub_btn.close {
    color: #0072e5;
  }
  #global_nav .gnav > li .sub_btn:hover::after, #global_nav .gnav > li .sub_btn.close::after {
    opacity: 1;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    justify-content: space-between;
    row-gap: 10px;
    width: 380px;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 104, 156, 0.1);
            box-shadow: 0 10px 20px rgba(0, 104, 156, 0.1);
  }
  #global_nav .gnav > li .subnav li {
    width: 45%;
  }
  #global_nav .gnav > li .subnav li a {
    border-bottom: 2px solid #fff;
  }
  #global_nav .gnav > li .subnav li a:hover {
    color: #0072e5;
    border-bottom-color: #0072e5;
  }
}
.overview {
  padding: 5rem 1rem 3rem;
  font-size: 1.3rem;
  background-image: url(../img/overview_bg01.svg), url(../img/overview_bg02.svg);
  background-repeat: no-repeat;
  background-position: right -4rem top 0, center bottom;
  background-size: 8em auto, 200% 30rem;
}
.overview .wrap {
  padding: 1rem 1rem 1.2rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 104, 156, 0.2);
          box-shadow: 0 0 1rem rgba(0, 104, 156, 0.2);
}
.overview .wrap + .wrap {
  margin-top: 1.5rem;
}
.overview .wrap_inner_col {
  padding: 0.5rem 0;
}
.overview .clinic_name {
  margin: -3rem 0 1.5rem;
  text-align: center;
}
.overview .clinic_name img {
  max-width: 55%;
  margin: auto;
}
.overview .timetable {
  font-size: 1.2rem;
}
.overview .clinic_outline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  width: 100%;
  color: #0f334d;
}
.overview .clinic_outline dt {
  width: 9rem;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 90%;
  background: #f2f7fc;
  border-radius: 2px;
}
.overview .clinic_outline dd {
  width: calc(100% - 10rem);
  padding: 0.5rem 0;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  border-radius: 1rem;
  overflow: hidden;
}
.overview .gmap_btn {
  margin-top: 0.8em;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .overview {
    position: relative;
    z-index: -1;
    padding: 280px 0 200px;
    font-size: 1.6rem;
    background-position: right calc(50% - 560px) top 0, center bottom;
    background-size: 560px auto, 2000px 620px;
  }
  .overview .wrap {
    padding: 80px 76px 60px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 20px 80px rgba(0, 104, 156, 0.2);
            box-shadow: 0px 20px 80px rgba(0, 104, 156, 0.2);
  }
  .overview .wrap + .wrap {
    margin-top: 64px;
  }
  .overview .wrap_inner {
    display: flex;
  }
  .overview .wrap_inner_col {
    width: 480px;
    padding: 0;
  }
  .overview .clinic_name {
    margin: -120px 0 60px;
  }
  .overview .clinic_name img {
    max-width: 400px;
  }
  .overview .timetable {
    display: flex;
    justify-content: space-between;
    font-size: inherit;
  }
  .overview .timetable_tbl, .overview .timetable_note {
    width: 464px;
  }
  .overview .clinic_outline {
    gap: 10px 32px;
  }
  .overview .clinic_outline dt {
    width: 128px;
    padding: 14px 16px;
    font-size: 100%;
    border-radius: 4px;
  }
  .overview .clinic_outline dd {
    width: 238px;
    padding: 14px 0;
  }
  .overview .clinic_outline dd span {
    display: inline-block;
  }
  .overview .gmap {
    height: 430px;
  }
  .overview .gmap iframe {
    border-radius: 16px;
  }
  .overview .gmap_btn {
    margin: 24px 0;
    text-align: right;
  }
}
@media screen and (min-width: 2001px) {
  .overview {
    background-size: 560px auto, 100% 620px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #0babc4;
  background-image: url(../img/footer_bg.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
#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: 122px 0 115px;
  }
  #global_footer ul {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer ul li {
    display: inline-block;
    padding: 0 8px;
    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 {
    margin-bottom: 18px;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer ul.subnav li {
    margin-bottom: 10px;
  }
  #global_footer .copyright {
    margin: 80px 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
}

#sp_footer {
  display: flex;
  align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 104, 156, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 104, 156, 0.2);
}
#sp_footer li {
  flex-grow: 1;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
}
#sp_footer li a {
  width: 100%;
  height: 100%;
}
#sp_footer li.tel {
  min-width: 11em;
  font-size: 1.6rem;
  background: #f5feff;
}
#sp_footer li.rsv {
  font-size: 1.5rem;
}
@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: #004f9f;
  background: #fff;
  border: none;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 104, 156, 0.2));
          filter: drop-shadow(0 0 0.5rem rgba(0, 104, 156, 0.2));
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e8a3';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 64px;
    height: 64px;
    font-size: 3rem;
    border-radius: 24px;
    -webkit-filter: drop-shadow(0 10px 20px rgba(0, 104, 156, 0.2));
            filter: drop-shadow(0 10px 20px rgba(0, 104, 156, 0.2));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    color: #0072e5;
    -webkit-filter: drop-shadow(0 10px 15px rgba(0, 104, 156, 0.5));
            filter: drop-shadow(0 10px 15px rgba(0, 104, 156, 0.5));
  }
}

#keyvsl {
  position: relative;
  max-width: 100%;
  height: 18rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .ann {
  position: absolute;
  top: 16.5rem;
  left: 4%;
  width: 92%;
  padding: 1rem 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #630;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.2);
          box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.2);
}
#keyvsl .ann span:nth-of-type(2)::before {
  content: " /";
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 720px;
    background-size: auto;
  }
  #keyvsl .ann {
    top: auto;
    left: 50%;
    bottom: -40px;
    width: 720px;
    padding: 40px;
    font-size: 2.4rem;
    border-radius: 40px;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.2);
            box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.2);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.feature_tit, .information_tit, .news_tit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.feature_tit::before, .information_tit::before, .news_tit::before {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  content: attr(title);
}
.feature_tit::after, .information_tit::after, .news_tit::after {
  display: block;
  width: 1.2em;
  height: 0.3rem;
  margin-top: 0.8rem;
  content: "";
}
@media screen and (min-width: 48em), print {
  .feature_tit, .information_tit, .news_tit {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
  }
  .feature_tit::before, .information_tit::before, .news_tit::before {
    font-size: 7.2rem;
    margin-bottom: 42px;
  }
  .feature_tit::after, .information_tit::after, .news_tit::after {
    margin-top: 24px;
    width: 40px;
    height: 4px;
    border-radius: 2px;
  }
}

.js-news dt {
  cursor: pointer;
}

.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  margin-bottom: -2rem;
  padding: 8.5rem 1rem 6rem;
  background-image: url(../img/index/news_bg.svg), url(../img/index/news_bg2.svg);
  background-repeat: no-repeat;
  background-position: center top, right -5rem bottom;
  background-size: 300vw 93vw, 12rem auto;
}
.news > .wrap {
  padding: 0.5rem 5% 1rem;
  background-color: #fff;
  background-image: radial-gradient(circle at right top, #ffc87e 20vw, transparent 20.5vw);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 104, 156, 0.1);
          box-shadow: 0 0 1rem rgba(0, 104, 156, 0.1);
}
.news_tit {
  position: relative;
  top: -2.5rem;
  color: #630;
  background-image: url(../img/index/news_chara.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 6rem auto;
}
.news_tit::before {
  color: #ff9300;
}
.news_tit::after {
  background: #ff9300;
}
.news_box dl dt {
  margin-bottom: 0.7rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #630;
}
.news_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1.2em;
  border-top: 2px solid #ffe7cc;
}
.news_box dl dt::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\f138';
  color: #ff9300;
}
.news_box dl dt.is_open::before {
  content: "\f13a";
}

@media screen and (min-width: 48em), print {
  .news {
    margin-bottom: -85px;
    padding: 146px 0 210px;
    background-position: center top, right calc(50% - 560px) bottom;
    background-size: 2000px 623px, 420px auto;
  }
  .news > .wrap {
    display: flex;
    min-height: 380px;
    padding: 0 80px;
    background-image: radial-gradient(circle at right top, #ffc87e 120px, transparent 121px);
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 99px rgba(0, 104, 156, 0.1);
            box-shadow: 0px 0px 99px rgba(0, 104, 156, 0.1);
  }
  .news_tit {
    top: -36px;
    width: 230px;
    max-height: 570px;
    background-position: left bottom;
    background-size: auto;
  }
  .news_tit::before {
    margin-bottom: 54px;
  }
  .news_box {
    width: 730px;
    padding: 80px 0 20px;
  }
  .news_box dl dt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 20px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 2001px) {
  .news {
    background-size: 100% 623px, 420px auto;
  }
}
.information {
  margin-bottom: 6rem;
  padding: 1rem 5% 0;
  background-image: url(../img/index/info_chara.svg), url(../img/index/info_bg.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem bottom 3rem, center bottom;
  background-size: 34vw auto, 250vw 90%;
}
.information_tit {
  margin-bottom: 2rem;
  color: #004f9f;
}
.information_tit::before {
  color: #0babc4;
}
.information_tit::after {
  background: #0babc4;
}
.information_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.5%;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
}
.information_lst li {
  width: 31%;
}
.information_lst li a {
  display: block;
  word-break: keep-all;
  text-align: center;
  color: #004f9f;
}
.information_lst li a::before {
  display: block;
  width: 27vw;
  height: 27vw;
  margin: 0 auto 0.8rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 104, 156, 0.1);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 104, 156, 0.1);
  content: "";
}
.information_lst li a::after {
  margin-left: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\f138';
}
.information_lst li .a_ear::before {
  background-image: url(../img/index/info_ear.svg);
}
.information_lst li .a_nose::before {
  background-image: url(../img/index/info_nose.svg);
}
.information_lst li .a_throat::before {
  background-image: url(../img/index/info_throat.svg);
}
.information_lst li .a_kids::before {
  background-image: url(../img/index/info_kids.svg);
}
.information_lst li .a_dizziness::before {
  background-image: url(../img/index/info_dizziness.svg);
}
.information_lst li .a_pollinosis::before {
  background-image: url(../img/index/info_pollinosis.svg);
}
.information_lst li .a_sas::before {
  background-image: url(../img/index/info_sas.svg);
}
.information_lst li .a_hearingaid::before {
  background-image: url(../img/index/info_hearingaid.svg);
}
.information_lst li .a_slit::before {
  background-image: url(../img/index/info_slit.svg);
}
.information_lst li .a_bspot::before {
  background-image: url(../img/index/info_bspot.svg);
}
.information_lst li .a_vaccination::before {
  background-image: url(../img/index/info_vaccination.svg);
}
.information_lst li .a_operation::before {
  background-image: url(../img/index/info_operation.svg);
}

@media screen and (min-width: 48em), print {
  .information {
    margin-bottom: 196px;
    padding: 15px 0 0;
    background-image: url(../img/index/info_chara.svg), url(../img/index/info_bg.svg);
    background-position: right calc(50% - 750px) bottom, center 175px;
    background-size: 502px auto, 2000px 1038px;
  }
  .information_tit {
    margin-bottom: 40px;
  }
  .information_lst {
    gap: 48px 40px;
    font-size: 2rem;
  }
  .information_lst li {
    width: 250px;
  }
  .information_lst li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .information_lst li a::before {
    width: 250px;
    height: 250px;
    margin: 0 auto 22px;
    background-size: 150px auto;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 104, 156, 0.1);
            box-shadow: 0 10px 30px rgba(0, 104, 156, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .information_lst li a::after {
    margin-left: 8px;
  }
  .information_lst li a:hover {
    color: #0072e5;
  }
  .information_lst li a:hover::before {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-filter: hue-rotate(30deg);
            filter: hue-rotate(30deg);
    -webkit-box-shadow: 0 30px 5px -10px rgba(157, 180, 174, 0.3);
            box-shadow: 0 30px 5px -10px rgba(157, 180, 174, 0.3);
  }
}
@media screen and (min-width: 2001px) {
  .information {
    background-size: 502px auto, 100% 1038px;
  }
}
.feature {
  padding: 0 5% 4rem;
  background-image: url(../img/index/feat_bg1.svg), url(../img/index/feat_bg2.svg);
  background-repeat: no-repeat;
  background-position: center top 1rem, center top 25%;
  background-size: 200vw auto, 400% 90%;
}
.feature_tit {
  color: #630;
}
.feature_tit::before {
  color: #ff9300;
}
.feature_tit::after {
  background: #ff9300;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst section {
  position: relative;
  counter-increment: fNum 1;
  margin-top: 23vw;
  padding: 2.5rem 1.8rem 1rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.1);
          box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.1);
}
.feature_lst section::before {
  position: absolute;
  top: -21.5vw;
  display: block;
  width: 35vw;
  height: 35vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.1);
          box-shadow: 0 0.5rem 1.5rem rgba(153, 51, 0, 0.1);
  content: "";
}
.feature_lst section::after {
  position: absolute;
  top: -0.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #ff9300;
  content: counter(fNum) ". ";
}
.feature_lst section .tit {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #630;
}
.feature_lst section .txt {
  margin-bottom: 0;
}
.feature_lst_area::before {
  background-image: url(../img/index/feat_area.jpg);
}
.feature_lst_parking::before {
  background-image: url(../img/index/feat_parking.jpg);
}
.feature_lst_surgery::before {
  background-image: url(../img/index/feat_surgery.jpg);
}
.feature_lst_woman::before {
  background-image: url(../img/index/feat_woman.jpg);
}
.feature_lst_wrsv::before {
  background-image: url(../img/index/feat_wrsv.jpg);
}
.feature_lst_restroom::before {
  background-image: url(../img/index/feat_restroom.jpg);
}
.feature_lst_saturday::before {
  background-image: url(../img/index/feat_saturday.jpg);
}
.feature_lst_infection::before {
  background-image: url(../img/index/feat_infection.jpg);
}

@media screen and (max-width: 47.99em) {
  .feature_lst section:nth-of-type(odd)::before {
    right: 0.5rem;
  }
  .feature_lst section:nth-of-type(odd)::after {
    left: 2rem;
  }
  .feature_lst section:nth-of-type(even)::before {
    left: 0.5rem;
  }
  .feature_lst section:nth-of-type(even)::after {
    right: 2rem;
  }
  .feature_lst section:nth-of-type(even) .tit {
    text-align: right;
  }
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 14px 0 242px;
    background-position: center top, center top 315px;
    background-size: 2000px auto, 2000px 1390.5px;
  }
  .feature > .wrap {
    padding: 0 40px;
  }
  .feature_tit {
    margin-bottom: 40px;
  }
  .feature_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .feature_lst section {
    width: 320px;
    margin-top: 181px;
    padding: 54px 32px 32px;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px rgba(153, 51, 0, 0.1);
            box-shadow: 0 10px 30px rgba(153, 51, 0, 0.1);
  }
  .feature_lst section::before {
    top: -181px;
    right: 10px;
    width: 220px;
    height: 220px;
    border-width: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(153, 51, 0, 0.1);
            box-shadow: 0 10px 30px rgba(153, 51, 0, 0.1);
  }
  .feature_lst section::after {
    left: 32px;
    font-size: 7.2rem;
  }
  .feature_lst section .tit {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .feature_lst section .txt {
    font-size: 1.8rem;
  }
  .feature_lst section:nth-of-type(n+4):nth-child(-n+6)::before {
    left: 10px;
    right: auto;
  }
  .feature_lst section:nth-of-type(n+4):nth-child(-n+6)::after {
    left: auto;
    right: 32px;
  }
  .feature_lst section:nth-of-type(n+4):nth-child(-n+6) .tit {
    text-align: left;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: 2000px auto, 100% 1797px;
  }
}
.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: "←";
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #0babc4;
  background-color: #fafaf2;
  background-image: url(../img/tit_heading.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 240px;
    font-size: 4rem;
    letter-spacing: 0.1em;
    padding: 0 calc(50% - 600px);
  }
}

.breadcrumbs {
  padding: 1rem 5% 0;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #004f9f;
  background: transparent;
}
.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: 18px 0 0;
    font-size: 1.4rem;
  }
  .breadcrumbs ol {
    width: 1120px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting .photo {
  max-width: 60%;
  margin: 0 auto 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  border: 0.4rem solid #fff;
  border-radius: 1rem;
}
body#page_doctor .doctor_greeting .photo img {
  clip-path: inset(10% 0 14% 0);
  margin: -15% 0 -21%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile section {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile section.cat_bio ul li ~ li {
  margin-top: 0.4em;
}
body#page_doctor .doctor_profile .lst_ul {
  font-weight: normal;
  color: inherit;
}
body#page_doctor .doctor_profile .lst_ul li::marker {
  color: #630;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .photo {
    float: right;
    max-width: 320px;
    margin: 0 0 0 64px;
    border: 5px solid #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  body#page_doctor .doctor_greeting .photo img {
    clip-path: none;
    margin: 0;
  }
  body#page_doctor .doctor_greeting .signature {
    margin-bottom: 0;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile section.cat_bio {
    width: 100%;
  }
  body#page_doctor .doctor_profile section.cat_qualification {
    width: 40%;
  }
  body#page_doctor .doctor_profile section.cat_society {
    width: 30%;
  }
  body#page_doctor .doctor_profile section.cat_media {
    width: 30%;
  }
}

#clinicSlide {
  visibility: hidden;
  width: auto;
}
#clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
  color: #004f9f;
  -webkit-filter: drop-shadow(0 0 3px #fff);
          filter: drop-shadow(0 0 3px #fff);
}
#clinicSlide .slider-panel .slick-prev.slick-disabled, #clinicSlide .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
#clinicSlide .slider-panel .slick-prev {
  left: 0;
}
#clinicSlide .slider-panel .slick-next {
  right: 0;
}
#clinicSlide .slider-nav {
  margin-top: 0.5rem;
}
#clinicSlide .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current {
  background: #004f9f;
}
#clinicSlide figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  background: #004f9f;
}
@media screen and (min-width: 48em), print {
  #clinicSlide {
    width: 750px;
    margin: 0 auto;
  }
  #clinicSlide .slider-panel .slick-prev, #clinicSlide .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before {
    font-size: 5rem;
    -webkit-filter: none;
            filter: none;
  }
  #clinicSlide .slider-panel .slick-prev {
    left: -60px;
  }
  #clinicSlide .slider-panel .slick-next {
    right: -60px;
  }
  #clinicSlide figcaption {
    font-size: 2.4rem;
  }
}

#equipmentList > figure {
  margin-bottom: 1.2rem;
}
#equipmentList > figure figcaption {
  padding: 0.2rem 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  #equipmentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 60px;
  }
  #equipmentList > figure {
    width: 520px;
    margin-bottom: 0;
  }
}

body#page_access .main {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
body#page_access .timetable_tbl {
  font-family: inherit;
}
body#page_access .timetable_tbl tbody th, body#page_access .timetable_tbl tbody td {
  background-color: #fff;
}
body#page_access .timetable_tbl tbody th {
  font-size: 83.5%;
}
body#page_access .timetable_tbl tbody td {
  font-family: initial;
}
body#page_access .timetable_note {
  margin-top: 1rem;
}
body#page_access .access_info dt {
  padding: 0.3rem 1rem;
  font-weight: bold;
  color: #fff;
  background: #0babc4;
  border-radius: 2px;
}
body#page_access .access_info dd {
  margin-bottom: 1rem;
  padding: 0.5rem;
}
body#page_access .access_info dd span {
  display: inline-block;
}
body#page_access .access_photo li {
  margin-bottom: 1.5rem;
}
body#page_access .access_photo li img {
  border: 1px solid #7bc8d4;
}
body#page_access .gmap {
  height: 30rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .main {
    padding-bottom: 60px;
  }
  body#page_access .timetable {
    display: flex;
    justify-content: space-between;
  }
  body#page_access .timetable_tbl {
    width: 700px;
    font-size: 2rem;
  }
  body#page_access .timetable_tbl tbody th {
    font-size: 100%;
  }
  body#page_access .timetable_note {
    width: 400px;
    margin: 4px 0;
  }
  body#page_access .timetable_note dt {
    font-size: 100%;
  }
  body#page_access .access_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  body#page_access .access_info dt {
    width: 6em;
    padding: 0.3em 0;
    text-align: center;
    border-radius: 4px;
  }
  body#page_access .access_info dd {
    flex-grow: 1;
    min-width: calc(50% - 8em);
    padding: 0.3em 1em;
  }
  body#page_access .access_photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  body#page_access .access_photo li {
    width: 540px;
    margin-bottom: 0;
  }
  body#page_access .gmap {
    height: 500px;
  }
}

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