@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

button { cursor: pointer; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.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: 4rem !important; }

.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; margin-bottom: 1.0rem; }
.tbl_time caption { font-size: 100%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time caption .pk { color: #EE859D; display: inline-block; margin-right: .5rem; }
.tbl_time tr th, .tbl_time tr td { background-color: #fff; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; background-color: #478ED7; color: #fff; font-weight: bold; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #CCCCCC; }
.tbl_time tr td { text-align: center; padding: 1.0rem .4rem; border-bottom: 1px solid #CCCCCC; line-height: 1.0; font-size: 80%; color: #EE859D; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time tr th, .tbl_time tr td { padding: 2rem 0; }
  .tbl_time tr th[scope="col"] { font-size: 1.8rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 2rem 0; font-size: 100%; } }
.gmap { width: 100%; }

.tit_01 { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; background: url(../img/h1_bg.jpg) no-repeat left top/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; text-align: center; margin: 0 0 1.0rem; color: #478ED7; text-shadow: .1rem .1rem .4rem #fff; }

.tit_02 { width: 100%; height: 8.0rem; display: flex; align-items: center; justify-content: center; flex-direction: column; background: url("../img/a_h2_bg.svg") no-repeat center center/contain; position: relative; padding-bottom: 1rem; font-size: 1.8rem; line-height: 1.2; letter-spacing: .1rem; margin: 2.0rem 0; white-space: nowrap; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.tit_02 span { display: block; color: #478ED7; padding-bottom: 1.0rem; font-size: 1.3rem; }
.tit_02:after { content: ""; display: block; width: 100%; border-bottom: 1px solid #EE859D; position: absolute; bottom: 27%; }

.tit_03 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; color: #478ED7; text-align: center; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.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 auto 3rem; height: 14.3rem; background: url("../img/a_h2_bg.svg") no-repeat center center/18rem 14.3rem; position: relative; padding-bottom: 1rem; width: 1200px; }
  .tit_02 span { font-size: 1.8rem; }
  .tit_03 { display: inline-block; font-size: 3.0rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; 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: #F6C1C1; position: absolute; left: 0; }
.lst_ul.kome > li::before { content: "※"; color: #333; }
.lst_ul span { display: block; margin: 1.0rem 0 0; }

.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.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: #333; font-weight: bold; position: absolute; left: 0; }

.lst_dl01 { box-sizing: border-box; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.lst_dl01 dt { width: 100%; text-align: center; font-weight: bold; background: #EFF5FB; }
.lst_dl01 dd { width: 100%; margin: 0 0 1.0rem; }
.lst_dl01 dt, .lst_dl01 dd { box-sizing: border-box; padding: 1.0rem 1.0rem 0 1.0rem; border-top: 1px solid #ccc; }
@media screen and (min-width: 48em), print { .lst_dl01 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl01 dt { width: 25%; }
  .lst_dl01 dd { width: 75%; } }

.tbl01 { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tbl01 tr th { background-color: #95BEE8; color: #fff; font-weight: bold; text-align: left; padding: 1.0rem; border: .1rem solid #CCCCCC; }
.tbl01 tr td { padding: 1.0rem; border: .1rem solid #CCCCCC; }

@media screen and (min-width: 48em), print { .lst_ol > li { padding: 0 0 0 3.6rem; } }
.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex { display: flex; justify-content: space-between; align-items: flex-start; }
  .flex > div { width: 48%; }
  .flex > div p { margin: 0 0 1.0rem; }
  .flex .flex_l { width: 58%; }
  .flex .flex_r { width: 40%; }
  .flex .flex_r img { margin-left: auto; }
  .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex2 div { width: 48%; }
  .flex3 { justify-content: flex-start; }
  .flex3 li { width: 31%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.tel { color: #478ED7; flex-wrap: bold; text-align: center; }
.tel:before { font-family: "fontello"; content: "\e809"; margin-right: .5rem; }
@media screen and (min-width: 48em), print { .tel { font-size: 2.5rem; }
  .tel:before { font-family: "fontello"; content: "\e809"; } }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { display: inline-block; padding: .4rem 2.0rem; background: #71D4D5; color: #fff; text-decoration: none !important; }
.btn_detail:after { font-family: "fontello"; content: "\f006"; margin-left: 2.0rem; }
@media screen and (min-width: 48em), print { .btn_detail { font-size: 1.8rem; }
  .btn_detail:hover { background: #EE859D; } }

.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; }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: #000; }
.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: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; } }
.slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; margin: 1.0rem auto; }
.slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; border-radius: 50%; background: #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; } }
.youtube iframe { aspect-ratio: 16 / 9; }

@media screen and (min-width: 48em), print { .youtube { width: 750px; height: 500px; margin: 0 auto; } }
html { font-size: calc(100vw / 32); }

body { background: #fff; color: #333; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", 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; 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 { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; }
  .main { font-size: 1.6rem; 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: 5.0rem; }
.header .wrap .logo a { display: block; width: 95%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); }
.header .wrap .headR { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.header .wrap .headR ul { display: flex; align-items: center; margin: 1rem 0 0; }
.header .wrap .headR ul .acs { margin: 0 1.0rem 0 0; font-size: 1.4rem; }
.header .wrap .headR ul .acs:before { font-family: "fontello"; content: "\e80a"; color: #478ED7; margin-right: 0.3rem; font-size: 1.3rem; }
.header .wrap .headR ul li .tel { display: none; }
.header .wrap .headR ul li .rsv { background-color: #71D4D5; color: #fff; font-weight: bold; display: block; text-align: center; padding: 1rem; letter-spacing: .1rem; font-size: 1.3rem; width: 15rem; }
.header .wrap .headR ul li .rsv:before { font-family: "fontello"; content: "\e808"; margin-right: 1rem; font-weight: normal; }
.header .wrap .headR ul li .line img { max-width: 80%; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.0rem auto 0; display: flex; justify-content: space-between; align-items: center; }
  .header .wrap .logo { width: 40%; height: 8.0rem; }
  .header .wrap .headR { width: 60%; margin-bottom: 1.5rem; display: block; }
  .header .wrap .headR ul { display: flex; justify-content: flex-end; align-items: center; margin: 0; }
  .header .wrap .headR ul .acs { font-size: 1.6rem; margin: 0 0 1.5rem; }
  .header .wrap .headR ul .acs:before { font-size: 2.0rem; margin-right: .5rem; }
  .header .wrap .headR ul li .tel { display: inline-block; width: 25.0rem; font-size: 2.4rem; font-weight: bold; border: 1px solid #478ED7; padding: 1.0rem; }
  .header .wrap .headR ul li .tel:before { margin-right: .5rem; }
  .header .wrap .headR ul li .rsv { background-color: #71D4D5; color: #fff; font-weight: bold; display: block; text-align: center; padding: 1rem; letter-spacing: .1rem; width: 25.0rem; margin: 0 3.0rem 0 1.0rem; font-size: 2.4rem; }
  .header .wrap .headR ul li .rsv:before { font-family: "fontello"; content: "\e808"; margin-right: 1rem; font-weight: normal; }
  .header .wrap .headR ul li .line img { max-width: 100%; } }
#nav { width: 100vw; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; border-radius: 50%; background: #95BEE8; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 10; color: #fff; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e817"; font-size: 2.0rem; margin: 0 0 .1rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e816"; font-size: 2.0rem; margin: 0 0 .1rem; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; padding: 3rem 1.6rem; position: absolute; top: 6.0rem; left: 0; right: 0; margin: 0 auto; z-index: 10; }
#nav .gnav_subnav .gnav { border-top: 1px solid #333; border-bottom: 1px solid #333; font-weight: bold; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #333; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; justify-content: space-between; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.4rem; }
#nav .gnav_subnav .gnav > li .sub::after { content: "▼"; display: inline-flex; justify-content: center; align-items: center; color: #95BEE8; }
#nav .gnav_subnav .gnav > li .sub.close::after { content: "▲"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav { background-color: rgba(239, 245, 251, 0.8); }
#nav .gnav_subnav .gnav > li .subbox .subnav li { border-right: none; border-bottom: 1px solid #ccc; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { display: block; padding: 1.0rem; color: #333; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a:hover { color: #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: static; margin-bottom: 1.3rem; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: flex; justify-content: space-between; border: none; }
  #nav .gnav_subnav .gnav li { width: 100%; position: relative; }
  #nav .gnav_subnav .gnav li:not(:last-child) { border-right: 1px dashed #478ED7; border-bottom: none; }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub { width: 90%; justify-content: center; align-items: center; text-align: center; font-size: 1.8rem; margin: 0 auto; cursor: pointer; }
  #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 a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current { color: #fff; background-color: #EE859D; }
  #nav .gnav_subnav .gnav li .sub::after { display: none; }
  #nav .gnav_subnav .gnav li .sub.close::after { display: none; }
  #nav .gnav_subnav .gnav li .subbox { width: auto; position: absolute; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox > .subnav { width: 48.0rem; display: flex; flex-wrap: wrap; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li { width: 50%; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:nth-child(odd) { border-right: 1px solid #ccc; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a { display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; padding: 1.6rem 0.5rem; font-size: 1.6rem; }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a span { display: block; font-size: 1.4rem; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { color: #fff; background-color: #EE859D; } }
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background-color: #EFF5FB; }
.overview .wrap { margin-bottom: 3rem; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.overview > .wrap .gaiyo dt { width: 30%; padding: .4rem; color: #333; border-top: 1px solid #478ED7; }
.overview > .wrap .gaiyo dd { width: 70%; padding: .4rem; border-top: 1px solid #CCCCCC; }
.overview > .wrap .gaiyo dd .tel { font-size: 120%; }
.overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0; }
.overview > .wrap .overviewL .tbl_pay { margin: 0.2rem 0 0.5rem; width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; color: #222; }
.overview > .wrap .overviewL .tbl_pay tr th { display: block; font-weight: normal; padding: 0.4rem 0; background: #478ED7; color: #fff; }
.overview > .wrap .overviewL .tbl_pay tr:not(:last-of-type) th { border-bottom: 1px solid #fff; }
.overview > .wrap .overviewL .tbl_pay tr:not(:last-of-type) td { border-bottom: 1px solid #478ED7; }
.overview > .wrap .overviewL .tbl_pay tr td { display: block; text-align: center; padding: 0.6rem 0.4rem; background: #fff; line-height: 1; }
.overview > .wrap .overviewL .tbl_pay tr td ul { display: flex; flex-wrap: wrap; align-items: center; }
.overview > .wrap .overviewL .tbl_pay tr td ul li { padding: 1rem; }
.overview > .wrap .overviewL .tbl_pay tr td ul li img { max-height: 26px; max-width: 90px; width: 100%; }
.overview > .wrap .overviewL .tbl_pay tr td ul li span.yucho { color: #008E42; font-weight: bold; }
.overview > .wrap .overviewR .tel { display: block; padding: 1.0rem 0; background-color: #fff; font-size: 2.4rem; font-weight: bold; text-align: center; margin-bottom: 2.0rem; border: 1px solid #478ED7; }
.overview > .wrap .overviewR .tel::before { margin: .5rem; font-size: 2.2rem; }
.overview .gmap { height: 36.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 4rem 0 0; font-size: 1.8rem; }
  .overview .wrap { margin-bottom: 6.6rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 43.0rem; margin: 0; }
  .overview > .wrap { display: flex; justify-content: space-between; }
  .overview > .wrap .gaiyo { font-size: 1.8rem; }
  .overview > .wrap .gaiyo dt { padding: 1.8rem 0; text-align: center; }
  .overview > .wrap .gaiyo dd { padding: 1.8rem 0; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .tbl_pay tr th { display: table-cell; padding: 0.4rem 0; width: 8em; }
  .overview > .wrap .overviewL .tbl_pay tr td { display: table-cell; padding: 1.2rem 0.8rem; }
  .overview > .wrap .overviewL .tbl_pay tr td ul li { padding: 1rem 1.2rem; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .tbl_time th[scope="col"] { padding: 2.0rem 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: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: calc(100% - 4.0rem); height: 100%; display: flex; justify-content: center; align-items: center; line-height: 1.0; }
#tel_up ul li { height: 100%; text-align: center; }
#tel_up ul li:nth-child(1) { width: 60%; }
#tel_up ul li:nth-child(2) { width: 40%; }
#tel_up ul li a { height: 100%; font-size: 1.6rem; font-weight: bold; display: flex; align-items: center; justify-content: center; }
#tel_up ul li .tel { display: flex; align-items: center; justify-content: center; height: 100%; background-color: #E4EEF9; }
#tel_up ul li .rsv { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #E4FDFC; color: #71D4D5; }
#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: #71D4D5; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\f005"; position: relative; margin: 1.4rem 0 0; color: #fff; }
#tel_up #pageup .clip { 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: 6.0rem; height: 6.0rem; font-size: 3.0rem; border-radius: 50%; }
  #tel_up #pageup::before { margin: 1.4rem 0 0; } }
.footer { text-align: center; padding: 0 0 4.0rem; background-color: #EFF5FB; }
.footer .copy { display: block; background: #478ED7; 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 { padding: 4rem 0; margin: 3.0rem 0 0; font-size: 1.8rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.8rem; margin: 0 0 1.0rem; -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; }
  .footer ul li.treatment { display: none; }
  .footer ul li .ft_ad { display: none; }
  .footer ul.subnav { width: 108.0rem; margin: 3.5rem auto 0; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; } }
.keyvsl { width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; height: 26.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { width: 100%; height: 26.0rem !important; object-fit: cover; }
.keyvsl #keyvsl .slick-dots { position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl .open { width: 45%; position: absolute; top: 14.0rem; right: 1.0rem; z-index: 1; }
.keyvsl .wrap { position: absolute; top: 0; right: 0; left: 0; margin: 0 auto; }
.keyvsl .wrap .catch .catch_txt { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; letter-spacing: .3rem; color: #478ED7; text-shadow: .2rem .3rem .2rem #fff; line-height: 1.3; font-size: 1.8rem; color: #478ED7; margin: 1rem 0 0 1rem; }
.keyvsl .wrap .circle { position: absolute; right: 1rem; bottom: -10rem; width: 8.0rem; height: auto; background: url("../img/circle_bg.svg") no-repeat center center/contain; }
.keyvsl .wrap .circle p { height: 27.0rem; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; font-family: 'Yu Mincho Demibold','YuMincho Demibold', sans-serif; color: #fff; text-align: center; line-height: 1.2; }
.keyvsl .wrap .circle_add { background: url("../img/circle_bg_add.svg") no-repeat center center/contain; right: 10rem; }

@media screen and (min-width: 48em), print { .keyvsl { margin: 0; position: relative; }
  .keyvsl #keyvsl { height: 75.0rem; }
  .keyvsl #keyvsl .slick-list div img { height: 70.0rem !important; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl .open { width: 1200px; margin: auto; top: auto; bottom: -2.0rem; left: 0; right: 0; }
  .keyvsl .open img { margin: 0 0 0 auto; }
  .keyvsl .wrap { top: 0; right: 0; left: 0; margin: 0 auto; }
  .keyvsl .wrap .catch .catch_txt { font-size: 3.6rem; margin: 7.7rem 0 0 2rem; }
  .keyvsl .wrap .circle { right: 0; bottom: -17.4rem; width: 27.0rem; height: 27.0rem; font-size: 3.6rem; }
  .keyvsl .wrap .circle p { letter-spacing: .2rem; margin: 0 0 0 1.5rem; }
  .keyvsl .wrap .circle_add { right: 29rem; } }
.greeting { width: 95%; margin: 0 auto 3rem; }
.greeting .tit_03 { background: linear-gradient(transparent 60%, #EAF8F9 60%); }
.greeting .flex2 img { max-width: 80%; margin: 0 auto; }
@media screen and (min-width: 48em), print { .greeting { width: 100%; letter-spacing: .1rem; margin-bottom: 9.0rem; }
  .greeting .flex2 { padding: 0 4rem; align-items: flex-start; }
  .greeting .flex2 > section { width: 58%; }
  .greeting .flex2 img { max-width: 100%; margin: 0; }
  .greeting p { font-size: 1.8rem; margin-bottom: 2.0rem; }
  .greeting .name { font-size: 2.4rem; margin-left: 1.0rem; } }

.timetable { width: 100%; background: url("../img/timetable_bg.png") no-repeat left top/cover #F7FAFD; padding: 1rem 0 2em; }
.timetable .wrap { width: 95%; margin: 0 auto; }
.timetable .col2 .gmap { margin: 1rem 0 0; }
@media screen and (min-width: 48em), print { .timetable { position: relative; padding: 12.3rem 0 7.7rem; }
  .timetable .wrap { width: 1200px; padding: 0; }
  .timetable .tit_02 { position: absolute; top: -5rem; left: 0; right: 0; margin: 0 auto; }
  .timetable .col2 { display: flex; justify-content: space-between; align-items: flex-start; }
  .timetable .col2 div { width: 48%; }
  .timetable .col2 .gmap { margin: 0; height: 30.0rem; } }

.banner_area { width: 95%; margin: 3.0rem auto; }
@media screen and (min-width: 48em), print { .banner_area { width: 100%; margin: 6.0rem auto; }
  .banner_area a { display: block; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ margin: 0 auto; }
  .banner_area a:hover img { opacity: .8; } }

.info { margin: 4.0rem 1.0rem 6.0rem; }
.info .tit_02 { background-image: none; margin: 2rem 0 0; }
.info .wrap dl { line-height: 1.4; }
.info .wrap dl dt { display: flex; margin: 0 0 .6rem; font-weight: bold; color: #478ED7; background-color: #EFF5FB; cursor: pointer; padding: 1.3rem 1rem 1rem; }
.info .wrap dl dt::before { font-family: "fontello"; content: "\f004"; margin-right: .6rem; font-weight: normal; }
.info .wrap dl dt.close::before { font-family: "fontello"; content: "\f005"; font-weight: normal; }
.info .wrap dl dd { margin: 0 0 1.6rem; padding: .5rem 0 2.0rem; border-bottom: 1px solid #ccc; word-wrap: break-word; }
.info .wrap dl dd:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { margin: 8.0rem 0 12rem; }
  .info .wrap { padding: 0 4rem; display: flex; justify-content: space-between; align-items: flex-start; }
  .info .wrap .tit_02 { width: auto; height: auto; margin: 0; position: relative; }
  .info .wrap .tit_02:after { display: block; width: 15.0rem; height: 11.9rem; background-image: url("../img/h2_news.svg"); background-size: contain; border-bottom: none; position: absolute; bottom: -13rem; right: 0; left: 0; margin: 0 auto; }
  .info .wrap dl { width: 83.0rem; font-size: 1.8rem; }
  .info .wrap dl dt { margin: 0 0 1.0rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dd { margin: 0 0 1.6rem; } }
.feature { padding: 5rem 0 0; background: url("../img/feature_bg.png") no-repeat left top/cover; position: relative; }
.feature .wrap { width: 95%; margin: 0 auto; }
.feature .tit_02 { width: 95%; position: absolute; top: -2rem; right: 0; left: 0; margin: 0 auto; font-size: 1.5rem; }
.feature ul { counter-reset: number 0; padding: 2.0rem 0; }
.feature ul li { position: relative; }
.feature ul li:not(:last-child) { margin-bottom: 4.0rem; }
.feature ul li:before { content: ""; display: block; counter-increment: number 1; content: "0" counter(number) ""; position: absolute; top: -4rem; right: 0; color: #71D4D5; font-size: 5.0rem; font-family: 'Yu Mincho Demibold','YuMincho Demibold', sans-serif; }
.feature ul li p { line-height: 1.5; margin: 0; }
.feature ul .tit { color: #478ED7; font-weight: bold; font-size: 1.5rem; text-align: center; margin: 1.8rem 0 .5rem; }

@media screen and (min-width: 48em), print { .feature { padding: 0; }
  .feature .wrap { width: 1200px; padding: 0; }
  .feature .tit_02 { width: 1200px; top: -5rem; font-size: 3.6rem; }
  .feature ul { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding: 14.0rem 0 10.0rem; gap: 3.0rem 6.0rem; }
  .feature ul li { width: 36.0rem; font-size: 1.8rem; }
  .feature ul li:not(:last-child) { margin-bottom: 0; }
  .feature ul li:before { top: -5rem; font-size: 6.0rem; }
  .feature ul .tit { font-size: 2.4rem; margin: 1.8rem 0 1.3rem; } }
.treatment_contents { margin: 3rem 0; background: url("../img/treatment_bg.jpg") no-repeat left top/cover #fff; }
.treatment_contents .wrap { width: 95%; margin: 0 auto; }
.treatment_contents ul { width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.treatment_contents ul li { margin-bottom: 1rem; }
.treatment_contents ul li a { display: block; width: 14.0rem; text-align: center; text-decoration: none !important; position: relative; color: #478ED7; font-weight: bold; line-height: 1.3; }
.treatment_contents ul li a:before { content: ""; display: block; width: 13.0rem; height: 13.0rem; border-radius: 50%; border: .6rem solid #F0FAFA; background-color: #fff; transition: .2s; }
.treatment_contents ul li a:after { content: ""; display: block; background-image: url("../img/icon_cervical_cancer.svg"); width: 8rem; height: 8rem; background-size: contain; background-repeat: no-repeat; transition: .2s; position: absolute; top: 21%; right: 0; left: -1rem; margin: 0 auto; }
.treatment_contents ul li a span { display: block; margin: .5rem 0 0; }
.treatment_contents ul li a:hover { opacity: .8 !important; color: #EE859D; }
.treatment_contents ul li a:hover:before { border: .6rem solid #F6C1C1; }
.treatment_contents ul li a:hover:after { transform: scale(1.1); }
.treatment_contents ul li .endometrial_cancer:after { background-image: url("../img/icon_endometrial_cancer.svg"); }
.treatment_contents ul li .pms:after { top: 17%; left: -0.5rem; background-image: url("../img/icon_pms.svg"); }
.treatment_contents ul li .fibroids:after { background-image: url("../img/icon_fibroids.svg"); }
.treatment_contents ul li .ovarian_cyst:after { background-image: url("../img/icon_ovarian_cyst.svg"); }
.treatment_contents ul li .endometriosis:after { background-image: url("../img/icon_endometriosis.svg"); }
.treatment_contents ul li .pill:after { top: 17%; left: -1rem; background-image: url("../img/icon_pill.svg"); }
.treatment_contents ul li .contraception:after { top: 16%; background-image: url("../img/icon_contraception.svg"); }
.treatment_contents ul li .milena:after { background-image: url("../img/icon_milena.svg"); }
.treatment_contents ul li .polyp:after { top: 23%; left: -0.7rem; background-image: url("../img/icon_polyp.svg"); }
.treatment_contents ul li .laser:after { background-image: url("../img/icon_laser.svg"); }
.treatment_contents ul li .breastcancer:after { top: 15%; left: -1.5rem; background-image: url("../img/icon_breastcancer.svg"); }
.treatment_contents ul li .vaginal_discharge:after { top: 18%; left: -2rem; background-image: url("../img/icon_vaginal_discharge.svg"); }
.treatment_contents ul li .menopause:after { width: 9rem; height: 9rem; top: 12%; left: -0.5rem; background-image: url("../img/icon_menopause.svg"); }
.treatment_contents ul li .vaccination:after { top: 17%; background-image: url("../img/icon_vaccination.svg"); }
.treatment_contents ul li .second_opinion:after { top: 15%; left: -0.5rem; background-image: url("../img/icon_second_opinion.svg"); }
@media screen and (min-width: 48em), print { .treatment_contents { margin: 5rem 0 9rem; }
  .treatment_contents .wrap { width: 1200px; padding: 0; }
  .treatment_contents ul { width: 100%; gap: 4.0rem 2.4rem; justify-content: flex-start; }
  .treatment_contents ul li { margin-bottom: 0; }
  .treatment_contents ul li a { font-size: 1.8rem; width: 18.0rem; }
  .treatment_contents ul li a:before { width: 18.0rem; height: 18.0rem; }
  .treatment_contents ul li a:after { width: 12.5rem; height: 12.0rem; top: 18%; right: 0; left: 0; margin: 0 auto; }
  .treatment_contents ul li a span { margin: 1.8rem 0 0; }
  .treatment_contents ul li .pms:after { top: 15%; left: 0; }
  .treatment_contents ul li .pill:after { top: 15%; left: 0; }
  .treatment_contents ul li .contraception:after { top: 12%; left: 0; }
  .treatment_contents ul li .polyp:after { top: 17%; left: 0; }
  .treatment_contents ul li .vaginal_discharge:after { top: 15%; left: -2rem; }
  .treatment_contents ul li .menopause:after { width: 12.5rem; height: 12.0rem; top: 12%; left: 0; }
  .treatment_contents ul li .vaccination:after { top: 14%; }
  .treatment_contents ul li .second_opinion:after { top: 13%; left: 0; } }

.sympton_contents { margin: 3rem 0; }
.sympton_contents .wrap { width: 95%; margin: 0 auto; }
.sympton_contents ul { width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.sympton_contents ul li { width: 100%; margin-bottom: 1rem; }
.sympton_contents ul li a { display: block; padding: 1rem; text-decoration: none !important; position: relative; color: #fff; background: #EE859D; border: 1px solid #EE859D; font-weight: bold; line-height: 1.3; }
.sympton_contents ul li a:after { position: absolute; right: 1rem; top: 1em; font-family: "fontello"; content: "\e800"; color: #EE859D; display: block; padding-left: .3rem; width: 3rem; height: 3rem; border-radius: 100vh; border: .6rem solid #F0FAFA; background-color: #fff; transition: .2s; }
.sympton_contents ul li a span { display: block; margin: 0; }
@media screen and (min-width: 48em), print { .sympton_contents { margin: 5rem 0 9rem; }
  .sympton_contents .wrap { width: 1200px; padding: 0; }
  .sympton_contents ul { width: 100%; gap: 4.0rem 2.4rem; justify-content: center; }
  .sympton_contents ul li { margin-bottom: 0; width: 38%; }
  .sympton_contents ul li a { font-size: 1.8rem; padding: 1rem 1.5rem; font-size: 120%; }
  .sympton_contents ul li a:after { font-size: 150%; width: 5.0rem; height: 5.0rem; top: 18%; padding-left: .5rem; }
  .sympton_contents ul li a:hover { color: #EE859D; background: #ffff; } }

.bnr { margin: 3rem 1rem; display: flex; flex-wrap: wrap; gap: 2rem 0; }
.bnr a { display: block; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ margin: 0 auto; }
.bnr img { margin: 0 auto; }
@media screen and (min-width: 48em), print { .bnr { margin: 5rem auto 9rem; justify-content: center; gap: 6rem 0; } }

body:not(.index) .main { margin: 0 1.0rem 6.0rem; }
body:not(.index) .tit_03 { display: block; background-color: #478ED7; color: #fff; text-align: left; padding: 1rem; position: relative; }
body:not(.index) .tit_03:after { content: ""; display: block; background-color: #95BEE8; position: absolute; left: 0; bottom: .5rem; width: 100%; height: .1rem; }
body:not(.index) .tit_04 { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; font-size: 1.6rem; color: #478ED7; border-bottom: 1px solid #478ED7; padding-bottom: .5rem; }
body:not(.index) .box1 { background-color: #EFF5FB; padding: 1.5rem; }
body:not(.index) .txt_link { display: inline-block; color: #478ED7; text-decoration: none; margin: 0 1.0rem; }
body:not(.index) .txt_link:before { font-family: "fontello"; content: "\f006"; font-size: 1.3rem; vertical-align: middle; margin-right: 1rem; }
body:not(.index) .txt_link span { border-bottom: 1px solid #478ED7; }
body:not(.index) .txt_link:hover { color: #EE859D; }
body:not(.index) .txt_link:hover span { border-bottom: 1px solid #EE859D; }
body:not(.index) .marker { background: linear-gradient(transparent 60%, #ADE6E7 60%); }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 8.0rem; font-size: 1.8rem; }
  body:not(.index) .tit_03 { font-size: 3.0rem; padding: 1.5rem 2.0rem; }
  body:not(.index) .tit_03:after { bottom: .8rem; }
  body:not(.index) .tit_04 { font-size: 2.4rem; padding-bottom: 1rem; }
  body:not(.index) .box1 { padding: 3.0rem; } }

.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; font-size: 1.2rem; margin: 0 0 4.0rem; color: #95BEE8; }
.breadcrumb li a { color: #478ed7; text-decoration: none !important; }
.breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .4rem; vertical-align: text-bottom; }

@media screen and (min-width: 48em), print { .breadcrumb { font-size: 1.4rem; margin: 0 0 8.0rem; }
  .breadcrumb li:not(:last-child)::after { margin: 0 .8rem; }
  .breadcrumb li a { transition: .2s; }
  .breadcrumb li a:hover { color: #F6C1C1; } }
@media screen and (min-width: 48em), print { .doctor .flex_l { width: 65%; }
  .doctor .flex_r { width: 30%; }
  .doctor .flex_r img { margin-left: auto; } }

.clinic .surgery02 { display: flex; flex-direction: column-reverse; margin: 2.0rem 0 0; }
@media screen and (min-width: 48em), print { .clinic .surgery02 { flex-direction: row; margin: 4.0rem 0 0; } }

.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; transition: .3s ease; background: #000; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #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; text-align: left; }
.device li p { margin: 1.0rem 0 .5rem; text-align: center; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: flex; justify-content: space-around; flex-wrap: wrap; }
  .device li { width: 45%; 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 dt { background-color: #95BEE8; color: #fff; font-weight: bold; padding: 1.0rem; margin-bottom: 1.0rem; }
.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 #71D4D5; 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; }
  .access .gallery .gallery_thum .slick-track { transform: translate3d(0px, 0px, 0px) !important; } }

/*# sourceMappingURL=style.css.map */
