@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 { max-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%; }

body { word-wrap: break-word; }

button { cursor: pointer; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; margin: 0; }

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 bgzoom { 100% { background-size: 120% auto; } }
@keyframes fadein { 0% { opacity: 0; }
  100% { opacity: 1.0; } }
@keyframes fade_down { 0% { opacity: 0; transform: translateY(-3rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fade_up { 0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fade_right { 0% { opacity: 0; transform: translateX(5rem); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes fade_left { 0% { opacity: 0; transform: translateX(-5rem); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes fadeout { 0% { opacity: 1.0; }
  100% { opacity: 0; } }
@keyframes cutin_right { 0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); } }
@keyframes cutin_left { 0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); } }
@keyframes balloon { 0% { transform: translateY(0); }
  100% { transform: translateY(0.6rem); } }
@keyframes airball { 0% { transform: translate(0, 0) rotate(-7deg); }
  50% { transform: translate(0, -7px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(7deg); } }
@keyframes jump { 0% { transform: scale(1, 1) translate(0%, 0%); }
  10% { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40% { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50% { transform: scale(1, 1) translate(0%, 0%); }
  60% { transform: scale(0.9, 1.2) translate(0%, -60%); }
  75% { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85% { transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { transform: scale(1, 1) translate(0%, 0%); } }
@keyframes poyon { 0% { transform: scale(1, 1) translate(0%, 0%); }
  15% { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50% { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70% { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1, 1) translate(0%, 0%); } }
.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: 80%; }

.txt_pink { color: #ED7E84; }

.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

img.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 3.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 3.0rem; }
  img.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, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > 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, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
.timetable .tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; color: #004A6D; overflow: hidden; border-radius: clamp(0.6rem, 1vw, 1.2rem); }
.timetable .tbl_time tr:not(:last-child) th, .timetable .tbl_time tr:not(:last-child) td { border-bottom: 1px solid #fff; }
.timetable .tbl_time tr th { font-weight: normal; }
.timetable .tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; color: #fff; background: #003E59; border: none; }
.timetable .tbl_time tr th[scope="col"]:first-child { width: 35%; }
.timetable .tbl_time tr th[scope="row"] { background: #E5ECF0; }
.timetable .tbl_time tr td { text-align: center; padding: 1.4rem .4rem; background: #E5ECF0; line-height: 1.0; }
.timetable .cap { font-size: 90%; margin: .4rem 0 0; }

@media screen and (min-width: 48em), print { .timetable .tbl_time { table-layout: fixed; font-size: 2.0rem; }
  .timetable .tbl_time tr th[scope="col"] { padding: 1.0rem 0; }
  .timetable .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .timetable .tbl_time tr td { font-size: 80%; padding: 2.6rem 0; } }
.gmap { width: 100%; }

.tit_01 { display: flex; justify-content: center; align-items: center; height: 10.0rem; background: url(../img/tit_01.jpg) no-repeat center center/cover; font-size: 2.2rem; line-height: 1.2; padding: 0 1.0rem; text-align: center; margin: 9.6rem 0 1.0rem; }
.tit_01 span { display: inline-block; padding: .4rem 2.0rem; color: #fff; font-family: 'Noto Sans JP', sans-serif; background: rgba(0, 74, 109, 0.8); }

.tit_02 { font-family: 'Noto Sans JP', sans-serif; color: #00A7C6; font-size: 2.0rem; text-align: center; line-height: 1.2; padding: 0 0 .6rem; border-bottom: 1px dashed #ED7E84; margin: 0 auto 2.0rem; }

.tit_03 { font-family: 'Noto Sans JP', sans-serif; font-size: 1.8rem; line-height: 1.2; color: #004A6D; background: #E5F6F9; padding: .4rem 1.0rem .4rem 2.6rem; margin: 0 0 2.0rem; position: relative; }
.tit_03::before { display: block; content: ""; width: 1.6rem; height: .3rem; background: #00A7C6; position: absolute; top: 1.4rem; left: 0; }

.tit_04 { font-family: 'Noto Sans JP', sans-serif; color: #004A6D; font-size: 1.6rem; line-height: 1.2; padding: 0 0 .4rem; border-bottom: 2px solid #DCDCDC; margin: 0 0 2.0rem; position: relative; }
.tit_04::after { display: block; content: ""; width: 2.0em; height: 2px; background: #ED7E84; position: absolute; bottom: -2px; }

@media screen and (min-width: 48em), print { .tit_01 { width: calc(100% - 60.0rem); align-items: flex-end; height: 49.0rem; padding: 0 0 7.0rem; background: url(../img/tit_01.jpg) no-repeat left center/cover; font-size: 3.6rem; border-radius: 0 0 0 6.0rem; margin: 0; }
  .tit_01 span { padding: 1.0rem 3.0rem 1.4rem; }
  .tit_02 { font-size: 3.2rem; padding: 0 0 2.0rem; margin: 0 0 4.0rem; }
  .tit_03 { font-size: 2.6rem; padding: 1.0rem 2.0rem 1.0rem 3.6rem; margin: 0 0 3.0rem; }
  .tit_03::before { width: 2.0rem; height: .4rem; top: 2.4rem; }
  .tit_04 { font-size: 2.2rem; padding: 0 0 1.4rem; margin: 0 0 3.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: #ED7E84; font-size: 80%; line-height: 2.0; position: absolute; top: -.3rem; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #003E59; }

.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: #00A7C6; }

.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,decimal-leading-zero) "."; color: #ED7E84; font-weight: bold; position: absolute; left: 0; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .lst_ol > li { padding: 0 0 0 3.6rem; }
  .lst_dl01 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 0 0 1.0rem; } }
.flex { display: flex; flex-wrap: wrap; gap: 1.0rem 2.0rem; }
.flex > li:not(:last-child) { margin: 0; }

.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex { gap: 1.0rem 3.4rem; }
  .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex3 { justify-content: flex-start; gap: 2.0rem; }
  .flex3 li { width: 31%; } }
.tel { display: inline-flex; justify-content: center; align-items: center; text-align: center; gap: 0 .6rem; color: #00A7C6; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; }
.tel::before { font-family: "fontello"; content: "\e800"; font-size: 120%; }
.tel a { display: inline-flex; align-items: center; height: 100%; }

.box_blue { padding: 1.0rem; background: #E5F6F9; }
@media screen and (min-width: 48em), print { .box_blue { padding: 3.0rem; } }

.box_pink { padding: 1.0rem; background: #FCE5E6; }
@media screen and (min-width: 48em), print { .box_pink { padding: 3.0rem; } }

.btn_rsv { display: inline-flex; justify-content: center; align-items: center; }

.btn_blue { display: inline-block; padding: .4rem 2.0rem; background: #00A7C6; color: #fff; border-radius: clamp(0.3rem, 1vw, 0.6rem); text-decoration: none !important; border: 1px solid #00A7C6; }
@media screen and (min-width: 48em), print { .btn_blue:is(:hover, :focus-visible) { opacity: 1.0; background: #fff; color: #00A7C6; } }

.btn_pink { display: inline-block; padding: .4rem 2.0rem; background: #ED7E84; color: #fff; border-radius: clamp(0.3rem, 1vw, 0.6rem); text-decoration: none !important; border: 1px solid #ED7E84; }
@media screen and (min-width: 48em), print { .btn_pink:is(:hover, :focus-visible) { opacity: 1.0; background: #fff; color: #ED7E84; } }

.linkout { display: inline-block; text-decoration: none !important; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .6rem; }
@media screen and (min-width: 48em), print { .linkout::after { margin-left: 1.0rem; } }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; 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: #004A6D; z-index: 1; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\f104"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\f105"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; border: 1px solid #004A6D; }
  .slick-arrow::before { font-size: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; }
  .slick-arrow:is(:hover, :focus-visible) { color: #004A6D; background: #fff; opacity: 1.0; } }
.slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; margin: 1.0rem auto; }
.slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; border-radius: 50%; background: #004A6D; }
.slick-dots li button:hover, .slick-dots li button:focus-visible { opacity: .8; }
.slick-dots li.slick-active button { opacity: .75; }

@media screen and (min-width: 48em), print { .slick-dots { margin: 1.6rem auto; }
  .slick-dots li { width: 1.4rem; height: 1.4rem; margin: 0 .6rem; } }
html { font-size: calc(100vw / 32); }

body { background: #fff; color: #003E59; font-family: "Hiragino Sans", Meiryo, sans-serif; }
body::after { visibility: hidden; width: 100vw; height: 100vh; content: ""; background: rgba(229, 246, 249, 0.9); position: fixed; top: 0; z-index: 90; opacity: 0; transition: all .4s ease-in-out 0s; backdrop-filter: blur(0.6rem); }
body.spnav_modal { height: 100%; overflow: hidden; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.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; }
  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; } }
.header { position: relative; }
.header .wrap { padding: 1.0rem; }
.header .wrap .logo { width: 100%; height: 5.2rem; padding: 1.0rem; position: fixed; top: 0; left: 0; z-index: 100; background: #fff; transition: .5s; }
.header .wrap .logo.hide { transform: translateY(-190%); }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo_yoko.svg) no-repeat center center/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); color: transparent; }
.header .wrap .headR { display: none; }

@media screen and (min-width: 48em), print { .header { display: flex; align-items: flex-start; overflow: hidden; }
  .header .wrap { width: 60.0rem; margin: 0; padding: 5.0rem 0 0; position: relative; }
  .header .wrap .logo { width: 26.0rem; height: 22.0rem; margin: auto; padding: 0; position: static; background: none; box-shadow: none; }
  .header .wrap .logo a { width: 100%; background: url(../img/logo.svg) no-repeat center center/contain; }
  .header .wrap .headR { display: block; margin: 6.0rem 0 0; text-align: center; }
  .header .wrap .headR .add_tel li.add { font-size: 2.0rem; }
  .header .wrap .headR .add_tel li .tel { font-size: 4.2rem; } }
#nav { width: 100vw; position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
#nav #sp_menu { padding: .6rem 0 1.0rem; display: flex; justify-content: center; align-items: center; background: #fff; box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.2); position: absolute; top: 5.2rem; left: 0; right: 0; z-index: 100; transition: .5s; }
#nav #sp_menu.hide { transform: translateY(-185%); }
#nav #sp_menu li { width: 20%; height: 100%; font-size: 1.2rem; text-align: center; line-height: 1.0; font-family: 'Noto Sans JP', sans-serif; }
#nav #sp_menu li a { display: block; height: 100%; }
#nav #sp_menu li a::before { display: block; color: #7FD3E2; height: 2.0rem; font-size: 2.2em; margin: 0 0 1.4rem; }
#nav #sp_menu li a.home::before { font-family: "fontello"; content: "\e80c"; }
#nav #sp_menu li a.telno::before { font-family: "fontello"; content: "\e800"; }
#nav #sp_menu li a.acs::before { font-family: "fontello"; content: "\e80d"; }
#nav #sp_menu li a.btn_rsv { color: #673232; background: #fff; }
#nav #sp_menu li a.btn_rsv::before { font-size: 1.8rem; }
#nav #sp_menu li button.menu { width: 4.6rem; height: 4.6rem; text-align: center; line-height: 1.0; font-size: 1.2rem; padding: 0; }
#nav #sp_menu li button.menu::before { display: flex; justify-content: center; align-items: center; width: 2.7rem; height: 2.7rem; margin: 0 auto .7rem; border-radius: 50%; font-family: "fontello"; content: "\e80a"; color: #fff; font-size: 1.6rem; color: #fff; background: #7FD3E2; }
#nav #sp_menu li button.menu::after { display: block; content: "MENU"; margin: .2rem 0 0; }
#nav #sp_menu li button.menu.close::before { font-family: "fontello"; content: "\e801"; }
#nav #sp_menu li button.menu.close::after { content: "CLOSE"; }
#nav #sp_menu li button.menu span { display: none; }
#nav .gnav_subnav { display: none; width: 90vw; max-height: calc((var(--vh, 1vh) * 100) - 15.0rem); overflow-y: auto; background: #fff; box-shadow: 0 0 1rem rgba(102, 102, 102, 0.16); border-radius: 1.6rem; padding: 1.6rem; margin: auto; position: absolute; top: 13.0rem; left: 0; right: 0; z-index: 100; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: center; padding: 1.0rem; font-size: 1.4rem; font-family: 'Noto Sans JP', sans-serif; }
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: #fff; background: #7FD3E2; border-radius: .8rem; }
#nav .gnav_subnav .gnav > li .sub { gap: .4rem; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\f13a"; color: #00A7C6; display: inline-flex; justify-content: center; align-items: center; }
#nav .gnav_subnav .gnav > li .sub.close::after { font-family: "fontello"; content: "\f139"; }
#nav .gnav_subnav .gnav > li .subbox > .subnav { display: flex; flex-wrap: wrap; padding: 1.0rem; margin: 0 0 1.0rem; border: 1px dashed #00A7C6; border-radius: .8rem; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li { width: 50%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a { display: block; padding: 1.0rem; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current { color: #fff; }
#nav .gnav_subnav #menu_close { display: block; width: 100%; font-size: 1.4rem; color: #00A7C6; background: rgba(0, 167, 198, 0.1); text-align: center; padding: .6rem 0; border-radius: .8rem; margin: 1.0rem 0 0; }
#nav .gnav_subnav #menu_close::before { font-family: "fontello"; content: "\e801"; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { #nav { width: auto; position: sticky; top: 0; left: 0; right: 0; z-index: 100; transition: .8s; }
  #nav.hide { transform: translateY(-300%); }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block !important; width: 100%; background: rgba(255, 255, 255, 0.9); max-height: calc((var(--vh, 1vh) * 100)); overflow-y: visible; box-shadow: none; padding: 2.0rem 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: flex; justify-content: center; align-items: center; border: none; }
  #nav .gnav_subnav .gnav > li { width: 100%; margin: 0 .1rem; position: relative; }
  #nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { justify-content: center; text-align: center; font-size: 1.8rem; margin: 0; cursor: pointer; }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after { margin: .2rem 0 0 .6rem; }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) { color: #fff; background: #7FD3E2; border-radius: .6rem; opacity: 1.0; }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after { color: #fff; }
  #nav .gnav_subnav .gnav > li .subbox { display: none; width: 100%; position: absolute; top: 6.0rem; z-index: 100; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav { padding: 1.6rem; background: #fff; border: none; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16); }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li { width: 100%; margin: .1rem 0; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a { padding: 1.0rem 0; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) { color: #fff; }
  #nav .gnav_subnav #menu_close { display: none; }
  #nav.sticky .gnav_subnav .gnav > li.yoyaku { display: block; } }
.overview { padding: 4.0rem 1.0rem; background: url("../img/overview_bg.webp") no-repeat center top/auto 100%; font-size: 1.4rem; line-height: 1.6; }
.overview .clinic_name { margin: 0 0 .6rem; }
.overview .clinic_name img { max-width: 90%; margin: auto; }
.overview .tel { font-size: 2.0rem; }
.overview > .wrap { margin: 2.0rem auto 0; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 0; }
.overview > .wrap .overviewL .gaiyo dt { padding: 1.6rem 1.4rem .4rem 1.4rem; font-weight: bold; background: #fff; border-radius: .6rem .6rem 0 0; }
.overview > .wrap .overviewL .gaiyo dd { margin: 0 0 1.0rem; padding: .6rem 1.4rem 1.6rem 1.4rem; background: #fff; border-radius: 0 0 .6rem .6rem; }
.overview > .wrap .overviewL .timetable { margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 8.0rem 0; background: url("../img/overview_bg.webp") no-repeat center top/cover; font-size: 1.8rem; }
  .overview .clinic_name img { max-width: 55.0rem; }
  .overview .tel { font-size: 4.2rem; }
  .overview > .wrap { margin: 6.0rem auto 0; display: flex; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .gaiyo { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .overview > .wrap .overviewL .gaiyo dt { width: 20%; padding: 2.0rem 0 2.0rem 2.0rem; border-radius: 1.2rem 0 0 1.2rem; margin: 0 0 1.0rem; }
  .overview > .wrap .overviewL .gaiyo dd { width: 80%; padding: 2.0rem 1.0rem 2.0rem 2.0rem; border-radius: 0 1.2rem 1.2rem 0; margin: 0 0 1.0rem; }
  .overview > .wrap .overviewL .timetable { margin: 0; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; } }
#pageup { display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; }
#pageup .pageup { cursor: pointer; width: 4.0rem; height: 4.0rem; font-size: 2.0rem; text-align: center; padding: .4rem; color: #00A7C6; background: #fff; border: 1px solid #00A7C6; border-radius: 1.0rem; position: relative; }
#pageup .pageup::before { display: block; font-family: "fontello"; content: "\e809"; }
#pageup .pageup .clip { display: block; font-size: 1.0rem; clip-path: inset(50%); color: transparent; position: absolute; top: 0; left: 0; z-index: 1; }

@media screen and (min-width: 48em), print { #pageup { right: 3.0rem; bottom: 3.0rem; z-index: 101; }
  #pageup .pageup { width: 6.0rem; height: 6.0rem; padding: 1.0rem; font-size: 2.6rem; border-radius: 2.0rem; }
  #pageup .pageup:is(:hover, :focus-visible) { opacity: 1.0; color: #fff; background: #00A7C6; } }
.footer { text-align: center; }
.footer .copy { display: block; background: #004A6D; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3.0rem 0 0; }
  .footer .copy { margin: 2.0rem 0 0; padding: 4.0rem 0; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; color: #004A6D; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin: 0 1.4rem 1.0rem; -webkit-text-size-adjust: none; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
body.index .header .wrap .headR { display: block; margin: 0 1.0rem; position: absolute; top: 50.0rem; left: 0; right: 0; }
body.index .header .wrap .headR .add_tel { display: none; }
body.index .header .wrap .headR .timetable { display: block; }
body.index .header .wrap .headR .timetable .cap { font-size: 1.4rem; }
body.index .header .wrap .open { margin: 0 1.0rem; color: #ED7E84; font-size: 1.6rem; text-align: center; padding: .4rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; border: 2px solid #FADFE0; border-radius: 1.6rem; position: absolute; top: 33.0rem; left: 0; right: 0; }
body.index .header .wrap .open span { font-size: 120%; }
@media screen and (min-width: 48em), print { body.index .header .wrap { padding: 13.0rem 0 0; }
  body.index .header .wrap .headR { margin: 4.0rem 0 0; position: static; }
  body.index .header .wrap .headR .add_tel { display: block; }
  body.index .header .wrap .headR .timetable { width: 48.0rem; margin: 3.0rem auto 0; }
  body.index .header .wrap .headR .timetable .tbl_time { font-size: 1.8rem; }
  body.index .header .wrap .headR .timetable .cap { text-align: left; font-size: 1.6rem; }
  body.index .header .wrap .open { width: 42.0rem; margin: auto; padding: 2.0rem 6.0rem; font-size: 2.4rem; border: 3px solid #FADFE0; border-top: none; border-radius: 0 0 3.0rem 3.0rem; top: 0; } }

.keyvsl { width: 100%; position: relative; top: 9.0rem; }
.keyvsl #keyvsl { max-width: 100%; height: 21.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 21.0rem !important; object-fit: cover; margin: auto; }
.keyvsl #keyvsl .slick-dots { margin: -2.0rem 0 0; position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl .catch { margin: 6.0rem 1.0rem 1.0rem; font-family: 'Noto Sans JP', sans-serif; font-size: 1.5rem; color: #fff; padding: 1.0rem; background: rgba(0, 74, 109, 0.8); }

@media screen and (min-width: 48em), print { .keyvsl { width: calc(100% - 60.0rem); height: 80.0rem; top: 0; }
  .keyvsl #keyvsl { height: 80.0rem; }
  .keyvsl #keyvsl .slick-list div img { height: 80.0rem !important; border-radius: 0 0 0 6.0rem; }
  .keyvsl #keyvsl .slick-dots { justify-content: flex-end; margin: -4.0rem 2.0rem 0 0; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl .catch { margin: 0; padding: 0; background: none; font-size: 2.6rem; white-space: nowrap; position: absolute; left: 4.0vw; bottom: 6.0rem; }
  .keyvsl .catch > span { display: inline-block; margin: .8rem 0 0; padding: .4rem 1.8rem; background: rgba(0, 74, 109, 0.8); } }
body.index .main { margin: 30.0rem 0 0; }
@media screen and (min-width: 48em), print { body.index .main { margin: 12.0rem 0 0; } }

.tit_top { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2.0rem; text-align: center; padding: 3.4rem 0 0; margin: 0 auto 2.0rem; position: relative; }
.tit_top::before { display: block; text-align: right; content: attr(data-txt); font-family: 'Caveat', cursive; font-size: 250%; line-height: 1.0; position: absolute; top: 0; right: 1.0rem; }
.tit_top span { position: relative; z-index: 1; }

@media screen and (min-width: 48em), print { .tit_top { font-size: 3.6rem; padding: 13.0rem 0 0; margin: 0 auto 4.0rem; }
  .tit_top::before { width: 1200px; margin: auto; font-size: 18.0rem; left: 0; right: 0; } }
.info { margin: 4.0rem 1.0rem; }
.info .tit { font-size: 2.0rem; font-family: 'Noto Sans JP', sans-serif; text-align: center; background: url("../img/logo_mark.svg") no-repeat center bottom/16rem auto; padding: 1.0rem 0 6.0rem; margin: 0 0 2.0rem; }
.info .box_blue { padding: 2.0rem .4rem 2.0rem 1.0rem; border-radius: 3.0rem; }
.info .box_blue dl { max-height: calc(100vw - 6.0rem); overflow-y: auto; overscroll-behavior-y: none; line-height: 1.6; padding: 0 1.0rem 0 0; }
.info .box_blue dl dt { margin: 0 0 .6rem; padding: 0 0 0 1.4em; font-size: 110%; font-weight: bold; font-family: 'Noto Sans JP', sans-serif; cursor: pointer; position: relative; }
.info .box_blue dl dt .date { display: inline-block; padding: 0 1.0rem; background: #fff; border: 1px solid #003E59; border-radius: 100vh; font-weight: normal; font-size: 80%; margin: 0 0 0 1.6rem; }
.info .box_blue dl dt::before { font-family: "fontello"; content: "\f13a"; color: #00A7C6; position: absolute; top: .2rem; left: 0; }
.info .box_blue dl dt.close::before { font-family: "fontello"; content: "\f139"; }
.info .box_blue dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0 1.4em; border-top: 1px dashed #ED7E84; }
.info .box_blue dl dt:not(:first-of-type)::before { top: 1.8rem; }
.info .box_blue dl dd { margin: 0 0 1.6rem 1.4em; display: none; }

@media screen and (min-width: 48em), print { .info { width: 1200px; margin: 8.0rem auto; display: flex; align-items: flex-start; }
  .info .tit { width: 26.0rem; margin: 0 4.0rem 0 0; font-size: 3.0rem; padding: 1.0rem 0 8.0rem; background: url("../img/logo_mark.svg") no-repeat center bottom/22rem auto; }
  .info .box_blue { flex: 1; border-radius: 6.0rem; padding: 6.0rem 2.0rem 6.0rem 6.0rem; }
  .info .box_blue dl { padding: 0 2.0rem 0 0; max-height: 45.0rem; }
  .info .box_blue dl dt { margin: 0 0 1.0rem; }
  .info .box_blue dl dt:not(:first-of-type) { margin: 3.0rem 0 .6rem; padding: 3.0rem 0 0 1.4em; }
  .info .box_blue dl dt:not(:first-of-type)::before { top: 3.2rem; }
  .info .box_blue dl dt:hover { text-decoration: underline; }
  .info .box_blue dl dd { margin: 0 0 3.0rem 1.4em; } }
.feature { padding: 4.0rem 1.0rem 0; background: url("../img/index_feature_bg.jpg") no-repeat center top/400% auto; overflow: hidden; position: relative; opacity: 0; }
.feature::before { display: block; content: ""; width: 150%; height: 24.0rem; margin: auto; background: #fff; border-radius: 50%; position: absolute; top: 20.0rem; left: calc(50% - (150% / 2)); }
.feature .tit_top { color: #E45E64; position: relative; z-index: 1; }
.feature .tit_top::before { color: #F6BEC1; }
.feature .inner { position: relative; top: 1.0rem; z-index: 1; }
.feature .inner section { margin: 0 0 4.0rem; position: relative; opacity: 0; }
.feature .inner section::before { display: block; content: ""; width: 55%; padding-top: 55%; margin: 0 auto 2.0rem; border-radius: 50%; }
.feature .inner section::after { display: block; content: ""; width: 55%; padding-top: 55%; margin: auto; border: 1px solid #ED7E84; border-radius: 50%; position: absolute; top: -.6rem; left: calc(50% - (55% / 2) - .6rem); }
.feature .inner section .tit { color: #004A6D; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; text-align: center; margin: 0 0 4.0rem; position: relative; }
.feature .inner section .tit::before, .feature .inner section .tit::after { display: block; content: ""; width: 2.0rem; height: .3rem; position: absolute; bottom: -2.0rem; }
.feature .inner section .tit::before { background: #ED7E84; left: calc(50% - 2.0rem); }
.feature .inner section .tit::after { background: #00A7C6; right: calc(50% - 2.0rem); }
.feature .inner section.senmon::before { background: url("../img/index_feature_senmon.webp") no-repeat center center/contain; }
.feature .inner section.kuwana::before { background: url("../img/index_feature_kuwana.webp") no-repeat center center/contain; }
.feature .inner section.kourei::before { background: url("../img/index_feature_kourei.webp") no-repeat center center/contain; }
.feature.trigger { animation: fade_up .6s ease-out forwards; }
.feature.trigger .inner section.trigger { animation: fade_up .8s ease-out forwards; }

@media screen and (min-width: 48em), print { .feature { padding: 2.0rem 0 0; background: url("../img/index_feature_bg.jpg") no-repeat center top/auto; }
  .feature::before { height: 50.0rem; top: 35.0rem; }
  .feature .inner { display: flex; justify-content: space-between; position: relative; top: 1.0rem; z-index: 1; }
  .feature .inner section { width: 29%; }
  .feature .inner section::before { width: 90%; padding-top: 90%; margin: 0 auto 5.0rem; }
  .feature .inner section::after { width: 90%; padding-top: 90%; border: 2px solid #ED7E84; top: -1.0rem; left: calc(50% - (90% / 2) - 1.0rem); }
  .feature .inner section .tit { font-size: 2.2rem; line-height: 1.6; margin: 0 0 6.0rem; }
  .feature .inner section .tit::before, .feature .inner section .tit::after { width: 3.0rem; height: .6rem; bottom: -3.0rem; }
  .feature .inner section .tit::before { background: #ED7E84; left: calc(50% - 3.0rem); }
  .feature .inner section .tit::after { background: #00A7C6; right: calc(50% - 3.0rem); }
  .feature.trigger { animation: fade_up .6s ease-out forwards; }
  .feature.trigger .inner section { animation: fade_up .8s ease-out forwards; }
  .feature.trigger .inner section:nth-of-type(1) { animation-delay: 0.3s; }
  .feature.trigger .inner section:nth-of-type(2) { animation-delay: 0.6s; }
  .feature.trigger .inner section:nth-of-type(3) { animation-delay: 0.9s; } }
.case { margin: 4.0rem 1.0rem; padding: 3.4rem 0 0; background: url("../img/index_case_cara.svg") no-repeat right 2rem top/35% auto; opacity: 0; }
.case .box_blue { padding: 1.6rem 1.6rem 2.6rem; border: 1px solid #00A7C6; border-radius: 3.0rem; overflow: hidden; }
.case .box_blue .tit { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 1.5rem; text-align: center; padding: 1.0rem 0; background: #fff; border-radius: 100vh; margin: 0 auto 2.0rem; }
.case .box_blue .flex2 section { opacity: 0; }
.case .box_blue .flex2 section .midashi { color: #004A6D; font-family: 'Noto Sans JP', sans-serif; padding: 0 0 .4rem; border-bottom: 1px dashed #ED7E84; }
.case .box_blue .flex2 section.shokuji { padding: 0 0 16.0rem; background: url("../img/index_case01.png") no-repeat center bottom/47% auto; }
.case .box_blue .flex2 section.nichijo { padding: 0 0 17.0rem; background: url("../img/index_case02.png") no-repeat center bottom/auto 50%; }
.case.trigger { animation: fade_up .6s ease-out forwards; }
.case.trigger .box_blue .flex2 .shokuji.trigger { animation: fade_left .4s ease-out .2s forwards; }
.case.trigger .box_blue .flex2 .nichijo.trigger { animation: fade_right .4s ease-out .2s forwards; }

@media screen and (min-width: 48em), print { .case { width: 1200px; margin: 4.0rem auto 0; padding: 13.0rem 0 0; background: url("../img/index_case_cara.svg") no-repeat right 2rem top/41rem auto; }
  .case .box_blue { padding: 6.0rem; border: 2px solid #00A7C6; border-radius: 6.0rem; }
  .case .box_blue .tit { display: flex; align-items: center; width: fit-content; font-size: 2.4rem; padding: 1.0rem 6.0rem; margin: 0 auto 4.0rem; position: relative; }
  .case .box_blue .tit::before, .case .box_blue .tit::after { content: ""; display: block; width: 1.2em; height: 1.2em; background: #fff; border-radius: 50%; position: absolute; }
  .case .box_blue .tit::before { left: -5.0rem; }
  .case .box_blue .tit::after { right: -5.0rem; }
  .case .box_blue .flex2 section .midashi { font-size: 2.4rem; padding: 0 0 .6rem; margin: 0 0 3.0rem; }
  .case .box_blue .flex2 section.shokuji { padding: 0 0 0 17.0rem; background: url("../img/index_case01.png") no-repeat left top 1rem/13rem auto; }
  .case .box_blue .flex2 section.nichijo { padding: 0 0 0 19.0rem; background: url("../img/index_case02.png") no-repeat left top 1rem/15rem auto; } }
.tre { padding: 4.0rem 1.0rem; background: linear-gradient(to bottom, #fff 0%, #fff 10rem, #D4F0F6 10rem, #D4F0F6 100%); overflow: hidden; position: relative; opacity: 0; }
.tre::before { display: block; content: ""; width: 150%; height: 24.0rem; margin: auto; background: #fff; border-radius: 50%; position: absolute; bottom: 10.0rem; left: calc(50% - (150% / 2)); }
.tre .tit_top { position: relative; z-index: 1; }
.tre .tit_top::before { color: #D4F0F6; }
.tre .subnav { display: flex; justify-content: center; flex-wrap: wrap; gap: 3.0rem 1.0rem; position: relative; z-index: 1; }
.tre .subnav li { width: 30%; opacity: 0; }
.tre .subnav li a { display: block; text-align: center; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; text-decoration: none !important; }
.tre .subnav li a::before { display: flex; justify-content: center; align-items: center; background: #33B8D1; border: 1px solid #33B8D1; width: 7.0rem; height: 7.0rem; color: #fff; font-weight: 400; font-size: 3.6rem; border-radius: 50%; margin: 0 auto 1.0rem; }
.tre .subnav li a.internal::before { font-family: "fontello"; content: "\e804"; }
.tre .subnav li a.gastroenterology::before { font-family: "fontello"; content: "\e828"; font-size: 3.8rem; }
.tre .subnav li a.gastroscope::before { font-family: "fontello"; content: "\e805"; }
.tre .subnav li a.colonoscope::before { font-family: "fontello"; content: "\e806"; }
.tre .subnav li a.vaccination::before { font-family: "fontello"; content: "\e808"; }
.tre .subnav li a.examination::before { font-family: "fontello"; content: "\e807"; }
.tre .subnav li a.current::before { color: #33B8D1; background: #fff; }
.tre.trigger { animation: fade_up .6s ease-out forwards; }
.tre.trigger .subnav li { animation: fade_up .8s ease-out forwards; }
.tre.trigger .subnav li:nth-child(1) { animation-delay: 0.2s; }
.tre.trigger .subnav li:nth-child(2) { animation-delay: 0.4s; }
.tre.trigger .subnav li:nth-child(3) { animation-delay: 0.6s; }
.tre.trigger .subnav li:nth-child(4) { animation-delay: 0.8s; }
.tre.trigger .subnav li:nth-child(5) { animation-delay: 1s; }
.tre.trigger .subnav li:nth-child(6) { animation-delay: 1.2s; }

@media screen and (min-width: 48em), print { .tre { padding: 8.0rem 0; background: linear-gradient(to bottom, #fff 0%, #fff 20rem, #D4F0F6 20rem, #D4F0F6 100%); }
  .tre::before { height: 50.0rem; bottom: 17.0rem; }
  .tre .subnav { width: 1200px; margin: auto; gap: 0 4.0rem; }
  .tre .subnav li { width: 16.0rem; }
  .tre .subnav li a { font-size: 2.2rem; }
  .tre .subnav li a::before { width: 16.0rem; height: 16.0rem; font-size: 8.0rem; margin: 0 auto 1.0rem; border: 1px solid #00A7C6; transition: .7s; }
  .tre .subnav li a.gastroenterology::before { font-size: 9.0rem; }
  .tre .subnav li a:hover::before { animation: jump 0.9s linear 0s 1; color: #00A7C6; background: #fff; }
  .tre .subnav li a:is(:focus-visible, .current)::before { color: #00A7C6; background: #fff; }
  .tre.trigger .subnav li:nth-child(1) { animation-delay: 0.3s; }
  .tre.trigger .subnav li:nth-child(2) { animation-delay: 0.6s; }
  .tre.trigger .subnav li:nth-child(3) { animation-delay: 0.9s; }
  .tre.trigger .subnav li:nth-child(4) { animation-delay: 1.2s; }
  .tre.trigger .subnav li:nth-child(5) { animation-delay: 1.5s; }
  .tre.trigger .subnav li:nth-child(6) { animation-delay: 1.8s; } }
body:not(.index) .main { margin: 4.0rem 1.0rem 6.0rem; }
body:not(.index) .main .tel { font-size: 120%; }
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r { padding: .4rem; background: #fff; border: 1px solid #eee; }
@media screen and (min-width: 48em), print { body:not(.index) .main { width: 1200px; margin: 10.0rem auto 12.0rem; }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r { max-width: 40%; height: auto; padding: .8rem; } }

.breadnav { max-width: 100vw; margin: auto 1.0rem; overflow-x: auto; }
.breadnav .breadcrumb { display: flex; align-items: center; font-size: 1.2rem; white-space: nowrap; color: #004A6D; }
.breadnav .breadcrumb li a { text-decoration: underline; }
.breadnav .breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .6rem; }

@media screen and (min-width: 48em), print { .breadnav { width: 1200px; max-width: 100%; margin: 6.5rem auto 0; overflow-x: inherit; }
  .breadnav .breadcrumb { font-size: 1.4rem; }
  .breadnav .breadcrumb li:not(:last-child)::after { margin: 0 1.0rem; }
  .breadnav .breadcrumb li a:hover { opacity: 1.0; text-decoration: none; } }
.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; font-size: 1.2rem; opacity: 0; transition: .3s ease; background: #004A6D; line-height: 1.4; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #004A6D; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_slider div .cap { font-size: 1.8rem; padding: 1.0rem; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.lst_ul > li .lst_ul_disc > li { margin: 0; }

@media screen and (min-width: 48em), print { .lst_ul > li .lst_ul_disc > li { margin: 0 0 .4rem; } }
.lst_flow dd { margin: 0; position: relative; }
.lst_flow dd:not(:last-child) { margin: 0 0 6.0rem; }
.lst_flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #F6BEC1; border-right: 2.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 2.0rem solid transparent; margin: auto; }

@media screen and (min-width: 48em), print { .lst_flow dd:not(:last-child) { margin: 0 0 10.0rem; }
  .lst_flow dd:not(:last-child)::after { bottom: -7.0rem; } }
body.access .main .flex_acs .gmap { margin: 2.0rem 0 1.0rem; }
@media screen and (min-width: 48em), print { body.access .main .flex_acs { display: flex; justify-content: space-between; }
  body.access .main .flex_acs .txt { width: 45%; }
  body.access .main .flex_acs .gmap { width: 50%; margin: 0; }
  body.access .main .flex_acs .gmap img { margin: auto; }
  body.access .main .tbl_time { font-size: 2.0rem; } }

.anc li { display: flex; line-height: 1.2; margin: 0 0 1.0rem; }
.anc li::before { font-family: "fontello"; content: "\e80c"; color: #003E59; margin-right: .4rem; }
.anc li a { color: #003E59; display: inline-block; text-decoration: none !important; }

@media screen and (min-width: 48em), print { .anc { display: flex; justify-content: center; gap: 0 2.0rem; }
  .anc li { font-size: 110%; margin: 0 0 1.6rem; }
  .anc li::before { margin-right: .8rem; }
  .anc li a:hover { text-decoration: underline !important; } }

/*# sourceMappingURL=style.css.map */
