@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; 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 !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.red { color: #C70004; }

.green { color: #399D26; }

.bold { font-weight: bold; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #FBF7EA; border-radius: 10px; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #F4F8EE; border-radius: 10px; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_03 { margin: 4rem 0 0; padding: 1rem 0 0; border-top: 4px dashed #c0dca4; }
@media screen and (min-width: 48em), print { .frame_03 { margin: 10rem 0 0; padding: 3.6rem 0 0; } }

/* 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%; font-weight: bold; caption-side: bottom; text-align: center; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #399D26; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; font-weight: bold; padding: .4rem 0; border-bottom: 1px solid #b5b5b5; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; color: #399D26; border-bottom: 1px solid #b5b5b5; line-height: 1.0; font-size: 1.2rem; }
.tbl_time tr td.close { color: #454545; }
.tbl_time tr td.all span { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; font-size: 1.4rem; font-weight: bold; display: block; margin: 0 auto; min-height: 6rem; }
.tbl_time tr td .star { font-size: 120%; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.4rem; }
  .tbl_time caption { padding: 1rem 0 0; font-size: 1.5rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.4rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 34%; }
  .tbl_time tr th.time { font-size: 2rem; padding: 1rem 0; }
  .tbl_time tr td { padding: 1.0rem 0; }
  .tbl_time tr td.all span { font-size: 2rem; min-height: inherit; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/cover; font-size: 2.2rem; color: #454545; font-weight: bold; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px,#fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; height: 13rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 3.0rem; }

.tit_02 { color: #513401; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; font-weight: bold; }
.tit_02 span { display: block; text-align: center; margin: 0 auto; color: #399D26; font-weight: bold; font-size: 1.4rem; font-family: 'Roboto', sans-serif; }

body:not(.index) .tit_02 { border-bottom: 1px solid #57A80C; color: #575757; }
body:not(.index) .tit_02::before { content: ""; display: block; margin: 0 auto .2rem; width: 2.6rem; height: 2.6rem; background: url("../img/low_tit_02.svg") no-repeat center/contain; }

body:not(.index) .tit_03 { color: #fff; background: #57A80C; font-size: 1.8rem; font-weight: bold; line-height: 1.2; padding: .2rem .8rem; margin: 0 0 1.0rem; }

.tit_04 { color: #575757; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .2rem; border-bottom: 3px dotted #C1C1C1; }
.tit_04::before { content: ""; width: 1.8rem; height: 1.8rem; margin: 0 .2rem 0 0; display: inline-block; background: url("../img/tit_04.svg") no-repeat center/contain; }

.tit_05 { color: #575757; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .2rem .6rem; position: relative; }
.tit_05::before { content: ""; display: inline-block; margin-right: .2rem; border-radius: 3px; height: 100%; width: .3rem; background: #E19F35; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .tit_01 { height: 20rem; background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 3rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 3.5rem; margin: 0 0 2.0rem; }
  .tit_02 span { font-size: 2rem; }
  body:not(.index) .tit_02 { font-size: 2.8rem; padding: 0 0 2rem; }
  body:not(.index) .tit_02::before { width: 4rem; height: 3rem; margin: 0 auto .9rem; }
  body:not(.index) .tit_03 { font-size: 2rem; margin: 0 0 2.0rem; padding: .96rem 2rem; }
  .tit_04 { font-size: 2rem; margin: 0 0 2.0rem; padding: 0 0 .8rem; }
  .tit_04::before { width: 2rem; height: 2rem; margin-right: .4rem; }
  .tit_05 { font-size: 2rem; margin: 0 0 2rem; padding: 0 0 0 1.2rem; }
  .tit_05::before { width: .4rem; height: 110%; } }
/* リスト回り -------------------------------------- */
ul[class*="lst_ul"] { margin: 1rem 0 0; }
ul[class*="lst_ul"] li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
ul[class*="lst_ul"] li::before { content: '●'; margin-right: .4rem; }
ul[class*="lst_ul"] li.none::before { content: none; }
@media screen and (min-width: 48em), print { ul[class*="lst_ul"].flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul[class*="lst_ul"].flex li { width: 49%; } }

.lst_ul01 li::before { color: #57A80C; }

.lst_ul02 li::before { color: #E19F35; }

.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; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 15%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* リンク -------------------------------------- */
.btn { display: block; text-align: center !important; }
@media screen and (min-width: 48em), print { .btn { text-align: left !important; } }
.btn a { background: #57A80C; border-radius: 5px; color: #fff; text-align: center; font-weight: bold; padding: 1rem 3rem; display: inline-block; text-decoration: none !important; position: relative; }
.btn a::after { content: "\06a"; font-family: "fontello"; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* テーブル -------------------------------------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */ }

.tbl_detail { width: 400px !important; }
@media screen and (min-width: 48em), print { .tbl_detail { width: 100% !important; } }

.tbl_01, .tbl_02 { table-layout: fixed; border-collapse: collapse; width: 100%; caption-side: bottom; }
.tbl_01 caption, .tbl_02 caption { text-align: left; padding: .2rem 0; }
@media screen and (min-width: 48em), print { .tbl_01 caption, .tbl_02 caption { padding: 1rem 0 0; } }
.tbl_01 thead tr th, .tbl_02 thead tr th { background-color: #e19f35; color: #fff; }
.tbl_01 tr th, .tbl_02 tr th { padding: .4rem; width: 30%; background: #FEFBEC; text-align: center; font-size: 110%; font-weight: bold; border: 1px solid #BCBCBC; }
@media screen and (min-width: 48em), print { .tbl_01 tr th, .tbl_02 tr th { padding: .8rem .8rem; } }
.tbl_01 tr td, .tbl_02 tr td { padding: .8rem; border: 1px solid #BCBCBC; }
@media screen and (min-width: 48em), print { .tbl_01 tr td, .tbl_02 tr td { padding: 1.2rem 1.2rem; } }

.tbl_02 tbody tr td { text-align: center; }

.tbl_price, .tbl_price_02 { table-layout: fixed; border-collapse: collapse; width: 100%; caption-side: bottom; }
.tbl_price caption, .tbl_price_02 caption { text-align: left; padding: .2rem 0; }
@media screen and (min-width: 48em), print { .tbl_price caption, .tbl_price_02 caption { padding: 1rem 0 0; } }
.tbl_price tr th, .tbl_price_02 tr th { padding: .4rem; width: 30%; background: #FEFBEC; text-align: center; font-size: 110%; font-weight: bold; border: 1px solid #BCBCBC; }
@media screen and (min-width: 48em), print { .tbl_price tr th, .tbl_price_02 tr th { padding: .8rem .8rem; } }
.tbl_price tr td, .tbl_price_02 tr td { padding: .8rem; border: 1px solid #BCBCBC; text-align: center; }
@media screen and (min-width: 48em), print { .tbl_price tr td, .tbl_price_02 tr td { padding: 1.2rem 1.2rem; } }

.tbl_price_02 tbody tr:first-child th:first-child { width: 15%; }
.tbl_price_02 tbody tr:first-child th:last-child { width: 10%; }
.tbl_price_02 tbody tr td { text-align: left; }
.tbl_price_02 tbody tr td:last-child { text-align: center; }

.table-layout-initial { table-layout: initial !important; }

@media screen and (min-width: 48em), print { .table-layout-initial { table-layout: fixed !important; } }
.tbl_access { table-layout: fixed; border-collapse: separate; border-collapse: .2rem; }
.tbl_access tr th { width: 37%; background: #FEFBEC; text-align: center; font-weight: normal; padding: .8rem; }
.tbl_access tr td { padding: .8rem; }

@media screen and (min-width: 48em), print { .tbl_access tr th { width: 30%; } }
.pneumococcal_vaccine { text-align: center; }
.pneumococcal_vaccine img { max-width: 150px; width: 100%; }
@media screen and (min-width: 48em), print { .pneumococcal_vaccine { margin: 2em 2em; }
  .pneumococcal_vaccine img { max-width: 400px; } }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #212121; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }
@media screen and (min-width: 48em), print { .wrap { padding: 0; } }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 6rem; }
.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 > .wrap { margin: 10rem auto 0; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; }
  .main { font-size: 1.6rem; padding: 0 0 25rem; 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 { border-top: .3rem #399D26 solid; }
.header .wrap { margin: 1.0rem; }
.header .wrap .logo { height: 3.7rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .net { margin: 2rem auto 0; padding: 1.0rem; border-radius: 5px; color: #fff; background: #ea89a6; text-align: center; font-weight: bold; font-size: 1.7rem; }
.header .wrap .online { margin: 1rem auto 0; padding: 1.0rem; border-radius: 5px; color: #fff; background: #F7B819; text-align: center; font-weight: bold; font-size: 1.7rem; }
.header .wrap .headR .address { margin: 2.2rem 0 1rem; font-size: 1.2rem; }
.header .wrap .headR .txt { margin: 2.4rem 0 0; padding: .4rem .8rem; border-radius: 5px; color: #fff; background: #399D26; text-align: center; font-weight: bold; font-size: 1.2rem; vertical-align: middle; }
.header .wrap .headR .tel { display: inline-block; font-size: 2rem; color: #454545; vertical-align: middle; font-family: 'Roboto', sans-serif; }
.header .wrap .headR .tel::before { content: "\e930"; font-family: "fontello"; margin: 0 .4rem; font-weight: normal; }
.header .wrap .headR .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header { border-top: 1rem #399D26 solid; }
  .header .wrap { margin: 3.2rem auto 4.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .wrap .logo { width: 50rem; height: 8.4rem; }
  .header .wrap .net { /*margin: 2.4rem auto 0;
padding: 1.2rem 2rem;;
font-size: 1.7rem;*/ padding: 1.5rem; width: 12rem; height: 60px; display: grid; place-items: center; margin: 3.0rem auto 0 2rem; }
  .header .wrap .online { padding: 1.2rem; width: 12rem; height: 60px; display: grid; place-items: center; margin: 3.0rem auto 0; }
  .header .wrap .headR { width: auto; margin: auto 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 7rem; }
  .header .wrap .headR .address { margin: 0; font-size: 1.6rem; }
  .header .wrap .headR .txt { padding: .8rem 1.2rem; margin: 0; display: inline-block; font-size: 1.6rem; }
  .header .wrap .headR .tel { width: auto; display: inline-block; background: none; font-size: 3.7rem; margin: 0; padding: 0; line-height: 1; }
  .header .wrap .headR .tel::before { margin: 0 .8rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.6rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 60; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #5a5a5a; background: none; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; line-height: .8; font-size: 3rem; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; margin: .2rem 0 0; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e804'; line-height: .8; font-size: 3rem; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; margin: .2rem 0 0; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #fff; position: absolute; top: 5.2rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav, .slicknav_menu .slicknav_nav .subnav { border-top: 1px solid #ccc; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li, .slicknav_menu .slicknav_nav .subnav li { border-bottom: 1px solid #ccc; }
.slicknav_menu .slicknav_nav .gnav li a, .slicknav_menu .slicknav_nav .subnav li a { display: block; color: #454545; background: #fafff9; padding: 1.2rem 0; margin: 0; font-size: 1.6rem; font-weight: bold; text-align: center; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a::after, .slicknav_menu .slicknav_nav .subnav li a::after { position: absolute; right: 1.0rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-family: 'fontello'; content: '\073'; font-size: 1.4rem; color: #399D26; }
.slicknav_menu .slicknav_nav .gnav li a span, .slicknav_menu .slicknav_nav .subnav li a span { display: none; }
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .subnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item, .slicknav_menu .slicknav_nav .subnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child, .slicknav_menu .slicknav_nav .subnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .tit { padding: .4rem 0; margin: 1.6rem 0 0; background: #399D26; color: #fff; letter-spacing: .2rem; font-weight: bold; text-align: center; font-size: 1.8rem; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; }
  #nav .gnav { width: 1200px; margin: 2rem auto 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/5); position: relative; }
  #nav .gnav li::after { content: ""; height: 70%; width: .2rem; display: block; position: absolute; bottom: 0; right: 0; border-right: #DCDCDC dotted .4rem; }
  #nav .gnav li:first-child::before { content: ""; height: 70%; width: .2rem; display: block; position: absolute; bottom: 0; left: 0; border-right: #DCDCDC dotted .4rem; }
  #nav .gnav li a { display: block; padding: 0 0 1rem; text-align: center; font-size: 1.7rem; font-weight: bold; color: #399D26; }
  #nav .gnav li a span { display: block; font-size: 1.5rem; font-weight: normal; color: #9AD68F; font-family: 'Roboto', sans-serif; margin: .8rem 0 0; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0 0; font-size: 1.4rem; line-height: 1.6; position: relative; background: url("../img/overview_bg01.jpg") no-repeat top/cover; }
.overview::before { content: ""; position: absolute; left: 0; top: -4rem; display: block; width: 100%; height: 4rem; background: url("../img/overview_parts01.svg") repeat-x center/auto 4rem; }
.overview .secret_animal { opacity: 0; position: absolute; top: 0; right: 10%; z-index: -1; }
.overview .secret_animal.active { opacity: 1; }
.overview .secret_animal.active img { width: 6rem; height: auto; -webkit-animation: active_sp 10s linear .2s forwards; animation: active_sp 10s linear .2s forwards; }
.overview > .wrap { margin: 0; padding: 0 1rem; }
.overview > .wrap > div { background: #fff; }
.overview > .wrap > div.overviewL { padding: .8rem .8rem 0; border-radius: 7px 7px 0 0; }
.overview > .wrap > div.overviewL .clinic_name { text-align: center; margin: 0 0 0; }
.overview > .wrap > div.overviewL .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap > div.overviewL .tel_item { text-align: center; font-size: 1.8rem; margin: 0 0 .6rem; }
.overview > .wrap > div.overviewL .tel_item .tel { font-family: 'Roboto', sans-serif; }
.overview > .wrap > div.overviewL .tel_item .tel::before { content: "\e930"; font-family: "fontello"; margin-right: .4rem; color: #399D26; }
.overview > .wrap > div.overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap > div.overviewL .tbl_gaiyo th { width: 27%; text-align: center; vertical-align: top; padding: .4rem; font-weight: normal; }
.overview > .wrap > div.overviewL .tbl_gaiyo th span { display: inline-block; background: #399D26; width: 100%; color: #fff; border-radius: 5px; }
.overview > .wrap > div.overviewL .tbl_gaiyo td { padding: .4rem; }
.overview > .wrap > div.overviewR { margin: 0 0 2rem; padding: 0 .8rem .8rem; border-radius: 0 0 7px 7px; text-align: center; }
.overview > .wrap .table_area { padding: .7rem 0 .7rem; }
.overview > .wrap .table_area p { margin: 0; text-align: left; font-weight: bold; }
.overview > .wrap .table_area p::before { content: "■"; color: #399D26; margin-right: .4rem; }
.overview > .wrap .table_area .tbl_time { padding: .4rem 0 .4rem; }
.overview .gmap { height: 30rem; }
.overview .gmap iframe { width: 100%; height: 100%; }

@-webkit-keyframes active_sp { 0% { top: 0; }
  10% { -webkit-transform: translateY(-4rem); transform: translateY(-4rem); }
  20% { -webkit-transform: rotate(10deg) translateY(-4rem); transform: rotate(10deg) translateY(-4rem); }
  30% { -webkit-transform: rotate(-10deg) translateY(-4rem); transform: rotate(-10deg) translateY(-4rem); }
  40% { -webkit-transform: rotate(0deg) translateY(-4rem); transform: rotate(0deg) translateY(-4rem); }
  65% { -webkit-transform: translateY(-6rem); transform: translateY(-6rem); }
  90% { -webkit-transform: translateY(-6rem); transform: translateY(-6rem); }
  100% { top: 8rem; } }

@keyframes active_sp { 0% { top: 0; }
  10% { -webkit-transform: translateY(-4rem); transform: translateY(-4rem); }
  20% { -webkit-transform: rotate(10deg) translateY(-4rem); transform: rotate(10deg) translateY(-4rem); }
  30% { -webkit-transform: rotate(-10deg) translateY(-4rem); transform: rotate(-10deg) translateY(-4rem); }
  40% { -webkit-transform: rotate(0deg) translateY(-4rem); transform: rotate(0deg) translateY(-4rem); }
  65% { -webkit-transform: translateY(-6rem); transform: translateY(-6rem); }
  90% { -webkit-transform: translateY(-6rem); transform: translateY(-6rem); }
  100% { top: 8rem; } }
@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 0; font-size: 1.8rem; }
  .overview::before { height: 7rem; top: -6.8rem; background: url("../img/overview_parts01.svg") repeat-x center/auto auto; }
  .overview .secret_animal { top: 8rem; }
  .overview .secret_animal.active { top: 0; }
  .overview .secret_animal.active img { width: 11rem; -webkit-animation: active_pc 10s linear .2s forwards; animation: active_pc 10s linear .2s forwards; }
  .overview > .wrap { margin: 0 auto; padding: 10rem 0 10rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap > div.overviewL, .overview > .wrap > div.overviewR { width: 48%; border-radius: 10px; }
  .overview > .wrap > div.overviewL { padding: 4.8rem 3.8rem 3.8rem; }
  .overview > .wrap > div.overviewL .clinic_name img { max-width: 40.0rem; }
  .overview > .wrap > div.overviewL .tel_item { font-size: 3.7rem; margin: 0 0 3rem; }
  .overview > .wrap > div.overviewL .tel_item .tel::before { margin-right: .8rem; }
  .overview > .wrap > div.overviewL .tbl_gaiyo { margin: 0 0 4rem; }
  .overview > .wrap > div.overviewL .tbl_gaiyo th { width: 18%; font-size: 1.4rem; padding: 0 0 1.6rem; }
  .overview > .wrap > div.overviewL .tbl_gaiyo th span { font-weight: bold; padding: .3rem 0; }
  .overview > .wrap > div.overviewL .tbl_gaiyo td { vertical-align: top; font-size: 1.6rem; padding: .2rem 0 0 1.4rem; }
  .overview > .wrap > div.overviewR { margin: 0; padding: 3.5rem 3rem; }
  .overview > .wrap .table_area { padding: .7rem 0 2.4rem; }
  .overview > .wrap .table_area p { font-size: 1.8rem; margin: 0 0 .4rem; }
  .overview > .wrap .table_area p::before { font-size: 2rem; }
  .overview > .wrap .table_area .tbl_time { padding: .4rem 0 0; }
  .overview .gmap { height: 50rem; } }
@-webkit-keyframes active_pc { 0% { top: 0; }
  10% { -webkit-transform: translateY(-5rem); transform: translateY(-5rem); }
  20% { -webkit-transform: rotate(10deg) translateY(-5rem); transform: rotate(10deg) translateY(-5rem); }
  30% { -webkit-transform: rotate(-10deg) translateY(-5rem); transform: rotate(-10deg) translateY(-5rem); }
  40% { -webkit-transform: rotate(0deg) translateY(-5rem); transform: rotate(0deg) translateY(-5rem); }
  50% { -webkit-transform: translateY(-11rem); transform: translateY(-11rem); }
  90% { -webkit-transform: translateY(-11rem); transform: translateY(-11rem); }
  100% { top: 12rem; } }
@keyframes active_pc { 0% { top: 0; }
  10% { -webkit-transform: translateY(-5rem); transform: translateY(-5rem); }
  20% { -webkit-transform: rotate(10deg) translateY(-5rem); transform: rotate(10deg) translateY(-5rem); }
  30% { -webkit-transform: rotate(-10deg) translateY(-5rem); transform: rotate(-10deg) translateY(-5rem); }
  40% { -webkit-transform: rotate(0deg) translateY(-5rem); transform: rotate(0deg) translateY(-5rem); }
  50% { -webkit-transform: translateY(-11rem); transform: translateY(-11rem); }
  90% { -webkit-transform: translateY(-11rem); transform: translateY(-11rem); }
  100% { top: 12rem; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: #e5bc53; border-radius: 50%; }
#pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e812'; color: #fff; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup a { width: 6.4rem; height: 6.4rem; }
  #pageup a::before { font-size: 5.0rem; } }
.tel_up { width: 100%; background: #fafff1; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tel_up .tel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; width: 85%; color: #545454; font-size: 3.2rem; line-height: 1.0; font-family: 'Roboto', sans-serif; }
.tel_up .tel::before { content: "\e930"; font-family: "fontello"; margin-right: .4rem; color: #399D26; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #399D26; }
.tel_up .pageup a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\065'; color: #fff; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup a { width: 6.4rem; height: 6.4rem; border: 2px solid #fff; border-radius: 50%; }
  .tel_up .pageup a::before { font-size: 5.0rem; line-height: 1.1; } }
.footer { text-align: center; padding: 0 0 4.2rem; }
.footer .copy { display: block; background: #399D26; color: #fff; padding: 1rem .1rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3rem 0 0; }
  .footer .copy { font-size: 1.6rem; padding: 1.8rem 0; margin: 3rem auto 0; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 2.0rem; }
  .footer ul li { font-weight: bold; display: inline-block; font-size: 1.6rem; }
  .footer ul li::after, .footer ul li:first-child::before { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav { width: 69rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer ul.gnav li { font-size: 1.7rem; padding-left: 2rem; position: relative; display: inline-block; }
  .footer ul.gnav li::before { content: "\06a"; font-family: "fontello"; font-size: 1.4rem; color: #399D26; margin: 0; position: absolute; left: .4rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .footer ul.gnav li::after { content: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 0; max-width: 100%; height: 20rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; position: relative; z-index: 11; }
#keyvsl::before { content: ""; width: 100%; height: 2rem; display: block; background: url("../img/index_keyvsl_parts01.svg") no-repeat top/100% auto; position: absolute; top: -.1rem; left: 0; z-index: 12; }
#keyvsl .wrap { height: 100%; position: relative; z-index: 10; }
#keyvsl .wrap .copy_txt { position: absolute; bottom: -6rem; left: 0; color: #fff; font-weight: bold; font-size: 1.4rem; padding: .8rem; background: rgba(0, 0, 0, 0.21); text-shadow: 4px 6px 9px rgba(0, 0, 0, 0.8); }
#keyvsl .wrap .kaiin { background: #F7B819; display: inline-block; position: absolute; bottom: 1rem; right: 1rem; }
#keyvsl .wrap .kaiin > div { border: .3rem #fff dashed; padding: .8rem; font-size: 1.4rem; text-align: center; color: #fff; font-weight: bold; }
#keyvsl .wrap .kaiin > div .size_s { font-size: 1.2rem; }
#keyvsl .wrap .kaiin > div .size_l, #keyvsl .wrap .kaiin > div .size_m { font-size: 1.6rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; height: 62rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl::before { height: 7rem; }
  #keyvsl .wrap .copy_txt { display: inline-block; font-size: 2.6rem; padding: 1.9rem 2.5rem; line-height: 1.6; bottom: 3rem; right: 0; left: auto; z-index: 3; }
  #keyvsl .wrap .kaiin { height: 19.8rem; width: 19.8rem; bottom: 14rem; border-radius: 50%; z-index: 4; }
  #keyvsl .wrap .kaiin > div { border-radius: 50%; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 2.8rem; }
  #keyvsl .wrap .kaiin > div .size_s { font-size: 2.5rem; }
  #keyvsl .wrap .kaiin > div .size_m { font-size: 3.3rem; }
  #keyvsl .wrap .kaiin > div .size_l { font-size: 4.7rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 8.0rem 0 8rem; background: url("../img/index_info_bg01.jpg") repeat top/60% auto; position: relative; }
.info::after { content: ""; display: block; background: url("../img/index_info_parts01.svg") repeat-x bottom/contain; height: 4rem; width: 100%; position: absolute; bottom: 0; z-index: 1; }
.info .wrap { background: #fff; padding: .8rem 1.2rem 1.2rem; margin: 0 1rem; border-radius: 7px; }
.info .wrap .tit_02 { color: #399D26; padding: 1rem 0 .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; border-bottom: 1px solid #D5D5D5; }
.info .wrap .tit_02::before { content: "\e931"; font-family: "fontello"; font-weight: normal; margin-right: .2rem; }
.info .wrap .tit_02 span { font-weight: normal; margin: 0 0 0 auto; color: #C5C5C5; }
.info .wrap dl { margin: 0; line-height: 1.4; padding: 0; /*max-height: 30rem;
overflow-y: scroll;*/ }
.info .wrap dl .line { border-bottom: 1px solid #d5d5d5; padding: 0 0 .4rem; margin: 0 0 .4rem; }
.info .wrap dl .line dt { margin-bottom: .4rem; font-weight: bold; color: #399D26; display: table; }
.info .wrap dl .line dt span { display: block; }
.info .wrap dl .line dt span::before { position: relative; top: -0.1em; display: inline-block; content: '▼'; font-size: 0.8em; padding-right: 0.2em; -webkit-transition: .5s; transition: .5s; }
.info .wrap dl .line dt.active span::before { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: .5s; transition: .5s; }
.info .wrap dl .line dd { padding: 1rem 0 1.0rem; margin: 0; }
.info .wrap dl .line dd p { margin: 0; }

@media screen and (min-width: 48em), print { .info { padding: 6rem 0 9.0rem; }
  .info::after { background: url("../img/index_info_parts01.svg") repeat-x bottom/auto auto; height: 6rem; }
  .info .wrap { margin: 0 auto; padding: 4.3rem 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .info .wrap .tit_02 { font-size: 2.5rem; padding: 0 0 1.2rem; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-bottom: none; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 7em; height: 3em; }
  .info .wrap .tit_02::before { font-size: 110%; margin-right: .6rem; }
  .info .wrap .tit_02 span { width: 100%; font-size: 1.8rem; }
  .info .wrap dl { margin: 0 auto; /*max-height: 37rem;
overflow-y: scroll;*/ }
  .info .wrap dl .line { padding: 0 0 2rem; margin: 0 0 2rem; }
  .info .wrap dl .line dt { width: 100%; font-size: 1.8rem; cursor: pointer; }
  .info .wrap dl .line dt .date { display: inline-block; }
  .info .wrap dl .line dd { margin: 0; padding: 0; font-size: 1.6rem; line-height: 1.6; } }
/* 診療のご案内 -------------------------------------- */
.treatment_column { padding: 2rem 0 0; overflow: hidden; background: url("../img/index_treatment_parts02.jpg") repeat-y top left -7rem/5rem auto, url("../img/index_treatment_parts03.jpg") repeat-y top right -7rem/5rem auto; }
.treatment_column .tit_02 { color: #454545; background: url("../img/index_treatment_tit_02_parts.jpg") no-repeat center/11rem auto; }
.treatment_column ul li { margin: 0 0 2rem; }
.treatment_column ul li a { text-decoration: none !important; }
.treatment_column ul li img { max-width: 90%; display: block; margin: 0 auto; }
.treatment_column ul li section { margin: 0 auto; padding: .8rem 1rem; width: 90%; background: rgba(240, 246, 227, 0.85); border-radius: 7px; position: relative; top: -2rem; }
.treatment_column ul li section::before { content: ""; display: block; background: url("../img/index_treatment_parts01.svg") no-repeat center/contain; width: 5rem; height: 5rem; position: absolute; right: 1rem; bottom: 1rem; }
.treatment_column ul li section .tit_03 { text-align: center; font-size: 1.8rem; font-weight: bold; color: #454545; letter-spacing: .2rem; padding: 0 0 .6rem; border-bottom: 2px solid #399D26; }
.treatment_column ul li section p { text-align: justify; }

@media screen and (min-width: 48em), print { .treatment_column { padding: 9rem 0 2rem; background: url("../img/index_treatment_parts02.jpg") no-repeat top 4rem left -2rem/auto auto, url("../img/index_treatment_parts03.jpg") no-repeat top 4rem right -2rem/auto auto; }
  .treatment_column .tit_02 { padding: 3rem 0; background: url("../img/index_treatment_tit_02_parts.jpg") no-repeat center/auto auto; }
  .treatment_column ul { margin: 14rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_column ul li { width: 30%; margin: 0 0 9.2rem; }
  .treatment_column ul li img { border-radius: 50%; width: 100%; max-width: 100%; margin: 0; }
  .treatment_column ul li section { width: 100%; padding: 1.6rem 2rem 2.8rem; top: -4rem; }
  .treatment_column ul li section::before { width: 8rem; height: 7rem; right: 2rem; }
  .treatment_column ul li section .tit_03 { margin: 0; font-size: 2.3rem; }
  .treatment_column ul li:nth-child(3n-1) { position: relative; top: -10rem; } }
/* バナーリンク -------------------------------------- */
.bnr_area { padding: 2rem 0 0; }
.bnr_area ul li { margin-bottom: 2rem; text-align: center; }
.bnr_area ul li.pc_n a { margin: 0 auto 4rem; }
.bnr_area ul li .sns_area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.bnr_area ul li .sns_area li { width: 14%; margin-right: 3rem; }
.bnr_area ul li .sns_area li:last-child { margin-right: 0; }

@media screen and (min-width: 48em), print { .bnr_area { padding: 0; }
  .bnr_area ul li { margin-bottom: 5rem; }
  .bnr_area ul li.sp_n a { display: block; margin: 0 auto 8rem; }
  .bnr_area ul li .sns_area li { width: 6%; margin-right: 6rem; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; background: url("../img/index_feature_bg01.svg") no-repeat center/cover, #FAFFF1; }
.feature .tit_02 { color: #454545; text-align: center; font-weight: bold; }
.feature ul { counter-reset: point; }
.feature ul li { counter-increment: point 1; margin: 0 0 3rem; }
.feature ul li section { position: relative; }
.feature ul li section::before { content: counter(point,decimal-leading-zero); display: inline-block; color: #399D26; font-size: 1.6rem; font-weight: bold; }
.feature ul li section::after { content: ""; display: block; width: 4rem; height: .1rem; background: #B8B8B8; position: absolute; top: 1.1rem; left: 2.4rem; }
.feature ul li section .tit_03 { font-weight: bold; color: #454545; font-size: 1.8rem; }
.feature ul li section .tit_03::before { content: ""; display: inline-block; background: url("../img/index_feature_tit_03_parts.svg") no-repeat center/contain; width: 1.6rem; height: 1.6rem; margin-right: .4rem; }
.feature ul li section img { max-width: 80%; display: block; margin: 0 auto; }
.feature ul li section p { text-align: justify; }

@media screen and (min-width: 48em), print { .feature { padding: 13.4rem 0 16.3rem; background: url("../img/index_feature_bg01.svg") no-repeat center/auto auto, #FAFFF1; }
  .feature .tit_02 { margin: 0 0 4.7rem; }
  .feature ul { padding: 0 1.6rem; }
  .feature ul li { position: relative; margin: 0 0 8.5rem; }
  .feature ul li section { min-height: 30rem; width: 58rem; margin: 0 0 0 auto; position: static; }
  .feature ul li section::before { position: absolute; font-size: 3.1rem; line-height: 1; }
  .feature ul li section::after { left: calc(50% + 5rem); width: 11rem; }
  .feature ul li section .tit_03 { padding: 5rem 0 0; font-size: 3rem; }
  .feature ul li section .tit_03::before { width: 3rem; height: 3rem; margin-right: .8rem; }
  .feature ul li section img { position: absolute; top: 0; left: 0; }
  .feature ul li section p { font-size: 2.3rem; line-height: 1.6; }
  .feature ul li:nth-last-child(even) section { margin: 0 auto 0 0; }
  .feature ul li:nth-last-child(even) section::after { left: 5rem; }
  .feature ul li:nth-last-child(even) section img { left: auto; right: 0; } }
/* ごあいさつ -------------------------------------- */
.greeting { padding: 2rem 0 2rem; }
.greeting .wrap .tit_02 { color: #399D26; text-align: left; padding: 0 0 .4rem; border-bottom: 2px solid #399D26; }
.greeting .wrap div img { display: block; max-width: 60%; margin: 0 auto; }
.greeting .wrap div .dr_name { font-weight: bold; text-align: center; }
.greeting .wrap div .dr_name span { font-size: 1.4rem; display: block; }
.greeting .wrap > p { text-align: justify; position: relative; z-index: 1; }
.greeting .wrap > p::before { content: ""; display: block; background: url("../img/index_greeting_parts01.svg") no-repeat center/contain; height: 20rem; width: 18rem; position: absolute; left: 0; top: 0; z-index: -1; }

@media screen and (min-width: 48em), print { .greeting { padding: 6rem 0 13rem; }
  .greeting .wrap { position: relative; padding: 0 1.6rem; }
  .greeting .wrap .tit_02 { width: 84rem; font-size: 2.5rem; letter-spacing: .1rem; padding: 0 0 1rem; margin: 0 0 1.2rem; }
  .greeting .wrap div { position: absolute; right: 1.6rem; top: 0; }
  .greeting .wrap div img { margin: 0; max-width: 100%; }
  .greeting .wrap div .dr_name { font-size: 1.6rem; }
  .greeting .wrap div .dr_name span { font-size: 2rem; }
  .greeting .wrap > p { margin: 0; width: 84rem; font-size: 2rem; line-height: 2; }
  .greeting .wrap > p::before { background: url("../img/index_greeting_parts01.svg") no-repeat center/auto auto; height: 30rem; width: 26rem; top: -9.5rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem; }
body:not(.index) .main p { text-align: justify; }

@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0; }
  body:not(.index) .main p { font-size: 1.6rem; } }
@media screen and (min-width: 48em), print { .img_area { display: block; max-width: 60%; margin: 2rem auto 4rem; }
  .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
@media screen and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .flex2 section { width: 48%; } }
/* クリニック紹介 */
#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.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 figure { margin: 0; }
.clinic_gallery li figure img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .clinic_gallery { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic_gallery li { width: 48%; margin: 0 0 3rem; }
  .clinic_gallery li figure img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 診療のご案内 */
.menu_btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.menu_btn li { width: 48%; margin: 0 0 .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.menu_btn li a { width: 100%; height: 100%; min-height: 5rem; padding: 0 1.4rem 0 0; color: #fff; text-align: center; border-radius: 3px; background: #E19F35; text-decoration: none !important; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.menu_btn li a::after { content: "\06a"; font-family: "fontello"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.menu_btn.anc_ul01 li a::after { content: "\68"; }

@media screen and (min-width: 48em), print { .treatment .tbl_time caption { font-size: 2rem; }
  .treatment .tbl_time tbody tr th { font-size: 2rem; }
  .menu_btn li { width: 32.5%; margin: 0 0 1.6rem; }
  .menu_btn li a { font-weight: bold; min-height: 7rem; font-size: 1.8rem; }
  .menu_btn li a::after { right: 1rem; font-weight: normal; } }
.flow dt { font-size: 110%; font-weight: bold; padding: .4rem 1rem; margin: 0 0 1rem; background: #e4ffe4; }
@media screen and (min-width: 48em), print { .flow dt { padding: .4rem 1.8rem; } }
.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: -6.0rem; left: 0; right: 0; border-top: 2.0rem solid #c0dca4; border-right: 1.0rem solid transparent; border-bottom: 1.8rem solid transparent; border-left: 1.0rem solid transparent; margin: auto; }
@media screen and (min-width: 48em), print { .flow dd:not(:last-child)::after { border-top: 3.0rem solid #c0dca4; bottom: -8.0rem; } }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .tbl_time caption { font-size: 2rem; }
  .access .tbl_time tbody tr th { font-size: 2rem; }
  .access .gmap { height: 50.0rem; } }
.dermatology .img_flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.dermatology .img_flex > * { width: 48%; height: auto; }
.dermatology .img_r.size_s { width: 40%; }
.dermatology .logo_img { width: 50%; display: block; margin: 2rem auto .4rem; }

@media screen and (min-width: 48em), print { .dermatology .img_flex { margin: 2rem auto 3rem; }
  .dermatology .img_r.size_s { width: 20%; }
  .dermatology .logo_img { width: 24%; } }

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