@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_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; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.red { color: red; }

.block { display: block; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #EBF8E7; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #FEFBEC; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* 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; }

@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; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.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; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time caption .color { color: #B88E38; }
.tbl_time caption .holiday { background: #FFB500; color: #fff; text-align: center; padding: .2rem 1rem; margin-right: .6rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #BDD477; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 40%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #D5D5D5; line-height: 1; padding: .6rem 0; }
.tbl_time tr th.time span { font-size: 1rem; }
.tbl_time tr td { text-align: center; color: #B88E38; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #D5D5D5; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.6rem; padding: .4rem 0; line-height: 2; }
  .tbl_time caption .holiday { padding: .4rem 1.4rem; margin-right: 1rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.8rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr th.time { padding: 1.3rem 0; font-size: 2rem; line-height: .8; border-bottom: 2px solid #D5D5D5; }
  .tbl_time tr th.time span { font-size: 1.3rem; }
  .tbl_time tr td { padding: 1.0rem 0; border-bottom: 2px solid #D5D5D5; }
  .tbl_time tr td.star { font-size: 120%; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 2rem 0 3.0rem; text-align: center; border-radius: 5px; color: #575757; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

.tit_02 { color: #513401; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; }

body:not(.index) .tit_02 { font-size: 2rem; color: #fff; padding: 1rem 2rem; background: #66C172; border-radius: 5px; }

.tit_03 { color: #575757; font-size: 2rem; line-height: 1.2; margin: 0 0 1.0rem; text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: .6rem; border-bottom: 2px dotted #C1C1C1; }
.tit_03::before { content: ""; background: url("../img/tit_03.svg") no-repeat center/contain; width: 1.4rem; height: 1.4rem; display: inline-block; vertical-align: middle; margin: 0 .4rem .4rem 0; }

.tit_04 { color: #575757; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .6rem 1.2rem; border-bottom: solid 2px #C1C1C1; position: relative; }
.tit_04::before { content: ""; position: absolute; top: -.2rem; left: 0; height: 100%; width: .4rem; border-radius: 5px; background: #FFA432; display: block; }

.tit_05 { color: #575757; font-size: 1.8rem; margin: 0 0 1.0rem; padding: 0; line-height: 1.2; }
.tit_05::after { content: ""; display: block; margin: .4rem 0 0; width: 100%; height: 3px; background: linear-gradient(to right, #66C172, #66C172 30%, #C1C1C1 30%); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 3.2rem; padding: 5.5rem 0; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 2.6rem; margin: 0 0 2.0rem; }
  body:not(.index) .tit_02 { padding: 1rem 3rem; margin: 0 0 1.8rem; }
  .tit_03 { font-size: 2rem; margin: 0 0 2.0rem; border-bottom: 3px dotted #C1C1C1; }
  .tit_03::before { width: 2.2rem; height: 2.2rem; margin-right: 1rem; }
  .tit_04 { font-size: 2rem; margin: 0 0 2.0rem; padding: 0 0 .8rem 1.6rem; }
  .tit_04::before { width: .6rem; height: 98%; }
  .tit_05 { font-size: 2rem; padding: 0 0 .6rem; }
  .tit_05::after { margin: .8rem 0 0; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #66C172; }
.lst_ul01 li.none { text-indent: 0; padding-left: 0; }
.lst_ul01 li.none::before { content: none; }

@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 49%; } }
.lst_ul02 li { display: inline-block; margin-left: 2rem; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; margin-right: .8rem; font-family: 'Lato', sans-serif; color: clr_blue; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; color: #66C172; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 9%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* リンク -------------------------------------- */
.btn_01 { display: block; }
.btn_01 a { background: #66C172; color: #fff; text-align: center; border-radius: 25px; padding: .4rem 4rem; display: inline-block; text-decoration: none !important; position: relative; }
.btn_01 a::after { content: "\06a"; font-family: "fontello"; position: absolute; right: 4%; top: 46%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

.txt_link { text-decoration: none !important; color: #66C172; border-bottom: 1px solid #66C172; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_01 tr th { width: 30%; padding: .8rem .2rem; font-size: 110%; background: #FEFBEC; text-align: center; font-weight: normal; border: 1px solid #BCBCBC; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #BCBCBC; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: 'Kosugi Maru', sans-serif; }

body { background: #fff; color: #575757; }
body .hidden_box { overflow-x: hidden; }
body .bg_item { display: none; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1220px; }
  body .separate_box { overflow-x: hidden; position: relative; }
  body .separate_box .main > .wrap { margin: 5rem auto 10rem; position: relative; }
  body .separate_box .main > .wrap::before { content: ""; height: 100%; width: 24.5rem; background: url("../img/main_bg01.png") no-repeat center top/auto auto; position: absolute; top: 26rem; left: -31.5rem; }
  body .separate_box .main > .wrap::after { content: ""; height: 100%; width: 19.5rem; background: url("../img/main_bg02.png") no-repeat center top/auto auto; position: absolute; top: 0; right: -31.5rem; }
  body .separate_box .main > .wrap > div { width: 850px; margin: 0 0 0 auto; }
  body .separate_box .main > .wrap > .bg_item { display: block; top: 0; width: 100%; position: absolute; }
  body .separate_box .main > .wrap > .bg_item li { display: inline; position: absolute; }
  body .separate_box .main > .wrap > .bg_item li.item_01 { left: -25rem; top: 3rem; animation: balloon 5s ease-in-out infinite alternate; }
  body .separate_box .main > .wrap > .bg_item li.item_02 { right: -27rem; top: 67rem; animation: balloon 5.4s ease infinite alternate; }
  body .separate_box .main > .wrap > .bg_item li.item_03 { left: -25rem; top: 99rem; animation: rabbit 4s linear infinite normal; }
  body .separate_box .main > .wrap > .bg_item li.item_04 { right: -29rem; top: 105rem; animation: squirrel 1s linear infinite normal; }
  body .separate_box .main > .wrap > .bg_item li.item_05 { right: -20rem; top: 114rem; animation: animal 1.8s linear infinite alternate; }
  body .separate_box .sidebar { margin: 0; width: 300px; position: absolute; left: calc(50% - 600px); top: 0; }
  @keyframes balloon { 10% { transform: translateY(0px); }
    60% { transform: translateY(40px); }
    100% { transform: translateY(-20px); } }
  @keyframes rabbit { 0% { transform: translate(0px, 0px); }
    10% { transform: translate(0px, 0px); }
    25% { transform: translate(20px, -20px); }
    35% { transform: translate(40px, 0px); }
    50% { transform: translate(40px, 0px); }
    60% { transform: scale(-1, 1); transform-origin: right; }
    70% { transform: scale(-1, 1) translate(20px, -20px); transform-origin: right; }
    80% { transform: scale(-1, 1) translate(40px, 0); transform-origin: right; }
    90% { transform: scale(-1, 1) translate(40px, 0); transform-origin: right; } }
  @keyframes squirrel { 10% { transform: translateY(-10px); }
    60% { transform: translateY(0); }
    100% { transform: translateY(0); } }
  @keyframes animal { 0% { transform: scale(1, 1.15) rotate(10deg); }
    33% { transform: scale(1.15, 1) rotate(-10deg); }
    66% { transform: scale(1, 1.15) rotate(-10deg); }
    100% { transform: scale(1.15, 1) rotate(10deg); } }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ヘッダー -------------------------------------- */
.header { position: relative; }
.header::before { content: ""; height: 1rem; width: 100%; background: #66C172; position: absolute; left: 0; top: 0; }
.header .wrap { padding: 1.0rem; margin: 0; height: 100%; }
.header .wrap .logo { height: 12rem; width: 12rem; margin: 1rem 0 0; padding: 1rem; background: rgba(255, 255, 255, 0.95); border-radius: 50%; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/index_logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 100%; padding: 1rem; position: absolute; left: 0; bottom: 0; }
.header .wrap .headR > div { width: 49%; }
.header .wrap .headR > div a { font-size: 1.6rem; padding: .3rem; display: block; text-align: center; }
.header .wrap .headR > div a .line { border: dashed 2px #fff; display: block; padding: 1rem .2rem; color: #fff; }
.header .wrap .headR > div a .size_small { font-size: 1.4rem; border: none; }
.header .wrap .headR > div.rsv { background: #E3A72F; }
.header .wrap .headR > div.rsv .line::before { content: "\e8af"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR > div.tel_item { background: #74C131; }
.header .wrap .headR > div.tel_item .line::before { content: "\e867"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR > div.tel_item .line .tel { display: inline-block; font-size: 1.8rem; }
.header .wrap .headR > div.tel_item .line .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header::before { height: 2rem; }
  .header .wrap { margin: 0 auto 0; padding: 1rem 0; position: relative; }
  .header .wrap .logo { margin: 5rem 0 0; padding: 3rem; width: 39rem; height: 39rem; }
  .header .wrap .headR { width: 30%; position: absolute; top: 8rem; right: 0; left: auto; }
  .header .wrap .headR > div { width: 15.7rem; height: 15.7rem; border-radius: 50%; }
  .header .wrap .headR > div a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; font-size: 2.5rem; }
  .header .wrap .headR > div a .line { border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; }
  .header .wrap .headR > div a .line::before { font-size: 4rem; }
  .header .wrap .headR > div a .size_small { font-size: 2rem; }
  .header .wrap .headR > div.tel_item { pointer-events: none; } }
#nav .gnav { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
#nav .gnav li { width: 50%; }
#nav .gnav li:first-child { display: none; }
#nav .gnav li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.4rem; padding: 1.2rem .2rem; background: #E3EEB7; color: #166892; border: #fff solid 1px; }

@media screen and (min-width: 48em), print { #nav { margin: 3.5rem 0 0; display: block; background: #E3EEB7; }
  #nav .gnav { width: 1200px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/5); }
  #nav .gnav li:first-child { display: block; }
  #nav .gnav li:first-child a { border-left: 2px solid #fff; }
  #nav .gnav li a { padding: 3.2rem 0; font-size: 1.8rem; border: none; border-right: 2px solid #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #nav .gnav li a span { display: inline-block; position: relative; }
  #nav .gnav li a:hover span::before { content: ""; display: block; background: url("../img/gnav_parts01.svg") no-repeat center/contain; width: 3rem; height: 4rem; position: absolute; top: -3.4rem; left: 0; right: 0; margin: auto; animation: bird .4s linear forwards normal; }
  #nav .gnav li a:hover span::after { content: ""; position: absolute; bottom: -2rem; left: -10%; right: 0; margin: 0 auto; display: block; width: 120%; border-bottom: 3px solid #66C172; }
  @keyframes bird { 0% { transform: scale(0, 0); transform-origin: bottom; }
    100% { transform: scale(1.4, 1.4); transform-origin: bottom; } }
  /* Gナビ　ハイライト */ }
/* サイドバー -------------------------------------- */
.sidebar { display: block; padding: 6rem 0; margin: 0 auto 6rem; text-align: center; position: relative; z-index: 2; }
.sidebar .tit { margin: 0 0 1.4rem; color: #66C172; text-align: center; font-size: 2.2rem; position: relative; display: inline-block; }
.sidebar .tit .eng_txt { display: block; margin: .2rem 0 0; padding: .2rem 0; font-size: 1.4rem; border-top: 1px solid #66C172; border-bottom: 1px solid #66C172; }
.sidebar .tit::before, .sidebar .tit::after { content: ""; display: inline-block; min-width: 5rem; height: 4rem; margin: 0 .3rem; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.sidebar .tit::before { background: url("../img/sidebar_parts01.png") no-repeat center/contain; left: -6rem; }
.sidebar .tit::after { background: url("../img/sidebar_parts02.png") no-repeat center/contain; right: -6rem; }
.sidebar .subnav { width: 80%; padding: 1rem 0; border-radius: 10px; background: #F8F7EE; display: inline-block; }
.sidebar .subnav li { margin: 0; padding: 0 1rem; }
.sidebar .subnav li a { padding: 1.2rem 0; font-size: 1.4rem; text-align: left; display: block; border-bottom: 2px dashed #D6D6D6; }
.sidebar .subnav li a::before { content: ""; width: 3rem; height: 2rem; margin-right: .4rem; display: inline-block; vertical-align: middle; }
.sidebar .subnav li a.pediatrics::before { background: url("../img/icon_subnav01.png") no-repeat center/contain; }
.sidebar .subnav li a.vaccination::before { background: url("../img/icon_subnav02.png") no-repeat center/contain; }
.sidebar .subnav li a.infants::before { background: url("../img/icon_subnav03.png") no-repeat center/contain; }
.sidebar .subnav li a.heartmurmur::before { background: url("../img/icon_subnav04.png") no-repeat center/contain; }
.sidebar .subnav li a.allergy::before { background: url("../img/icon_subnav05.png") no-repeat center/contain; }
.sidebar .subnav li a.skin-disease::before { background: url("../img/icon_subnav06.png") no-repeat center/contain; }
.sidebar .subnav li:first-child a { border-top: 2px dashed #D6D6D6; }

@media screen and (min-width: 48em), print { .sidebar .tit { font-size: 2.5rem; margin: 0 0 2.8rem; }
  .sidebar .tit .eng_txt { margin: .8rem 0 0; font-size: 1.5rem; }
  .sidebar .tit::before, .sidebar .tit::after { min-width: 7.5rem; height: 6.3rem; margin: 0 .3rem; }
  .sidebar .tit::before { left: -10rem; }
  .sidebar .tit::after { right: -10rem; }
  .sidebar .subnav { width: 100%; margin: 0; padding: 2.5rem 0; border-radius: 15px; }
  .sidebar .subnav li { padding: 0 2.5rem; }
  .sidebar .subnav li:hover { background: #ffedcd; color: #ec7218; }
  .sidebar .subnav li a { padding: 1.8rem .8rem; font-size: 1.9rem; }
  .sidebar .subnav li a::before { width: 3.4rem; height: 3.4rem; margin: 0 1.2rem 0 0; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background-color: #EDF8EE; background-image: radial-gradient(#ffffff 16%, rgba(255, 255, 255, 0) 19%), radial-gradient(#ffffff 16%, rgba(255, 255, 255, 0) 19%); background-position: 0 0, 16px 16px; background-size: 32px 32px; position: relative; }
.overview::before { content: ""; position: absolute; top: -14rem; left: 0; z-index: 1; width: 100%; height: 15rem; background: url("../img/overview_bg01.png") no-repeat center top/auto 15rem; overflow-x: hidden; }
.overview::after { content: ""; position: absolute; top: -5.5rem; right: 0; z-index: 1; width: 13rem; height: 6rem; background: url("../img/overview_bg02.png") no-repeat center/contain; animation: train_sp 20s ease infinite normal, up_down_sp .2s linear infinite normal; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL .dl_gaiyo { width: 100%; }
.overview > .wrap .overviewL .dl_gaiyo dt { width: 27%; font-size: 110%; text-align: center; padding: .2rem .4rem; border-radius: 5px; background: #66C172; font-weight: normal; color: #fff; }
.overview > .wrap .overviewL .dl_gaiyo dd { padding: .4rem; margin: 0 0 1rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; text-align: center; }
.overview > .wrap .overviewR .gmap { border: 3px solid #66C172; margin: 0 0 2rem; }
.overview > .wrap .overviewR .gmap img { display: block; margin: 0 auto; }
.overview > .wrap .overviewR .btn_map { margin: 0; background: #66C172; color: #fff; border-radius: 25px; padding: .8rem 4rem; position: relative; }
.overview > .wrap .overviewR .btn_map::after { content: "\06a"; font-family: "fontello"; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@keyframes train_sp { 0% { right: -20%; }
  100% { right: 130%; } }
@keyframes up_down_sp { 0% { transform: translateY(0); }
  100% { transform: translateY(2px); } }
@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 6.0rem 0; font-size: 1.8rem; background-color: #EDF8EE; background-image: radial-gradient(#ffffff 17%, rgba(255, 255, 255, 0) 24%), radial-gradient(#ffffff 17%, rgba(255, 255, 255, 0) 24%); background-position: 0 0, 7px 7px; background-size: 14px 14px; }
  .overview::before { top: -17.5rem; height: 19rem; background: url("../img/overview_bg01.png") no-repeat center top/auto auto; }
  .overview::after { top: -8rem; width: 30rem; height: 11.8rem; background: url("../img/overview_bg02.png") no-repeat center/auto auto; animation: train_pc 20s linear infinite normal, up_down_pc .2s linear infinite normal; }
  .overview .clinic_name { margin: 0 0 6.0rem; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 5rem; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .dl_gaiyo { margin: 0 0 4.2rem; }
  .overview > .wrap .overviewL .dl_gaiyo dt { font-size: 1.6rem; padding: .2rem 0; float: left; width: 17%; clear: left; }
  .overview > .wrap .overviewL .dl_gaiyo dd { font-size: 1.7rem; padding: 0 0 0 11rem; margin: 0 0 1.8rem; }
  .overview > .wrap .overviewR { margin: 0; padding: 0 0; }
  .overview > .wrap .overviewR .gmap { border: 6px solid #66C172; }
  .overview > .wrap .overviewR .gmap iframe { height: 45.5rem; }
  .overview > .wrap .overviewR .btn_map { font-size: 1.6rem; padding: 1rem 6rem; } }
@keyframes train_pc { 0% { right: -20%; }
  100% { right: 110%; } }
@keyframes up_down_pc { 0% { transform: translateY(0); }
  100% { transform: translateY(3px); } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 7.4rem; right: 1.0rem; z-index: 10; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 6.0rem; text-align: center; padding: .4rem; background: url("../img/pagetop.svg") no-repeat center/contain; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup { right: 2.2rem; }
  #pageup a { width: 5rem; height: 7rem; } }
.tel_rsv { width: 100%; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.tel_rsv .tel_item { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; width: 50%; font-size: 1.8rem; padding: 1.4rem 0; line-height: 1.0; background: #edf8ee; color: #66c172; }
.tel_rsv .tel_item::before { font-size: 1.4rem; content: "\e867"; font-family: "fontello"; margin-right: .2rem; }
.tel_rsv .rsv { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 50%; font-size: 1.8rem; text-align: center; padding: 1.4rem .4rem; line-height: 1.0; color: #d4ae2b; background: #f8f7ee; }
.tel_rsv .rsv::before { text-align: center; font-size: 1.4rem; font-family: 'fontello'; content: '\e8af'; margin-right: .2rem; }

@media screen and (min-width: 48em), print { .tel_rsv { display: none; }
  .tel_rsv .tel_item { display: none; }
  .tel_rsv .rsv { display: none; } }
.footer { text-align: center; padding: 0 0 4.6rem; }
.footer .clinic_name { width: 40%; margin: 1rem auto; }
.footer .copy { display: block; background: #66C172; color: #fff; padding: 1.2rem 0; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; }
  .footer .wrap { padding: 3.5rem 0 3.9rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .wrap .clinic_name { width: 34.2rem; margin: 0 6rem 0 5rem; }
  .footer .wrap .clinic_name img { display: block; width: 342px; height: 180px; }
  .footer .wrap div:not(.clinic_name) { flex: 1; }
  .footer .wrap div:not(.clinic_name) ul { display: block; text-align: left; margin: 1.0rem auto 2.0rem; }
  .footer .wrap div:not(.clinic_name) ul:last-child li { font-size: 1.7rem; }
  .footer .wrap div:not(.clinic_name) ul li { display: inline-block; font-size: 1.9rem; }
  .footer .wrap div:not(.clinic_name) ul li::after { content: '|'; margin: 0 .6rem; }
  .footer .wrap div:not(.clinic_name) ul li:first-child::before { content: '|'; margin: 0 .6rem 0 0; }
  .footer .wrap div:not(.clinic_name) ul li a { opacity: 1.0; }
  .footer .wrap div:not(.clinic_name) ul li a:hover { text-decoration: underline; }
  .footer .wrap div:not(.clinic_name) ul li.treatment { display: none; }
  .footer .copy { padding: 2rem 0; font-size: 1.6rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0 0 7rem; max-width: 100%; height: 36rem; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; position: relative; }
#keyvsl::after { content: ""; display: block; width: 100%; height: 1rem; position: absolute; bottom: -.9rem; background: url("../img/index_keyvsl_parts01.png") repeat-x center/auto 1rem; }
#keyvsl .kv_txt { width: 90%; padding: .4rem; margin: 0 auto; background: rgba(227, 100, 145, 0.4); position: absolute; bottom: -6.2rem; left: 0; right: 0; }
#keyvsl .kv_txt .bg { background: rgba(227, 100, 145, 0.8); display: block; height: 100%; margin: 0; text-align: center; }
#keyvsl .kv_txt .bg .txt { display: inline-block; color: #fff; font-size: 1.4rem; padding: 1rem 0; }
#keyvsl .kv_txt .bg .txt span { font-size: 1.7rem; }
#keyvsl .kv_txt .bg .txt.item_02 { font-size: 1.7rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 0 0; height: 68rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl::after { bottom: -1.5rem; height: 1.5rem; background: url("../img/index_keyvsl_parts01.png") repeat-x center/auto 1.5rem; }
  #keyvsl .wrap .kv_txt { width: 20rem; height: 20rem; padding: .8rem; border-radius: 50%; right: auto; bottom: 2rem; }
  #keyvsl .wrap .kv_txt .bg { border-radius: 50%; display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  #keyvsl .wrap .kv_txt .bg .txt { font-size: 2.2rem; margin: 0; padding: 0; }
  #keyvsl .wrap .kv_txt .bg .txt span { font-size: 3.7rem; }
  #keyvsl .wrap .kv_txt .bg .txt.item_02 { font-size: 2.8rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 4.0rem 0 4rem; }
.info .tit_02 { text-align: center; padding: .8rem 1.6rem; margin: 0 auto 2rem; font-size: 1.6rem; color: #fff; background: #66C172; border-radius: 10px; }
.info dl { margin: 0; line-height: 1.4; padding: 0 0 1rem; height: 30rem; overflow-y: scroll; border-bottom: 1px solid #D5D5D5; }
.info dl dt { margin-bottom: .4rem; color: #66C172; }
.info dl dd { padding: 0 0 .8rem; margin: 0 0 .8rem; border-bottom: 1px solid #D5D5D5; }
.info dl dd:last-child { border-bottom: none; }
.info dl dd p { margin: 0; }
.info dl dd p.link_text { margin: 1rem 0 0; }
.info .covid_bnr { text-align: center; }
.info .covid_bnr a { display: inline-block; margin: 4rem auto 1rem; }
.info .covid_bnr a ~ a { margin: 1rem auto 1rem; }
.info .covid_bnr a img { display: block; margin: 0 auto; }

@media screen and (min-width: 48em), print { .info { padding: 0 0 5rem; }
  .info .tit_02 { padding: .9rem 0; margin: 0 auto 2rem; font-size: 2rem; }
  .info dl { margin: 0 0 1rem; line-height: 1.4; padding: 0 0 1rem; height: 30rem; overflow-y: scroll; border-bottom: 1px solid #D5D5D5; }
  .info dl dt { font-size: 2rem; margin: 0 0 .8rem; color: #66C172; }
  .info dl dd { padding: 0 0 1.6rem; margin: 0 0 1.6rem; border-bottom: 1px solid #D5D5D5; }
  .info dl dd:last-child { border-bottom: none; }
  .info dl dd p { margin: 0; } }
/* あいさつ部分 -------------------------------------- */
.greeting .tit_02 { text-align: center; padding: .8rem 1.6rem; margin: 0 auto 2rem; font-size: 1.6rem; color: #fff; background: #EC7BA0; border-radius: 40px; }
.greeting .flex { background: url("../img/index_greeting_bg01.png") no-repeat center bottom/100%; }
.greeting .flex p { margin: 0; }
.greeting .flex p.tit { font-size: 2rem; color: #2A79A1; line-height: 1.2; margin: 0 0 .6rem; text-align: center; }
.greeting .flex img { margin: 1.2rem auto; max-width: 60%; display: block; }

@media screen and (min-width: 48em), print { .greeting { padding: 2rem 0 6rem; }
  .greeting .tit_02 { font-size: 2.2rem; padding: 1.4rem 0; }
  .greeting .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; background: url("../img/index_greeting_bg01.png") no-repeat center top/auto auto; }
  .greeting .flex p { font-size: 2rem; }
  .greeting .flex p.tit { font-size: 3rem; line-height: 1.4; text-align: left; }
  .greeting .flex img { margin: 2rem auto 0; max-width: 42%; } }
/* 予約について -------------------------------------- */
.about_rsv { padding: 2rem 0 4rem; }
.about_rsv .tit_02 { text-align: center; color: #66C172; padding: 1rem 0; border-bottom: .4rem solid #66C172; position: relative; }
.about_rsv .tit_02::before, .about_rsv .tit_02::after { content: ""; display: block; width: 17rem; height: 2rem; margin: .2rem auto; }
.about_rsv .tit_02::before { background: url("../img/index_about_rsv_tit02_parts01.png") no-repeat center/contain; }
.about_rsv .tit_02::after { background: url("../img/index_about_rsv_tit02_parts02.png") no-repeat center/contain; }
.about_rsv .flex .left img { display: block; max-width: 60%; margin: 2rem auto 2rem; }
.about_rsv .flex .left img.rsv { max-width: 80%; }
.about_rsv .flex .right { margin: 3rem 0 0; }
.about_rsv .flex .right .tbl_time caption .holiday { border-radius: 3px; }
.about_rsv .flex .right .tbl_time tr:first-child th:first-child { border-radius: 5px 0 0 5px; }
.about_rsv .flex .right .tbl_time tr:first-child th:last-child { border-radius: 0 5px 5px 0; }

@media screen and (min-width: 48em), print { .about_rsv { padding: 2rem 0 6rem; }
  .about_rsv .tit_02 { display: block; text-align: center; margin: 0 0 3.4rem; padding: 1rem 0 1.2rem; border-bottom: .5rem solid #66C172; font-size: 3rem; position: relative; }
  .about_rsv .tit_02::before, .about_rsv .tit_02::after { content: ""; display: block; width: 31rem; height: 3.5rem; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .about_rsv .tit_02::before { background: url("../img/index_about_rsv_tit02_parts01.png") no-repeat center/auto auto; left: 0; }
  .about_rsv .tit_02::after { background: url("../img/index_about_rsv_tit02_parts02.png") no-repeat center/auto auto; right: 0; }
  .about_rsv .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .about_rsv .flex .left { width: 37%; }
  .about_rsv .flex .left img { max-width: 80%; margin: 0 auto 1rem; }
  .about_rsv .flex .left img.rsv { max-width: 100%; transition: all .2s; }
  .about_rsv .flex .left img.rsv:hover { opacity: .8; }
  .about_rsv .flex .right { margin: 0; width: 58%; }
  .about_rsv .flex .right .tbl_time caption { line-height: 2.4; }
  .about_rsv .flex .right .tbl_time caption .holiday { border-radius: 3px; padding: .8rem 1rem; }
  .about_rsv .flex .right .tbl_time tr:first-child th { padding: .5rem 0; }
  .about_rsv .flex .right .tbl_time tr:first-child th:first-child { border-radius: 5px 0 0 5px; }
  .about_rsv .flex .right .tbl_time tr:first-child th:last-child { border-radius: 0 5px 5px 0; }
  .about_rsv .flex .right .tbl_time tr th.time { padding: 1.4rem 0; } }
/* 特長 -------------------------------------- */
.feature { background-image: radial-gradient(#FFF9ED 28%, rgba(255, 249, 61, 0) 31%), radial-gradient(#FFF9ED 28%, rgba(255, 249, 61, 0) 31%); background-position: 0 0, 27px 27px; background-size: 54px 54px; padding: 2rem 0 2rem; position: relative; }
.feature::before { content: ""; background: url("../img/index_feature_bg01.png") repeat-x center/auto 1rem; width: 100%; height: 1rem; position: absolute; top: -1rem; }
.feature .bg::before, .feature .bg::after { content: ""; width: 100%; height: .4rem; background: #C2DCB9; position: absolute; }
.feature .bg::before { top: 0; }
.feature .bg::after { top: .6rem; }
.feature .bg .tit_02 { color: #66C172; text-align: center; position: relative; }
.feature .bg .tit_02::before, .feature .bg .tit_02::after { content: ""; display: inline-block; min-width: 10rem; height: 4rem; position: absolute; }
.feature .bg .tit_02::before { top: 5rem; left: 0; background: url("../img/index_feature_tit02_parts01.png") no-repeat center/contain; }
.feature .bg .tit_02::after { top: 5rem; right: 0; background: url("../img/index_feature_tit02_parts02.png") no-repeat center/contain; }
.feature .bg .tit_02 .ex { color: #EA6D93; }
.feature .bg .tit_02 .eng_txt { color: #FFD020; display: block; }
.feature .bg ul li { margin: 0 0 2rem; }
.feature .bg ul li img { display: block; margin: 0 auto; }
.feature .bg ul li .tit { margin: -3rem 0 4rem; text-align: center; font-size: 2.4rem; line-height: 1.2; color: #66C172; text-shadow: 2px  2px 1px #ffffff, -2px  2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px  0px 1px #ffffff, 0px  2px 1px #ffffff, -2px  0px 1px #ffffff, 0px -2px 1px #ffffff; position: relative; }
.feature .bg ul li .tit::before { content: ""; background-image: radial-gradient(#9DCD81 19%, rgba(157, 205, 129, 0) 22%); background-position: 0 0, 3.5rem 2.8rem; background-size: 3.8rem 3.8rem; display: block; width: 15rem; height: 2.5rem; position: absolute; bottom: -2rem; left: 46%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.feature .bg ul li .tit::after { content: ""; background-image: radial-gradient(#F0B29F 19%, rgba(240, 178, 159, 0) 22%); background-position: 0 0, 3.5rem 2.8rem; background-size: 3.8rem 3.8rem; display: block; width: 15rem; height: 2.5rem; position: absolute; bottom: -2rem; left: 52%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.feature .bg ul li p { text-align: justify; }
.feature .bg .bg_item { display: none; }

@media screen and (min-width: 48em), print { .feature { padding: 8rem 0 18rem; }
  .feature::before { background: url("../img/index_feature_bg01.png") repeat-x center/auto 1.5rem; height: 1.5rem; }
  .feature .bg::before, .feature .bg::after { height: .5rem; }
  .feature .bg::before { top: 3px; }
  .feature .bg::after { top: 12px; }
  .feature .bg .wrap { position: relative; }
  .feature .bg .wrap::before { content: ""; display: block; height: 100%; width: 16rem; background: url("../img/index_feature_bg02.png") no-repeat center top/auto auto; position: absolute; top: 10rem; left: -19rem; }
  .feature .bg .wrap::after { content: ""; display: block; height: 100%; width: 16rem; background: url("../img/index_feature_bg03.png") no-repeat center top/auto auto; position: absolute; top: 10rem; right: -19rem; }
  .feature .bg .wrap .tit_02 { font-size: 3rem; }
  .feature .bg .wrap .tit_02::before, .feature .bg .wrap .tit_02::after { width: 34rem; height: 11.8rem; }
  .feature .bg .wrap .tit_02::before { top: -3rem; }
  .feature .bg .wrap .tit_02::after { top: -3rem; }
  .feature .bg .wrap .tit_02 .ex { margin-left: 1.2rem; }
  .feature .bg .wrap .tit_02 .eng_txt { font-size: 2.2rem; margin: .4rem 0 0; }
  .feature .bg .wrap ul:not(.bg_item) { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0 10rem; }
  .feature .bg .wrap ul:not(.bg_item) li { width: 30rem; margin-right: 5rem; }
  .feature .bg .wrap ul:not(.bg_item) li:nth-child(3n) { margin-right: 0; }
  .feature .bg .wrap ul:not(.bg_item) li img { height: 303px; }
  .feature .bg .wrap ul:not(.bg_item) li .tit { font-size: 2.5rem; height: 6.5rem; margin: -6rem 0 4rem; display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-end; align-items: flex-end; }
  .feature .bg .wrap ul:not(.bg_item) li .tit::before { bottom: -2.6rem; }
  .feature .bg .wrap ul:not(.bg_item) li .tit::after { bottom: -2.6rem; }
  .feature .bg .wrap ul:not(.bg_item) li p { font-size: 1.6rem; }
  .feature .bg .bg_item { display: block; top: 0; width: 100%; position: absolute; }
  .feature .bg .bg_item li { display: inline; position: absolute; }
  .feature .bg .bg_item li.item_01 { left: -14rem; top: 19rem; animation: yurayura_01 2.4s ease infinite alternate; }
  .feature .bg .bg_item li.item_02 { left: -13rem; top: 81rem; animation: yurayura_02 1s linear infinite alternate; }
  .feature .bg .bg_item li.item_03 { left: -22rem; top: 94rem; animation: yurayura_03 1.8s linear infinite alternate; }
  .feature .bg .bg_item li.item_04 { right: -22rem; top: 22rem; animation: yurayura_02 1.4s linear infinite alternate; }
  .feature .bg .bg_item li.item_05 { right: -16.6rem; top: 42rem; animation: yurayura_03 1s linear infinite alternate; }
  .feature .bg .bg_item li.item_06 { right: -15rem; top: 100rem; animation: yurayura_01 2s ease infinite alternate; } }
@keyframes yurayura_01 { 0% { transform: rotate(20deg); }
  100% { transform: rotate(-40deg); } }
@keyframes yurayura_02 { 0% { transform: rotate(10deg); }
  100% { transform: rotate(-10deg); } }
@keyframes yurayura_03 { 0% { transform: rotate(-10deg) translateX(-15px); }
  50% { transform: rotate(0deg) translateX(0); }
  100% { transform: rotate(10deg) translateX(15px); } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem; }
body:not(.index) .header { position: relative; }
body:not(.index) .header::after { content: ""; display: block; width: 100%; height: 1rem; position: absolute; bottom: 15rem; background: url("../img/index_keyvsl_parts01.png") repeat-x center/auto 1rem; }
body:not(.index) .header .wrap { height: 100%; margin-bottom: 7rem; }
body:not(.index) .header .wrap .logo { height: 8rem; width: 30rem; margin: 0 auto; background: none; border-radius: 0; }
body:not(.index) .header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/lower_logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
body:not(.index) .header .wrap .headR { width: 100%; bottom: 8.5rem; right: 0; text-align: right; }
body:not(.index) .header .wrap .headR a .line { border: none; }
body:not(.index) .sidebar { margin: 0 auto 0; }
body:not(.index) .overview { display: none; }
@media screen and (min-width: 48em), print { body:not(.index) .header::after { height: 1.5rem; background: url("../img/index_keyvsl_parts01.png") repeat-x center/auto 1.5rem; bottom: 10.5rem; }
  body:not(.index) .header .wrap { margin: 0 auto; padding: 5rem 0 4rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  body:not(.index) .header .wrap .logo { height: 9.4rem; width: 48rem; padding: 0; margin: 0; }
  body:not(.index) .header .wrap .headR { width: 27rem; position: static; bottom: 0; right: 0; text-align: center; margin: 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column; flex-direction: column; }
  body:not(.index) .header .wrap .headR > div { border-radius: 0; height: auto; width: auto; }
  body:not(.index) .header .wrap .headR > div a .line { display: inline-block; border: none; border-radius: 0; }
  body:not(.index) .header .wrap .headR > div.rsv { border-radius: 25px; width: 100%; }
  body:not(.index) .header .wrap .headR > div.rsv a { padding: .4rem 3rem; font-size: 1.9rem; position: relative; }
  body:not(.index) .header .wrap .headR > div.rsv a .line { padding: 0; }
  body:not(.index) .header .wrap .headR > div.rsv a .line::before { font-size: 2.4rem; margin-right: .4rem; }
  body:not(.index) .header .wrap .headR > div.rsv a .line::after { content: "\06a"; font-family: "fontello"; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  body:not(.index) .header .wrap .headR > div.rsv a .size_small { font-size: 1.9rem; }
  body:not(.index) .header .wrap .headR > div.tel_item { background: none; }
  body:not(.index) .header .wrap .headR > div.tel_item a .line { color: #2A79A1; font-size: 3.5rem; }
  body:not(.index) .header .wrap .headR > div.tel_item a .line::before { font-size: 3.5rem; }
  body:not(.index) .sidebar { margin: 0 auto 6rem; }
  body:not(.index) .overview { display: block; } }
@media screen and (min-width: 48em), print { body:not(.index) .separate_box { overflow: hidden; }
  body:not(.index) .separate_box .main { width: 1200px; margin: 0 auto 18rem; position: relative; }
  body:not(.index) .separate_box .main::before { content: ""; height: 100%; width: 24.5rem; background: url("../img/main_bg01.png") no-repeat center top/auto auto; position: absolute; top: 26rem; left: -31.5rem; }
  body:not(.index) .separate_box .main::after { content: ""; height: 100%; width: 19.5rem; background: url("../img/main_bg02.png") no-repeat center top/auto auto; position: absolute; top: 0; right: -31.5rem; }
  body:not(.index) .separate_box .main > .bg_item { display: block; top: 0; width: 100%; position: absolute; }
  body:not(.index) .separate_box .main > .bg_item li { display: inline; position: absolute; }
  body:not(.index) .separate_box .main > .bg_item li.item_01 { left: -25rem; top: 3rem; animation: balloon 5s ease-in-out infinite alternate; }
  body:not(.index) .separate_box .main > .bg_item li.item_02 { right: -27rem; top: 67rem; animation: balloon 5.4s ease infinite alternate; }
  body:not(.index) .separate_box .main > .bg_item li.item_03 { left: -25rem; top: 99rem; animation: rabbit 4s linear infinite normal; }
  body:not(.index) .separate_box .main > .bg_item li.item_04 { right: -29rem; top: 105rem; animation: squirrel 1s linear infinite normal; }
  body:not(.index) .separate_box .main > .bg_item li.item_05 { right: -20rem; top: 114rem; animation: animal 1.8s linear infinite alternate; }
  body:not(.index) .separate_box .main .wrap { width: 850px; margin: 0 0 0 auto; }
  body:not(.index) .separate_box .main > .wrap { margin: 5rem 0 0 auto; }
  body:not(.index) .separate_box .main > .wrap::before, body:not(.index) .separate_box .main > .wrap::after { content: none; } }
@media screen and (min-width: 48em), print { body:not(.index) #nav { margin: 1.5rem 0 0; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
.greeting { padding: 0; }
.greeting .main .deco_txt { text-align: center; margin: 6rem auto 0; color: #fff; background: #EC7BA0; border-radius: 50px; font-size: 1.8rem; padding: 1.4rem 0; }
.greeting .main .tbl_01 tr th { width: auto; padding: .2rem .2rem; }
.greeting .main .tbl_01 tr th:first-child { width: 24%; }
.greeting .main .tbl_01 tr th.time { width: 24%; }
.greeting .main .tbl_01 tr td span:not(.pc_n) { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; white-space: nowrap; margin: 0; line-height: 1em; text-align: center; }
@media screen and (min-width: 48em), print { .greeting .main .tbl_01 tr td span:not(.pc_n) { writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; display: block; line-height: 1.4; } }
.greeting .main .tbl_01 tr td .close { text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

/* クリニック紹介 */
.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.clinic_gallery li { margin: 0 0 2.0rem; text-align: center; }
.clinic_gallery li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }
.clinic_gallery li p { margin: 0; }

@media screen and (min-width: 48em), print { .clinic_gallery { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic_gallery li { width: 32%; margin: 0 1.6rem 3rem 0; transition: all .2s; }
  .clinic_gallery li:hover { opacity: .8; }
  .clinic_gallery li:nth-child(3n) { margin: 0 0 3rem 0; }
  .clinic_gallery li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 診療のご案内 */
@media screen and (min-width: 48em), print { .treatment .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .treatment .flex > table { width: 60%; }
  .treatment .flex > img { width: 38%; } }
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { 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 #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap_img { width: 80%; }
  .access .gmap { height: 50.0rem; } }
/* 予防接種 */
.vaccination main .tit { background: #f2f2f2; padding: .3rem .8rem; margin: 1rem 0 .4rem; }

/* オンライン診療 */
.bnr_online { display: block; margin: 1rem auto 0; }

/* 404 */
@media screen and (min-width: 48em), print { *[class*="404"] .separate_box { min-height: 800px; } }

/*# sourceMappingURL=style.css.map */
