@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 { 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; }
.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_green { color: #028A68; }

.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

.tate { max-width: 60%; }

.mx-auto { margin: auto; }

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

.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 !important; }
  .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; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; border-radius: .6rem; overflow: hidden; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; color: #fff; background: #ABCE23; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; color: #98780D; background: #fff; line-height: 1.0; font-size: 80%; }
.tbl_time tr td.close { color: #231815; }
.tbl_time tr:not(:last-child) th, .tbl_time tr:not(:last-child) td { border-bottom: 1px solid #ABCE23; }

.time_cap { font-size: 85%; margin-top: .4rem; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 2.0rem 0; }
  .time_cap { margin-top: 1.0rem; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; color: #028A68; text-align: center; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 1.0rem 0 0; }

.tit_02 { font-size: 2.0rem; line-height: 1.0; color: #483224; text-align: center; margin: 0 auto 2.0rem; padding: 2.0rem 0 2.0rem 4.0rem; display: table; position: relative; }
.tit_02::before { content: ""; display: block; width: 6.0rem; height: 6.0rem; background: url("../img/logo_mark.svg") no-repeat left center/contain; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.tit_02 .en { display: inline-block; color: #71665F; font-size: 50%; margin: 0 0 0 1.0rem; }

.tit_03 { font-size: 1.8rem; color: #fff; background: #00AF84; padding: .4rem 1.0rem; line-height: 1.2; margin: 0 0 2.0rem; }

.tit_04 { font-size: 1.6rem; color: #2D9C18; background: #FBF7CA; padding: .4rem 1.0rem; line-height: 1.2; margin: 0 0 2.0rem; }

.tit_05 { font-size: 1.4rem; padding: 0 0 .4rem; line-height: 1.2; border-bottom: 2px dashed #A4958C; margin: 0 0 2.0rem; }

.tit_06 { font-size: 1.4rem; line-height: 1.2; margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto; font-size: 3.2rem; padding: 7.0rem 0; }
  .tit_02 { font-size: 2.6rem; padding: 2.0rem 0 2.0rem 6.6rem; margin: 0 auto 5.0rem; }
  .tit_02::before { width: 10.4rem; height: 10.4rem; }
  .tit_03 { font-size: 2.4rem; padding: .8rem 1.6rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; padding: .8rem 1.6rem; margin: 0 0 3.0rem; }
  .tit_05 { font-size: 2.0rem; margin: 0 0 3.0rem; }
  .tit_06 { font-size: 1.8rem; margin: 0 0 2.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: #C5D975; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #483224; }

.lst_ul_disc li { list-style: disc; margin: 0 0 0 2.0rem; }
.lst_ul_disc li:not(:last-child) { margin: 0 0 1.0rem 2.0rem; }
.lst_ul_disc li::marker { color: #ABCE23; }

.lst_ol { line-height: 1.4; margin: 1.0rem 0 1.0rem 2.4rem; }
.lst_ol > li { list-style: decimal; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::marker { color: #00AF84; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .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; } }
.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { 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 { justify-content: flex-start; }
  .flex3 li, .flex3 > section { width: 32%; margin: 0 0 1.0rem 0 !important; }
  .flex3 li:not(:nth-child(3n)), .flex3 > section:not(:nth-child(3n)) { margin: 0 2.0rem 1.0rem 0 !important; } }
.tel { font-weight: bold; }
.tel::before { font-family: "fontello"; content: "\e801"; color: #ABCE23; margin: 0 .4rem 0 0; }

.box_ylw { background: #fbf7ca; padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ylw { padding: 2.0rem 3.0rem; } }
.box_ylw .tit_04 { padding: initial; }

.btn_rsv, .btn_rsv2, .btn_machi { display: inline-block; color: #fff; font-weight: bold; text-align: center; padding: 1.0rem; border-radius: 3.0rem; box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2); }
.btn_rsv::before, .btn_rsv2::before, .btn_machi::before { display: inline-block; font-weight: normal; margin: 0 .4rem 0 0; }
@media screen and (min-width: 48em), print { .btn_rsv:hover, .btn_rsv2:hover, .btn_machi:hover { opacity: 1.0; background: #fff; } }

.btn_rsv { background: #ABCE23; }
.btn_rsv::before { font-family: "fontello"; content: "\e804"; }
@media screen and (min-width: 48em), print { .btn_rsv { border: 1px solid #ABCE23; }
  .btn_rsv:hover { color: #ABCE23; } }

.btn_rsv2 { background: #23abce; margin: 15px 0 10px; }
.btn_rsv2::before { font-family: "fontello"; content: "\e804"; }
@media screen and (min-width: 48em), print { .btn_rsv2 { border: 1px solid #23abce; margin: 0 10px; }
  .btn_rsv2:hover { color: #23abce; } }

.btn_machi { background: #00AF84; }
.btn_machi::before { font-family: "fontello"; content: "\e80c"; }
@media screen and (min-width: 48em), print { .btn_machi { border: 1px solid #00AF84; }
  .btn_machi:hover { color: #00AF84; } }

.btn_green { display: inline-block; padding: .4rem 2.0rem; background: #00AF84; border: 1px solid #00AF84; color: #fff; border-radius: 3.0rem; text-decoration: none !important; }
.btn_green::after { font-family: "fontello"; content: "\e806"; margin-left: .6rem; }
@media screen and (min-width: 48em), print { .btn_green:hover { opacity: 1; background: #fff; color: #00AF84; } }

.tel_yoyaku { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; }

.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: #00AF84; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\e806"; transform: scale(-1, 1); }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\e806"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; }
  .slick-arrow::before { font-size: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; } }
.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: #00AF84; }
.slick-dots li button:hover, .slick-dots li button:focus { 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); font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif; }

body { background: #fff; color: #483224; }
body::after { visibility: hidden; width: 100vw; height: 100vh; content: ""; background: rgba(51, 51, 51, 0.6); position: fixed; top: 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; }

.main { font-size: 1.4rem; line-height: 1.6; margin: 0 0 6.0rem; }
.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(1100px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1100px; margin: auto; }
  .main { font-size: 1.8rem; margin: 0 0 10.0rem; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; } }
.header { padding: 1.0rem 0; background: #FEFCE4; position: relative; }
.header::after { content: ""; display: block; width: 100%; height: 1.0rem; background: #ABCE23; position: absolute; top: 5.4rem; z-index: 0; }
.header .wrap { margin: 0 1.0rem; }
.header .wrap .logo { width: calc(100% - 5.0rem); height: 5.0rem; position: relative; z-index: 1; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); color: transparent; }
.header .wrap .headR .tel_yoyaku { font-size: 1.4rem; margin: 1.0rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.header .wrap .headR .tel_yoyaku li { width: 48%; }
.header .wrap .headR .tel_yoyaku li.telno { width: 100%; text-align: center; }
.header .wrap .headR .tel_yoyaku li.telno .tel { display: inline-block; font-size: 110%; }
.header .wrap .headR .tel_yoyaku li .btn_machi, .header .wrap .headR .tel_yoyaku li .btn_rsv, .header .wrap .headR .tel_yoyaku li .btn_rsv2 { display: block; padding: .4rem .6rem; font-size: 1.0rem; }
.header .wrap .headR .tel_yoyaku li .btn_machi::before, .header .wrap .headR .tel_yoyaku li .btn_rsv::before, .header .wrap .headR .tel_yoyaku li .btn_rsv2::before { font-weight: normal; }
.header .wrap .headR .add { text-align: center; }

@media screen and (min-width: 48em), print { .header::after { height: 1.8rem; top: 11.0rem; }
  .header .wrap { margin: 1.0rem auto 0; display: flex; justify-content: space-between; }
  .header .wrap .logo { width: 40%; height: 10.0rem; }
  .header .wrap .headR { width: 52%; margin: .6rem 0 0; text-align: right; }
  .header .wrap .headR .tel_yoyaku { font-size: 1.6rem; margin: 0 0 .6rem; justify-content: flex-end; }
  .header .wrap .headR .tel_yoyaku li { width: auto; margin: 0 0 0 1.6rem; }
  .header .wrap .headR .tel_yoyaku li.telno { width: auto; }
  .header .wrap .headR .tel_yoyaku li.telno .tel { font-size: 2.6rem; }
  .header .wrap .headR .tel_yoyaku li .btn_machi, .header .wrap .headR .tel_yoyaku li .btn_rsv, .header .wrap .headR .tel_yoyaku li .btn_rsv2 { font-size: 1.8rem; padding: .4rem 1.6rem; }
  .header .wrap .headR .tel_yoyaku li.hide { position: absolute; inset: 20.2rem 0 auto auto; z-index: 1; }
  .header .wrap .headR .tel_yoyaku li.hide a { border-radius: .6rem 0 0 .6rem; writing-mode: vertical-lr; padding: 1.6rem; }
  .header .wrap .headR .tel_yoyaku li.hide + .hide { inset: 44.0rem 0 auto auto; }
  .header .wrap .headR .add { font-size: 1.8rem; text-align: right; } }
#nav { width: 100vw; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; background: #FEFCE4; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: .6rem; right: 1.0rem; z-index: 10; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e802"; font-size: 3.6rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e803"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: calc((var(--vh, 1vh) * 100) - 8.0rem); overflow-y: auto; background: #FEFCE4; padding: 1.6rem; position: absolute; top: 6.0rem; left: 0; right: 0; margin: auto; z-index: 10; }
#nav .gnav_subnav .gnav { border-top: 1px solid #FCD581; border-bottom: 1px solid #FCD581; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #FCD581; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; align-items: center; width: 100%; text-align: left; padding: 1.0rem; font-weight: bold; font-size: 1.4rem; }
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before { content: "●"; color: #FCD581; font-size: 70%; margin: 0 1.0rem 0 0; }
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: #00AF84; }
#nav .gnav_subnav .gnav > li .sub { position: relative; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\e805"; position: absolute; right: 1.0rem; }
#nav .gnav_subnav .gnav > li .sub.close::after { transform: scale(1, -1); }
#nav .gnav_subnav .gnav > li .subbox .subnav { display: flex; flex-wrap: wrap; }
#nav .gnav_subnav .gnav > li .subbox .subnav li { width: 50%; display: flex; border-bottom: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav li:nth-child(even) { border-left: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { padding: 1.0rem; color: #fff; font-weight: normal; font-size: 1.4rem; background: #00AF84; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a::before { content: "■"; color: #fff; font-size: 50%; margin: 0 .4rem 0 0; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current { color: #00AF84; background: #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current::before { color: #00AF84; }
#nav .gnav_subnav #menu_close { display: block; width: 100%; font-size: 1.4rem; color: #00AF84; background: rgba(0, 175, 132, 0.1); text-align: center; padding: .6rem 0; margin: 1.0rem 0 0; }
#nav .gnav_subnav #menu_close::before { font-family: "fontello"; content: "\e803"; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { #nav { width: auto; margin: 2.0rem 0 0; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block !important; width: 100%; max-height: calc((var(--vh, 1vh) * 100)); overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1100px; margin: auto; display: flex; justify-content: center; border: none; }
  #nav .gnav_subnav .gnav li { 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 { text-align: center; font-size: 1.6rem; margin: 0; padding: 1.4rem 4.0rem; cursor: pointer; justify-content: flex-start; }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after { margin: 0 0 0 1.0rem; }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover { opacity: 1.0; color: #00AF84; }
  #nav .gnav_subnav .gnav li .subbox { display: none; width: 20.0rem; position: absolute; top: 5.0rem; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox > .subnav { display: block; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li { width: 100%; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:nth-child(even) { border-left: none; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a { font-size: 1.6rem; padding: 1.0rem 2.0rem; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover { color: #00AF84; background: #fff; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover::before { color: #00AF84; }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { font-size: 1.4rem; line-height: 1.6; background: #F9E792; }
.overview .clinic_name { text-align: center; background: #fff; padding: 0 0 1.0rem; }
.overview .clinic_name img { max-width: 90%; margin: auto; }
.overview .clinic_name::after { display: block; content: ""; width: 100%; height: 1.0rem; background: #ABCE23; margin: -.6rem 0 0; }
.overview > .wrap { margin: 2.0rem 1.0rem; }
.overview > .wrap .overviewL .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.overview > .wrap .overviewL .gaiyo dt { width: 35%; margin: 0 0 .4rem; }
.overview > .wrap .overviewL .gaiyo dt span { display: block; padding: .2rem 1.0rem; font-weight: bold; text-align: center; color: #844200; background: #fff; border-radius: .3rem; }
.overview > .wrap .overviewL .gaiyo dd { width: 65%; padding: .4rem 0 .4rem 1.6rem; margin: 0 0 1.0rem; }
.overview > .wrap .overviewR .tel_yoyaku { display: flex; justify-content: space-between; align-items: center; }
.overview > .wrap .overviewR .tel_yoyaku li.telno { text-align: center; }
.overview > .wrap .overviewR .tel_yoyaku li.telno .tel { font-size: 105%; }
.overview > .wrap .overviewR .tel_yoyaku li .btn_machi, .overview > .wrap .overviewR .tel_yoyaku li .btn_rsv, .overview > .wrap .overviewR .tel_yoyaku li .btn_rsv2 { display: block; padding: .4rem 1.0rem; font-size: 1.2rem; }
.overview > .wrap .overviewR .tbl_time { margin: 2.0rem 0 0; }
.overview .gmap { height: 100vw; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.8rem; }
  .overview .clinic_name { padding: 0 0 2.0rem; margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 71.0rem; }
  .overview .clinic_name::after { height: 1.8rem; margin: -1.2rem 0 0; }
  .overview > .wrap { margin: auto; display: flex; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 55%; }
  .overview > .wrap .overviewL .gaiyo dt { width: 25%; margin: 0 0 2.0rem; }
  .overview > .wrap .overviewL .gaiyo dt span { padding: .4rem 1.0rem; }
  .overview > .wrap .overviewL .gaiyo dd { width: 75%; padding: .4rem 0 .4rem 3.0rem; margin: 0 0 2.0rem; }
  .overview > .wrap .overviewR { width: 42%; }
  .overview > .wrap .overviewR .tel_yoyaku li.telno { text-align: left; }
  .overview > .wrap .overviewR .tel_yoyaku li.telno .tel { font-size: 140%; }
  .overview > .wrap .overviewR .tel_yoyaku li .btn_machi, .overview > .wrap .overviewR .tel_yoyaku li .btn_rsv, .overview > .wrap .overviewR .tel_yoyaku li .btn_rsv2 { padding: .6rem 3.0rem; font-size: 1.6rem; }
  .overview .gmap { height: 50.0rem; margin: 6.0rem 0 0; } }
#tel_up { width: 100%; height: 7.0rem; background: #fff; visibility: hidden; padding: 0 .4rem; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.2rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up .tel_yoyaku { gap: .6rem .4rem; line-height: 1.0; }
#tel_up .tel_yoyaku li { flex: auto; text-align: center; }
#tel_up .tel_yoyaku li.telno { width: 100%; }
#tel_up .tel_yoyaku li.telno .tel { font-size: 1.6rem; }
#tel_up .tel_yoyaku li .btn_machi, #tel_up .tel_yoyaku li .btn_rsv, #tel_up .tel_yoyaku li .btn_rsv2 { width: 100%; padding: .8rem .6rem; }
#tel_up #pageup { cursor: pointer; display: block; width: 3.6rem; height: 100%; line-height: 0; text-align: center; padding: 0; position: absolute; right: 1.0rem; bottom: 2.6rem; }

@media screen and (min-width: 48em), print { #tel_up { width: 9.4rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 100%; height: 9.4rem; } }
.footer { text-align: center; padding: 0 0 7.0rem; }
.footer .copy { display: block; background: #BB9450; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 6.0rem 0 0; background: #F9E792; }
  .footer .copy { margin: 6.0rem 0 0; }
  .footer ul { display: block; text-align: center; width: 1100px; margin: auto; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin: 0 0 1.0rem; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: "|"; margin: 0 2.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
.keyvsl { max-width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 20.0rem !important; object-fit: cover; }
.keyvsl #keyvsl .slick-dots { position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl .wrap .catch { margin: 1.0rem; background: rgba(255, 255, 255, 0.9); padding: 1.0rem; font-weight: bold; font-size: 1.4rem; border-radius: .6rem; position: relative; }
.keyvsl .wrap .catch span { color: #00AF84; }
.keyvsl .wrap .catch::before { content: ""; display: block; width: 100%; height: 100%; border: 2px solid #ABCE23; border-radius: .6rem; position: absolute; top: 0; left: 0; }
.keyvsl .open_nairan { font-weight: bold; text-align: center; font-size: 1.4rem; }
.keyvsl .open_nairan li { margin: 0 0 1.0rem; }
.keyvsl .open_nairan li.open { font-size: 120%; }

@media screen and (min-width: 48em), print { .keyvsl #keyvsl .slick-list div img { height: 50.0rem !important; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl .wrap { position: absolute; top: 40%; transform: translateY(-40%); left: 0; right: 0; }
  .keyvsl .wrap .catch { width: 41.0rem; margin: 0 auto 0 0; background: rgba(255, 255, 255, 0.9); padding: 2.0rem; font-size: 2.4rem; border-radius: 1.0rem; }
  .keyvsl .wrap .catch span { color: #00AF84; }
  .keyvsl .wrap .catch::before { border-radius: 1.0rem; top: -.6rem; left: -.6rem; }
  .keyvsl .open_nairan { display: flex; justify-content: center; align-items: center; font-size: 2.4rem; margin: 3.0rem 0 0; }
  .keyvsl .open_nairan li { margin: 0 1.0rem; }
  .keyvsl .open_nairan li.open { font-size: 110%; } }
.covid { display: block; background: #00AF84; padding: 1.0rem; color: #fff; border: 4px solid #C3EFFB; border-radius: 1.0rem; margin: 0 0 2.0rem; text-decoration: none !important; position: relative; }
.covid::after { display: inline-block; font-family: "fontello"; content: "\e807"; font-size: 1.4rem; transform: rotate(90deg); position: absolute; top: 1.4rem; right: 2.0rem; }
.covid .midashi { font-size: 1.8rem; }
.covid p { margin: 0; }

.info { padding: 2.0rem 1.0rem 4.0rem; background: linear-gradient(to bottom, #fff 0%, #fff 6rem, #FEFCE4 6rem, #FEFCE4 100%); }
.info .wrap .tit { background: #FBF7CA; text-align: center; padding: .4rem 1.0rem .4rem 6.0rem; margin: 0 0 2.0rem; display: flex; align-items: center; justify-content: center; }
.info .wrap .tit .en { display: inline-block; color: #BB9450; font-weight: normal; font-size: 50%; margin: 0 0 0 1.0rem; }
.info .wrap .tit::before { content: ""; display: inline-block; width: 8.0rem; height: 8.0rem; background: url("../img/index_info_tit.png") no-repeat center center/contain; position: absolute; left: 3.0rem; }
.info .wrap dl { line-height: 1.4; }
.info .wrap dl dt { display: flex; margin: 0 0 .6rem; font-weight: bold; color: #028A68; cursor: pointer; }
.info .wrap dl dt::before { font-family: "fontello"; content: "\e807"; color: #D29B37; margin-right: .6rem; transform: scale(-1, -1); }
.info .wrap dl dt.close::before { transform: scale(1, 1); }
.info .wrap dl dt:not(:first-of-type) { margin: 1.0rem 0 .6rem; padding: 1.0rem 0 0; }
.info .wrap dl dd { margin: 0 0 1.0rem; }
.info .wrap dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .covid { width: 80.0rem; background: url("../img/bnr_covid.jpg") no-repeat right center/auto 100% #00AF84; padding: 2.0rem 25.0rem 2.0rem 2.0rem; margin: 0 auto 4.0rem; }
  .covid::after { font-size: 2.4rem; right: 21.0rem; top: 40%; transform: translateY(-40%), rotate(90deg); }
  .covid .midashi { font-size: 2.4rem; margin: 0 0 .6rem; }
  .covid p { margin: 0; }
  .info { margin: 6.0rem 0 0; padding: 0 0 6.0rem; }
  .info .wrap { display: flex; justify-content: space-between; align-items: flex-start; }
  .info .wrap .tit { padding: 6.6rem 0 0; margin: 5.0rem 9.0rem 0 0; display: block; font-size: 2.4rem; width: 16.4rem; height: 16.4rem; border-radius: 50%; position: relative; }
  .info .wrap .tit .en { display: block; font-size: 60%; margin: 0; }
  .info .wrap .tit::before { content: ""; display: block; width: 17.0rem; height: 10.0rem; position: absolute; left: 0; right: 0; top: -3.0rem; }
  .info .wrap dl { flex: 1; }
  .info .wrap dl dt { margin: 0 0 1.0rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dt:not(:first-of-type) { padding: 1.6rem 0 0; }
  .info .wrap dl dd { margin: 0 0 1.6rem; } }
.tre { padding: 4.0rem 1.0rem; background: url("../img/index_tre_bg.jpg") no-repeat center top/cover; }
.tre .tit_02 { font-weight: bold; }
.tre .subnav { width: 90%; margin: auto; display: flex; justify-content: space-around; flex-wrap: wrap; }
.tre .subnav li { width: 48%; margin: 0 0 2.0rem; }
.tre .subnav li a { display: block; font-weight: bold; text-align: center; text-decoration: none !important; }
.tre .subnav li a::before { display: block; width: 65%; height: 8.4rem; font-family: "fontello"; color: #F1FFC3; font-size: 4.0rem; font-weight: normal; background: url("../img/btn_tre_bg.svg") no-repeat center center/contain; margin: 0 auto 1.0rem; display: flex; justify-content: center; align-items: center; }
.tre .subnav li a.dermatology::before { font-family: "fontello"; content: "\e808"; }
.tre .subnav li a.pediatrics::before { font-family: "fontello"; content: "\e809"; }
.tre .subnav li a.allergy::before { font-family: "fontello"; content: "\e80a"; }
.tre .subnav li a.private::before { font-family: "fontello"; content: "\e80b"; }
.tre .subnav li a.vaccination::before { font-family: "fontello"; content: "\e80e"; }
.tre .subnav li a.sale::before { font-family: "fontello"; content: "\E80D"; }
.tre .subnav li.atopic { display: none; }
.tre .subnav li.psoriasis { display: none; }

@media screen and (min-width: 48em), print { .tre { padding: 6.0rem 0; }
  .tre .subnav { width: 59.0rem; justify-content: center; gap: 4.0rem; }
  .tre .subnav li { width: 15.0rem; margin: 0; }
  .tre .subnav li a { /*font-size: 2.0rem;*/ font-size: 1.8rem; }
  .tre .subnav li a::before { width: 100%; height: 15.0rem; font-size: 7.0rem; transition: .2s; }
  .tre .subnav li a:hover { opacity: 1.0; }
  .tre .subnav li a:hover::before { color: #fff; } }
.about { padding: 4.0rem 1.0rem; background: url("../img/index_about_bg.jpg") repeat-y center top/200% auto; }
.about .wrap .tit_02 { width: 75%; }
.about .wrap .tit_02 .en { margin: 0; }
.about .wrap .catch { background: #ABCE23; color: #fff; font-weight: bold; padding: 1.0rem 5.0rem; border-radius: 5.0rem; display: flex; position: relative; margin: 0 0 3.0rem; }
.about .wrap .catch::before, .about .wrap .catch::after { content: ""; display: block; position: absolute; z-index: 1; }
.about .wrap .catch::before { width: 5.0rem; height: 5.0rem; background: url("../img/index_about_l.png") no-repeat center center/contain; left: 0; bottom: -2.0rem; }
.about .wrap .catch::after { width: 5.4rem; height: 5.4rem; background: url("../img/index_about_r.png") no-repeat center center/contain; right: 0; bottom: -1.6rem; }
.about .wrap .box { font-weight: bold; }
.about .wrap .box .photo img { width: 80%; height: auto; border-radius: .6rem; }

@media screen and (min-width: 48em), print { .about { padding: 6.0rem 0; background: url("../img/index_about_bg.jpg") repeat-y center top/100% auto; }
  .about .wrap .tit_02 { width: auto; }
  .about .wrap .tit_02 .en { margin: 0 0 0 1.0rem; }
  .about .wrap .catch { width: 68.0rem; text-align: center; justify-content: center; font-size: 2.2rem; padding: 1.0rem 0; margin: 0 auto 3.0rem; }
  .about .wrap .catch::before { width: 8.4rem; height: 6.2rem; left: -1.0rem; bottom: -2.0rem; }
  .about .wrap .catch::after { width: 11.0rem; height: 8.2rem; right: -6.0rem; top: .6rem; bottom: auto; }
  .about .wrap .box { width: 91.0rem; margin: auto; display: flex; justify-content: space-between; }
  .about .wrap .box .txt { width: 65%; }
  .about .wrap .box .photo { width: 27.5rem; }
  .about .wrap .box .photo img { width: 100%; border-radius: 1.0rem; margin: 0; }
  .about .wrap .box:nth-child(even) { margin: 4.0rem auto 0; }
  .about .wrap .box:nth-child(even) .txt { order: 2; }
  .about .wrap .box:nth-child(even) .photo { order: 1; } }
.feature { margin: 4.0rem 1.0rem; }
.feature ul li { font-weight: bold; display: flex; align-items: center; margin: 0 0 1.0rem; }
.feature ul li::before { content: ""; display: block; width: 8.6rem; height: 8.6rem; border-radius: 50%; border: 1px solid #E3EFF2; margin: 0 1.0rem 0 0; }
.feature ul li.senmon::before { background: url("../img/index_feature_senmon.jpg") no-repeat center center/90%; }
.feature ul li.kousen::before { background: url("../img/index_feature_kousen.jpg") no-repeat center center/90%; }
.feature ul li.kids::before { background: url("../img/index_feature_kids.jpg") no-repeat center center/90%; }
.feature ul li.kansen::before { background: url("../img/index_feature_kansen.jpg") no-repeat center center/90%; }
.feature ul li.toho::before { background: url("../img/index_feature_toho.jpg") no-repeat center center/90%; }

@media screen and (min-width: 48em), print { .feature { width: 1100px; margin: 6.0rem auto; }
  .feature ul { display: flex; justify-content: center; flex-wrap: wrap; }
  .feature ul li { text-align: center; display: block; margin: 0 6.0rem 4.6rem; }
  .feature ul li::before { width: 23.0rem; height: 23.0rem; margin: 0 0 1.0rem; } }
.cal { padding: 4.0rem 1.0rem; background: #FEFCE4; }
.cal .wrap .status { display: flex; }
.cal .wrap .status li { display: flex; align-items: center; }
.cal .wrap .status li::after { display: inline-block; content: "■"; font-size: 120%; }
.cal .wrap .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .wrap .status li.pm::after { color: #D7F3FB; }
.cal .wrap .status li.close::after { color: #E2F39C; }

@media screen and (min-width: 48em), print { .cal { padding: 5.0rem 0; }
  .cal .wrap .status { width: 100%; }
  .cal .wrap .flex2 { display: flex; justify-content: space-between; }
  .cal .wrap .flex2 .caledit { width: 48%; font-size: 1.8rem; border-spacing: .3rem; }
  .cal .wrap .flex2 .caledit td { padding: 1.0rem 0; } }
.renkei { margin: 4.0rem 1.0rem; padding: 0 0 1.0rem; border-bottom: 1px dotted #4EC9AB; }
.renkei .midashi { text-align: center; font-size: 2.0rem; display: flex; align-items: center; margin: 0 0 2.0rem; }
.renkei .midashi::after, .renkei .midashi::before { content: ''; border-top: 1px dotted #4EC9AB; flex-grow: 1; }
.renkei .midashi::before { margin: 0 1.0em 0 0; }
.renkei .midashi::after { margin: 0 0 0 1.0em; }

@media screen and (min-width: 48em), print { .renkei { width: 1100px; margin: 8.0rem auto; padding: 0 0 3.0rem; border-bottom: 2px dotted #4EC9AB; }
  .renkei .midashi { font-size: 2.6rem; margin: 0 0 3.0rem; }
  .renkei .midashi::after, .renkei .midashi::before { border-top: 2px dotted #4EC9AB; }
  .renkei .midashi::before { margin: 0 2.0em 0 0; }
  .renkei .midashi::after { margin: 0 0 0 2.0em; }
  .renkei .lst_ul { width: 75.0rem; margin: auto; } }
body:not(.index) .header { padding: 1.0rem 0 0; }
body:not(.index) .main { margin: 4.0rem 1.0rem 6.0rem; }
body:not(.index) .main .btn_rsv, body:not(.index) .main .btn_rsv2, body:not(.index) .main .btn_machi { padding: 1.0rem 3.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 10.0rem 0; }
  body:not(.index) .main .btn_rsv, body:not(.index) .main .btn_machi { padding: 1.0rem 4.0rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

body.doctor .renkei { border-bottom: none; }

.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; opacity: 0; transition: .3s ease; background: #00AF84; }
.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 #00AF84; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.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: space-between; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.flow dt { font-weight: bold; }
.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: 2.0rem solid #f9e792; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
@media screen and (min-width: 48em), print { .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .gmap { height: 50.0rem; } }

.tbl_general { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_general caption { text-align: right; font-size: 85%; }
.tbl_general th { text-align: left; font-weight: normal; padding: .4rem 1.0rem; background: #FBF7CA; border: 1px solid #CBC68B; }
.tbl_general td { padding: .4rem 1.0rem; border: 1px solid #CBC68B; }

@media screen and (min-width: 48em), print { .tbl_general th, .tbl_general td { padding: 1.0rem 2.0rem; } }
.anc { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem 1.0rem; margin: 4.0rem 0; }
.anc li { line-height: 1.2; margin: 0 0 1.0rem; }
.anc li a { display: flex; color: #00AF84; border: 1px solid #00AF84; padding: .4rem 1.0rem; text-decoration: none !important; }
.anc li a::before { font-family: "fontello"; content: "\e805"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .anc { margin: 8.0rem 0; gap: 2.0rem; }
  .anc li { font-size: 110%; }
  .anc li a { padding: 1.0rem 2.0rem; }
  .anc li a::before { margin-right: .8rem; }
  .anc li a:hover { background: #00AF84; color: #fff; } }
.tbl_price { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tbl_price th { background: #f1ffc3; border: 1px solid #999; padding: .4rem 1.0rem; }
.tbl_price td { padding: .4rem 1.0rem; text-align: right; border: 1px solid #999; }

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