@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; /*     line-height: 1em; margin-left: .2em; width: 1em; margin-right: .2em; font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 60%, #b4e2e8 60%); }

.font_s { font-size: smaller !important; }

.font_m { font-size: 95% !important; }

.font_l { font-size: larger !important; }

.font_kvopen { font-size: 2.5rem !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

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

.img_caption { width: 30rem; }

@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; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mt_30 { margin-top: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #a8d154; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #80d2dd; }
ul.list_maru li::marker { content: ""; }

ul.list_maru02 { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru02 li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru02 li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #a8d154; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }
ul.list_maru.list_in li ::before { color: transparent; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #34acbd; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #333333; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #a8d154; }

@media screen and (min-width: 48em), print { ul.list_pl { display: flex; flex-wrap: wrap; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(52, 172, 189, 0.2); display: block; border: #34acbd solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #a8d154; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #47bcc6; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -32px; color: #a8d154; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl { font-size: 1.8rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: flex; flex-wrap: wrap; }
  .dl_career dt { width: 6em; }
  .dl_career dd { width: calc( 100% - 7em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #47bcc6; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #34acbd; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #a8d154 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #a8d154; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #47bcc6; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #34acbd solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #34acbd dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #a8d154; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #a8d154; }
.box2 dt { border-bottom: #a8d154 dotted 2px; }
.box2 ul.list_maru > li::before { color: #a8d154; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #34acbd; }

.fc_or { color: #34acbd; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #34acbd; color: #34acbd; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #34acbd; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }

a.btn:hover { background: #a8d154; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\f105"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333333; font-size: 1.6rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 124rem; font-size: 1.8rem; background: url("../img/bg.jpg") no-repeat top center; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 50px; }

#lower main section { margin: 0 auto 4rem; padding: 0; }
#lower main section .inner + section { margin: 4rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 3.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 124rem; margin: 0 auto; padding: 0 2rem; }
  section { margin-bottom: 10rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: fixed; top: 1rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 4.2rem; height: 4.2rem; color: #fff; background: #34acbd; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 2.5rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e802'; font-size: 2.5rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #34acbd; padding: 2.0rem 1.0rem; position: absolute; top: 5.6rem; right: 0; margin: auto; }

.slicknav_menu .slicknav_nav .gnav { margin: 0; }

.slicknav_menu .slicknav_nav .gnav li { border-top: 2px dotted #fff; margin: 0; }

.slicknav_menu .slicknav_nav .gnav li a { font-size: 1.6rem; position: relative; display: block; }

.slicknav_menu .slicknav_nav .gnav li a::after { right: 1rem; }

.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }

.slicknav_menu .slicknav_nav .box_white .subnav { margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.slicknav_menu .slicknav_nav .box_white .subnav li { width: 49%; font-size: 1.4rem; }

.slicknav_menu .slicknav_nav .box_white .subnav li a { padding: 0 0 1rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }
#nav br { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

.slicknav_nav .gnav > li:last-child { border-bottom: 2px dotted #fff; }

.slicknav_nav .gnav li { position: relative; }

.slicknav_nav .gnav li.slicknav_collapsed::after { content: '▼'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu .slicknav_nav .gnav li.slicknav_open::after { content: '▲'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu br { display: none; }

.slicknav_menu div.subsub { display: none; }

ul.subsub li:nth-last-child(2) { background: #f391c8; }

ul.subsub li:last-child { background: #f391c8; }

/* header  -------------------------------------- */
header .wrap { padding: 1rem 0.5rem; margin: 0; min-height: 6.5rem; display: flex; align-items: center; justify-content: space-between; }
header .wrap > a { display: block; width: 4.2rem; margin-right: 5rem; }
header .logo { padding: 0 0.5rem 0; width: calc(100% - 9rem); max-width: 50rem; text-align: center; }
header > h1 { background-size: auto auto; background-color: #68cfc9; background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #5acac4 1px, #5acac4 11px); display: flex; justify-content: center; align-items: center; color: #fff; text-shadow: #47bcc6 1px 1px 10px, #47bcc6 -1px 1px 10px, #47bcc6 1px -1px 10px, #47bcc6 -1px -1px 10px; margin: 0 0 2rem; font-size: 2.2rem; height: 7rem; }
header .tel { position: fixed; top: 1rem; right: 4.8rem; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }
header .tel > a { display: block; width: 4.2rem; height: 4.2rem; color: #fff; background: #a28171; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; font-size: 0; }
header .tel > a::before { display: block; font-family: "fontello"; content: '\E805'; font-size: 2.5rem; display: block; }
header .tel > a::after { display: block; content: 'TEL'; font-size: 0.8rem; margin-top: 0.3rem; }

#lower main > .inner { margin-top: 10rem; }
#lower h2 { margin: 3.5rem 0 1.5rem; font-size: 1.8rem; position: relative; }
#lower h2 span { display: flex; justify-content: center; align-items: center; }
#lower h2::before { content: ''; position: absolute; top: -1rem; left: 50%; display: inline-block; width: 3.0rem; height: 0.3rem; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #47bcc6; }
#lower h3 { background: url("../img/h3.png") no-repeat bottom 0.6rem right 0.5rem #47bcc6; background-size: 2.4rem auto; padding: 0.7rem 0.7rem; margin: 3rem 0 2rem; font-size: 1.6rem; color: #fff; border-bottom: double 0.6rem #fff; }
#lower h4 { margin: 2rem 0 2rem; color: #0492a6; font-size: 1.6rem; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; border-bottom: dotted 2px #0492a6; }
#lower h6 { margin: 1rem 0 2rem; font-size: 1.6rem; }

@media screen and (min-width: 48em), print { header { padding: 2rem 0 0; width: 100%; margin: 0; }
  header .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; /* display: flex; justify-content: space-between; */ align-items: center; padding: 0 2rem; margin: 0 auto 2rem; }
  header .wrap .logo { width: auto; max-width: none; margin: 0.5rem 0 0; }
  header .wrap .sp_n ul.add { margin: 0 0 0 0rem; text-align: right; }
  header .wrap .sp_n ul.add > li:first-child { font-size: 1.4rem; margin-bottom: 1.4rem; }
  header .wrap .sp_n ul.add > li:first-child br { display: none; }
  header .wrap .sp_n ul.add > li:nth-child(2) { color: #47bcc6; font-size: 3.6rem; font-family: "Josefin Sans", sans-serif; font-weight: bold; }
  header .wrap .sp_n ul.add > li:nth-child(2) span { font-size: 2.4rem; }
  header .wrap .sp_n ul.btn_reserve { display: -webkit-flex; display: flex; gap: 5px; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; width: 100%; margin: 0; padding: 0; justify-content: space-between; /* 子要素をflexboxにより中央に配置する */ align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  header .wrap .sp_n ul.btn_reserve li { /* width: 48%; */ width: calc(33% - 5px); /* font-size: 1.3rem; */ }
  header .wrap .sp_n ul.btn_reserve li a { width: 100%; /* padding: 20px; */ color: #fff; /* margin:5px; */ width: 100%; height: 1005; display: block; position: relative; border: none; height: 58px; }
  header .wrap .sp_n ul.btn_reserve li a span { display: flex; gap: 1rem; align-items: center; justify-content: center; position: absolute; width: 100%; top: 50%; left: 0; text-align: center; transform: translateY(-50%); }
  header .wrap .sp_n ul.btn_reserve li a img { width: 36px; }
  header .wrap .sp_n ul.btn_reserve li:first-child { /* padding-left: 50px; */ background-color: #00b900;               /* background-image: url(../img/icon_line.png);
								background-position: 10px 5px;
								background-repeat: no-repeat;
								background-size: 45px; */ }
  header .wrap .sp_n ul.btn_reserve li:nth-child(2) { /* padding-left: 50px; */ background-color: #a28171;               /* background-image: url(../img/icon_pc.png);
								background-position: 15px 15px;
								background-repeat: no-repeat;
								background-size: 32px; */ }
  header .wrap .sp_n ul.btn_reserve li:nth-child(3) { /* padding-left: 40px; */ background-color: rgba(4, 146, 166, 0.8); /* background-image: url(../img/icon_monshin.png); background-position: 15px 8px; background-repeat: no-repeat; background-size: 27px; */ }
  header .wrap > a { width: 5rem; margin: 0; }
  header > h1 { height: 13rem; font-size: 3.4rem; margin-bottom: 0; padding: 0; display: flex; justify-content: center; align-items: center; }
  header .tel { display: none; }
  #nav { display: block; text-align: center; padding: 1rem 0; background: #eef8f9; }
  #nav ul.gnav { display: flex; padding: 0; justify-content: center; width: 124rem; margin: 0 auto; padding: 0 1rem; }
  #nav ul.gnav > li { margin: 0; padding-bottom: 0; position: relative; width: 16.6666%; }
  #nav ul.gnav > li > a { padding: 0.5rem 0.5rem; color: #333333; width: 100%; position: relative; display: block; font-weight: bold; }
  #nav ul.gnav > li > a::before { font-family: "fontello"; content: '\e818'; color: #47bcc6; padding-right: 0.5rem; font-size: 3.2rem; display: block; font-weight: normal; margin-bottom: 1rem; }
  #nav ul.gnav > li.doctor > a::before { content: '\e81a'; }
  #nav ul.gnav > li.clinic > a::before { content: '\e819'; }
  #nav ul.gnav > li.treatment > a::before { content: '\e81b'; }
  #nav ul.gnav > li.beginner > a::before { content: '\e81c'; }
  #nav ul.gnav > li.access > a::before { content: '\e81d'; }
  #nav ul.gnav > li.faq > a::before { content: '\e836'; }
  #nav ul.gnav > li::after { content: ''; display: inline; width: 0.1rem; height: 3rem; background: #ccc; position: absolute; right: 0; top: 2rem; }
  #nav ul.gnav > li:last-child::after { display: none; }
  #nav ul.gnav > li.treatment { /*     > a::after{ content:'\f107'; font-family: 'fontello'; padding-left: 1rem; font-size: 2rem; }   > a.close::after{ content:'\f106';  }*/ }
  #nav ul.gnav > li.treatment .subsub { position: absolute; width: 100%; z-index: 100; top: 8rem; background: #eef8f9; font-weight: bold; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; text-align: left; border-bottom: 0.1rem solid #dcdcdc; }
  #nav ul.gnav > li.treatment .subsub li a { color: #333333; padding: 1.5rem; display: block; text-align: center; font-size: 1.6rem; }
  #nav ul.gnav > li.treatment .subsub li:nth-last-child(2) { border-bottom: 0.1rem solid #dcdcdc; background: #fbdeee; }
  #nav ul.gnav > li.treatment .subsub li:last-child { border-bottom: none; background: #fbdeee; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  #lower main { margin-bottom: 10rem; }
  #lower h2 { font-size: 3.6rem; line-height: 1.3; margin: 6rem 0 5rem; background-size: auto; padding: 2rem 0 0; }
  #lower h2::before { width: 6.0rem; height: 0.3rem; }
  #lower h3 { font-size: 2.4rem; margin: 5rem 0 2rem; padding: 1rem 2rem; border-width: 0.3rem; background-size: auto; }
  #lower h4 { font-size: 2.2rem; padding: 0 0 0.5rem; margin: 4rem 0 2rem; }
  #lower h5 { font-size: 2rem; margin: 4rem 0 2rem; border-bottom: dotted 2px #0492a6; }
  #lower h6 { font-size: 1.8rem; margin: 4rem 0 2rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: #f9f9f9; padding: 3rem 0 2rem; }
#overview .wrap { padding: 1rem; }
#overview .overviewL { max-width: 37rem; margin: 0 auto; }
#overview .overviewL img { width: calc(100% - 2rem); margin-bottom: 2rem; }
#overview .dl_overview dt { text-align: center; background: #aaa; color: #fff; padding: 0.5rem; border-radius: 0.4rem; margin-bottom: 1rem; }
#overview .dl_overview dd { line-height: 1.4; margin-bottom: 1rem; }
#overview .dl_overview dd span { border-bottom: dotted 0.1rem #aaa; display: inline-block; margin-bottom: 0.2rem; padding-bottom: 0.2rem; }
#overview .dl_overview dd p { margin-bottom: 0.5rem; }
#overview .overviewR p.tel { color: #47bcc6; background: #fff; font-weight: bold; line-height: 1.3; font-size: 2.5rem; text-align: center; margin: 2rem 0.5rem; font-family: "Josefin Sans", sans-serif; padding: 1rem; }
#overview .overviewR p.tel a { color: #47bcc6; }
#overview .overviewR p.tel::before { content: "tel."; }
#overview .overviewR .tel_insta { display: flex; align-items: center; justify-content: center; }
#overview .overviewR .tel_insta > a { margin: 0 0.5rem; }

.gmap { margin: 1rem auto 0; height: 40rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; background: #fff; padding-top: 1rem; font-size: 1.4rem; }
.tbl_time caption { caption-side: bottom; padding: 0.5rem 0.5rem 1.5rem 2rem; line-height: 1.6; background: #fff; text-align: left; }
.tbl_time thead { border-bottom: 0.1rem solid #ccc; }
.tbl_time thead th, .tbl_time thead td { padding: 1.7rem 0 0.7rem; font-weight: normal; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #ccc; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; color: #47bcc6; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { padding: 2rem 2rem 3.5rem 2rem; }
  .tbl_time thead th { padding: 3rem 0.5rem 1rem; font-weight: normal; }
  .tbl_time tbody th { padding: 1rem 0; font-weight: normal; width: 17rem; }
  .tbl_time tbody td { padding: 1.5rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #eaedf3; margin: 0; padding: 1px; width: 100%; text-align: center; z-index: 10000; }
.sp_bottom li { display: grid; justify-items: center; align-items: center; width: calc(33% - 0.2rem); margin: 1px !important; position: relative; padding-bottom: 0.5rem; font-size: 1.4rem; }
.sp_bottom li a { display: block; width: 100%; align-items: center; padding: 2.1rem; color: #fff; height: 100%; font-size: 1rem; /*  margin-bottom: 0.7rem; */ }
.sp_bottom li a span { display: grid; justify-items: center; gap: .2rem; position: absolute; width: 100%; top: 49%; left: 0; transform: translateY(-50%); }
.sp_bottom li a img { width: 30px; }
.sp_bottom li:first-child { /* padding-left: 40px; */ background-color: #00b900; /* background-image: url(../img/icon_line.png); background-position: 10px 0px; background-repeat: no-repeat; background-size: 40px; */ }
.sp_bottom li:nth-child(2) { /* padding-left: 40px; */ background-color: #a28171; /* background-image: url(../img/icon_pc.png); background-position: 15px 8px; background-repeat: no-repeat; background-size: 27px; */ }
.sp_bottom li:nth-child(3) { /* padding-left: 40px; */ background-color: rgba(4, 146, 166, 0.8); /* background-image: url(../img/icon_monshin.png); background-position: 15px 8px; background-repeat: no-repeat; background-size: 27px; */ }
.sp_bottom li:last-child { width: 20%; background-color: #fff; }
.sp_bottom li:last-child a { color: #34acbd; }
.sp_bottom #pageup a { display: flex; align-items: center; justify-content: center; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; background-color: transparent; width: 7rem; }
  .sp_bottom li:first-child { display: none !important; }
  .sp_bottom li:nth-child(2) { display: none !important; }
  .sp_bottom li:nth-child(3) { display: none !important; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 4.5rem; height: 7rem; width: 7rem; border-radius: 50%; background: #a8d154; padding: 0; }
  #pageup a { padding: 0; }
  #pageup i { font-size: 130%; }
  #pageup.block { display: block; bottom: 1.0rem; } }
footer ul { display: none; }

address { padding: 1rem 0 7.5rem; font-style: normal; background: #34acbd; text-align: center; font-size: 1rem; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 5rem 0; margin-top: 5rem; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .overviewL { padding: 0 6.5rem; margin: 0; width: 65rem; max-width: none; }
  #overview .overviewL img { width: auto; max-width: none; margin-bottom: 4rem; }
  #overview .dl_overview { display: flex; flex-wrap: wrap; align-items: flex-start; }
  #overview .dl_overview dt { width: 10rem; height: 3.4rem; margin-right: 2rem; padding: 0.8rem; }
  #overview .dl_overview dd { width: calc(100% - 12rem); padding-top: 0.5rem; }
  #overview .overviewR { width: 65rem; }
  #overview .overviewR p.tel { margin-bottom: 2rem; font-size: 3.6rem; padding: 2.5rem; }
  #overview .overviewR p.tel::before { font-size: 2.4rem; }
  #access .flex_LRTB, #beginner .flex_LRTB { justify-content: space-between; align-items: flex-start; }
  #access .dl_overview, #beginner .dl_overview { width: 58rem; }
  #access .gmap, #beginner .gmap { width: 58rem; }
  .gmap { margin: 0; }
  address { padding: 3rem 0; font-size: 1.6rem; margin-top: 2rem; }
  footer { display: block; padding: 3rem 0 0; margin: 0 auto; font-size: 1.6rem; }
  footer ul { display: flex; flex-wrap: wrap; margin: 0 auto 1rem; justify-content: center; }
  footer ul li { line-height: 1; padding: 0 1.5rem; border-right: 0.1rem solid #333333; }
  footer ul li a { color: #333333; padding: 0; }
  footer ul li:last-child { border: none; }
  footer ul li.treatment { display: none; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #333333; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { padding-top: 20rem; position: relative; background-position: top center; background-repeat: no-repeat; background-size: auto 20rem; margin: 0 auto 0; }
#TopPage #kv .wrap { margin: 0; line-height: 1.4; font-size: 1.6rem; }
#TopPage #kv .kv_open { color: #fff; text-align: center; margin: 1rem; padding: 0.5rem; }
#TopPage #kv .kv_open p:first-child { background: rgba(4, 146, 166, 0.8); margin-bottom: 0.5rem; border-radius: 0.5rem; }
#TopPage #kv .kv_txt { background: rgba(71, 188, 198, 0.8); text-align: center; color: #fff; padding: 0.5rem; font-weight: bold; font-size: 2rem; }
#TopPage main h2 { font-size: 1.8rem; text-align: center; font-weight: bold; margin-bottom: 2rem; }
#TopPage main h2 span { font-size: 1.2rem; display: block; color: #47bcc6; }
#TopPage main #news dl { padding: 0 1rem 2rem; overflow: auto; height: 22rem; font-size: 1.6rem; }
#TopPage main #news dl dt { margin-bottom: 0.5rem; font-weight: bold; color: #34acbd; padding-top: 0.5rem; position: relative; padding-right: 1.5rem; cursor: pointer; }
#TopPage main #news dl dt::after { position: absolute; right: 0; top: -0.4rem; content: '+'; font-size: 2.0rem; width: 1em; text-align: center; }
#TopPage main #news dl dt.close::after { content: '-'; }
#TopPage main #news dl dd { margin-bottom: 2rem; }
#TopPage main #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage main #philosophy h2 { margin-top: 2rem; }
#TopPage main #features ul { display: flex; flex-wrap: wrap; }
#TopPage main #features ul li { max-width: 30rem; margin: 0 auto 5rem auto; }
#TopPage main #features ul li i { margin: 0 auto 1rem; background: #47bcc6; border-radius: 50%; height: 16rem; width: 16rem; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 8rem; border: 0.4rem solid #cdeaee; position: relative; }
#TopPage main #features ul li i::before { content: '01'; font-size: 4rem; height: 6.5rem; padding-top: 0.5rem; width: 7rem; color: #47bcc6; border-radius: 50%; background: #cdeaee; font-family: "Josefin Sans", sans-serif; font-weight: bold; position: absolute; top: -1.5rem; left: -1.5rem; display: flex; align-items: center; justify-content: center; }
#TopPage main #features ul li dl dt { text-align: center; font-size: 2rem; color: #47bcc6; font-weight: bold; }
#TopPage main #features ul li a.btn { width: 80%; max-width: 28rem; padding: 1rem; display: block; margin: 1rem auto; border-radius: 2.3rem; position: relative; font-weight: bold; }
#TopPage main #features ul li a.btn.pink { background: #f391c8; }
#TopPage main #features ul li a.btn.pink:hover { background: #bc91f3; }
#TopPage main #features ul li a.btn::after { content: '\f138'; font-family: 'fontello'; position: absolute; right: 2rem; color: #fff; }
#TopPage main #features ul li:nth-child(2) i { font-size: 7.8rem; padding: 0.5rem 0 0 0.5rem; }
#TopPage main #features ul li:nth-child(2) i::before { content: '02'; }
#TopPage main #features ul li:nth-child(3) i::before { content: '03'; }
#TopPage main #features ul li:nth-child(4) i::before { content: '04'; }
#TopPage main #features ul li:nth-child(5) i::before { content: '05'; }
#TopPage main #features ul li:nth-child(6) i { font-size: 8rem; padding: 1.5rem 0 0 2.6rem; }
#TopPage main #features ul li:nth-child(6) i::before { content: '06'; }
#TopPage main #faq h3 { background: url("../img/h3.png") no-repeat bottom 0.6rem right 0.5rem #47bcc6; background-size: 2.4rem auto; padding: 1rem 2rem; margin: 3rem 0 2rem; font-size: 1.6rem; color: #fff; border-bottom: double 0.6rem #fff; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 70rem; background-position: top center; background-size: auto; max-width: none; margin: 0 auto; width: 100%; min-width: 124rem; padding: 0; }
  #TopPage #kv > .wrap { margin: 0 auto; padding: 10rem 0 0 6rem; position: relative; height: 70rem; }
  #TopPage #kv .kv_open { position: absolute; bottom: 2rem; right: 0; display: flex; margin-bottom: 0; }
  #TopPage #kv .kv_open p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 22rem; height: 22rem; border-radius: 50% !important; font-size: 3.0rem; margin: 0 1rem; padding: 5rem 0; }
  #TopPage #kv .kv_open p span { font-size: 2.4rem; width: 100%; }
  #TopPage #kv .kv_txt { width: 54rem; height: 18rem; display: flex; justify-content: center; align-items: center; font-size: 3.6rem; }
  #TopPage main h2 { font-size: 3rem; margin: 2rem 0 3.5rem; line-height: 1.3; padding: 4rem 0 0; }
  #TopPage main h2 span { font-size: 1.8rem; margin-bottom: 1rem; }
  #TopPage main #news { background: linear-gradient(90deg, #47bcc6 0%, #47bcc6 50%, #f9f9f9 50%, #f9f9f9 100%); padding: 0; margin: 0; height: 33.7rem; }
  #TopPage main #news .wrap { display: flex; background: #f9f9f9; padding: 0; height: 100%; }
  #TopPage main #news h2 { width: 30rem; margin: 0; background: url("../img/news_h2.png") no-repeat bottom right; padding: 6rem 13rem 6rem 4rem; color: #fff; }
  #TopPage main #news h2 span { color: #fff; }
  #TopPage main #news dl { padding: 0; width: 90rem; margin: 6rem auto 6rem; font-size: 1.8rem; }
  #TopPage main #news dl dt { margin: 1rem 0 1rem 0; padding-right: 3rem; }
  #TopPage main #news dl dt::after { top: -0.7rem; font-size: 3rem; }
  #TopPage main #news dl dd { margin: 1rem 1rem 2rem 0; }
  #TopPage main #philosophy { margin: 0; padding: 0; height: 44.2rem; }
  #TopPage main #philosophy .wrap { position: relative; overflow: hidden; }
  #TopPage main #philosophy .wrap img { position: absolute; top: 0; left: 60rem; }
  #TopPage main #philosophy .wrap img + div { width: 60rem; height: 44.2rem; padding-top: 8.5rem; }
  #TopPage main #philosophy .wrap img + div p { text-align: center; }
  #TopPage main #features { background: url("../img/bg_main.png") top center no-repeat; margin-bottom: 0; }
  #TopPage main #features ul { width: 100%; justify-content: space-between; /*          li:nth-child(6) { i{ font-size: 8.5rem; padding: 2.5rem 0 0 3rem; } dd{  a.btn:first-child{ margin-top:3.5rem; } }  }*/ }
  #TopPage main #features ul li { width: 35rem; margin: 0 0 8rem; max-width: none; }
  #TopPage main #features ul li i { height: 20rem; width: 20rem; border-width: 0.6rem; font-size: 8rem; }
  #TopPage main #features ul li i::before { font-size: 3.6rem; height: 6.5rem; width: 7rem; padding-top: 0.5rem; top: -0.5rem; left: -0.5rem; }
  #TopPage main #features ul li a.btn { padding: 1rem; }
  #TopPage main #features ul li dl dt { font-size: 2.4rem; padding-bottom: 0.5rem; }
  #TopPage main #features ul li:nth-child(2) i { font-size: 8.5rem; padding: 1.5rem 0 0 2rem; }
  #TopPage main #features ul li:nth-child(6) i { font-size: 8.5rem; padding: 2.5rem 0 0 3rem; }
  #TopPage main #ai { margin-top: 0; }
  #TopPage main #ai a img { width: 350px; }
  #TopPage main #faq h3 { font-size: 2.4rem; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #47bcc6; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #47bcc6; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr { border-bottom: 0.1rem solid #B3C5C7; }
#lower .tbl_def tbody tr:last-child { border-bottom: none; }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #34acbd; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower .tbl_scroll { overflow: auto; border: solid 1px #ddd; }
#lower .tbl_scroll table { margin: 0; }
#lower #clinic ul.flex_LRTB.half figure { font-size: 130%; margin-bottom: 2rem; text-align: center; color: #34acbd; line-height: 1.2; }
#lower #vaccination .tbl_def { width: 80rem; }
#lower #vaccination .tbl_def tbody tr td:last-child { width: 30%; }
#lower #access table.caledit, #lower #beginner table.caledit { width: 100%; margin: 0 0 10px; border-collapse: inherit; border: 1px #ddd solid; }
#lower #access table.caledit tr.month th, #lower #beginner table.caledit tr.month th { color: #FFFFFF; font-size: 2rem; line-height: 5.3rem; font-weight: normal; background-color: #47bcc6; padding: 0; box-sizing: border-box; }
#lower #access table.caledit th, #lower #access table.caledit td, #lower #beginner table.caledit th, #lower #beginner table.caledit td { text-align: center; vertical-align: middle; border: #eeeeee solid 1px; background: #FFFFFF; color: #6f4f2f; height: 50px; font-size: 1.4rem; }
#lower #access table.caledit .day td .shortTitle, #lower #beginner table.caledit .day td .shortTitle { display: none; /* font-size:10px; text-align:center; color:#999999; */ }
#lower #access table.caledit .day td:hover .shortTitle, #lower #beginner table.caledit .day td:hover .shortTitle { color: #333333; }
#lower #access table.caledit td.today, #lower #beginner table.caledit td.today { font-weight: bold; }
#lower #access table.caledit td.outPatient, #lower #beginner table.caledit td.outPatient { background: #f5c3ca; }
#lower #access table.caledit td.amOnly, #lower #beginner table.caledit td.amOnly { background: #CCFFCC; }
#lower #access table.caledit td.pmOnly, #lower #beginner table.caledit td.pmOnly { background: #CCFFFF; }
#lower #access table.caledit td.extraOutPatient, #lower #beginner table.caledit td.extraOutPatient { background: #f5d5c3; }
#lower #access table.caledit td.open, #lower #beginner table.caledit td.open { background: #fff; }
#lower #access table.caledit td.notTheMonth, #lower #beginner table.caledit td.notTheMonth { background: #CCCCCC; color: #999999; }
#lower #access table.caleditWeek div.date, #lower #beginner table.caleditWeek div.date { font-weight: normal; font-size: 10px; }
#lower #access .info_frame, #lower #beginner .info_frame { width: 90%; margin: 0 auto;       /*          ul.animal {  list-style: none; 
 li {  font-size: 1.6rem;  font-weight: bold;  color: #6e5a40;  line-height: 1.4;  } li::before {  font-family: fontello;  font-weight: normal;  margin: 0 18px 0 0;  display: inline-block;  font-size: 2.6rem;  vertical-align: -4px;  } li:first-child::before {  content: '\0e8ec';  color: #d9bb96;  } li:nth-child(2)::before {  content: '\0e8ed';  color: #f1b1ba;  } li:nth-child(3)::before {  content: '\0e8ea';  color: #95b7e1;  } li:last-child::before {  content: '\0e8e2';  color: #a6d398;  }
 }*/ }
#lower #access .table_wrapper, #lower #beginner .table_wrapper { margin: 2rem 0 0 0; width: 100%; }
#lower #access .swiper-container, #lower #beginner .swiper-container { position: relative; }
#lower #access .swiper-button-prev, #lower #access .swiper-button-next, #lower #beginner .swiper-button-prev, #lower #beginner .swiper-button-next { top: 3.5rem; bottom: auto; color: #fff; font-size: 2.2rem; width: auto; right: 1rem; z-index: 5; }
#lower #access .swiper-button-prev, #lower #beginner .swiper-button-prev { left: 1rem; right: auto; }
#lower #access .calender-notes, #lower #beginner .calender-notes { display: flex; flex-wrap: wrap; }
#lower #access .calender-notes li, #lower #beginner .calender-notes li { margin-bottom: 0.2rem; width: 33%; max-width: 7em; }
#lower #access .calender-notes span, #lower #beginner .calender-notes span { font-weight: bold; }
#lower #access .calender-notes li:nth-child(1) span, #lower #beginner .calender-notes li:nth-child(1) span { color: #f5c3ca; }
#lower #access .calender-notes li:nth-child(2) span, #lower #beginner .calender-notes li:nth-child(2) span { color: #CCFFCC; }
#lower #access .calender-notes li:nth-child(3) span, #lower #beginner .calender-notes li:nth-child(3) span { color: #f5d5c3; }
#lower #access .calendar_frame_sp, #lower #beginner .calendar_frame_sp { width: 90%; margin: 3rem auto 0; }
#lower #access .calendar_frame_sp .tabcal ul, #lower #beginner .calendar_frame_sp .tabcal ul { display: flex; list-style: none; margin: 0; padding: 0; height: 3rem; box-sizing: border-box; }
#lower #access .calendar_frame_sp .tabcal ul li, #lower #beginner .calendar_frame_sp .tabcal ul li { background: #FFFFFF; }
#lower #access .calendar_frame_sp .tabcal ul li a, #lower #beginner .calendar_frame_sp .tabcal ul li a { display: block; text-decoration: none !important; font-size: 1.4rem; font-weight: bold; padding: 0.9rem 1.1rem; outline: none; color: #333333; }
#lower #access .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active, #lower #beginner .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active { background: #95b7e1; }
#lower #access .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active a, #lower #beginner .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active a { color: #FFFFFF; }
#lower #access .calendar_frame_sp .tabcal ul li.tab2, #lower #beginner .calendar_frame_sp .tabcal ul li.tab2 { margin: 0 0 0 .21rem; }
#lower #access .calendar_frame_sp .tabcal .month, #lower #beginner .calendar_frame_sp .tabcal .month { height: 2.8rem; background: #95b7e1; display: flex; justify-content: center; align-items: center; }
#lower #access .calendar_frame_sp .tabcal .month a, #lower #beginner .calendar_frame_sp .tabcal .month a { color: #FFFFFF; font-size: 1.4rem; font-weight: bold; }
#lower #access .calendar_frame_sp .tabcal .caledit, #lower #beginner .calendar_frame_sp .tabcal .caledit { font-size: 1.4rem; border-spacing: .6rem; border-collapse: collapse; margin: 0; width: 100%; }
#lower #access .calendar_frame_sp .tabcal .caledit tr, #lower #beginner .calendar_frame_sp .tabcal .caledit tr { border-bottom: 1px #cccccc solid; }
#lower #selfpay .tbl_selfpay caption, #lower #laser .tbl_selfpay caption { caption-side: top; text-align: right; }
#lower #selfpay .tbl_selfpay thead, #lower #laser .tbl_selfpay thead { display: none; }
#lower #selfpay .tbl_selfpay tbody td, #lower #selfpay .tbl_selfpay tbody th, #lower #laser .tbl_selfpay tbody td, #lower #laser .tbl_selfpay tbody th { display: block; padding: 0.5rem; }
#lower #selfpay .tbl_selfpay tbody th, #lower #laser .tbl_selfpay tbody th { background: #47bcc6; color: #fff; }
#lower #selfpay .tbl_selfpay tbody tr td:last-child, #lower #laser .tbl_selfpay tbody tr td:last-child { text-align: right; }
#lower #selfpay .td_left td, #lower #laser .td_left td { text-align: left !important; }
#lower td.td01 { background: #eef8f9; text-align: center; border-bottom: 1px solid #B3C5C7; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { margin: 0 auto; }
  #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower #vaccination .tbl_scroll { overflow: inherit; }
  #lower #vaccination .tbl_def { width: 100%; }
  #lower #vaccination .tbl_def tbody tr td:last-child { width: 44%; }
  #lower #selfpay .tbl_selfpay thead { display: table-header-group; background: #34acbd; }
  #lower #selfpay .tbl_selfpay thead th { vertical-align: middle; }
  #lower #selfpay .tbl_selfpay tbody th, #lower #selfpay .tbl_selfpay tbody td { display: table-cell; }
  #lower #selfpay .tbl_selfpay tbody th { width: 20%; }
  #lower #selfpay .tbl_selfpay tbody td { padding: 1rem; width: 44%; }
  #lower #selfpay .tbl_selfpay tbody tr td:last-child { white-space: nowrap; }
  #lower #laser .tbl_selfpay thead { display: table-header-group; background: #34acbd; }
  #lower #laser .tbl_selfpay thead th { vertical-align: middle; }
  #lower #laser .tbl_selfpay tbody th, #lower #laser .tbl_selfpay tbody td { display: table-cell; }
  #lower #laser .tbl_selfpay tbody th { width: 10%; }
  #lower #laser .tbl_selfpay tbody td.td01 { background: #FFF; text-align: left; color: #333; width: 50%; }
  #lower #laser .tbl_selfpay tbody td { width: 20%; padding: 1rem; text-align: center; }
  #lower #laser .tbl_selfpay tbody tr td:last-child { white-space: nowrap; text-align: right; } }
@media screen and (min-width: 48em), print { #access dl.dl_def dd:nth-child(2) br, #beginner dl.dl_def dd:nth-child(2) br { display: none; } }
.youtube { width: 100%; margin: 0 auto; aspect-ratio: 16 / 9; }

.youtube iframe { width: 100%; height: 100%; }

@media screen and (min-width: 48em), print { .youtube { width: 60%; margin: 0 auto 5rem; } }
.has-center { display: block; text-align: center; }
.has-center a { border-bottom: none !important; }

.aco h3 { background: #47bcc6 !important; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.aco h3::after { display: block; font-family: "fontello"; content: '\f005'; font-size: 2.5rem; }
.aco h3.close::after { content: "\f004"; }
.aco .inner { display: none; }

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