@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-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; }

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

button { cursor: pointer; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
@keyframes fadePara { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fade_up { 0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fade_right { 0% { opacity: 0; transform: translateX(10rem); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes fade_left { 0% { opacity: 0; transform: translateX(-10rem); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes fade_in { 0% { opacity: 0; transform: translateY(10rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fuwafuwa { 0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); } }
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 85%; }
@media screen and (min-width: 48em), print { .txt_small { font-size: 74%; } }

.d_block { display: block; }

.line_mark { background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFCA8 0%) repeat scroll 0 0; }

.nado { margin-top: 0; }

.sp_block { display: block; }
@media screen and (min-width: 48em), print { .sp_block { display: inline-block; } }

.fs-1 { font-size: 0.1rem !important; }

.fs-2 { font-size: 0.2rem !important; }

.fs-3 { font-size: 0.3rem !important; }

.fs-4 { font-size: 0.4rem !important; }

.fs-5 { font-size: 0.5rem !important; }

.fs-6 { font-size: 0.6rem !important; }

.fs-7 { font-size: 0.7rem !important; }

.fs-8 { font-size: 0.8rem !important; }

.fs-9 { font-size: 0.9rem !important; }

.fs-10 { font-size: 1rem !important; }

.fs-11 { font-size: 1.1rem !important; }

.fs-12 { font-size: 1.2rem !important; }

.fs-13 { font-size: 1.3rem !important; }

.fs-14 { font-size: 1.4rem !important; }

.fs-15 { font-size: 1.5rem !important; }

.fs-16 { font-size: 1.6rem !important; }

.fs-17 { font-size: 1.7rem !important; }

.fs-18 { font-size: 1.8rem !important; }

.fs-19 { font-size: 1.9rem !important; }

.fs-20 { font-size: 2rem !important; }

.fs-21 { font-size: 2.1rem !important; }

.fs-22 { font-size: 2.2rem !important; }

.fs-23 { font-size: 2.3rem !important; }

.fs-24 { font-size: 2.4rem !important; }

.fs-25 { font-size: 2.5rem !important; }

.fs-26 { font-size: 2.6rem !important; }

.fs-27 { font-size: 2.7rem !important; }

.fs-28 { font-size: 2.8rem !important; }

.fs-29 { font-size: 2.9rem !important; }

.fs-30 { font-size: 3rem !important; }

@media screen and (min-width: 48em), print { .fs-1 { font-size: 0.15rem !important; }
  .fs-2 { font-size: 0.3rem !important; }
  .fs-3 { font-size: 0.45rem !important; }
  .fs-4 { font-size: 0.6rem !important; }
  .fs-5 { font-size: 0.75rem !important; }
  .fs-6 { font-size: 0.9rem !important; }
  .fs-7 { font-size: 1.05rem !important; }
  .fs-8 { font-size: 1.2rem !important; }
  .fs-9 { font-size: 1.35rem !important; }
  .fs-10 { font-size: 1.5rem !important; }
  .fs-11 { font-size: 1.65rem !important; }
  .fs-12 { font-size: 1.8rem !important; }
  .fs-13 { font-size: 1.95rem !important; }
  .fs-14 { font-size: 2.1rem !important; }
  .fs-15 { font-size: 2.25rem !important; }
  .fs-16 { font-size: 2.4rem !important; }
  .fs-17 { font-size: 2.55rem !important; }
  .fs-18 { font-size: 2.7rem !important; }
  .fs-19 { font-size: 2.85rem !important; }
  .fs-20 { font-size: 3rem !important; }
  .fs-21 { font-size: 3.15rem !important; }
  .fs-22 { font-size: 3.3rem !important; }
  .fs-23 { font-size: 3.45rem !important; }
  .fs-24 { font-size: 3.6rem !important; }
  .fs-25 { font-size: 3.75rem !important; }
  .fs-26 { font-size: 3.9rem !important; }
  .fs-27 { font-size: 4.05rem !important; }
  .fs-28 { font-size: 4.2rem !important; }
  .fs-29 { font-size: 4.35rem !important; }
  .fs-30 { font-size: 4.5rem !important; } }
.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  .tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .main .wrap > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }
.main > section > section, .main .wrap > section > section, .flex2 > section > section { margin-top: 3.0rem; }

.main > section section ~ section, .main .wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .main .wrap > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .main .wrap > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .main .wrap > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section > section, .main .wrap > section > section, .flex2 > section > section { margin-top: 6.0rem; }
  .main > section section ~ section, .main .wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .main .wrap > section > section .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .main .wrap > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
.tbl_time { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; padding-bottom: 4rem; }
.tbl_time caption span { color: #F6BB43; }
.tbl_time tr th { border: 1px solid #CCCCCC; background: #FFFFFF; font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; color: #fff; background: #6FC1E6; }
.tbl_time tr th[scope="col"]:first-child { width: 20%; }
.tbl_time tr td { color: #F6BB43; border: 1px solid #CCCCCC; background: #FFFFFF; text-align: center; padding: 1.0rem .4rem; line-height: 1.2; }
.tbl_time tr td span { display: block; color: #333333; font-size: 1rem; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { font-size: 100%; margin-top: 1rem; }
  .tbl_time tr th[scope="col"] { padding: 1.5rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 20%; }
  .tbl_time tr th[scope="col"].am, .tbl_time tr th[scope="col"].pm { width: 15%; }
  .tbl_time tr th.time { line-height: 1.3; }
  .tbl_time tr td { padding: 1.2rem 0; }
  .tbl_time tr td span { font-size: 1.8rem; } }
.gmap { width: 100%; }

.tit_01 { background: url("../img/tit_01.webp") center center/auto 100% no-repeat; margin-bottom: 1rem; padding: 3rem 1rem; }
.tit_01 span { color: #575757; font-size: 2.1rem; }
.tit_01 span span { display: block; }

.tit_02 { color: #575757; font-size: 2.0rem; line-height: 1.2; text-align: center; margin: 0 0 3.0rem; position: relative; }
.tit_02::before { content: ''; width: 60px; height: 2px; display: inline-block; position: absolute; left: 0; right: 0; margin: auto; bottom: -15px; background-color: #6FC1E6; border-radius: 1px; /* 線幅の半分 */ }

.tit_03 { background: #6FC1E6; color: #fff; font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; padding: 0.8rem 1rem; }

.tit_04 { color: #6FC1E6; font-size: 1.6rem; line-height: 1.2; margin: 2rem 0 1.0rem; padding-bottom: 0.5rem; border-bottom: 1px solid #6FC1E6; }

.tit_05 { color: #6FC1E6; font-size: 1.5rem; line-height: 1; margin: 0 0 2.0rem; padding: 0.4rem 1rem; border-left: 2px solid #6FC1E6; }

@media screen and (min-width: 48em), print { .tit_01 { width: 100%; margin-bottom: 2rem; padding: 11rem 0; background-size: 100% auto; }
  .tit_01 span { display: block; width: 1200px; margin: 0 auto; font-size: 4.8rem; letter-spacing: 0.3rem; }
  .tit_01 span span { display: inline; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 7.0rem; letter-spacing: 0.2rem; }
  .tit_02::before { width: 120px; height: 3px; bottom: -25px; border-radius: 2px; /* 線幅の半分 */ }
  .tit_03 { font-size: 3rem; margin: 3rem 0 2.0rem; padding: 1rem 1.5rem; letter-spacing: 0.1rem; }
  .tit_04 { font-size: 2.4rem; margin: 3rem 0 2.0rem; padding-bottom: 1rem; letter-spacing: 0.1rem; }
  .tit_05 { font-size: 1.8rem; margin: 0 0 3.0rem; padding: 0.5rem 1.2rem; border-left: 4px solid #6FC1E6; letter-spacing: 0.1rem; } }
.lst { line-height: 1.4; margin: 1.0rem 0; }
.lst > li { position: relative; }
.lst > li:not(:last-child) { margin: 0 0 1.0rem; }

.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1.4em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul > li::before { content: "●"; color: #71D4D5; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #333333; }

.lst_ul_disc { margin: 0 0 0 2.0rem; }
.lst_ul_disc > li { list-style: disc; }
.lst_ul_disc > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul_disc > li::marker { color: #333333; }

.lst_ol { line-height: 1.4; counter-reset: number 0; margin: 1.0rem 0; }
.lst_ol > li { counter-increment: number 1; padding: 0 0 0 1.8em; position: relative; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::before { display: inline-block; content: counter(number); color: #fff; background: #6FC1E6; border-radius: 50%; position: absolute; top: 0.2rem; left: 0; width: 1.6rem; height: 1.6rem; text-align: center; font-size: 1.1rem; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

.lst_dl02 { margin-top: 2rem; }
.lst_dl02 dt { font-weight: bold; color: #6FC1E6; padding: 0.3rem 0; border-top: 1px solid #6FC1E6; }
.lst_dl02 dd { margin: 0 0 2.5rem; padding: 0.3rem 0; border-top: 1px dotted #6FC1E6; }

@media screen and (min-width: 48em), print { .lst_ol > li::before { width: 2.1rem; height: 2.1rem; font-size: 1.4rem; top: 0.3rem; }
  .lst_dl01, .lst_dl02 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl01 dt, .lst_dl02 dt { width: 20%; }
  .lst_dl01 dd, .lst_dl02 dd { width: 80%; padding: 0 0 0 1.0rem; }
  .lst_dl02 { border-bottom: 1px solid #6FC1E6; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 3rem; }
  .lst_dl02 dt { width: 27%; padding: 1rem 0; }
  .lst_dl02 dd { width: 73%; margin: 0; padding: 1rem 0 1rem 2rem; border-top: 1px solid #6FC1E6; } }
.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li, .flex3 section { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex3 { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  .flex3 > li, .flex3 section { width: 31%; }
  .flex3 > li:not(:nth-child(3n)), .flex3 section:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; }
  .flex3_01 { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  .flex3_01 > li, .flex3_01 section { width: 31%; }
  .flex3_01 > li:not(:nth-child(3n)), .flex3_01 section:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.tel { display: inline-block; color: #6FC1E6; font-size: 110%; }
.tel::before { font-family: "fontello"; content: "\e801"; padding-right: 0.2rem; font-size: 90%; }
@media screen and (min-width: 48em), print { .tel { pointer-events: none; } }

.box { padding: 1.0rem; border-radius: 1rem; }
@media screen and (min-width: 48em), print { .box { padding: 2.0rem; border-radius: 2rem; } }
.box.blue { background: #E3F2F8; }
.box.bluegray { background: #EAF8F9; }
.box.orange { background: #F9F4EA; }

.btn { margin: 0.1rem 0.5rem; padding: 0.2rem 2rem; display: inline-block; text-decoration: none !important; letter-spacing: 0.1rem; border-radius: 50vh; cursor: pointer; position: relative; }
.btn::after { font-family: "fontello"; content: "\f006"; line-height: 1; font-size: 1.1rem; position: absolute; right: 0.6rem; left: auto; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.btn.blue { background: #6FC1E6; color: #fff; }
.btn.green { background: #71D4D5; color: #fff; }
@media screen and (min-width: 48em), print { .btn { margin: 0 0.5rem; padding: 0.5rem 4rem; letter-spacing: 0.2rem; }
  .btn:hover { background: #F6BB43; opacity: 1; }
  .btn:after { font-size: 1.4rem; right: 1rem; } }

.lnk { display: inline-block; text-decoration: none !important; letter-spacing: 0.05rem; cursor: pointer; color: #6FC1E6; }
.lnk::before { font-family: "fontello"; content: "\e804"; padding-right: 0.2rem; }
@media screen and (min-width: 48em), print { .lnk::before { padding-right: 0.5rem; transition: .2s; } }
.lnk:hover { color: #F6BB43; opacity: 1; }
.lnk:hover::before { color: #F6BB43; }
.lnk.maru::before { font-family: "fontello"; content: "\e814"; }
.lnk.scr::before { font-family: "fontello"; content: "\f004"; padding-right: 0.5rem; font-size: 1.1rem; }
@media screen and (min-width: 48em), print { .lnk.scr::before { font-size: 1.5rem; margin-left: 1rem; } }

.linkout { display: inline-block; color: #333333; text-decoration: none !important; margin: 0 .2em; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .4rem; }

.tbl { width: 100%; margin: 2.0rem 0; border-spacing: 0; font-size: 1.4rem; border-collapse: collapse; }
.tbl caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl tr th { text-align: left; padding: 1.0rem; font-weight: normal; }
.tbl tr td { text-align: left; padding: 1.0rem; }
.tbl.ue tr th { border: 1px solid #ccc; background: #97CDE3; color: #fff; }
.tbl.ue tr td { border: 1px solid #ccc; }
.tbl.ue tr td:nth-of-type(1) { background: #EFF7FB; }
.tbl.ue tr td:nth-of-type(2) { background: #F7FBFD; }
.tbl.ue tr td:nth-of-type(3) { background: #FFFFFF; }
.tbl.yoko tr th { font-weight: bold; color: #6FC1E6; border-top: 1px solid #6FC1E6; border-bottom: 1px solid #6FC1E6; }
.tbl.yoko tr td { border-top: 1px solid #6FC1E6; border-bottom: 1px solid #6FC1E6; }

@media screen and (min-width: 48em), print { .tbl { table-layout: fixed; border-radius: 1rem; font-size: 1.8rem; }
  .tbl tr th { padding: 1.0rem 2.5rem; }
  .tbl tr td { padding: 1.0rem 2.5rem; } }
html { font-size: calc(100vw / 32); }

body { position: relative; background: #fff; color: #333333; font-family: 'Zen Maru Gothic',sans-serif,"Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ""; background: rgba(255, 255, 255, 0.9); position: fixed; bottom: 0; z-index: 2; opacity: 0; transition: all .2s ease-in-out 0s; }
body.spnav_modal { height: 100%; overflow: hidden; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.wrap { margin-right: 1rem; margin-left: 1rem; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([class*="btn"], [href*="tel:"]) { text-decoration: underline; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  body .clone_nav { width: 100%; background: rgba(255, 255, 255, 0.8); position: fixed; top: 0; left: 0; opacity: 0; transition: 0.3s; z-index: -1; }
  body .clone_nav .gnav { width: 1200px; justify-content: space-between; }
  body .clone_nav .gnav li { width: calc(100% / 8); }
  body .clone_nav .gnav li.header_n { display: block !important; }
  body .clone_nav .gnav .subbox { top: 10.25rem !important; }
  body .clone_nav.scroll { opacity: 1; z-index: 10; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.8rem; line-height: 1.8; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; } }
:target::before { content: ""; display: block; height: 2.0rem; margin: -2.0rem 0 0; visibility: hidden; }

.header { width: 100%; position: sticky; z-index: 10; top: 0; background: rgba(255, 255, 255, 0.8); }
.header .wrap { margin: 0rem; padding: 1rem; }
.header .wrap .headL .acs { margin: 0; font-size: 1rem; text-align: right; }
.header .wrap .headL .acs::before { font-family: "fontello"; content: "\e817"; padding-right: 0.5rem; }
.header .wrap .headL .logo { width: calc(100% - 5.0rem); height: 5.0rem; margin-top: -0.5rem; }
.header .wrap .headL .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .wrap .headL .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); color: transparent; text-indent: 100%; white-space: nowrap; }

@media screen and (min-width: 48em), print { .header { position: static; background: #fff; }
  .header .wrap { margin: 0 auto; padding: 1rem 0; display: flex; justify-content: space-between; }
  .header .wrap .headL { width: 36%; }
  .header .wrap .headL .acs { font-size: 1.6rem; text-align: left; padding-bottom: 0.5rem; }
  .header .wrap .headL .logo { margin-top: 1.8rem; width: 100%; height: 10rem; }
  .header .wrap .headR { width: 64%; }
  .header .wrap .headR .tel_rsv { display: flex; justify-content: flex-end; align-items: flex-end; }
  .header .wrap .headR .tel_rsv li .tel { font-size: 3rem; }
  .header .wrap .headR .tel_rsv li .lnk { margin: 0.5rem 1rem 0.5rem 3rem; font-size: 1.8rem; } }
@media screen and (min-width: 48em), print { .fixed_btn { position: fixed; top: 32.8rem; right: 0rem; z-index: 10; }
  .fixed_btn a { display: inline-block; height: 22rem; width: 6rem; background: #6FC1E6; border-radius: 10px 0px 0px 10px; color: #fff; font-size: 2.4rem; font-weight: bold; writing-mode: vertical-rl; text-orientation: upright; letter-spacing: 0.1rem; padding: 2.5rem 0 0; }
  .fixed_btn a::before { font-family: "fontello"; content: "\e812"; font-size: 150%; margin-bottom: 1rem; font-weight: normal; }
  .fixed_btn a:hover { opacity: 1; background: #F6BB43; } }
#nav { width: 100vw; }
#nav #sp_menu { color: #6FC1E6; width: 4rem; height: 4rem; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 3.1rem; right: 1rem; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e818"; font-size: 3.2rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e819"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }

.gnav_subnav { display: none; width: 94vw; max-height: 92vh; overflow-y: auto; padding: 1.6rem 0 15rem; position: absolute; top: 8rem; left: 0; right: 0; margin: auto; z-index: 10; }
.gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub { display: flex; justify-content: flex-start; align-items: center; text-align: left; padding: 1rem 0.5rem; font-size: 1.6rem; font-weight: bold; }
.gnav_subnav .gnav li a::before, .gnav_subnav .gnav li .sub::before { width: 3rem; margin-right: 1rem; font-weight: normal; text-align: center; font-size: 2rem; }
.gnav_subnav .gnav li a.home::before, .gnav_subnav .gnav li .sub.home::before { font-family: "fontello"; content: "\e81a"; }
.gnav_subnav .gnav li a.doctor::before, .gnav_subnav .gnav li .sub.doctor::before { font-family: "fontello"; content: "\e80f"; }
.gnav_subnav .gnav li a.clinic::before, .gnav_subnav .gnav li .sub.clinic::before { font-family: "fontello"; content: "\e80c"; }
.gnav_subnav .gnav li a.first::before, .gnav_subnav .gnav li .sub.first::before { font-family: "fontello"; content: "\e80d"; }
.gnav_subnav .gnav li a.faq::before, .gnav_subnav .gnav li .sub.faq::before { font-family: "fontello"; content: "\e80e"; }
.gnav_subnav .gnav li a.access::before, .gnav_subnav .gnav li .sub.access::before { font-family: "fontello"; content: "\e810"; }
.gnav_subnav .gnav li a.blog::before, .gnav_subnav .gnav li .sub.blog::before { font-family: "fontello"; content: "\e815"; }
.gnav_subnav .gnav li .sub { width: 100%; }
.gnav_subnav .gnav li .sub::before { font-family: "fontello"; content: "\e80b"; }
.gnav_subnav .gnav li .sub::after { content: "▼"; margin: 0 0 0 auto; color: #71D4D5; }
.gnav_subnav .gnav li .sub.close::after { content: "▲"; }
.gnav_subnav .gnav li .subbox { display: none; background: rgba(113, 212, 213, 0.9); z-index: 10; }
.gnav_subnav .gnav li .subbox .subnav { padding: 0.5rem 0; }
.gnav_subnav .gnav li .subbox .subnav li { color: #fff; }
.gnav_subnav .gnav li .subbox .subnav li a { color: #fff; line-height: 1.4; font-size: 1.5rem; }
.gnav_subnav .gnav li .subbox .subnav li a::before { content: ""; background: #fff; width: 0.7rem; height: 0.2rem; margin: 0 2rem 0 1.3rem; }
.gnav_subnav .gnav li .subbox .subnav li a.dementia span { display: none; }

@media screen and (min-width: 48em), print { #nav { width: auto; }
  #nav #sp_menu { display: none; }
  .gnav_subnav { display: block !important; width: 100%; max-height: auto; overflow-y: visible; padding: 0; position: static; }
  .gnav_subnav .gnav { margin: auto; display: flex; justify-content: flex-end; }
  .gnav_subnav .gnav li.header_n { display: none; }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub { justify-content: center; align-items: center; text-align: center; font-size: 1.5rem; margin: 0; cursor: pointer; flex-direction: column; }
  .gnav_subnav .gnav li a::before, .gnav_subnav .gnav li .sub::before { width: auto; margin: 0; font-size: 4rem; }
  .gnav_subnav .gnav li a::after, .gnav_subnav .gnav li .sub::after { content: none; }
  .gnav_subnav .gnav li a.close::after, .gnav_subnav .gnav li .sub.close::after { content: none; }
  .gnav_subnav .gnav li a:hover, .gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub:hover, .gnav_subnav .gnav li .sub.current { color: #71D4D5; opacity: 1; }
  .gnav_subnav .gnav li .subbox { width: 100%; position: absolute; top: 16.9rem; left: 0; }
  .gnav_subnav .gnav li .subbox > .subnav { display: flex; justify-content: flex-start; flex-wrap: wrap; width: calc(1200px - 100px); margin: 0 auto; padding: 1.5rem 0 2.7rem; }
  .gnav_subnav .gnav li .subbox > .subnav li { width: calc(100% / 4); padding-left: 0; }
  .gnav_subnav .gnav li .subbox > .subnav li a { padding: 0.8rem 1.5rem; text-align: left; font-size: 1.5rem; display: block; position: relative; }
  .gnav_subnav .gnav li .subbox > .subnav li a.adhd span { display: block; }
  .gnav_subnav .gnav li .subbox > .subnav li a::before { position: absolute; font-size: 2rem; top: 1.9rem; left: -1.5rem; }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover { text-decoration: underline; opacity: 1; } }
.overview { padding: 6.0rem 0 0; font-size: 1.4rem; line-height: 1.6; background: linear-gradient(#fff 0%, #fff 4rem, #EFF7FB 4rem, #EFF7FB 100%); }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.overview > .wrap .overviewL .gaiyo dt { width: 30%; padding: .4rem; color: #333333; border-top: 1px solid #6FC1E6; text-align: center; }
.overview > .wrap .overviewL .gaiyo dd { width: 70%; padding: .4rem; border-top: 1px solid #CCCCCC; }
.overview > .wrap .overviewL .gaiyo dd .tel { color: #333333; }
.overview > .wrap .overviewL .gaiyo dd .tel::before { content: none; }
.overview > .wrap .overviewR .tbl_time { margin: 2.0rem 0 0; }
.overview .gmap { height: 100vw; }

@media screen and (min-width: 48em), print { .overview { padding: 9.0rem 0 0; font-size: 1.8rem; background: linear-gradient(#fff 0%, #fff 6rem, #EFF7FB 6rem, #EFF7FB 100%); }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 57.0rem; }
  .overview > .wrap { display: flex; justify-content: space-between; margin-bottom: 2rem; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .gaiyo dt { width: 18%; padding: 1.7rem 0; }
  .overview > .wrap .overviewL .gaiyo dd { width: 82%; padding: 1.7rem; letter-spacing: 0.05rem; }
  .overview > .wrap .overviewL .gaiyo dd .lnk::before { letter-spacing: 0; }
  .overview > .wrap .overviewR .tbl_time { margin: 0; }
  .overview .gmap { height: 40rem; } }
#tel_up { width: 100%; height: 4.0rem; background: #fff; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; font-size: 1.4rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: calc(100% - 4rem); height: 100%; display: flex; align-items: center; justify-content: space-evenly; }
#tel_up ul li { width: 48%; height: 90%; text-align: center; background: #6FC1E6; border-radius: 5px; display: flex; align-items: center; justify-content: center; }
#tel_up ul li .tel { color: #fff; }
#tel_up ul li .lnk { color: #fff; width: 100%; margin: 0; }
#tel_up ul li .lnk::before { font-family: "fontello"; content: "\e812"; font-size: 113%; padding-right: 0.4rem; }
#tel_up #pageup { display: block; width: 4.0rem; height: 90%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; color: #fff; background: #97CDE3; border-radius: 5px; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\f005"; color: #fff; position: relative; margin: 1.1rem 0 0; }
#tel_up #pageup .clip { clip-path: inset(50%); color: transparent; }

@media screen and (min-width: 48em), print { #tel_up { width: 6.0rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 100%; height: 6.0rem; font-size: 3.0rem; border-radius: 50%; }
  #tel_up #pageup::before { margin: 1.4rem 0 0; } }
.footer { text-align: center; padding: 4rem 0; background: #EFF7FB; }
.footer .copy { display: block; background: #6FC1E6; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3rem 0 0; }
  .footer .copy { margin: 3.0rem 0 0; padding: 3rem 1rem; font-size: 1.8rem; }
  .footer ul { display: block; text-align: center; width: 80rem; margin: 0 auto; }
  .footer ul li { display: inline-block; font-size: 1.8rem; margin: 0; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: "|"; margin: 0 0.7rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { color: #71D4D5; opacity: 1; }
  .footer ul li a.dementia span { display: none; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav { margin-top: 2rem; }
  .footer ul.subnav li:nth-child(6)::after { content: none; }
  .footer ul.subnav li:nth-child(12)::after { content: none; } }
@media screen and (min-width: 48em), print { body, html { height: 100%; margin: 0 auto; } }
.keyvsl { width: 100%; padding: 0 0 3rem; background: #fff; }
.keyvsl #keyvsl { width: 100%; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { width: 100%; }
.keyvsl .open_catch { position: relative; z-index: 1; margin: 0; }
.keyvsl .open_catch .open { position: absolute; bottom: 4rem; right: 0; text-align: center; font-size: 1.4rem; font-weight: bold; color: #fff; background: url("../img/logomark.svg") center center/contain no-repeat; padding: 2.5rem 0 0; z-index: -1; line-height: 1.2; letter-spacing: 0.1rem; opacity: 0; animation: fade_in 1s ease-out 1s 1 normal forwards,fuwafuwa 3s infinite 1.9s; width: 13rem; height: 14rem; }
.keyvsl .open_catch .open .txt_small { line-height: 1.8; font-size: 80%; letter-spacing: 0; }
.keyvsl .open_catch .catch { font-size: 1.5rem; font-weight: bold; text-align: center; margin: 0; padding: 1rem 0; }

@media screen and (min-width: 48em), print { .keyvsl { position: relative; padding: 0 0 7rem; }
  .keyvsl #keyvsl img { max-height: 94rem; }
  .keyvsl .open_catch { position: absolute; bottom: 17rem; left: 0; right: 0; margin: auto; }
  .keyvsl .open_catch .open { bottom: -13rem; right: 6rem; font-size: 3.6rem; padding: 12rem 0 0; width: 27.6rem; height: 42rem; letter-spacing: 0.3rem; }
  .keyvsl .open_catch .catch { text-align: left; font-size: 3rem; letter-spacing: 0.3rem; text-shadow: 1px  1px 1px #fff, -1px  1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff; } }
.top_tit02 { text-align: center; font-size: 2.1rem; font-weight: bold; padding-bottom: 2rem; letter-spacing: 0.1rem; color: #575757; line-height: 1.4; }
.top_tit02 .en { display: block; color: #6FC1E6; font-size: 60%; }
@media screen and (min-width: 48em), print { .top_tit02 { font-size: 3.6rem; line-height: 1.6; letter-spacing: 0.3rem; padding-bottom: 2.5rem; }
  .top_tit02 .en { font-size: 1.8rem; letter-spacing: 0.1rem; } }

.info_timetable { background: #fff; }
.info_timetable .info { margin: 0 1.0rem 4rem; opacity: 0; }
.info_timetable .info.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.info_timetable .info dl { line-height: 1.4; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 1rem; }
.info_timetable .info dl dt { margin: 0 0 .6rem; font-weight: bold; color: #6FC1E6; cursor: pointer; font-size: 110%; position: relative; padding: 1.6rem 0 0 2rem; }
.info_timetable .info dl dt::before { font-family: "fontello"; content: "\f004"; font-weight: normal; position: absolute; top: 1.6rem; left: 0; }
.info_timetable .info dl dt.open::before { font-family: "fontello"; content: "\f005"; }
.info_timetable .info dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; border-top: 1px solid #ccc; }
.info_timetable .info dl dt .new { display: inline-block; background-color: #F7BB43; border-radius: 0.2rem; margin: 0 0.5rem; padding: 0 0.7rem; color: #fff; font-size: 80%; font-weight: normal; letter-spacing: 0.1rem; }
.info_timetable .info dl dt a { text-decoration: none; }
.info_timetable .info dl dd { margin: 0 0 1.6rem; word-wrap: break-word; }
.info_timetable .info dl dd:not(:nth-of-type(-n+3)) { display: none; }
.info_timetable .info dl dd a { color: #6FC1E6; text-decoration: none !important; }
.info_timetable .info dl dd a::before { font-family: "fontello"; content: "\f006"; padding: 0 0.2rem; }
@media screen and (min-width: 48em), print { .info_timetable .info { margin: 0 0 8rem; }
  .info_timetable .info dl { flex: 1; }
  .info_timetable .info dl dt { font-size: 2.0rem; margin: 0 0 1.0rem; padding-left: 3rem; letter-spacing: 0.1rem; }
  .info_timetable .info dl dt .new { padding: 0 1rem; font-size: 1.4rem; }
  .info_timetable .info dl dd { font-size: 1.8rem; margin: 0 0 1.6rem; letter-spacing: 0.1rem; }
  .info_timetable .info dl dd a:before { padding: 0 0.5rem; }
  .info_timetable .info dl dd a:hover { color: #F6BB43; } }
.info_timetable .time_tbl { opacity: 0; }
.info_timetable .time_tbl.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }

.note { padding-bottom: 4rem; }
.note > div { border: 2px solid #71D4D5; background: #F9FDFD; }
.note > div.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.note > div .txt_large { color: #fff; background: #71D4D5; margin: 0 0 1.5rem; padding: 0.5rem 1rem; letter-spacing: 0.1rem; font-size: 117%; }
.note > div p, .note > div ul { margin: 1.5rem 1rem; text-align: justify; }
@media screen and (min-width: 48em), print { .note { padding-bottom: 8rem; }
  .note > div .txt_large { text-align: center; font-size: 2.4rem; margin-bottom: 3rem; }
  .note > div p, .note > div ul { margin: 2rem 4.5rem 4rem; } }
.note.red > div { border: 2px solid #ea502e; background: #fff4f1; }
.note.red > div .txt_large { background: #ea502e; }
.note.lightblue > div { border: 2px solid #6FC1E6; background: rgba(111, 193, 230, 0.2); }
.note.lightblue > div .txt_large { background: #6FC1E6; }

.credit { padding-bottom: 4rem; }
.credit > div { border: 2px solid #F6BB43; background: #fffbf2; }
.credit > div.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.credit > div .txt_large { color: #fff; background: #F6BB43; margin: 0 0 1.5rem; padding: 0.5rem 1rem; letter-spacing: 0.1rem; font-size: 117%; }
.credit > div p { margin: 1.5rem 1rem; text-align: justify; }
@media screen and (min-width: 48em), print { .credit { padding-bottom: 8rem; }
  .credit > div .txt_large { text-align: center; font-size: 2.4rem; margin-bottom: 3rem; }
  .credit > div p { margin: 2rem 4.5rem 4rem; } }

.feature { background: linear-gradient(#E3F2F9 0%, #E3F2F9 24rem, #fff 24rem, #fff 100%); margin-top: 15rem; padding: 4rem 0; }
.feature.para01::before { display: block; content: " "; position: fixed; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; z-index: -10; animation: fadePara 1s ease 0s 1 normal; background: url("../img/index_para_img01.webp") center center/cover no-repeat; }
.feature .flex { line-height: 1.4; counter-reset: number 0; }
.feature .flex > section { margin: 1rem 0 4rem !important; opacity: 0; display: flex; flex-direction: column; }
.feature .flex > section.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.feature .flex > section .feature_img { order: 1; width: 60vw; height: 60vw; margin: 0 auto; position: relative; counter-increment: number 1; }
.feature .flex > section .feature_img::before { color: #fff; background: #6FC1E6; border-radius: 50%; position: absolute; top: 0rem; left: 0rem; font-size: 3.2rem; content: counter(number); width: 5rem; height: 5rem; text-align: center; }
.feature .flex > section .feature_img img { border-radius: 50%; height: 100%; object-fit: cover; }
.feature .flex > section .feature_subtit { order: 2; margin: 2.5rem 0 1.5rem; text-align: center; color: #6FC1E6; font-size: 1.8rem; }
.feature .flex > section p { order: 3; margin: 0.5rem 0 1rem; text-align: justify; }
.feature .covid { border: 2px solid #71D4D5; background: #F9FDFD; opacity: 0; }
.feature .covid.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.feature .covid .covid_tit { color: #fff; text-align: center; background: #71D4D5; margin-bottom: 1.5rem; padding: 0.5rem; letter-spacing: 0.1rem; }
.feature .covid p { margin: 0 1rem; text-align: justify; }
.feature .covid .lst_ul { margin: 1.5rem 1rem; padding-left: 2rem; list-style: disc; }
.feature .covid .lst_ul li { text-align: justify; padding: 0; }
.feature .covid .lst_ul li::before { content: none; }

@media screen and (min-width: 48em), print { .feature { background: linear-gradient(#E3F2F9 0%, #E3F2F9 35rem, #fff 35rem, #fff 100%); margin-top: 36rem; padding: 5rem 0; }
  .feature.trigger .flex > section { animation: fade_up .4s ease-out .2s 1 normal forwards; }
  .feature.trigger .flex > section:nth-of-type(1) { animation-delay: 0.2s; }
  .feature.trigger .flex > section:nth-of-type(2) { animation-delay: 0.4s; }
  .feature.trigger .flex > section:nth-of-type(3) { animation-delay: 0.6s; }
  .feature.trigger .flex > section:nth-of-type(4) { animation-delay: 0.8s; }
  .feature.trigger .flex > section:nth-of-type(5) { animation-delay: 1s; }
  .feature.trigger .flex > section:nth-of-type(6) { animation-delay: 1.2s; }
  .feature.trigger .flex > section:nth-of-type(7) { animation-delay: 1.4s; }
  .feature .flex { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .feature .flex > section { width: 36rem; margin: 1rem 0 7rem; }
  .feature .flex > section .feature_img { width: 100%; height: 36rem; }
  .feature .flex > section .feature_img::before { font-size: 4.8rem; width: 9rem; height: 9rem; line-height: 1.7; }
  .feature .flex > section .feature_subtit { color: #6FC1E6; margin: 1.5rem 0; font-size: 2.4rem; letter-spacing: 0.1rem; }
  .feature .flex > section p { margin: 0 3rem; }
  .feature .covid { border: 4px solid #71D4D5; }
  .feature .covid .covid_tit { font-size: 2.4rem; margin-bottom: 3rem; }
  .feature .covid p { margin: 0 4rem; }
  .feature .covid .lst_ul { margin: 3.5rem 4rem 4rem; }
  .feature .covid .lst_ul li:not(:last-child) { margin: 0 0 0.5rem; } }
.greeting { margin-top: 0 !important; margin-bottom: 15rem; padding: 4rem 0; background: #EFF7FB; }
.greeting.para02::after { display: block; content: " "; position: fixed; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; z-index: -10; animation: fadePara 1s ease 0s 1 normal; background: url("../img/index_para_img02sp.webp") center center/cover no-repeat; }
.greeting .dr_img { width: 65%; margin: 0 auto; opacity: 0; }
.greeting .dr_img.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.greeting .greet { opacity: 0; }
.greeting .greet.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.greeting .greet .greet_subtit { color: #6FC1E6; font-size: 120%; text-align: center; margin-top: 1.5rem; }
.greeting .greet .dr_name { text-align: center; margin: 2rem 0 0; }
.greeting .greet .dr_name span { font-size: 130%; padding-left: 2rem; }
.greeting .greet .btn_base { text-align: center; }
.greeting .greet .btn_base .btn { margin: 2rem 0 0; padding: 1rem 5.5rem; }
.greeting .greet .btn_base .btn::after { right: 1.5rem; }

@media screen and (min-width: 48em), print { .greeting { margin-top: 0 !important; margin-bottom: 36rem; padding: 12rem 0 11rem; background: linear-gradient(#fff 0%, #fff 5rem, #EFF7FB 5rem, #EFF7FB 100%); }
  .greeting.para02::after { background: url("../img/index_para_img02pc.webp") center center/cover no-repeat; }
  .greeting .top_tit02 { width: calc(1200px - 100px); text-align: left; opacity: 0; }
  .greeting .top_tit02.trigger { animation: fade_up .4s ease-out .2s 1 normal forwards; }
  .greeting .flex { width: calc(1200px - 100px); display: flex; justify-content: space-between; flex-direction: row-reverse; }
  .greeting .flex .dr_img { width: 43%; margin: -6.5rem 1rem 0 auto; }
  .greeting .flex .greet { width: 52%; }
  .greeting .flex .greet.trigger { animation: fade_right .4s ease-out .2s 1 normal forwards; }
  .greeting .flex .greet .greet_subtit { text-align: left; font-size: 2.4rem; margin: 0 0 1rem; }
  .greeting .flex .greet p { line-height: 1.5; letter-spacing: 0.05rem; margin-bottom: 2rem; text-align: justify; }
  .greeting .flex .greet .dr_name { text-align: left; margin: 3rem 0 0; }
  .greeting .flex .greet .dr_name span { font-size: 2.4rem; letter-spacing: 0.1rem; }
  .greeting .flex .greet .btn_base { text-align: left; }
  .greeting .flex .greet .btn_base .btn { margin-top: 4rem; padding: 1.5rem 10rem; } }
.treat { padding: 4rem 0 2rem; background: linear-gradient(#E3F2F8 0%, #E3F2F8 19rem, #fff 19rem, #fff 100%); }
.treat.trigger .subnav li { animation: fade_up .4s ease-out .2s 1 normal forwards; }
.treat.trigger .subnav li:nth-child(1) { animation-delay: 0.2s; }
.treat.trigger .subnav li:nth-child(2) { animation-delay: 0.4s; }
.treat.trigger .subnav li:nth-child(3) { animation-delay: 0.6s; }
.treat.trigger .subnav li:nth-child(4) { animation-delay: 0.8s; }
.treat.trigger .subnav li:nth-child(5) { animation-delay: 1s; }
.treat.trigger .subnav li:nth-child(6) { animation-delay: 1.2s; }
.treat.trigger .subnav li:nth-child(7) { animation-delay: 1.4s; }
.treat.trigger .subnav li:nth-child(8) { animation-delay: 1.6s; }
.treat.trigger .subnav li:nth-child(9) { animation-delay: 1.8s; }
.treat.trigger .subnav li:nth-child(10) { animation-delay: 2s; }
.treat.trigger .subnav li:nth-child(11) { animation-delay: 2.2s; }
.treat.trigger .subnav li:nth-child(12) { animation-delay: 2.4s; }
.treat.trigger .subnav li:nth-child(13) { animation-delay: 2.6s; }
.treat.trigger .subnav li:nth-child(14) { animation-delay: 2.8s; }
.treat.trigger .subnav li:nth-child(15) { animation-delay: 3s; }
.treat.trigger .subnav li:nth-child(16) { animation-delay: 3.2s; }
.treat .subnav { display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 2rem 1rem; }
.treat .subnav li { border: 1px solid #CCCCCC; width: calc((100% + 3px) / 3); height: 31vw; text-align: center; color: #6FC1E6; background: #fff; opacity: 0; margin: -1px 0 0 -1px; }
.treat .subnav li a { display: block; width: 100%; height: 100%; text-decoration: none; font-size: 1.2rem; padding: 0.5rem 0.2rem; line-height: 1.2; }
.treat .subnav li a::before { display: block; width: 55%; margin: 0.5rem auto 0.2rem; }
.treat .subnav li a.psychiatry::before { content: url("../img/icon_psychiatry.svg"); }
.treat .subnav li a.depression::before { content: url("../img/icon_depression.svg"); }
.treat .subnav li a.schizophrenia::before { content: url("../img/icon_schizophrenia.svg"); }
.treat .subnav li a.panic::before { content: url("../img/icon_panic.svg"); }
.treat .subnav li a.dementia span { display: none; }
.treat .subnav li a.dementia::before { content: url("../img/icon_dementia.svg"); }
.treat .subnav li a.bipolar span { display: block; }
.treat .subnav li a.bipolar::before { content: url("../img/icon_bipolar.svg"); }
.treat .subnav li a.maladjustment::before { content: url("../img/icon_maladjustment.svg"); }
.treat .subnav li a.obsessive::before { content: url("../img/icon_obsessive.svg"); }
.treat .subnav li a.anxiety::before { content: url("../img/icon_anxiety.svg"); }
.treat .subnav li a.alcohol::before { content: url("../img/icon_alcohol.svg"); }
.treat .subnav li a.insomnia::before { content: url("../img/icon_insomnia.svg"); }
.treat .subnav li a.autonomicataxia::before { content: url("../img/icon_autonomicataxia.svg"); }
.treat .subnav li a.developmental_disability::before { content: url("../img/icon_developmental_disability.svg"); margin-left: calc(45% / 2 + 4px); }
.treat .subnav li a.asd::before { content: url("../img/icon_asd.svg"); }
.treat .subnav li a.adhd::before { content: url("../img/icon_adhd.svg"); }
.treat .subnav li a.higherbraindysfunction::before { content: url("../img/icon_higherbraindysfunction.svg"); }

@media screen and (min-width: 48em), print { .treat { padding: 5rem 0 3rem; background: linear-gradient(#E3F2F8 0%, #E3F2F8 31rem, #fff 31rem, #fff 100%); }
  .treat .subnav { width: calc(1200px - 100px); margin: 1rem auto; }
  .treat .subnav li { width: calc((100% + 5px) / 5); height: 21.6rem; position: relative; overflow: hidden; transition: background 1s; }
  .treat .subnav li::after { content: " "; display: block; width: 200%; height: 200%; position: absolute; top: -50%; left: -50%; z-index: -1; border-radius: 50%; transition: all 1s; transform: scale(0.1); }
  .treat .subnav li:hover, .treat .subnav li:focus { color: #fff; }
  .treat .subnav li:hover::after, .treat .subnav li:focus::after { background: linear-gradient(320deg, #71D4D5, #F9FDFD); transform: scale(1); }
  .treat .subnav li a { font-size: 1.8rem; transition: background 1s; }
  .treat .subnav li a.adhd span { display: block; }
  .treat .subnav li a::before { width: 50%; position: relative; z-index: 2; transition: 0.5s; transform: scale(1); margin: 2rem auto 0.5rem; }
  .treat .subnav li a::after { content: " "; display: block; width: 10rem; height: 10rem; position: absolute; top: 2rem; left: 0; right: 0; margin: auto; z-index: 1; border-radius: 50%; transform: scale(0.1); transition: 0.3s 0.3s; }
  .treat .subnav li a:hover::before { transform: scale(1.1); }
  .treat .subnav li a:hover::after { background: #fff; transform: scale(1.2); }
  .treat .subnav li a.developmental_disability::before { margin-left: calc(50% / 2 + 8px); } }
body:not(.index) .main { margin: 0 0 6.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 8.0rem; }
  body:not(.index) .main .wrap { width: 110rem; margin: 0 auto; }
  body:not(.index) .img_l, body:not(.index) .img_r { max-width: 40%; height: auto; } }

.breadcrumb { display: flex; align-items: center; font-size: 1.2rem; margin: 0 1.0rem 4.0rem; }
.breadcrumb li:first-child { color: #6FC1E6; }
.breadcrumb li:first-child a { text-decoration: underline; }
.breadcrumb li:first-child a:hover { opacity: 1; color: #F6BB43; }
.breadcrumb li:not(:first-child)::before { display: inline-block; content: ">"; margin: 0 .4rem; }

@media screen and (min-width: 48em), print { .breadcrumb { font-size: 1.4rem; width: 1200px; margin: 0 auto 8.0rem; }
  .breadcrumb li:not(:first-child)::after { margin: 0 .8rem; } }
.doctor .dr_name { text-align: right; margin-top: 2rem; }
.doctor .dr_name span { font-size: 130%; margin-left: 1rem; }
.doctor .shikaku_gakkai { margin-top: 4rem; }

@media screen and (min-width: 48em), print { .doctor .cf .img_r { margin: 0 0 3rem 8rem; max-width: 29% !important; }
  .doctor .cf p { letter-spacing: 0.1rem; line-height: 1.9; } }
.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div { position: relative; }
.gallery .gallery_slider div .cap { position: absolute; bottom: 0; left: 0; text-align: center; padding: .4rem; opacity: 0; transition: .3s ease; width: 100%; margin: 0; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; color: #aaa; background: rgba(255, 255, 255, 0.7); }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_slider .slick-arrow { position: absolute; top: 43%; transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: none; z-index: 1; width: 1.8rem; height: 1.8rem; }
.gallery .gallery_slider .slick-arrow::before { font-family: "fontello"; content: "\e811"; color: #6FC1E6; font-size: 1.8rem; }
.gallery .gallery_slider .slick-arrow.slick-prev { left: -2.2rem; }
.gallery .gallery_slider .slick-arrow.slick-next { right: -2.2rem; }
.gallery .gallery_slider .slick-arrow.slick-next::before { font-family: "fontello"; content: "\e814"; }
.gallery .gallery_slider .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; margin: 1.0rem auto; }
.gallery .gallery_slider .slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.gallery .gallery_slider .slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; border-radius: 50%; background: #6FC1E6; }
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus { opacity: .8; }
.gallery .gallery_slider .slick-dots li.slick-active button { opacity: .75; }
.gallery .gallery_thum div img { cursor: pointer; border: 3px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 3px solid #6FC1E6; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_slider .slick-arrow::before { font-size: 5rem; }
  .gallery .gallery_slider .slick-arrow.slick-next { right: -6rem; }
  .gallery .gallery_slider .slick-arrow.slick-prev { left: -6rem; }
  .gallery .gallery_slider .slick-dots { bottom: 5rem; margin: 1.6rem auto; }
  .gallery .gallery_slider .slick-dots li { width: 1.4rem; height: 1.4rem; margin: 0 .6rem; }
  .gallery .gallery_thum { width: calc(100% + .6rem); }
  .gallery .gallery_thum .slick-track .slick-slide div img { cursor: pointer; border: 4px solid transparent; }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img { border: 4px solid #6FC1E6; } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  .device li { width: 32%; margin: 0 0 2.0rem; }
  .device li:not(:nth-child(3n)) { margin: 0 2.4rem 2.0rem 0; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
@media screen and (min-width: 48em), print { .first .cf .img_r { max-width: 25%; margin: 0 0 0 4rem; } }
.flow dd { margin: 0; position: relative; }
.flow dd:not(:last-child) { margin: 0 0 6.0rem; }
@media screen and (min-width: 48em), print { .flow dd:not(:last-child) { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2rem solid #71D4D5; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .tbl_time { font-size: 2.0rem; }
  .access .tbl_time tr th[scope="col"].am, .access .tbl_time tr th[scope="col"].pm { width: auto; }
  .access .tbl_time tr .acs_n { display: none; }
  .access .gmap { margin: 4.0rem 0 0; height: 50.0rem; } }
.faq .img_c { max-width: 80%; }
.faq .faq_dl { border-bottom: 1px solid #6FC1E6; margin-top: 2rem; }
.faq .faq_dl dt, .faq .faq_dl dd { margin-bottom: 2rem; padding-left: 3rem; position: relative; }
.faq .faq_dl dt::before, .faq .faq_dl dd::before { position: absolute; top: -0.2rem; left: 0; font-size: 2.4rem; line-height: 1; }
.faq .faq_dl dt { font-weight: bold; }
.faq .faq_dl dt::before { content: "Q."; color: #71D4D5; font-weight: normal; }
.faq .faq_dl dt:not(:first-of-type) { border-top: 1px solid #6FC1E6; padding-top: 2rem; }
.faq .faq_dl dt:not(:first-of-type)::before { top: 1.8rem; }
.faq .faq_dl dd::before { content: "A."; color: #6FC1E6; }
.faq .faq_dl dd ul { display: flex; align-items: center; margin-top: 1rem; }
.faq .faq_dl dd ul li { width: 12rem; text-align: center; display: flex; align-items: center; justify-content: center; }
.faq .faq_dl dd ul li .lnk { background: #6FC1E6; border-radius: 5px; color: #fff; width: 100%; padding: 0.2rem 0; }
.faq .faq_dl dd ul li .lnk::before { font-family: "fontello"; content: "\e812"; font-size: 113%; padding-right: 0.4rem; }

@media screen and (min-width: 48em), print { .faq .img_c { max-width: 35%; margin-bottom: 5rem; }
  .faq .faq_dl dt, .faq .faq_dl dd { padding-left: 5rem; padding-right: 1rem; }
  .faq .faq_dl dt::before, .faq .faq_dl dd::before { top: 0.2rem; left: 1rem; font-size: 2.8rem; }
  .faq .faq_dl dt:not(:first-of-type)::before { top: 2.2rem; }
  .faq .faq_dl dd ul li { width: 16rem; }
  .faq .faq_dl dd ul li .lnk { padding: 0; }
  .faq .faq_dl dd ul li .lnk:hover { background: #F6BB43; color: #fff; }
  .faq .faq_dl dd ul li .lnk:hover::before { color: #fff; } }
.psychiatry .shinryou_nav { line-height: 1.4; }
.psychiatry .shinryou_nav > li { padding: 0 0 0 1.4em; position: relative; }
.psychiatry .shinryou_nav > li:not(:last-child) { margin: 0 0 1.0rem; }
.psychiatry .shinryou_nav > li::before { content: "●"; color: #71D4D5; position: absolute; left: 0; }
.psychiatry .shinryou_nav > li.li_psychiatry { display: none; }
@media screen and (min-width: 48em), print { .psychiatry .shinryou_nav { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .psychiatry .shinryou_nav li { width: 46%; margin: 0 0 1.0rem 0; }
  .psychiatry .shinryou_nav li:not(:last-child) { margin: 0 0 1.0rem 0; }
  .psychiatry .shinryou_nav li a:hover { color: #71D4D5; text-decoration: underline; } }

/*# sourceMappingURL=style.css.map */
