@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: 1.0em 0; }

img { height: auto; border: none; -o-object-fit: contain; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

.nonsmoking { pointer-events: none; }

.gnav .contact { pointer-events: 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 !important; }

.underline { text-decoration: underline !important; }

.txt_large { font-size: 120% !important; }

.txt_larger { font-size: 145% !important; }

.txt_small { font-size: 80% !important; }

.red { color: #ff0000 !important; }

.purple { color: #AF7BF2 !important; }

.dark_purple { color: #8E5BCF !important; }

.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  .tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; background-color: #fff; color: #333333; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; background-color: #AF7BF2; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #b5b5b5; padding: 1rem 0; }
.tbl_time tr td { text-align: center; padding: 1.0rem .4rem; border-bottom: 1px solid #b5b5b5; line-height: 1.0; font-size: 80%; color: #AF7BF2; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { font-size: 100%; margin-top: 1rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 100%; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr th.time { padding: 1rem 0; }
  .tbl_time tr td { padding: 1.0rem 0; } }
.gmap { width: 100%; height: 18.0rem; margin-bottom: 1rem; }
@media screen and (min-width: 48em), print { .gmap { height: 40.0rem; margin-bottom: 0; } }

.tit_01, .tit_02, .tit_03, .tit_04 { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.tit_01 { background: url(../img/h1_bg.jpg) no-repeat center center/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; text-align: center; color: #333333; font-weight: 400; }

.tit_02 { font-size: 2.0rem; line-height: 1.2; margin: 0 0 2.0rem; text-align: center; font-weight: 500; }
.tit_02 span { display: block; color: #D0B6F2; font-size: 1.3rem; font-weight: normal; }

.tit_03 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; }

.tit_04 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/h1_bg.jpg) no-repeat center center/auto; font-size: 3.6rem; padding: 8.0rem 0; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 4.2rem; }
  .tit_02 span { font-size: 1.6rem; }
  .tit_03 { font-size: 3.0rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 3.0rem; } }
.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1.4em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul > li::before { content: "●"; color: #FFB5BA; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #575757; }

.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: #575757; }

.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::marker { color: #f00; }
.lst_ol > li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; color: #575757; font-weight: bold; position: absolute; left: 0; }

.lst_dl01 dt { font-weight: bold; background-color: #AF7BF2; padding: 1.0rem; color: #fff; text-align: center; border-bottom: .1rem solid #CCCCCC; margin-right: .1rem solid #CCCCCC; }
.lst_dl01 dd { background-color: #F8F4FD; padding: 1.0rem; border-bottom: .1rem solid #CCCCCC; }

.tbl01 { width: 100%; border-collapse: collapse; border-spacing: 0; border: .1rem solid #CCCCCC; background-color: #fff; }
.tbl01 tr th { background-color: #8E5BCF; color: #fff; border-right: .1rem solid #CCCCCC; padding: 1.0rem; font-weight: 500; }
.tbl01 tr td { text-align: center; border-right: .1rem solid #CCCCCC; border-top: .1rem solid #CCCCCC; padding: 1.0rem; font-weight: 500; }
.tbl01 tr td.-nowrap { white-space: nowrap; }
.tbl01 caption { caption-side: bottom; text-align: left; margin-top: 1.0rem; }
.tbl01.tblprice { text-align: left; }
.tbl01.tblprice th { border-bottom: .1rem solid #CCCCCC; background-color: #F8F4FD; color: #575757; }
.tbl01.tblprice td { text-align: left; }

@media screen and (min-width: 48em), print { .lst_ol > li { padding: 0 0 0 3.6rem; }
  .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%; padding: 1.0rem; }
  .lst_dl01 dd { width: 80%; padding: 1.0rem; }
  .tbl01 tr th { font-size: 1.8rem; padding: 1.9rem; }
  .tbl01 tr td { padding: 1.9rem; }
  .tbl01.tblprice { table-layout: auto; }
  .tbl01.tblprice th { width: 50%; }
  .tbl01.tblprice td { text-align: right; } }
.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%; }

@media screen and (min-width: 48em), print { .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 > li { width: 48%; 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; } }
.tel { color: #AF7BF2; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.tel:before { font-family: "fontello"; content: "\e800"; margin-right: .5rem; }

.rsv { display: block; background-color: #FFB5BA; color: #fff; text-align: center; font-weight: bold; padding: 0.2rem 0; border-radius: .8rem; line-height: 1.3; }
.rsv:before { display: inline-block; font-family: "fontello"; content: "\e818"; margin: 0 auto; font-weight: normal; font-size: 2.0rem; margin-right: 1.0rem; }
.rsv .revisit { display: block; font-size: 70%; font-weight: normal; }
@media screen and (min-width: 48em), print { .rsv { padding: 0.2rem 0; }
  .rsv:before { font-size: 2.8rem; } }

.symview { display: block; background-color: #3eb5ac; color: #fff; text-align: center; font-weight: bold; padding: 0.2rem 0; border-radius: .8rem; line-height: 1.3; }
.symview:before { display: inline-block; font-family: "fontello"; content: "\e914"; margin: 0 auto; font-weight: normal; font-size: 2.0rem; margin-right: 1.0rem; }
.symview .revisit { display: block; font-size: 70%; font-weight: normal; }
@media screen and (min-width: 48em), print { .symview { padding: 0.2rem 0; }
  .symview:before { font-size: 2.8rem; } }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { display: inline-block; padding: .4rem 3.0rem; background: #8E5BCF; border-radius: .6rem; color: #fff; text-decoration: none !important; position: relative; }
.btn_detail:after { font-family: "fontello"; content: "\f006"; color: #fff; position: absolute; right: 1rem; }
@media screen and (min-width: 48em), print { .btn_detail { padding: 1.5rem 7.0rem; }
  .btn_detail:after { right: 2rem; }
  .btn_detail:hover { background: #FFB5BA; } }

.linkout { display: inline-block; color: #575757; text-decoration: none !important; margin: 0 .2em; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .4rem; }

.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: #8E5BCF; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\f007"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\f006"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; }
  .slick-arrow::before { font-size: 2rem; }
  .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; } }
html { font-size: calc(100vw / 32); }

body { background: #FCFAFE; color: #575757; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 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; -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; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([class*="btn"], [href*="tel:"]) { text-decoration: underline; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { -webkit-transition: .2s; 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 .wrap { margin: 1.0rem; }
.header .wrap .logo { width: calc(100% - 5.0rem); height: 4.5rem; }
.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; -webkit-clip-path: inset(50%); clip-path: inset(50%); }
.header .wrap .headR ul li .tel { display: none; }
.header .wrap .headR ul .add { margin: 1.0rem 0; font-size: 1.4rem; }
.header .wrap .headR ul .add span { margin-right: 1.0rem; }
.header .wrap .headR ul .add:before { font-family: "fontello"; content: "\f031"; color: #AF7BF2; margin-right: .5rem; }
.header .wrap .headR .rsv, .header .wrap .headR .symview { display: none; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 2.0rem auto 2.6rem; 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 { width: 38%; height: 10.0rem; }
  .header .wrap .headR { width: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 2.5rem; }
  .header .wrap .headR ul li .tel { display: block; font-size: 3.6rem; text-align: right; }
  .header .wrap .headR ul .add { font-size: 1.8rem; margin: 0; }
  .header .wrap .headR ul .add span { margin-right: 2.0rem; }
  .header .wrap .headR ul .add:before { font-size: 2.8rem; margin-right: 1.0rem; }
  .header .wrap .headR .rsv, .header .wrap .headR .symview { display: block; width: 14.0rem; border-radius: .8rem; font-size: 1.8rem; padding: 0.2rem 0; line-height: 1.2; }
  .header .wrap .headR .rsv:before, .header .wrap .headR .symview:before { display: block; font-size: 4.0rem; margin-right: 0; } }
#nav { width: 100vw; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; background: #AF7BF2; 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: "\f0c9"; font-size: 2.6rem; color: #fff; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e80a"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: 75vh; overflow-y: auto; background: #F8F4FD; 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 #575757; border-bottom: 1px solid #575757; }
#nav .gnav_subnav .gnav > li { width: 100%; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #575757; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { width: 100%; display: block; text-align: left; padding: 1rem; font-size: 1.4rem; font-weight: 500; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
#nav .gnav_subnav .gnav > li .sub::after { content: "▼"; 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; color: #AF7BF2; margin-left: .8rem; }
#nav .gnav_subnav .gnav > li .sub.close::after { content: "▲"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav li { background-color: #E4D5F7; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; display: block; padding: 0.8rem 1.0rem; color: #575757; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a:before { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a:after { font-family: "fontello"; content: "\f006"; color: #AF7BF2; margin-left: .8rem; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a .br { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) { border-bottom: 1px solid #fff; }

@media screen and (min-width: 48em), print { #nav { width: auto; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block; width: 100%; max-height: auto; overflow-y: visible; padding: 0; position: relative; top: 0; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border: none; }
  #nav .gnav_subnav .gnav li { padding: 2.0rem 0; }
  #nav .gnav_subnav .gnav li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav li:first-child a { border-left: .1rem solid #E4D5F7; }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub { 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; font-size: 1.8rem; margin: 0; cursor: pointer; white-space: nowrap; position: relative; padding: .5rem 1.0rem; border-right: .1rem solid #E4D5F7; }
  #nav .gnav_subnav .gnav li a:before, #nav .gnav_subnav .gnav li .sub:before { content: ''; display: block; width: 5rem; height: 5rem; background-image: url("../img/gnav_home.svg"); background-size: contain; background-repeat: no-repeat; margin: 0 auto 1rem; }
  #nav .gnav_subnav .gnav li .clinic:before { background-image: url("../img/gnav_clinic.svg"); }
  #nav .gnav_subnav .gnav li .doctor:before { background-image: url("../img/gnavi02.svg"); }
  #nav .gnav_subnav .gnav li .sub:before { background-image: url("../img/gnav_treatment.svg"); }
  #nav .gnav_subnav .gnav li .sub::after { display: none; }
  #nav .gnav_subnav .gnav li .visitor:before { background-image: url("../img/gnav_visitor.svg"); }
  #nav .gnav_subnav .gnav li .access:before { background-image: url("../img/gnav_access.svg"); }
  #nav .gnav_subnav .gnav li .daycare:before { background-image: url("../img/gnav_daycare.svg"); }
  #nav .gnav_subnav .gnav li .subbox { width: 100%; position: absolute; top: 13rem; left: 0; z-index: 100; background-color: rgba(175, 123, 242, 0.9); }
  #nav .gnav_subnav .gnav li .subbox > .subnav { width: 1200px; padding: 2rem 6rem 1.7rem; margin: 0 auto; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li { width: calc( 100% / 4 ); padding: 0; background-color: unset; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a { padding: 0; color: #fff; text-align: left; border-right: none; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:after { display: none; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before { display: inline-block; content: "-"; margin-right: .5rem; background-image: unset; width: auto; height: auto; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:first-child a { border-left: none; } }
.overview { padding: 2.0rem 1.0rem 0; font-size: 1.4rem; line-height: 1.6; background-color: #F8F4FD; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap { margin: 0 auto 2rem; }
.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: 25%; padding: .4rem; border-top: 1px solid #8E5BCF; color: #8E5BCF; text-align: center; font-weight: bold; }
.overview > .wrap .gaiyo dd { width: 75%; padding: .4rem; border-top: 1px solid #CCCCCC; }
.overview > .wrap .gaiyo dd .tel { font-size: 120%; }
.overview > .wrap .overviewL .tel { display: block; text-align: center; font-size: 2.0rem; }
.overview > .wrap .overviewL .rsv { font-size: 1.8rem; width: 60%; margin: 1rem auto; }
.overview > .wrap .overviewL .rsv:before { margin: 0 .5rem 0 0; }
.overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0; }
.overview > .wrap .overviewR .gmap { height: 100vw; }

@media screen and (min-width: 48em), print { .overview { padding: 4.0rem 0 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 50.0rem; margin: 0 auto 0 0; }
  .overview > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto 4rem; }
  .overview > .wrap .gaiyo dt { width: 20%; padding: 1.0rem 0; }
  .overview > .wrap .gaiyo dd { width: 80%; padding: 1.0rem 0; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .overview > .wrap .overviewL ul li { width: 50%; }
  .overview > .wrap .overviewL .tel { font-size: 3.6rem; }
  .overview > .wrap .overviewL .rsv { font-size: 1.8rem; width: 20.0rem; margin: 0 auto; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; } }
#tel_up { width: 100%; height: 7.0rem; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.2rem; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; -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 { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: auto; height: 50%; text-align: center; }
#tel_up ul li .tel { display: block; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #F1EAFB; }
#tel_up ul li .tel.first { background-color: #ffffff; }
#tel_up ul li .btn_rsv { display: block; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #FFB5BA; color: #fff; padding-top: 0.5rem; }
#tel_up ul li .btn_rsv .revisit { font-size: 70%; font-weight: normal; line-height: 1.3; }
#tel_up ul li .btn_symview { display: block; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #3eb5ac; color: #fff; padding-top: 0.5rem; }
#tel_up ul li .btn_symview .revisit { font-size: 70%; font-weight: normal; line-height: 1.3; }
#tel_up ul .web_btn { width: 50%; }
#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: #AF7BF2; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\f005"; position: relative; display: grid; place-items: center; height: 100%; color: #D0B6F2; }
#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%; }
  #tel_up #pageup::before { -webkit-transition: .2s; transition: .2s; }
  #tel_up #pageup:hover::before { margin: .5rem 0 0; } }
.footer { text-align: center; padding: 0 0 7.0rem; }
.footer .copy { display: block; background: #D0B6F2; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3.0rem 0 0; }
  .footer .copy { font-size: 1.8rem; margin: 3.0rem 0 0; padding: 3rem 0; }
  .footer ul { width: 1200px; margin: auto; display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.8rem; margin: 0 0 .5rem; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: "|"; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; } }
.keyvsl { width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; height: 26.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 26.0rem !important; -o-object-fit: cover; object-fit: cover; }
.keyvsl .catch { width: 100%; margin: 0 auto; display: block; position: absolute; bottom: -2.0rem; right: 1rem; }
.keyvsl .catch .open { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; text-align: center; font-weight: 500; color: #AF7BF2; background: url("../img/open_bg.png") no-repeat center center/contain; width: 13rem; height: 13rem; line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; margin-left: auto; }
.keyvsl .catch .catch_addition { font-size: 1.8rem; padding-top: 1rem; }

@media screen and (min-width: 48em), print { .keyvsl #keyvsl { height: 65.0rem; }
  .keyvsl #keyvsl .slick-list div img { width: 100%; height: 65.0rem !important; }
  .keyvsl .catch { width: 1200px; right: 0; left: 0; bottom: -3rem; }
  .keyvsl .catch .open { width: 26.4rem; height: 26.5rem; }
  .keyvsl .catch .catch_addition { font-size: 3.6rem; padding-top: 3rem; } }
.reception { padding: 3rem 1rem; }
.reception .wrap { background-color: #fff; padding: 2rem 1rem 0; border: .2rem solid #AF7BF2; }
.reception .wrap.-border_none { border: none; }
@media screen and (min-width: 48em), print { .reception .wrap p { font-size: 2.0rem; } }
.reception .att { color: #AF7BF2; }
.reception .tel { font-size: 150%; }

@media screen and (min-width: 48em), print { .reception { padding: 6rem; }
  .reception .wrap { padding: 2rem; } }
.info { width: 100%; padding: 3rem 1rem 2rem; background-color: #F8F4FD; }
.info .wrap { margin: 0 auto; }
.info .wrap .info_wrap { width: 100%; margin: 0 auto; padding: 2rem 0rem; background-color: #fff; }
.info .wrap .info_wrap dl { line-height: 1.4; background-color: #fff; padding: 0 2rem; max-height: 35rem; overflow-y: auto; }
.info .wrap .info_wrap dl.info_dl dt { font-size: 2.0rem; }
@media screen and (min-width: 48em), print { .info .wrap .info_wrap dl.info_dl dt { font-size: 3.6rem; } }
@media screen and (min-width: 48em), print { .info .wrap .info_wrap dl.info_dl dd { font-size: 2.0rem; } }
.info .wrap .info_wrap dl.info_dl .font_yumin { color: #8E5BCF; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.info .wrap .info_wrap dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 .6rem; font-weight: bold; color: #8E5BCF; cursor: pointer; }
.info .wrap .info_wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px solid #ccc; }
.info .wrap .info_wrap dl dd { margin: 0 0 1.6rem; word-wrap: break-word; }
.info .wrap .info_wrap dl dd:not(:nth-of-type(-n+3)) { display: none; }
.info .wrap.-border { background-color: #fff; padding: 2rem; border: .2rem solid #AF7BF2; }
.info .wrap.-border .info_wrap { background: none; }
.info .wrap.-border h2 span { color: #8E5BCF; }

@media screen and (min-width: 48em), print { .info { padding: 6.0rem 0 3.0rem; }
  .info .wrap .info_wrap { width: 1200px; max-height: 44.6rem; padding: 4.0rem; }
  .info .wrap .info_wrap dl { padding: 0; }
  .info .wrap .info_wrap dl dt { margin: 0 0 1.0rem; font-size: 2.0rem; }
  .info .wrap .info_wrap dl dt:not(:first-of-type) { padding: 2rem 0 0; }
  .info .wrap .info_wrap dl dd { margin: 0 0 2.6rem; } }
.info_bnr { margin: 3rem 1rem 0; }
.info_bnr li { margin-bottom: 1rem; }

@media screen and (min-width: 48em), print { .info_bnr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 10rem auto 0; }
  .info_bnr li { margin-bottom: 3rem; }
  .info_bnr li.cf { width: 100%; }
  .info_bnr li.cf a { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; display: block; margin: 0 auto; }
  .info_bnr li a:hover img { opacity: .8; } }
.schedule { padding: 4.0rem 1rem; }
.schedule .tbl01 tr td { padding: 1rem .3rem; }
@media screen and (min-width: 48em), print { .schedule { padding: 6.0rem 0 10.0rem; }
  .schedule .tbl01 tr th:first-child { width: 20%; }
  .schedule .tbl01 tr td { padding: .9rem 0; width: 10%; } }

.medical { padding: 2.0rem 1.0rem; background-color: #F8F4FD; }
.medical .wrap { margin: 2rem auto 0; }
.medical .tit_02 span { color: #8E5BCF; }
.medical .sidebar .subnav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.medical .sidebar .subnav li { width: 50%; margin: 0 0 2rem; }
.medical .sidebar .subnav li a { display: block; position: relative; width: 100%; height: 100%; text-decoration: none; text-align: center; font-weight: 500; color: #AF7BF2; }
.medical .sidebar .subnav li a span { display: inline-block; margin: 1.0rem auto 0; text-align: center; line-height: 1.3; }
.medical .sidebar .subnav li a span:before { font-family: "fontello"; content: "\e803"; margin-right: .3rem; }
.medical .sidebar .subnav li a:before { display: block; content: ""; width: 12.0rem; height: 12.0rem; background: url("../img/medical_bg.png") no-repeat center top/contain; margin: auto; }
.medical .sidebar .subnav li a:after { display: block; content: ""; height: 5.0rem; background: url("../img/menu_place.svg") no-repeat center top/contain; position: absolute; top: 3.5rem; right: 0; left: 0; margin: 0 auto; -webkit-transition: .2s; transition: .2s; }
.medical .sidebar .subnav li .support:after { background: url("../img/menu_support.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .formulation:after { background: url("../img/menu_formulation.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .prescription:after { background: url("../img/menu_prescription.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .price:after { background: url("../img/menu_price.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .daycare:after { background: url("../img/menu_daycare.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .psychological_test:after { background: url("../img/menu_psychological_test.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .counselling:after { background: url("../img/menu_counselling.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .nonsmoking:after { background: url("../img/menu_nonsmoking.svg") no-repeat center top/contain; }
.medical .sidebar .subnav li .selection:after { background: url("../img/menu_selection.svg") no-repeat center top/contain; }
.medical .sidebar .subnav .side_n { display: none; }

@media screen and (min-width: 48em), print { .medical { padding: 6.0rem 0 10.0rem; }
  .medical .wrap { margin: 4.5rem auto 0; }
  .medical .sidebar .subnav { gap: 5rem 8rem; }
  .medical .sidebar .subnav li { width: 24.0rem; margin: 0; }
  .medical .sidebar .subnav li a { font-size: 1.8rem; }
  .medical .sidebar .subnav li a:hover { opacity: .8; }
  .medical .sidebar .subnav li a:hover:after { -webkit-transform: scale(1.1); transform: scale(1.1); }
  .medical .sidebar .subnav li a:before { width: 20.0rem; height: 20.0rem; }
  .medical .sidebar .subnav li a:after { top: 5rem; height: 10.0rem; }
  .medical .sidebar .subnav li a span { line-height: 1.3; } }
.feature { padding: 2.0rem 1.0rem 0; }
.feature .tit_02 span { color: #8E5BCF; }
.feature .tit_02 span.-light_purple { color: #D0B6F2; }
.feature ul { counter-reset: number 0; }
.feature ul li { color: #fff; }
.feature ul li .flex_img { height: 100%; }
.feature ul li .flex_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.feature ul li .disc_wrap { padding: 1rem 1rem 2rem; height: 100%; background-color: #D0B6F2; position: relative; }
.feature ul li .disc_wrap .disc .tit { display: inline-block; font-size: 1.8rem; margin: 0 0 2.4rem; border-bottom: .5rem double; line-height: 1.5; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.feature ul li .disc_wrap .disc .tit:after { display: inline-block; content: ""; counter-increment: number 1; content: "0" counter(number) ""; font-size: 2.8rem; }
.feature ul li .disc_wrap .disc p { font-size: 1.5rem; margin: 0; line-height: 1.3; }
.feature ul li .disc_wrap .disc .read { font-size: 2rem; margin-bottom: 1.0rem; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.feature ul li .disc_wrap .disc:before { display: block; content: ""; background: url("../img/feature_bg.svg") no-repeat right 5rem bottom/contain; width: auto; height: 15rem; position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; opacity: .3; }
.feature ul li:nth-child(even) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.feature ul li:nth-child(even) .disc_wrap { background-color: #E6D2AA; }
.feature ul li:nth-child(even) .disc_wrap .disc { margin-left: auto; }

@media screen and (min-width: 48em), print { .feature { padding: 6.0rem 0 0; }
  .feature ul li { height: 32.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .feature ul li .flex_img { width: 50%; height: 100%; }
  .feature ul li .flex_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
  .feature ul li .disc_wrap { width: 50%; padding: 2.8rem 4.0rem; height: 100%; }
  .feature ul li .disc_wrap .disc { width: 54.0rem; }
  .feature ul li .disc_wrap .disc .tit { font-size: 3.0rem; margin: 0 0 3.4rem; line-height: 1.5; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .feature ul li .disc_wrap .disc .tit:after { font-size: 4.8rem; }
  .feature ul li .disc_wrap .disc p { font-size: 2.4rem; }
  .feature ul li .disc_wrap .disc .read { font-size: 3.6rem; margin-bottom: 2.0rem; }
  .feature ul li .disc_wrap .disc:before { width: 15rem; height: 79.0rem; background-position: right bottom; }
  .feature ul li:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .feature ul li:nth-child(even) .disc_wrap .disc { position: relative; }
  .feature ul li:nth-child(even) .disc_wrap .disc:before { left: auto; bottom: -5rem; } }
.bnr_area { padding: 2.0rem 1.0rem; }
.bnr_area ul li { margin-bottom: 1.0rem; }
.bnr_area ul li img { margin: 0 auto; }
@media screen and (min-width: 48em), print { .bnr_area { padding: 6.0rem 0; }
  .bnr_area ul { 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; gap: 3rem 3rem; }
  .bnr_area ul li { margin-bottom: 0; }
  .bnr_area ul li a:hover img { opacity: .8; } }

body:not(.index) .low_body { background-color: #fff; }
body:not(.index) .main { padding: 0 1.0rem 6.0rem; }
body:not(.index) .tit_02:after { content: ""; display: block; background-color: #D0B6F2; width: 11.0rem; height: .3rem; border-radius: 1.5rem; margin: .6rem auto 0; }
body:not(.index) .tit_03 { background-color: #8E5BCF; color: #fff; padding: 0.3rem 1rem; line-height: 1.6; }
body:not(.index) .tit_04 { color: #8E5BCF; border-bottom: .1rem solid #8E5BCF; padding-bottom: 1.0rem; }
body:not(.index) .emp { color: #8E5BCF; font-weight: bold; }
body:not(.index) .att { color: #FD1645; }
body:not(.index) .marker { background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFCA8)); background: linear-gradient(transparent 60%, #FFFCA8 60%); }
@media screen and (min-width: 48em), print { body:not(.index) .main { padding: 0 0 8.0rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; }
  body:not(.index) .tit_01 { padding: 12rem 0; }
  body:not(.index) .tit_02:after { width: 11.0rem; margin: 1.3rem auto 0; }
  body:not(.index) .tit_03 { padding: .5rem 1.6rem; } }

.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; margin: 0 0 4.0rem; padding: 1.0rem 0 0; }
.breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .4rem; }
.breadcrumb li a { color: #8E5BCF; }

@media screen and (min-width: 48em), print { .breadcrumb { font-size: 1.8rem; margin: 0 0 8.0rem; }
  .breadcrumb li:not(:last-child)::after { margin: 0 .8rem; } }
.gallery { width: 85%; margin: auto; }
.gallery .gallery_slider { visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; opacity: 0; -webkit-transition: .3s ease; transition: .3s ease; background: #000; }
.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_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #000; }

@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: -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; }
.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 #8E5BCF; 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 { margin: 4.0rem 0 0; height: 50.0rem; } }

.price .img_c { max-width: 80%; margin: 1rem auto; }

@media screen and (min-width: 48em), print { .price .img_c { max-width: 40%; height: auto; } }

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