@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -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); 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); -webkit-clip-path: inset(50%); 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 { -webkit-box-sizing: border-box; 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 { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; 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: 0 0 1.0em 0; font-size: 1.2rem; }

img { height: auto; border: none; -o-object-fit: contain; 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_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.border_red { border: 1px solid red; padding: 1em; }
.border_red.w_90 { margin: auto; margin-top: 1rem; }
@media screen and (min-width: 48em), print { .border_red.w_90 { width: 70%; } }

.green { color: #66cdaa; }

.img_c { margin: 1.0rem auto; }

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

img.border { border: 1px solid #ddd; padding: 4px; border-radius: 3px; }

.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; } }
.img_photo { margin: 0 0 10px 10px; padding: 3px; border: 1px solid #ccc; border-radius: 3px; background: #fff; }

.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: 2rem !important; }

.mt10 { margin-top: 1.0rem; }

.mt0 { margin-top: 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: 4.0rem; }
  .mt30 { margin-top: 3.0rem; }
  .mt20 { margin-top: 2rem !important; }
  .mt10 { margin-top: 1.0rem; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; border-collapse: collapse; margin-bottom: 2rem; }
.tbl_time caption { font-size: 80%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { background-color: #FFFDF5; font-weight: normal; border: 1px solid #ccc; }
.tbl_time tr th.name { background-color: #66cdaa; color: #fff; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 75%; text-align: center; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { font-size: 80%; }
.tbl_time tr td { text-align: center; padding: 1.0rem .4rem; border: 1px solid #ccc; line-height: 1.0; font-size: 80%; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 15px; }
  .tbl_time caption { margin-top: 10px; font-size: 15px; }
  .tbl_time tr th { background-color: #FFFDF5; }
  .tbl_time tr th[scope="col"] { padding: 1rem 0; font-size: 15px; height: 30px; }
  .tbl_time tr th[scope="col"]:first-child { width: 26%; }
  .tbl_time tr th.time { font-size: 15px; height: 30px; }
  .tbl_time tr td { font-size: 15px; padding: 1rem 0; font-weight: bold; } }
.standard_tbl { border-collapse: collapse; margin-bottom: 10px; }

.standard_tbl th, .standard_tbl td { font-weight: 100; text-align: center; border: 1px solid #ddd7ca; padding: 5px 10px; font-size: 100%; }

.standard_tbl th { background: #fffdf5; text-align: left; }

.standard_tbl .head th { font-weight: 700; }

.standard_tbl td { text-align: right; width: 50%; }

.standard_tbl th.txt_l, .standard_tbl td.txt_l { text-align: left !important; }

@media screen and (min-width: 48em), print { .standard_tbl th, .standard_tbl td { font-size: 1.6rem; } }
.gmap { width: 100%; }

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

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

.tit_03 { font-size: 1.8rem; text-align: center; color: #66CDAA; padding: 0 0px 5px; border-bottom: 1px solid #66CDAA; margin-bottom: 10px; }

.tit_04 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 1rem; color: #66cdaa; }

.tit_05 { font-size: 1.4rem; margin: 0; color: #999999; }

@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: 8.0rem 0;*/ }
  .tit_02 { font-size: 2.6rem; margin: 0 0 1rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 1.5rem; padding-bottom: 0; }
  .tit_04 { font-size: 20px; font-weight: 700; clear: both; margin: 0 0 10px 0; color: #66cdaa; }
  .tit_05 { font-size: 18px; margin: 0; color: #999999; } }
.lst { line-height: 1.4; margin: 1.0rem 0; }
.lst > li { position: relative; }
.lst > li:not(:last-child) { margin: 0 0 1.0rem; }

.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1.4em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 .8rem; }
.lst_ul > li::before { content: "●"; color: #66cdaa; position: absolute; left: 0; }
.lst_ul > li.such_as::before { content: none; }
.lst_ul.kome > li::before { content: "※"; color: red; }

.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: #333; }

.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.5em; position: relative; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::marker { color: #f00; }
.lst_ol > li::before { display: inline-block; content: counter(number); border: 1px solid #333; border-radius: 50%; font-size: 85%; width: 1.4em; height: 1.4em; font-weight: bold; position: absolute; top: 0.1rem; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

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

.lst_dl02 dt { font-weight: bold; color: #66cdaa; padding: 0.5rem 1rem; border-top: 1px solid #66cdaa; }
.lst_dl02 dd { margin: 0 0 1.5rem; padding: 0.5rem 1rem; border-top: 1px dotted #66cdaa; }

.lst_dl03 { border: 1px solid #66cdaa; border-top: none; }
.lst_dl03 dt { background: #C6EDE0; border-top: 1px solid #66cdaa; padding: 0.8rem 1rem; }
.lst_dl03 dd { padding: 0.8rem 1rem; border-top: 1px solid #66cdaa; background: #fff; }

.lst_ol2 { list-style: none; }
.lst_ol2 li { text-indent: -1.5em; padding-left: 1.5em; line-height: 1.4; margin-bottom: 10px; }

@media screen and (min-width: 48em), print { .lst_dl01 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 0 0 1.0rem; }
  .lst_dl02 { border-bottom: 1px solid #66cdaa; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 3rem; }
  .lst_dl02 dt { width: 30%; padding: 1rem 0; text-align: center; }
  .lst_dl02 dd { width: 70%; margin: 0; padding: 1rem 0 1rem 2rem; border-top: 1px solid #66cdaa; }
  .lst_dl03 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl03 dt { width: 31%; padding: 1.3rem 1.5rem; }
  .lst_dl03 dd { width: 69%; padding: 1.3rem 1.5rem; border-left: 1px solid #66cdaa; } }
.circle_dlst { margin-left: 1em; }

.circle_dlst > dt { font-weight: 700; color: #999; letter-spacing: 0.1em; }

.circle_dlst > dt:before { content: '● '; color: #66cdaa; }

.circle_dlst > dd { margin-bottom: 10px; }

.circle_dlst > dd:last-child { margin-bottom: 0; }

.flex3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

.w700 { max-width: 700px; margin: auto; }

@media screen and (min-width: 48em), print { .d_flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 div, .flex2 > li { width: 49%; margin-top: 0 !important; }
  .flex3 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .flex3 li { width: 31%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.w600 { width: 96%; margin: auto; }
@media screen and (min-width: 48em), print { .w600 { max-width: 600px; } }

.w400 { width: 96%; margin: auto; }
@media screen and (min-width: 48em), print { .w400 { max-width: 400px; } }

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

.btn_detail { display: block; padding: .4rem 2.0rem; background: #fff; color: #66cdaa; text-decoration: none !important; border: 1px solid #66cdaa; margin: 0 auto; width: 10em; text-align: center; }
@media screen and (min-width: 48em), print { .btn_detail:hover { background: #66cdaa; color: #fff; } }

.linkout { display: inline-block; color: #333; text-decoration: none !important; margin: 0 .2em; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .4rem; }

.linkbtn { background-color: #12bf94; padding: 10px 20px; margin: 30px auto 0; border-radius: 10px; text-align: center; width: 100%; }
@media screen and (min-width: 48em), print { .linkbtn { width: 320px; } }

.linkbtn a { text-decoration: none !important; color: #ffffff; }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; color: #fff; background: #000; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\71"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\77"; }

@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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: 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: #000; }
.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; } }
.arrow_down { display: block; margin: auto; color: #333; line-height: 1; width: 1em; height: 1em; border: 0.1em solid currentColor; border-left: 0; border-bottom: 0; margin-top: 1em; -webkit-transform: translateY(-25%) rotate(135deg); transform: translateY(-25%) rotate(135deg); }

html { font-size: calc(100vw / 32); }

body { background: #fffdf5; color: #333; font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; word-wrap: break-word; }
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; -webkit-transition: all .2s ease-in-out 0s; 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; }

.boxs { border: 1px solid #cccccc; padding: 10px; border-radius: 5px; background-color: #fff; }

.wrap.contents { margin-top: 11rem; }

.main { width: 92%; margin: 4% 4% 4%; font-size: 1.2rem; line-height: 1.6; }
.main a:not([class*="btn"], [href*="tel:"]) { text-decoration: underline; }
.main .boxs { padding: 10px; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1020px + 40px); overflow: scroll; }
  body::after { display: none; }
  a, button { -webkit-transition: .2s; transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  p { margin: 0 0 1.0em 0; font-size: 1.4rem; line-height: 150%; }
  .wrap { width: 1020px; margin: auto; }
  .wrap.contents { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 0; }
  .main { width: 100%; margin: 25px 0 0; margin-top: 25px; font-size: 1.4rem; line-height: 1.8; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 780px; margin-left: 20px; padding-bottom: 50px; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; }
  .main .boxs { padding: 10px 20px 20px; }
  .sidebar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 220px; margin-top: 25px; } }
:target::before { content: ""; display: block; height: 9.0rem; margin: -9.0rem 0 0; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 4.0rem; margin: -4.0rem 0 0; } }

.header { background-color: #fff; position: fixed; z-index: 9; top: 0; left: 0; }
.header h1 { display: block; font-size: 10px; font-weight: normal; height: 15px; padding: 3px 10px; text-align: left; overflow: hidden; }
.header .wrap { margin: 0; padding: 1rem 0 0; }
.header .wrap .logo { width: calc(100% - 7.5rem); height: 4.5rem; }
.header .wrap .logo a { margin: 0 10px 0; display: block; width: 100%; height: 3.0rem; background: url(../img/top_logo.png) no-repeat left top/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; -webkit-clip-path: inset(50%); clip-path: inset(50%); }
.header .wrap .logo .acs { margin: 0 0 0 10px; font-size: 1.1em; text-align: center; color: #4d2307; }
.header .wrap .headR { display: block; }
.header .wrap .headR ul { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: top; -ms-flex-align: top; align-items: top; }
.header .wrap .headR ul li { width: 50%; padding: 8px; text-align: center; }
.header .wrap .headR ul li.telphone { background-color: #fdae84; }
.header .wrap .headR ul li.telphone .tel { display: block; }
.header .wrap .headR ul li.telphone .tel a { display: block; }
.header .wrap .headR ul li.telphone .tel img { display: none; }
.header .wrap .headR ul li.reserve { background-color: #d0cece; }
.header .wrap .headR ul li.reserve a { display: block; }

@media screen and (min-width: 48em), print { .header { border-bottom: 2px solid #cccaca; position: relative; }
  .header h1 { display: block; font-size: 10px; font-weight: normal; line-height: 20px; height: 30px; text-align: center; }
  .header .wrap { margin: 0 auto 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header .wrap .logo { margin: 0 0 0 2px; width: 567px; height: 8.0rem; }
  .header .wrap .logo a { width: 567px; height: 51px; margin-bottom: 8px; }
  .header .wrap .logo .acs { font-size: 1.8rem; letter-spacing: -0.02em; padding-left: 20px; }
  .header .wrap .headR { width: 280px; margin: 0px 10px 0 0; }
  .header .wrap .headR ul { margin-top: 10px; display: block; -webkit-box-align: top; -ms-flex-align: top; align-items: top; }
  .header .wrap .headR ul li { padding: 0px; text-align: right; }
  .header .wrap .headR ul li.telphone { background-color: #fff; width: 300px; }
  .header .wrap .headR ul li.telphone .tel { display: block; text-align: right; text-indent: -99999px; font-size: 0; }
  .header .wrap .headR ul li.telphone .tel img { display: block; }
  .header .wrap .headR ul li.reserve { display: none; } }
#nav { width: 100vw; }
#nav .drawer-toggle .drawer-hamburger-txt { position: absolute; bottom: 2px; left: 0; font-size: 95%; width: 100%; display: block; text-align: center; color: #fff; }
#nav .drawer-hamburger { background-color: #66cdaa; margin: 20px 10px 0; padding: 2px 10px 30px; border-radius: 5px; width: 35px; height: 25px; }
#nav .drawer-hamburger .drawer-hamburger-icon { background-color: #fff; }
#nav .drawer-hamburger .drawer-hamburger-icon:before, #nav .drawer-hamburger .drawer-hamburger-icon:after { background-color: #fff; }
#nav .drawer-nav { background-color: #f2f2f2; overflow: scroll; z-index: 3; }
#nav .gnav_subnav .gnav { border-bottom: 1px solid #fff; overflow: auto; -webkit-overflow-scrolling: touch; margin-bottom: 50px; }
#nav .gnav_subnav .gnav > li { background-color: #66cdaa; color: #fff; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px solid #fff; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.2rem; }
#nav .gnav_subnav .gnav > li .sub::after { content: "＋"; font-weight: bold; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#nav .gnav_subnav .gnav > li .sub.close::after { content: "－"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav { border-top: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav li { background-color: #f2f2f2; }
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) { border-bottom: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { display: block; padding: 1.0rem; color: #4d2307; }

.drawer-open .drawer-hamburger-icon { background-color: transparent !important; }

@media screen and (min-width: 48em), print { #nav { width: auto; }
  #nav .gnav_subnav { display: block !important; width: 100%; max-height: auto; overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1020px; margin: 20px auto 10px; padding-left: 220px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; border: none; }
  #nav .gnav_subnav .gnav li { position: relative; background-color: #FFF; }
  #nav .gnav_subnav .gnav li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav li.home { width: 100px; }
  #nav .gnav_subnav .gnav li.doctor { width: 100px; }
  #nav .gnav_subnav .gnav li.treatment, #nav .gnav_subnav .gnav li.disease { display: none; }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 1.8rem; font-weight: bold; margin: 0; padding: 0 26px; cursor: pointer; color: #555; }
  #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 { color: #66cdaa; }
  #nav .gnav_subnav .gnav li.access a { padding-right: 0 !important; }
  #nav .gnav_subnav .gnav li .subbox { width: auto; position: absolute; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a { padding: 1.6rem 0; }
  #nav .gnav_subnav > .subnav { display: none; } }
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .sidebar { display: block; }
  .sidebar .sidebox { margin-bottom: 20px; }
  .sidebar .tit { font-size: 1.8rem; text-align: center; background-color: #66cdaa; border: 1px solid #ccc; padding: 10px; color: #fff; border-radius: 5px; font-weight: bold; }
  .sidebar .subnav li a { display: block; padding: 1.2rem .6rem; position: relative; font-size: 1.6rem; text-align: center; font-weight: bold; color: #555; }
  .sidebar .subnav li a.hayfever { letter-spacing: -0.1em; }
  .sidebar .subnav li a::after { display: none; }
  .sidebar .subnav li a:hover { color: #66cdaa; }
  .sidebar .subnav li:not(:last-child) { border-bottom: 1px dashed #ccc; }
  .sidebar .subnav li:last-child a { padding-bottom: 0; }
  .sidebar .sidebnr { font-size: 1.8rem; text-align: center; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 20px; }
  .sidebar .sidebnr a { padding: 10px; color: #fff; display: block; background-color: #66cdaa; font-weight: bold; }
  .sidebar .sidebnr a:hover { background-color: #6ADCB6; } }
.overview { font-size: 1.2rem; line-height: 1.6; }
.overview h3 { text-align: center; margin: 0 0 2.0rem; border-bottom: 1px solid #000; }
.overview h3 img { max-width: 80%; margin: auto; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.overview > .wrap .gaiyo dt { width: 30%; padding: .4rem; color: #333; border-bottom: 1px solid #333; }
.overview > .wrap .gaiyo dd { width: 70%; padding: .4rem; border-bottom: 1px solid #333; }
.overview > .wrap .gaiyo dd .tel { font-size: 120%; }
.overview > .wrap .overviewL .clinic_dept { font-size: 1rem; margin: 0 0 0; }
.overview > .wrap .overviewL .clinic_name { margin: 0 0 0; font-size: 1.6rem; }
.overview > .wrap .overviewL .clinic_address { font-size: 1rem; margin: 0 0 0; }
.overview > .wrap .overviewL .clinic_tel { margin: 0 0 10px; font-size: 1.6rem; }
.overview > .wrap .overviewL .clinic_tel .tel { color: #f90; text-decoration: underline; }
.overview > .wrap .overviewR .gmap { height: 60vw; }
.overview > .wrap .overviewR .btn_map { display: inline-block; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.8rem; }
  .overview h3 { margin: 0 0 20px; }
  .overview > .wrap { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .gaiyo dt { padding: 1.0rem 0; }
  .overview > .wrap .gaiyo dd { padding: 1.0rem 0; }
  .overview > .wrap .overviewL { width: 435px; }
  .overview > .wrap .overviewL .clinic_dept { font-size: 1.4rem; margin: 0 0 5px; }
  .overview > .wrap .overviewL .clinic_name { margin: 0 0 5px; font-size: 20px; }
  .overview > .wrap .overviewL .clinic_address { font-size: 1.4rem; margin: 0 0 5px; }
  .overview > .wrap .overviewL .clinic_tel { margin: 0 0 10px; font-size: 20px; }
  .overview > .wrap .overviewR { width: 280px; margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; } }
#pageup { position: fixed; bottom: 3.6rem; right: 1.0rem; z-index: 2; cursor: pointer; width: 5.0rem; height: 5.0rem; font-size: 2.6rem; text-align: center; padding: .4rem; color: #66cdaa; background: #fff; border: 1px solid #66cdaa; border-radius: 50%; }
#pageup::before { display: block; content: "⇧"; }
#pageup .clip { -webkit-clip-path: inset(50%); clip-path: inset(50%); }

@media screen and (min-width: 48em), print { #pageup { position: relative; display: block; bottom: 0; right: 0; cursor: pointer; width: 15rem; height: auto; font-size: 1.4rem; text-align: right; margin: 0; padding: 0; color: #fff; background: none; border: none; border-radius: 0; float: right; }
  #pageup a { color: #fff; }
  #pageup::before { display: none; }
  #pageup .clip { -webkit-clip-path: inset(0%); clip-path: inset(0%); } }
#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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#tel_up ul { width: calc(100% - 4.0rem); height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.0; }
#tel_up ul li { height: 100%; text-align: center; }
#tel_up ul li .tel img { display: inline-block; max-width: 9.0rem; height: 2.4rem; vertical-align: middle; }
#tel_up #pageup { display: block; width: 4.0rem; height: 100%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #ccc; }
#tel_up #pageup::before { display: block; content: "⇧"; position: relative; margin: 1.0rem 0 0; }
#tel_up #pageup .clip { -webkit-clip-path: inset(50%); clip-path: inset(50%); }

@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 { width: 100%; height: 5.0rem; font-size: 3.0rem; border-radius: 50%; } }
.footer { background-color: #66CDAA; text-align: center; padding: 0 0; }
.footer .copy { display: block; color: #fff; padding: .6rem 1.0rem; font-size: 1rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3.0rem 0 0; }
  .footer #pageup { text-align: right; font-size: 1.4rem; color: #fff; }
  .footer .copy { padding: 1rem 0 3rem; font-size: 1.4rem; }
  .footer ul.footnav { clear: both; display: block; text-align: center; width: 700px; margin: 0 auto; }
  .footer ul.footnav li { display: inline-block; font-size: 1.4rem; margin: 0 0 .3rem; color: #fff; -webkit-text-size-adjust: none; }
  .footer ul.footnav li:not(:last-child)::after { content: "|"; margin: 0 .5rem; }
  .footer ul.footnav li a { opacity: 1.0; color: #fff; }
  .footer ul.footnav li a span { display: none; }
  .footer ul.footnav li a:hover { text-decoration: underline; }
  .footer ul.footnav li.treatment { display: none; }
  .footer ul.footnav.subnav li:nth-child(8)::after { content: none; } }
body.index .tit_03 { border-bottom: 1px solid #000; }
body.index .keyvsl { width: 100%; position: relative; }
body.index .keyvsl #keyvsl { max-width: 100%; overflow: hidden; visibility: hidden; height: 14rem; background-size: contain; background-repeat: no-repeat; }
body.index .keyvsl #keyvsl .slick-list div img { height: 26.0rem !important; -o-object-fit: cover; object-fit: cover; }
body.index .keyvsl #keyvsl .slick-dots { position: relative; z-index: 2; }
body.index .keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
body.index .keyvsl .open { width: 45%; position: absolute; top: 14.0rem; right: 1.0rem; z-index: 1; }
@media screen and (min-width: 48em), print { body.index .keyvsl { margin: 0 0 20px; width: 780px; height: auto; }
  body.index .keyvsl #keyvsl { width: 780px; height: 350px; }
  body.index .keyvsl #keyvsl .slick-list div img { height: 70.0rem !important; }
  body.index .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  body.index .keyvsl .open { width: 1020px; margin: auto; top: auto; bottom: -2.0rem; left: 0; right: 0; }
  body.index .keyvsl .open img { margin: 0 0 0 auto; } }
body.index .btn_info { margin-bottom: 1rem; }
body.index .btn_info a { background-color: #66cdaa; display: block; padding: .5rem; border-radius: 5px; color: #fff; text-decoration: none !important; text-align: center; }
body.index .info dl { line-height: 1.4; margin: 0rem 0 .6rem; padding: 0rem 0 0; }
body.index .info dl dt { margin: 0 0 .6rem; padding-left: 1.5rem; color: #333; cursor: pointer; position: relative; }
body.index .info dl dt::before { /*display: inline-block;*/ padding: 0 0.2em 0 0; content: ''; width: 0; height: 0; border: solid 6px transparent; border-left: solid 10px #66cdaa; position: absolute; top: 70%; left: 0; margin-top: -4px; font-size: 1.2em; }
body.index .info dl dt.active::before { position: absolute; top: 75%; left: -5px; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin-top: -4px; }
body.index .info dl dt:not(:first-of-type) { top: 100%; padding: 1rem 0 0 1.5rem; }
body.index .info dl dt .data { margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-size: 12px; color: #555555; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: block; }
body.index .info dl dt .title { font-size: 1.6rem; color: #66cdaa; margin-top: 0px; margin-right: 10px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; font-weight: bold; }
body.index .info dl dd { margin: 0 0 1.6rem 1rem; word-wrap: break-word; font-size: 1.2rem; }
body.index .info dl dd:not(:nth-of-type(-n+3)) { display: none; }
body.index .info dl dd .read { font-size: 14px; padding-top: 0px; padding-right: 0px; padding-bottom: 40px; padding-left: 0px; margin: 0px; }
@media screen and (min-width: 48em), print { body.index .info dl { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  body.index .info dl dt { line-height: 1.4; margin: 0 0 0rem; }
  body.index .info dl dt::before { /*display: inline-block;*/ padding: 0 0.2em 0 0; content: ''; width: 0; height: 0; border: solid 6px transparent; border-left: solid 10px #66cdaa; position: absolute; top: 50%; left: 0; margin-top: -4px; font-size: 1.2em; }
  body.index .info dl dt.active::before { position: absolute; top: 60%; left: -5px; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin-top: -4px; }
  body.index .info dl dt:not(:first-of-type) { top: 100%; padding: 1rem 0 0 1.5rem; }
  body.index .info dl dt .data { display: inline-block; font-size: 14px; }
  body.index .info dl dt .title { font-size: 1.8rem; }
  body.index .info dl dd { margin: 0 0 1.6rem 1.6rem; line-height: 1.5; } }
body.index .feature h3.tit_03 { display: block; background-color: #66cdaa; color: #fff; border-radius: 30px; border: none; padding: .8rem 1rem .5rem; }
body.index .feature ul li a { text-decoration: none !important; }
body.index .feature ul li dl { border: 1px solid #66cdaa; padding: 10px; border-radius: 5px; margin-bottom: 1rem; }
body.index .feature ul li dl dt { border-radius: 5px; background-color: #66cdaa; text-align: center; color: #fff; font-weight: bold; padding: 5px; font-size: 1.4rem; margin-bottom: .5rem; }
body.index .feature ul li:last-child dl { margin-bottom: 0; }
@media screen and (min-width: 48em), print { body.index .feature h3.tit_03 { display: block; width: 430px; margin: 10px auto 20px; padding: .3rem 0rem 0rem; font-size: 28px; line-height: 1.4; }
  body.index .feature p { letter-spacing: 1px; }
  body.index .feature ul li { margin-bottom: 15px; }
  body.index .feature ul li a { display: block; }
  body.index .feature ul li a dl { border-radius: 15px; padding: 10px; height: 100%; min-height: 120px; margin-bottom: 0; }
  body.index .feature ul li a dl dt { padding: 5px; text-align: center; border-radius: 8px; font-size: 18px; margin-bottom: 10px; }
  body.index .feature ul li a dl dd { font-size: 1.4rem; letter-spacing: 1px; line-height: 1.4; }
  body.index .feature ul li a:hover dl { background: #f0fffa; opacity: 0.9; }
  body.index .feature ul li:nth-child(3) { margin-bottom: 0; }
  body.index .feature ul li:nth-child(4) { margin-bottom: 0; } }
body.index .cal { width: 100%; }
body.index .cal .status li { display: inline-block; font-size: 80%; }
@media screen and (min-width: 48em), print { body.index .cal .box_white { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  body.index .cal .box_white .caledit { width: 48%; font-size: 1.4rem; padding: 0; }
  body.index .cal .box_white .caledit .week th { padding: 1rem 0 .6rem; }
  body.index .cal .status { display: block; text-align: center; width: 350px; margin: 0 auto; }
  body.index .cal .status li { font-size: 14px; margin-right: 15px; } }
body.index .loopslider { margin: 2.0rem auto 0; width: 100%; height: 9.0rem; text-align: left; position: relative; overflow: hidden; }
body.index .loopslider ul { height: 100%; float: left; display: inline; overflow: hidden; }
body.index .loopslider ul li { width: 12.0rem; height: 100%; float: left; display: inline-block; overflow: hidden; }
body.index .loopslider ul li img { padding: 0 .4rem; }
@media screen and (min-width: 48em), print { body.index .loopslider { margin: 4.0rem auto 0; height: 20.0rem; }
  body.index .loopslider ul li { width: 30.0rem; }
  body.index .loopslider ul li img { padding: 0 1.0rem; } }

body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r { max-width: 100%; height: auto; border: 1px solid #ddd; padding: 5px; border-radius: 3px; background-color: #fff; }
@media screen and (min-width: 48em), print { body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; } }

.key { width: 100%; border: 1px solid #ddd; border-radius: 10px; margin-bottom: 20px; }
.key h2 { border: 5px solid #fff; border-radius: 10px; padding: 1em 10px; background-image: url(../img/h2_bg.jpg); background-position: center; background-repeat: no-repeat; text-align: center; font-size: 2rem; font-weight: normal; line-height: 1.4; }

@media screen and (min-width: 48em), print { .key { width: 100%; margin-bottom: 20px; display: table; }
  .key h2 { border: 8px solid #fff; border-radius: 10px; font-size: 30px; height: 150px; width: 100%; vertical-align: middle; display: table-cell; } }
.breadcrumb { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; margin: 0 1.0rem 4.0rem; }
.breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .4rem; }

@media screen and (min-width: 48em), print { .breadcrumb { font-size: 1.4rem; width: 1020px; margin: 0 auto 8.0rem; }
  .breadcrumb li:not(:last-child)::after { margin: 0 .8rem; } }
.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div { position: relative; }
.gallery .gallery_slider div .cap { position: absolute; bottom: 0; left: 0; text-align: center; padding: .4rem; opacity: 0; -webkit-transition: .3s ease; transition: .3s ease; width: 100%; margin: 0; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; -webkit-transition-delay: .5s; transition-delay: .5s; color: #333; background: rgba(255, 255, 255, 0.7); }
.gallery .gallery_slider div:first-child .cap { -webkit-transition-delay: 0s; transition-delay: 0s; }
.gallery .gallery_slider .slick-arrow { background: none; z-index: 1; }
.gallery .gallery_slider .slick-arrow::before { content: "●"; color: #333; font-size: 3rem; }
.gallery .gallery_slider .slick-arrow.slick-next { right: 0rem; }
.gallery .gallery_slider .slick-arrow.slick-prev { left: 0rem; }
.gallery .gallery_thum div img { cursor: pointer; border: 2px solid transparent; }
.gallery .gallery_thum .slick-arrow { z-index: 1; background: none; color: #333; display: none !important; }
.gallery .gallery_thum .slick-arrow.slick-prev { left: 0; }
.gallery .gallery_thum .slick-arrow.slick-prev::before { font-family: "fontello"; content: "\f101"; }
.gallery .gallery_thum .slick-arrow.slick-next { right: 0; }
.gallery .gallery_thum .slick-arrow.slick-next::before { font-family: "fontello"; content: "\f100"; }
.gallery .gallery_thum .slick-current div img { border: 2px solid #333; }

.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: 0; text-align: center; color: #fff; padding: .4rem; opacity: 0; -webkit-transition: .3s ease; transition: .3s ease; background: #0054FF; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; -webkit-transition-delay: .5s; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { -webkit-transition-delay: 0s; transition-delay: 0s; }
.gallery .gallery_slider .slick-arrow { background: none; z-index: 1; }
.gallery .gallery_slider .slick-arrow::before { font-size: 3rem; }
.gallery .gallery_slider .slick-arrow.slick-next { right: -2.5rem; }
.gallery .gallery_slider .slick-arrow.slick-prev { left: -2.5rem; }
.gallery .gallery_slider .slick-dots button { background: #000; }
.gallery .gallery_thum .slick-track .slick-slide div img { cursor: pointer; border: 5px solid transparent; }
.gallery .gallery_thum .slick-track .slick-slide.slick-current div img { border: 5px solid #66cdaa; }

@media screen and (min-width: 48em), print { .gallery { width: 100%; border: 1px solid #ddd; padding: 5px; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_slider .slick-arrow { display: none !important; }
  .gallery .gallery_slider .slick-arrow::before { font-size: 5rem; }
  .gallery .gallery_slider .slick-arrow.slick-next { right: -6rem; }
  .gallery .gallery_slider .slick-arrow.slick-prev { left: -6rem; }
  .gallery .gallery_slider .slick-dots { bottom: 5rem; }
  .gallery .gallery_thum .slick-track .slick-slide div img { cursor: pointer; border: 5px solid transparent; }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img { border: 5px solid #66cdaa; } }
.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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 32%; margin: 0 0 2.0rem; }
  .device li:not(:nth-child(3n)) { margin: 0 2.4rem 2.0rem 0; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/*.flow { dd { margin: 0; position: relative; &:not(:last-child) { margin: 0 0 6.0rem; @include pc { margin: 0 0 10.0rem; } &::after { // アロー display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #81e2fd; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; } } }
}*/
.box_lst { margin-top: 15px; }

.box_lst + p { margin-top: 15px; }

.box_lst > dt { font-weight: 700; padding: 5px 15px; border: 1px solid #ffbb72; background: #ffbb72; }

.box_lst > dd { padding: 10px; border: 1px solid #ffbb72; }

.box_lst > dd.arrows { text-align: center; border: none; }
.box_lst > dd.arrows img { width: 70px; margin: 10px auto; display: inline-block; }

.access_time .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access_time .main .tel { color: #f90; text-decoration: underline; }
.access_time .main .tbl_time th[scope="col"] { padding: .5rem 0; font-size: 15px; height: auto; font-weight: bold; }
.access_time .main .tbl_time th[scope="col"]:first-child { width: 30%; }
.access_time .main .tbl_time .name { background-color: #FFFDF5; text-indent: -999999px; padding: .5rem 0; }
@media screen and (min-width: 48em), print { .access_time .main .tbl_time { font-size: 2.0rem; }
  .access_time .main .gmap { margin: 0; height: 40.0rem; }
  .access_time .main .tel { color: #f90; text-decoration: underline; } }

.hiv_kit { margin: 0 auto 2rem; overflow: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 259px; background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: -2px 10px 5px rgba(0, 0, 0, 0); box-shadow: -2px 10px 5px rgba(0, 0, 0, 0); border-radius: 10px; font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif; }
.hiv_kit .txt { padding: 20px; }
.hiv_kit .txt p { font-size: 18px; line-height: 20px; }
.hiv_kit .txt p.price { font-size: 18px; line-height: 20px; font-weight: 600; }
.hiv_kit .btn_buy { display: inline-block; font-size: 18px; line-height: 48px; height: 48px; color: #000000; min-width: 212px; background-color: #12bf94; text-align: center; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; border-radius: 50px; }

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

/* --------------------------------------------------
   Calendar Card Styles (New Design v2)
   -------------------------------------------------- */

/* カレンダー用変数 */
.calendar-card {
    --cal-bg: #ffffff;
    --cal-border: #dcece6;
    --cal-business-bg: #c8f7dc;
    --cal-business-text: #333;
    --cal-business-border: #b2dfdb;
    --cal-holiday-bg: #fff0f0;
    --cal-holiday-text: #ff8080;
    --cal-holiday-border: #ffcccc;
    --cal-pm-blue: #c8f7dc;
    --cal-pm-text: #333;
    --cal-primary-green: #7dd3bf;
    --cal-today-border: #4EC486;
}

.calendar-card {
    background: var(--cal-bg);
    border-radius: 12px;
    border: 2px solid var(--cal-primary-green);
    padding: 30px;
    max-width: 500px;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-family: 'Noto Sans JP', sans-serif;
}

.calendar-card .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.calendar-card .calendar-info {
    text-align: left;
}

.calendar-card .calendar-year-month {
    font-size: 1.4rem;
    font-weight: 700;
    color: #666;
    margin: 0 0 5px 0;
}

.calendar-card .calendar-year-month .cal-year,
.calendar-card .calendar-year-month .cal-month {
    font-size: 1.8rem;
    color: var(--cal-primary-green);
    margin-right: 2px;
}

.calendar-card .calendar-year-month .cal-label {
    font-size: 1rem;
    color: #666;
    margin-right: 10px;
}

.calendar-card .calendar-hours {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    margin: 5px 0 0 0;
}

/* 凡例スタイル */
.calendar-card .calendar-legend {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.85rem;
    color: #333;
    text-align: right;
    font-weight: 500;
}

.calendar-card .legend-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.calendar-card .legend-marker {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    vertical-align: middle;
}

.calendar-card .marker-green {
    background: var(--cal-business-bg);
    border: 1px solid var(--cal-business-border);
}

.calendar-card .marker-pink {
    background: var(--cal-holiday-bg);
    border: 1px solid var(--cal-holiday-border);
}

.calendar-card .marker-slash {
    background: linear-gradient(to bottom right, var(--cal-pm-blue) 50%, #ffffff 50%);
    border: 1px solid #ddd;
}

.calendar-card .marker-today {
    background: transparent;
    border: 2px solid var(--cal-today-border);
    border-radius: 50%;
    box-shadow: none;
}

/* カレンダーグリッド */
.calendar-card .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    text-align: center;
}

.calendar-card .calendar-day-header {
    font-weight: 700;
    color: var(--cal-holiday-text);
    padding-bottom: 10px;
    font-size: 1rem;
}
.calendar-card .calendar-day-header:nth-child(1) { color: var(--cal-holiday-text); }
.calendar-card .calendar-day-header:nth-child(2) { color: #666; }
.calendar-card .calendar-day-header:nth-child(3) { color: #666; }
.calendar-card .calendar-day-header:nth-child(4) { color: #666; }
.calendar-card .calendar-day-header:nth-child(5) { color: var(--cal-holiday-text); }
.calendar-card .calendar-day-header:nth-child(6) { color: #666; }
.calendar-card .calendar-day-header:nth-child(7) { color: var(--cal-pm-text); }

/* セル共通 - デフォルトは診療日（緑背景） */
.calendar-card .calendar-cell {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--cal-business-text);
    background: var(--cal-business-bg);
    border: 1px solid transparent;
    position: relative;
}

/* ステータス文字（休診・午後休） */
.calendar-card .cell-status {
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 2px;
}

.calendar-card .calendar-cell.empty {
    background: transparent;
    border: none;
}

/* 休診日セル */
.calendar-card .calendar-cell.holiday {
    background: var(--cal-holiday-bg);
    color: var(--cal-holiday-text);
}
.calendar-card .calendar-cell.holiday .cell-status {
    color: var(--cal-holiday-text);
}

/* 午後休セル */
.calendar-card .calendar-cell.afternoon {
    background: linear-gradient(to bottom right, var(--cal-pm-blue) 50%, #ffffff 50%);
    color: var(--cal-pm-text);
}
.calendar-card .calendar-cell.afternoon .cell-status {
    color: var(--cal-pm-text);
}

/* 今日のセル */
.calendar-card .calendar-cell.today {
    font-weight: 700;
}

.calendar-card .calendar-cell.today .day-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid var(--cal-today-border);
    border-radius: 50%;
    color: var(--cal-today-border);
    font-weight: 700;
    background: rgba(255,255,255,0.9);
    z-index: 2;
}

.calendar-card .calendar-cell.today::after {
    content: 'TODAY';
    position: absolute;
    bottom: 3px;
    font-size: 0.5rem;
    font-weight: 900;
    color: var(--cal-today-border);
    background: rgba(255,255,255,0.8);
    padding: 0 3px;
    border-radius: 2px;
    z-index: 2;
    line-height: 1;
}

.calendar-card .cell-status {
    font-size: 0.75rem;
    margin-top: 0;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .calendar-card {
        padding: 20px 15px;
    }
    .calendar-card .calendar-header {
        flex-direction: column;
        gap: 15px;
    }
    .calendar-card .calendar-legend {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
        gap: 15px;
    }
    .calendar-card .calendar-cell {
        font-size: 0.9rem;
    }
    .calendar-card .cell-status {
        font-size: 0.5rem;
    }
    .calendar-card .calendar-cell.today .day-num {
        width: 24px;
        height: 24px;
    }
    .calendar-card .calendar-year-month .cal-year,
    .calendar-card .calendar-year-month .cal-month {
        font-size: 1.5rem;
    }
}