@charset "UTF-8";
*: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%; }

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: #688e26; }

.img_c { max-width: 85%; 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 !important; }

.mt30 { margin-top: 3.0rem !important; }

.mt20 { margin-top: 2.0rem !important; }

.mt10 { margin-top: 1.0rem !important; }

.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 !important; }
  .mt30 { margin-top: 6.0rem !important; }
  .mt20 { margin-top: 4.0rem !important; }
  .mt10 { margin-top: 2.0rem !important; }
  .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: collapse; font-size: 1.4rem; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; color: #b49269; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; border-bottom: 1px solid #dcdcdc; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; }
.tbl_time tr th[scope="col"]:not(:last-child) { border-right: 1px solid #dcdcdc; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th[scope="col"]:last-child { color: #bf0808; }
.tbl_time tr th.time { border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #dcdcdc; line-height: 1.0; font-size: 80%; }
.tbl_time tr td:not(:last-child) { border-right: 1px solid #dcdcdc; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { font-size: 75%; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.6rem 0; } }
.tbl01 { width: 100%; border-collapse: collapse; font-size: 1.4rem; border-left: 1px solid #CCC; border-top: 1px solid #CCC; }
.tbl01 tr th { font-weight: normal; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #f4f8ee; width: 30%; }
.tbl01 tr td { padding: .6rem .4rem; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; line-height: 1.4; }

@media screen and (min-width: 48em), print { .tbl01 { table-layout: fixed; font-size: 1.8rem; }
  .tbl01 tr td { padding: 1.6rem 1rem; } }
.gmap { width: 100%; }

.tit_01 { font-size: 2.2rem; text-align: center; color: #956134; font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; }

.tit_02 { font-size: 2.0rem; text-align: center; color: #688e26; font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif; font-weight: 700; line-height: 1.4; margin: 0 0 2.0rem; display: flex; justify-content: center; align-items: center; }
.tit_02 span .underline { background: linear-gradient(transparent 60%, #f2f5be 0%); }
.tit_02::before, .tit_02::after { content: ""; display: block; width: 5.0rem; height: 3.0rem; background: url(../img/tit_02.png) no-repeat center center/contain; flex: 0 0 5.0rem; }
.tit_02::before { margin: 0 .6rem 0 0; }
.tit_02::after { margin: 0 0 0 .6rem; transform: scale(-1, 1); }

.tit_03 { font-size: 1.8rem; line-height: 1.2; color: #fff; text-align: center; font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif; background: #afcf77; padding: .4rem 1.0rem; margin: 0 0 2.0rem; }

.tit_04 { font-size: 1.6rem; line-height: 1.2; color: #688e26; text-align: center; padding: .4rem 1.0rem; border-top: 2px solid #e2e87d; border-bottom: 2px solid #e2e87d; margin: 0 0 2.0rem; display: flex; justify-content: center; align-items: center; }
.tit_04::before, .tit_04::after { content: ""; display: inline-block; width: 1.0em; height: 1.0em; background: url("../img/tit_04.png") no-repeat center center/contain; flex: 0 0 1.0em; }
.tit_04::before { margin: 0 .6rem 0 0; }
.tit_04::after { margin: 0 0 0 .6rem; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 4.0rem; padding: 5.0rem 0 10.0rem; margin: 0 0 10.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 4.0rem; }
  .tit_02::before, .tit_02::after { width: 10.0rem; height: 5.0rem; flex: 0 0 10.0rem; }
  .tit_02::before { margin: 0 1.0rem 0 0; }
  .tit_02::after { margin: 0 0 0 1.0rem; }
  .tit_03 { font-size: 3.0rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.4rem; padding: .6rem 1.0rem; border-top: 3px solid #e2e87d; border-bottom: 3px solid #e2e87d; 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: #956134; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #4c4c4c; }

.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) "."; font-weight: bold; color: #956134; 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; } }
.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 { width: 32%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.tel { display: inline-block; color: #688e26; font-weight: 700; padding: 1.0rem 0 0; position: relative; }
.tel::before { content: "tel."; font-size: .8em; margin: 0 .2rem 0 0; }
.tel::after { content: "(いい瞳)"; font-size: .5em; font-weight: 400; position: absolute; top: 0; right: .6rem; }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { display: inline-block; padding: .4rem 2.0rem; background: #e2e87d; border-radius: 1.0rem; border: 3px solid #fff; box-shadow: 0 0 0 2px #c3cb40; color: #688e26; text-decoration: none !important; }
.btn_detail::after { font-family: "fontello"; content: "\e804"; margin-left: .6rem; }

html { font-size: calc(100vw / 32); font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif; }

body { background: #fff; color: #4c4c4c; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; 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; }
.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 + 140px); position: relative; }
  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 { padding: 2.0rem 1.0rem 0; background: url("../img/header_leaf.png") no-repeat center top/200% auto, url("../img/overview_bg.png") 0 0/10% auto; }
.header .wrap .logo { width: calc(100% - 5.0rem); height: 3.2rem; }
.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; white-space: nowrap; clip-path: inset(50%); color: transparent; }
.header .wrap .headR { font-size: 1.4rem; }
.header .wrap .headR ul { display: flex; flex-wrap: wrap; align-items: center; }
.header .wrap .headR ul li { margin: 0 .5rem; }
.header .wrap .headR ul li.telno { width: 80%; text-align: center; }
.header .wrap .headR ul li.telno .tel { display: inline-block; font-size: 140%; }
.header .wrap .headR ul li.parking::before { display: inline-block; font-family: "fontello"; content: "\e811"; color: #0068b6; margin: 0 .4rem 0 0; }

@media screen and (min-width: 48em), print { .header { padding: 0; background: url("../img/header_leaf.png") no-repeat center top/auto, url("../img/overview_bg.png") 0 0/auto; position: relative; }
  .header .wrap { width: 1200px; display: flex; justify-content: space-between; }
  .header .wrap .logo { width: 40%; height: 7.0rem; margin: 5.0rem 0 0; }
  .header .wrap .headR { width: 32.0rem; padding: 5.5rem 0; background: url("../img/header_tel_add.png") no-repeat center top; text-align: center; font-size: 1.8rem; }
  .header .wrap .headR ul { justify-content: center; flex-direction: column; } }
#nav { width: 100wv; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; color: #688e26; background: #fff; border: 1px solid #688e26; border-radius: .6rem; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 10; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e800"; font-size: 3.6rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e802"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; 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 #688e26; border-bottom: 1px solid #688e26; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #688e26; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; justify-content: space-between; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.4rem; border: none; background: none; }
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: #688e26; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\e803"; font-size: 1.4em; color: #688e26; line-height: 1.0; display: inline-flex; justify-content: center; align-items: center; }
#nav .gnav_subnav .gnav > li .sub.close::after { font-family: "fontello"; content: "\e805"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav { display: flex; justify-content: space-between; flex-wrap: wrap; border: 1px solid #688e26; border-radius: .6rem; margin: 0 0 1.0rem; }
#nav .gnav_subnav .gnav > li .subbox .subnav li { width: 50%; border-bottom: 1px dotted #688e26; }
#nav .gnav_subnav .gnav > li .subbox .subnav li:nth-child(even) { border-left: 1px dotted #688e26; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { height: 100%; padding: 1.0rem; font-size: 1.2rem; color: #688e26; display: flex; align-items: center; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current { color: #fff; background: #688e26; }

@media screen and (min-width: 48em), print { #nav { width: 1200px; margin: auto; position: absolute; top: 11.0rem; left: 0; right: 0; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block; background: none; width: 100%; max-height: auto; overflow-y: visible; position: static; top: auto; }
  #nav .gnav_subnav .gnav { display: flex; border: none; position: relative; }
  #nav .gnav_subnav .gnav li:not(:last-child) { margin: 0 4.0rem 0 0; }
  #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.8rem; padding: 0 0 1.0rem; cursor: pointer; justify-content: flex-start; border-bottom: 3px solid transparent; }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after { margin: .4rem 0 0 1.0rem; }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current { color: #688e26; border-bottom: 3px solid #e2e87d; opacity: 1.0; }
  #nav .gnav_subnav .gnav li .subbox { width: 70.0rem; visibility: hidden; position: absolute; left: 5.0rem; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox .subnav { background: #fff; padding: 2.0rem; justify-content: flex-start; }
  #nav .gnav_subnav .gnav li .subbox .subnav li { width: 32%; margin: 0; border: none; }
  #nav .gnav_subnav .gnav li .subbox .subnav li:nth-child(even) { border-left: none; }
  #nav .gnav_subnav .gnav li .subbox .subnav li:not(:nth-child(3n)) { border-right: 1px solid #688e26; }
  #nav .gnav_subnav .gnav li .subbox .subnav li a { color: #688e26; padding: 1.0rem 0 1.0rem 2.0rem; font-size: 1.6rem; border: none; }
  #nav .gnav_subnav .gnav li .subbox .subnav li a br { display: none; }
  #nav .gnav_subnav .gnav li .subbox .subnav li a:hover, #nav .gnav_subnav .gnav li .subbox .subnav li a.current { color: #fff; background: #688e26; opacity: 1.0; border: none; }
  #nav .gnav_subnav > .subnav { display: none; } }
.overview { padding: 4.0rem 1.0rem; background: url("../img/overview_bg.png") 0 0/10% auto; font-size: 1.4rem; line-height: 1.6; }
.overview > .wrap .overviewL .clinic_name { text-align: center; }
.overview > .wrap .overviewL .clinic_name img { max-width: 90%; margin: auto; }
.overview > .wrap .overviewL ul { display: flex; justify-content: center; flex-wrap: wrap; }
.overview > .wrap .overviewL ul li { margin: 0 .6rem; }
.overview > .wrap .overviewL ul li.telno { width: 100%; font-size: 1.5em; text-align: center; }
.overview > .wrap .overviewL ul li.parking::before { display: inline-block; font-family: "fontello"; content: "\e811"; color: #0068b6; margin: 0 .4rem 0 0; }
.overview > .wrap .overviewL .acs { background: #fff; padding: 1.0rem; margin: 2.0rem 0; border-radius: .6rem; position: relative; }
.overview > .wrap .overviewL .acs::before { content: "ACCESS"; color: #f7f3ec; font-size: 2.8em; font-weight: 700; position: absolute; top: -1.4rem; right: 0; z-index: 0; }
.overview > .wrap .overviewL .acs dl { margin: 0; }
.overview > .wrap .overviewL .acs dl dt { margin: 0 0 .4rem; }
.overview > .wrap .overviewL .acs dl dd { margin: 0 0 1.0rem; }
.overview > .wrap .overviewL .timetable { background: #fff; padding: 1.0rem; border-radius: .6rem; position: relative; }
.overview > .wrap .overviewL .timetable::before { content: "HOURS"; color: #f7f3ec; font-size: 2.8em; font-weight: 700; position: absolute; top: -1.4rem; right: 0; z-index: 0; }
.overview > .wrap .overviewL .timetable .tbl_time { position: relative; z-index: 1; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }

@media screen and (min-width: 48em), print { .overview { padding: 10.0rem 0; background: url("../img/overview_bg.png") 0 0/auto; font-size: 1.6rem; }
  .overview > .wrap { display: flex; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 40%; }
  .overview > .wrap .overviewL .clinic_name img { max-width: 47.0rem; }
  .overview > .wrap .overviewL .acs { padding: 3.0rem 3.0rem 2.0rem; }
  .overview > .wrap .overviewL .timetable { padding: 2.0rem; }
  .overview > .wrap .overviewR { width: 55%; margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; } }
#tel_up { width: 100%; height: 4.0rem; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: calc(100% - 4.0rem); display: flex; justify-content: center; line-height: 1.0; text-align: center; }
#tel_up ul li { text-align: center; }
#tel_up ul li .tel { font-size: 1.6rem; }
#tel_up #pageup { cursor: pointer; display: block; width: 4.0rem; height: 100%; font-size: 2.6rem; text-align: center; padding: .6rem .4rem; line-height: 1.0; border: none; color: #fff; background: #688e26; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\e805"; }
#tel_up #pageup .clip { clip-path: inset(50%); color: transparent; }

@media screen and (min-width: 48em), print { #tel_up { width: 5.0rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; }
  #tel_up ul { display: none; }
  #tel_up #pageup a { width: 100%; height: 5.0rem; font-size: 5.0rem; border-radius: 50%; } }
.footer { text-align: center; padding: 0 0 4.0rem; }
.footer .copy { display: block; color: #4c4c4c; 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; width: 1200px; margin: auto; text-align: left; }
  .footer .copy { margin: 2.0rem 0; }
  .footer ul { display: block; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin: 0 2.0rem 1.0rem 0; -webkit-text-size-adjust: none; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a br { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
body.index .header { height: 30.0rem; background: url("../img/header_leaf.png") no-repeat center top/200% auto, url("../img/index_kv_bg.png") no-repeat center top/140% auto; }
@media screen and (min-width: 48em), print { body.index .header { height: 95.0rem; background: url("../img/header_leaf.png") no-repeat center top/auto, url("../img/index_kv_bg.png") no-repeat center bottom/auto; }
  body.index .main { margin: 16.0rem 0 0; } }

#keyvsl { width: 100%; height: 19.0rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/100% auto; position: absolute; top: 11.0rem; z-index: -1; }

.keyvsl { margin: 1.0rem 0 0; }
.keyvsl .catch { color: #fff; padding: 0 1.0rem; font-size: 1.6rem; font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif; font-weight: 700; text-shadow: 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f, 0 0 .3rem #2cbc9f; }
.keyvsl ul { margin: 0 1.0rem; }
.keyvsl ul li { border: 2px solid #b49269; border-radius: .6rem; }
.keyvsl ul li.open { font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif; font-weight: 700; color: #b49269; text-align: center; font-size: 1.6rem; padding: .2rem; }
.keyvsl ul li.open .small { font-size: 70%; }

@media screen and (min-width: 48em), print { #keyvsl { height: 72.0rem; margin: auto; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto; top: 19.0rem; left: 0; right: 0; }
  .keyvsl { width: 1200px; margin: auto; position: absolute; top: 27.0rem; left: 0; right: 0; }
  .keyvsl .catch { font-size: 3.8rem; text-shadow: 0 0 .6rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .4rem #2cbc9f, 0 0 .6rem #2cbc9f, 0 0 .6rem #2cbc9f, 0 0 .6rem #2cbc9f, 0 0 .6rem #2cbc9f; }
  .keyvsl ul { margin: 26rem 0 0; }
  .keyvsl ul li { width: 26.0rem; height: 26.0rem; border-radius: 50%; background: rgba(255, 255, 255, 0.9); border: 3px solid #b49269; line-height: 1.2; }
  .keyvsl ul li.open { font-size: 3.6rem; padding: 6.6rem 0 0; }
  .keyvsl ul li.open .small { font-size: 70%; display: block; } }
.info { margin: 4.0rem 1.0rem; }
.info .box_bg { padding: 2.0rem 1.0rem; background: #f4f8ee; border-radius: .6rem; margin: 4.0rem 0 0; }
.info .box_bg::before { content: ""; display: block; width: 50%; height: 10.0rem; border-radius: 50%; background: #f4f8ee; margin: -5.0rem auto 0; }
.info .box_bg dl { line-height: 1.4; margin: -5.0rem 0 0; max-height: 30rem; overflow-y: auto; }
.info .box_bg dl dt { margin: 0 0 .6rem; font-weight: bold; color: #688e26; cursor: pointer; }
.info .box_bg dl dt .date { display: block; font-size: 70%; }
.info .box_bg dl dt .tit::after { font-family: "fontello"; content: "\e803"; margin-left: .6rem; }
.info .box_bg dl dt .tit.close::after { font-family: "fontello"; content: "\e805"; }
.info .box_bg dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px solid #d9cfbe; }
.info .box_bg dl dd { margin: 0 0 1.6rem; word-wrap: break-word; }
.info .box_bg dl dd a { text-decoration: underline; color: #0068b6; }
.info.caution h2 { color: #b49269; }
.info.caution .box_bg { background-color: #f7f3ec; }
.info.caution .box_bg::before { background-color: #f7f3ec; }

@media screen and (min-width: 48em), print { .info_row { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; width: 110.0rem; margin: 8.0rem auto; justify-content: space-between; /* 子要素をflexboxにより中央に配置する */ align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  .info_row .info { width: 48%; }
  .info_row .info .box_bg { margin: 8.0rem 0 0; }
  .info_row .info .box_bg::before { width: 25%; height: 15.0rem; margin: -8.0rem auto 0; }
  .info_row .info .box_bg dl { padding: 0 5.0rem 5.0rem; height: 60rem; max-height: 60rem; overflow-y: auto; }
  .info_row .info .box_bg dl dt { margin: 0 0 1.0rem; }
  .info_row .info .box_bg dl dt::before { margin-right: 1.0rem; }
  .info_row .info .box_bg dl dt:not(:first-of-type) { padding: 3.0rem 0 0; border-top: 2px solid #d9cfbe; }
  .info_row .info .box_bg dl dd { margin: 0 0 3.0rem; } }
.covid { margin: 2.0rem 1.0rem 4.0rem; border: 1px solid #b49269; border-radius: .6rem; padding: 1.0rem; }
.covid > div span { display: block; color: #b49269; font-weight: 700; line-height: 1.4; margin: 0 0 .6rem; }
.covid > div.kansen { padding: 0 0 7.6rem; background: url("../img/index_covid.png") no-repeat center bottom 1rem/90% auto; }
.covid > div.kansen span { font-size: 130%; }
.covid > div.kanki { margin: 1.0rem 0 0; padding: 0 0 19.0rem; background: url("../img/gallery/a_clinic_05.jpg") no-repeat center bottom 1rem/90% auto; }
.covid > div.kanki span { font-size: 120%; }

@media screen and (min-width: 48em), print { .covid { width: 110.0rem; margin: 5.0rem auto 10.0rem; border: 2px solid #b49269; border-radius: 1.0rem; padding: 2.0rem 4.0rem 4.0rem; }
  .covid div.kansen { padding: 0 50.0rem 0 0; background: url("../img/index_covid.png") no-repeat right center/48rem auto; }
  .covid div.kansen span { font-weight: 700; font-size: 200%; }
  .covid div.kanki { margin: 3.0rem 0 0; padding: 0 0 0 37.0rem; background: url("../img/gallery/a_clinic_05.jpg") no-repeat left top/33rem auto; } }
.feature { padding: 4.0rem 1.0rem; background: url("../img/index_feature_bg.png") 0 0/100% auto; }
.feature .wrap div { padding: 20.0rem 0 0; margin: 0 0 3.0rem; }
.feature .wrap div section { width: 95%; margin: auto; background: #fff; padding: 1.6rem; border-radius: .6rem; -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8); box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8); position: relative; }
.feature .wrap div section .tit { line-height: 1.2; color: #688e26; font-size: 1.6rem; margin: 0 0 1.0rem; }
.feature .wrap div section .btn_detail { font-size: 80%; position: absolute; right: 1.6rem; }
.feature .wrap div.chiiki { background: url("../img/index_feature_chiiki.png") no-repeat center top/80% auto; }
.feature .wrap div.hakunai_ope { background: url("../img/index_feature_hakunai.png") no-repeat center top/80% auto; }
.feature .wrap div.orusokera { background: url("../img/index_feature_orusokera.png") no-repeat center top/80% auto; }
.feature .wrap div.shoho { background: url("../img/index_feature_shoho.png") no-repeat center top/80% auto; }

@media screen and (min-width: 48em), print { .feature { padding: 10.0rem 0; background: url("../img/index_feature_bg.png") 0 0/auto; }
  .feature .wrap { width: 110.0rem; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .feature .wrap .tit_02 { width: 100%; }
  .feature .wrap div { width: 47%; padding: 26.0rem 0 0; margin: 0 0 6.0rem; }
  .feature .wrap div section { width: 100%; min-height: 14.0rem; border-radius: 1.0rem; -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); }
  .feature .wrap div section .tit { font-size: 2.4rem; }
  .feature .wrap div section .btn_detail { bottom: -2.0rem; }
  .feature .wrap div.chiiki { background: url("../img/index_feature_chiiki.png") no-repeat center top/65% auto; }
  .feature .wrap div.hakunai_ope { background: url("../img/index_feature_hakunai.png") no-repeat center top/65% auto; }
  .feature .wrap div.orusokera { background: url("../img/index_feature_orusokera.png") no-repeat center top/65% auto; }
  .feature .wrap div.shoho { background: url("../img/index_feature_shoho.png") no-repeat center top/65% auto; } }
.tre { margin: 4.0rem 1.0rem; }
.tre .subnav { display: flex; justify-content: space-between; flex-wrap: wrap; }
.tre .subnav li { width: 48%; margin: 0 0 1.0rem; }
.tre .subnav li a { height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; text-decoration: none !important; padding: 1.0rem; font-size: 1.2rem; border-radius: .6rem; border: 2px solid #e2e87d; }
.tre .subnav li a.ophthalmology { background: url("../img/icon_ippan.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.cataract { background: url("../img/icon_hakunai.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.cataract_surgery { background: url("../img/icon_hakunaiope.svg") no-repeat right -0.3rem center/3.4rem auto #feffee; }
.tre .subnav li a.laser { background: url("../img/icon_laser.svg") no-repeat right -0.3rem center/5.2rem auto #feffee; }
.tre .subnav li a.vitreous_injection { background: url("../img/icon_shoushitai.svg") no-repeat right -0.6rem center/4.8rem auto #feffee; }
.tre .subnav li a.contactlens { background: url("../img/icon_shoho.svg") no-repeat right 0.2rem center/4rem auto #feffee; }
.tre .subnav li a.orthokeratology { background: url("../img/icon_orusokera.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.pediatric_ophthalmology { background: url("../img/icon_shoni.svg") no-repeat right 0.2rem center/3.6rem auto #feffee; }
.tre .subnav li a.glaucoma { background: url("../img/icon_ryokunai.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.age_related { background: url("../img/icon_ouhan.svg") no-repeat right 0.2rem center/3.6rem auto #feffee; }
.tre .subnav li a.dryeye { background: url("../img/icon_dryeye.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.allergic_conjunctivitis { background: url("../img/icon_ketsumaku.svg") no-repeat right -0.3rem center/4rem auto #feffee; }
.tre .subnav li a.uveitis { background: url("../img/icon_budou.svg") no-repeat right 0.2rem center/3.4rem auto #feffee; }
.tre .subnav li a.vitreoretinal_disease { background: url("../img/icon_mounmaku.svg") no-repeat right 0.2rem center/3.6rem auto #feffee; }

@media screen and (min-width: 48em), print { .tre { width: 110.0rem; margin: 10.0rem auto; }
  .tre .subnav { justify-content: flex-start; }
  .tre .subnav li { width: 22.9%; margin: 0 0 3.0rem; }
  .tre .subnav li:not(:nth-child(4n)) { margin: 0 3.0rem 3.0rem 0; }
  .tre .subnav li a { padding: 3.0rem 1.0rem; font-size: 1.8rem; border-radius: 1.0rem; }
  .tre .subnav li a:hover { color: #688e26; opacity: 1.0; }
  .tre .subnav li a br { display: none; }
  .tre .subnav li a.ophthalmology { background: url("../img/icon_ippan.svg") no-repeat right -1rem center/10rem auto #feffee; }
  .tre .subnav li a.cataract { background: url("../img/icon_hakunai.svg") no-repeat right -1rem center/10rem auto #feffee; }
  .tre .subnav li a.cataract_surgery { background: url("../img/icon_hakunaiope.svg") no-repeat right 0.3rem center/8rem auto #feffee; }
  .tre .subnav li a.laser { background: url("../img/icon_laser.svg") no-repeat right -1rem center/12.6rem auto #feffee; }
  .tre .subnav li a.vitreous_injection { background: url("../img/icon_shoushitai.svg") no-repeat right -1.2rem center/8.8rem auto #feffee; }
  .tre .subnav li a.contactlens { background: url("../img/icon_shoho.svg") no-repeat right 0.2rem center/8rem auto #feffee; }
  .tre .subnav li a.orthokeratology { background: url("../img/icon_orusokera.svg") no-repeat right -0.3rem center/9rem auto #feffee; }
  .tre .subnav li a.pediatric_ophthalmology { background: url("../img/icon_shoni.svg") no-repeat right 0.2rem center/6.6rem auto #feffee; }
  .tre .subnav li a.glaucoma { background: url("../img/icon_ryokunai.svg") no-repeat right -0.3rem center/8rem auto #feffee; }
  .tre .subnav li a.age_related { background: url("../img/icon_ouhan.svg") no-repeat right 0.2rem center/7.6rem auto #feffee; }
  .tre .subnav li a.dryeye { background: url("../img/icon_dryeye.svg") no-repeat right -0.3rem center/8rem auto #feffee; }
  .tre .subnav li a.allergic_conjunctivitis { background: url("../img/icon_ketsumaku.svg") no-repeat right -0.3rem center/9rem auto #feffee; }
  .tre .subnav li a.uveitis { background: url("../img/icon_budou.svg") no-repeat right 1rem center/6rem auto #feffee; }
  .tre .subnav li a.vitreoretinal_disease { background: url("../img/icon_mounmaku.svg") no-repeat right 1rem center/6.6rem auto #feffee; } }
.aisatsu { margin: 4.0rem 1.0rem; }
.aisatsu .name { text-align: right; }
.aisatsu .name span { font-size: 1.2em; }

@media screen and (min-width: 48em), print { .aisatsu { width: 110.0rem; margin: 10.0rem auto; } }
.bnr_box { text-align: center; }
.bnr_box img { width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 1rem; -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); }

@media screen and (min-width: 48em), print { .bnr_box a.sp_n { display: block; width: 740px; margin: 0 auto; }
  .bnr_box a.sp_n img { width: 100%; height: auto; display: block; border-radius: 1rem; -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.8); } }
body:not(.index) .main { margin: 0 1.0rem 6.0rem; }
body:not(.index) .main a { color: #688e26; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 8.0rem; }
  body:not(.index) .main a:hover { opacity: 1.0; text-decoration: underline; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.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 dd, .flow li { margin: 0; position: relative; }
.flow dd:not(:last-child), .flow li:not(:last-child) { margin: 0 0 6.0rem; }
@media screen and (min-width: 48em), print { .flow dd:not(:last-child), .flow li:not(:last-child) { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after, .flow li: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 #e2e87d; 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 .flex { display: flex; justify-content: space-between; }
  .access .main .flex .lst_gaiyo { width: 48%; }
  .access .main .flex .gmap { width: 48%; height: 45.0rem; } }

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