@charset "UTF-8";
/* =======================================================================
 共通項目

======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*白*/
/*基本文字色*/
/*基本背景色PC*/
/*メインカラー*/
/*メニューhover、table*/
/*オンライン予約*/
/*キービジュアルテキスト*/
/*タイムテーブルアラートテキスト*/
/*タイトル、診療のご案内タイトル背景*/
/*お知らせタイトル*/
/*電話番号*/
/*お知らせ背景*/
/*タイトル*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", Helvetica, sans-serif; color: #212121; }
@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: none; } }

/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { background-color: #fff; background-image: url(../images/bg.png); font-size: 1.4rem; line-height: 1.3; width: 100%; margin: 0 auto; }
@media screen and (min-width: 768px), print { body { font-size: 1.6rem; padding: 0; margin: 0; } }

.section { margin-bottom: 3rem; }
.section:last-child { margin-bottom: 6rem; }
.section_inner { margin: 0 2%; }
@media screen and (min-width: 768px), print { .section { margin-bottom: 8rem; }
  .section:last-child { margin-bottom: 12rem; }
  .section_inner { width: 1200px; margin: 0 auto; } }

/* 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; }

.font_b { font-weight: bold !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 768px), 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: 768px), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.content { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }

.wrapper { width: 100%; height: auto; margin: 0 auto; }
.wrapper .main { width: 100%; margin: 0 auto; }
@media screen and (min-width: 768px), print { .wrapper .main { width: 100%; padding: 0; margin: 0; } }

/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
.header { height: 70vw; }
.header_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 96%; margin: 0 auto; }
.header_logo { width: 80%; padding: 1rem 0; }
.header_logo a { display: block; margin-bottom: 1rem; }
.header_logo_img { width: 100%; height: auto; vertical-align: middle; }
.header_logo .address { display: none; }
.header_detail .tel a { color: #3c3c3c; font-size: 2.2rem; font-weight: bold; text-decoration: none; }
.header_detail .access { margin-bottom: 0; }
.header_detail.detail1 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.header_detail.detail2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 1.5rem; }
@media screen and (max-width: 736px) { .header_detail { width: 100%; }
  .header_detail .tel { color: #3c3c3c; margin-bottom: .6rem; }
  .header_detail .tel a { display: inline-block; background-color: #fff; border: 2px solid #0c629e; color: #0c629e; font-size: 1.4rem; font-weight: bold; text-align: center; text-decoration: none; width: 100%; padding: .3rem; }
  .header_detail .tel a .tel_number { font-size: 2rem; font-weight: bold; }
  .header_detail .tel .tel_number { font-size: 2rem; font-weight: bold; } }
@media screen and (min-width: 768px), print { .header { width: 95rem; height: 12.7rem; }
  .header_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: 100%; }
  .header_logo { width: auto; padding: 0 3rem; }
  .header_logo a { margin-bottom: 0; }
  .header_logo_img { width: 35.2rem; }
  .header_logo .address { display: block; margin-bottom: 0; }
  .header_detail p { line-height: 1.2; margin-bottom: .3rem; }
  .header_detail .tel { color: #3c3c3c; font-size: 1.8rem; font-weight: bold; }
  .header_detail .tel span { font-size: 1.8rem; font-weight: bold; }
  .header_detail .tel .tel_number { font-size: 2.6rem; font-weight: bold; letter-spacing: .07em; }
  .header_detail .access { font-size: 1.4rem; font-weight: normal; }
  .header_detail:last-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
  .header_detail.detail1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .header_detail.detail2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 0; } }

.btn_reserve { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; background-color: #24a8bc; color: #fff; font-size: 1.8rem; line-height: 1.2; text-decoration: none; width: calc(100% - 4px); border: solid 2px #fff; outline: solid 2px #0f7180; padding: 1.2rem 2rem; margin-left: 2px; }
.btn_reserve .icon-calendar { font-size: 1.8rem; }
.btn_reserve .text .sp_n { display: none; }
.btn_reserve .small { display: inline; font-size: 1.4rem; }
@media screen and (min-width: 768px), print { .btn_reserve { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #24a8bc; color: #fff; font-size: 1.8rem; padding: 1.2rem .4rem; line-height: 1.2; text-decoration: none; width: 19rem; height: 9rem; border: solid 2px #fff; outline: solid 2px #0f7180; margin-right: 2px; -webkit-transition: opacity .2s; transition: opacity .2s; }
  .btn_reserve:hover { opacity: .7; }
  .btn_reserve .icon-calendar { font-size: 3.5rem; padding-right: 1rem; padding-bottom: .5rem; }
  .btn_reserve .text .sp_n { display: block; }
  .btn_reserve .small { display: inline; font-size: 1.4rem; } }

/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
@media screen and (min-width: 768px), print { .main_visual_inner { display: -webkit-box; display: -ms-flexbox; display: flex; width: 1200px; margin: 0 auto; } }

@media screen and (min-width: 768px), print { .main_wrap { position: relative; }
  .main_wrap .main_nav_pc { position: absolute; left: 0; right: 0; margin: auto; z-index: 100; } }

.main_nav_pc { display: none; }
@media screen and (min-width: 768px), print { .main_nav_pc { display: block; background-color: #0c629e; color: #fff; width: 25rem; }
  .main_nav_pc .main_nav { padding: 0 3rem; margin: 3rem auto 2.5rem; }
  .main_nav_pc .main_nav li { margin-bottom: .5rem; }
  .main_nav_pc .main_nav li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; color: #0c629e; font-size: 1.8rem; text-decoration: none; padding: .8rem 0 .9rem; -webkit-transition: background-color .2s; transition: background-color .2s; }
  .main_nav_pc .main_nav li a:hover { background-color: #a1e5ff; }
  .main_nav_pc .main_nav02 { border: 1px solid #fff; padding: 1rem 0; margin: 2.5rem 3rem .5rem; }
  .main_nav_pc .main_nav02 li > a { display: block; color: #fff; text-decoration: none; padding: .6rem 2rem .8rem; text-align: left; }
  .main_nav_pc .main_nav02 li > a img { display: none; }
  .main_nav_pc .main_nav02 li > a:hover span { position: relative; }
  .main_nav_pc .main_nav02 li > a:hover span::after { position: absolute; font-family: 'fontello'; font-size: 2rem; content: "\e802"; color: #a1e5ff; top: 50%; right: -15px; margin-top: -12px; }
  .main_nav_pc .letter { width: 19rem; display: block; margin: 0 auto; }
  .main_nav_pc .letter img { width: 100%; margin: 2rem auto 2rem; }
  .main_nav_pc .letter:hover { opacity: .8; } }

/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { display: block; background-color: #28588e; background-size: cover; background-position: center top; width: 100%; height: 20rem; margin: 3rem 0 1rem; }
@media screen and (min-width: 768px), print { .key_visual { width: 95rem; height: 57.7rem; margin: 0 auto; } }

.key_on_sp .key_on { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.key_on_sp .key_on_info2, .key_on_sp .key_on_info3 { display: block; }
.key_on_sp .key_on_info2 { background-color: rgba(255, 255, 255, 0.6); width: 96%; letter-spacing: -.06rem; padding-bottom: 1rem; margin: 0 auto 1rem; }
.key_on_sp .key_on_info2 .key_on_text { -ms-flex-item-align: auto; align-self: auto; font-size: 1.8rem; font-weight: bold; }
.key_on_sp .key_on_info2 .key_on_text.info1 { color: #1894e6; line-height: 1.1; }
.key_on_sp .key_on_info2 .key_on_text.info2 { color: #40c0c5; line-height: 1; margin-top: .5rem; }
.key_on_sp .key_on_info2 .key_on_text .small { font-size: 1.4rem; }
.key_on_sp .key_on_info3 { width: 96%; margin: 0 auto; }
@media screen and (min-width: 768px), print { .key_on_sp { display: none; } }

.key_on { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; }
.key_on_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: auto; text-align: center; margin: 1rem 0; }
.key_on_text { -ms-flex-item-align: center; align-self: center; font-size: 2rem; color: #3c3c3c; text-shadow: 3px 0px #fff, 2.83px 0.98px #fff, 2.35px 1.85px #fff, 1.62px 2.52px #fff, 0.7px 2.91px #fff, -0.28px 2.98px #fff, -1.24px 2.72px #fff, -2.07px 2.16px #fff, -2.66px 1.37px #fff, -2.96px 0.42px #fff, -2.94px -0.57px #fff, -2.59px -1.5px #fff, -1.96px -2.27px #fff, -1.11px -2.78px #fff, -0.13px -2.99px #fff, 0.85px -2.87px #fff, 1.74px -2.43px #fff, 2.44px -1.73px #fff, 2.88px -0.83px #fff; padding: 0; margin-bottom: 0; }
.key_on_info2, .key_on_info3 { display: none; }
@media screen and (min-width: 768px), print { .key_on { position: relative; }
  .key_on_info { padding-top: 17rem; margin: 0; }
  .key_on_text { -ms-flex-item-align: auto; align-self: auto; font-size: 2.4rem; }
  .key_on_info2 { position: absolute; left: 3rem; bottom: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; padding: .6rem 1.2rem 1.5rem; }
  .key_on_info2 .key_on_text { -ms-flex-item-align: auto; align-self: auto; font-size: 2.4rem; font-weight: bold; }
  .key_on_info2 .key_on_text.info1 { color: #1894e6; line-height: 1; }
  .key_on_info2 .key_on_text.info2 { color: #40c0c5; line-height: 1; margin-top: 1rem; }
  .key_on_info2 .key_on_text .small { font-size: 1.8rem; }
  .key_on_info3 { display: block; position: absolute; right: 3rem; bottom: 3rem; width: 45rem; } }

/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.timetable { width: 100%; text-align: center; padding: 0px; margin-bottom: .3rem; }
.timetable tr { vertical-align: middle; padding: 0px; margin: 0px; }
.timetable tr th { background-color: #0c629e; border-top: 1px solid #0c629e; border-right: 1px solid #fff; color: #fff; font-size: 90%; font-weight: normal; text-align: center; padding: .8rem 0; }
.timetable tr th:first-of-type { border-left: 1px solid #0c629e; }
.timetable tr th:last-of-type { border-right: 1px solid #0c629e; }
.timetable tr th.time { width: 28%; }
.timetable tr th.holiday { width: 14%; letter-spacing: -.2em; }
.timetable tr td { background-color: #fff; border: 1px solid #0c629e; text-align: center; vertical-align: middle; padding: 0.8rem .3rem; }
@media screen and (min-width: 768px), print { .timetable tr th { font-size: 1.8rem; }
  .timetable tr th.time { width: 12rem; }
  .timetable tr th.holiday { width: 15%; }
  .timetable tr td { font-size: 1.8rem; padding: 1.3rem 1rem; } }

.time_notice { color: #ea1d4e; font-size: 1.2rem; margin-bottom: 0; }
@media screen and (min-width: 768px), print { .time_notice { font-size: 1.4rem; } }

@media screen and (min-width: 768px), print { .timetable-wide tr th.time { width: 20%; } }

/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greet_inner { padding-bottom: 1rem; margin: 0 2%; }
@media screen and (min-width: 768px), print { .greet_inner { width: 1200px; padding: .1rem 0 8rem; margin: 0 auto; } }

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.info { background-color: #dcf5ff; padding: .1rem 0 3rem; }
.info_inner { margin: 0 2%; }
.info_title { background-color: #a1e5ff; color: #333; font-size: 2.4rem; font-weight: normal; text-align: center; height: 100%; padding: 2rem 0 1rem; }
.info_title span { font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", Helvetica, sans-serif; font-size: 1.4rem; }
@media screen and (min-width: 768px), print { .info { padding: 0; }
  .info_inner { display: -webkit-box; display: -ms-flexbox; display: flex; width: 1200px; margin: 0 auto; }
  .info_title { font-size: 3rem; padding: 0; }
  .info_title span { font-size: 1.6rem; margin-top: 1rem; } }

@media screen and (min-width: 768px), print { .notice_title { -ms-flex-preferred-size: 28rem; flex-basis: 28rem; }
  .notice_title.title_lv2 { text-align: left; } }

.notice_frame { background-color: #fff; padding: 1rem; }
@media screen and (min-width: 768px), print { .notice_frame { -ms-flex-preferred-size: 92rem; flex-basis: 92rem; padding: 0; margin: 8rem 0; } }

.news_list { height: 60vw; padding: 0 4% 0 2%; overflow-y: scroll; }
.news_title { color: #358c0f; font-size: 1.6rem; font-weight: bold; margin-bottom: .5rem; }
@media screen and (min-width: 768px), print { .news_list { border-left: 1px solid #fff; height: 34rem; padding: 2rem 5rem 0 5rem; }
  .news_title { font-size: 2rem; margin-bottom: .3rem; }
  .news_body { margin-bottom: 5rem; } }

/*スマホ用スクロールバー*/
@media screen and (max-width: 767px) { .news_list::-webkit-scrollbar { background: #fff; width: 10px; }
  .news_list::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .news_list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatment_inner { padding: 0 0 1rem; margin: 0 2%; }
@media screen and (min-width: 768px), print { .treatment_inner { width: 1200px; padding: 0 0 5rem; margin: 0 auto; } }

.treatmentList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.treatmentList li { width: 100%; text-align: center; margin-bottom: 2rem; }
.treatmentList li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #fff; text-decoration: none; }
.treatmentList li a span { background-color: #005094; font-size: 1.6rem; letter-spacing: .2em; width: 100%; padding: .6rem; margin-bottom: .6rem; }
.treatmentList li a img { width: 100%; height: auto; }
.treatmentList .main_nav02-sub { display: none; }
@media screen and (min-width: 768px), print { .treatmentList { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .treatmentList li { -ms-flex-preferred-size: 37rem; flex-basis: 37rem; margin-right: 4.5rem; margin-bottom: 3rem; }
  .treatmentList li:nth-child(3), .treatmentList li:last-child { margin-right: 0; }
  .treatmentList li a { -webkit-transition: opacity .2s; transition: opacity .2s; }
  .treatmentList li a span { font-size: 2.2rem; width: 37rem; padding: .6rem; margin-bottom: .6rem; }
  .treatmentList li a:hover { opacity: .7; } }

/* -----------------------------------------------------------
　糖尿病をはじめとした～
----------------------------------------------------------- */
.feature { background: #3da1e0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#3da1e0), to(#7eccec)); background: linear-gradient(to bottom, #3da1e0 0%, #7eccec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ padding: .1rem 0 0; }
.feature_inner { padding: 0 0 2rem; margin: 0 2%; }
.feature_inner .title_lv2 { color: #fff; font-size: 2rem; }
@media screen and (min-width: 768px), print { .feature_inner { width: 1200px; padding: 0 0 5.5rem; margin: 0 auto; }
  .feature_inner .title_lv2 { font-size: 3.6rem; } }

.featureList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.featureList_item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; background-repeat: no-repeat; background-position: 2rem center; background-size: 16%; height: 8rem; margin-bottom: 1rem; }
.featureList_item.feature01 { background-image: url(../images/index_feature01.svg); }
.featureList_item.feature02 { background-image: url(../images/index_feature02.svg); }
.featureList_item.feature03 { background-image: url(../images/index_feature03.svg); }
.featureList_item.feature04 { background-image: url(../images/index_feature04.svg); }
.featureList_tit { font-size: 1.4rem; padding: 1rem 1rem 1rem 9rem; margin-bottom: 0; }
@media screen and (min-width: 768px), print { .featureList_item { -ms-flex-preferred-size: calc(50% - 2.5rem); flex-basis: calc(50% - 2.5rem); background-position: 3rem center; background-size: auto; height: 16rem; margin-right: 5rem; margin-bottom: 2.5rem; }
  .featureList_item:nth-child(2n) { margin-right: 0; }
  .featureList_tit { font-size: 1.8rem; padding: 1rem 5rem 1rem 18rem; } }

.featureDetailList { font-size: 1.4rem; list-style-type: none; padding-left: 2rem; margin-bottom: 2rem; }
.featureDetailList li { position: relative; margin-bottom: .3rem; }
.featureDetailList li::before { position: absolute; display: block; content: ''; top: .5em; left: -1em; width: 6px; height: 6px; background-color: #1894e6; }
@media screen and (min-width: 768px), print { .featureDetailList { font-size: 2rem; padding-left: 3rem; } }

/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { position: relative; background-color: #fff; margin: 0; }
.overview_inner { position: relative; background-color: #fff; padding: 3rem 0; margin: 0 2%; z-index: 1; }
.overview_title { text-align: center; padding: 3rem 0 2rem; }
.overview_title_img { width: 86%; height: auto; }
.overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 0; }
.overview_frame_left { width: 100%; margin: 0 auto 2rem; }
.overview_frame_left .zip { display: block; }
.overview_frame_left .address { margin-bottom: 1rem; }
.overview_frame_left .tel { margin-bottom: 1rem; }
.overview_frame_left .tel a { color: #3c3c3c; font-size: 1.4rem; font-weight: bold; margin-bottom: 2rem; }
.overview_frame_left .tel a span { font-size: 1.4rem; font-weight: bold; }
.overview_frame_left .tel a .tel_number { font-size: 2rem; font-weight: bold; letter-spacing: .07em; }
.overview_frame_right { width: 100%; margin: 0 auto; }
.overview_logo { text-align: center; margin-bottom: 2rem; }
.overview_logo_img { width: 80%; height: auto; }
@media screen and (min-width: 768px), print { .overview { background-color: #0c629e; padding-top: 8rem; margin: 0 auto; }
  .overview_inner { border-radius: 1rem; width: 1200px; padding: 5rem; margin: 0 auto; }
  .overview_title { padding: 0; }
  .overview_title_img { width: 54rem; }
  .overview_frame { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 auto; }
  .overview_frame_left { width: 45rem; margin: 0; }
  .overview_frame_left .zip { display: inline; margin-right: 1rem; }
  .overview_frame_left .address { margin-bottom: 0; }
  .overview_frame_left .tel { color: #3c3c3c; font-size: 1.8rem; font-weight: bold; margin-bottom: 2rem; }
  .overview_frame_left .tel span { font-size: 1.8rem; font-weight: bold; }
  .overview_frame_left .tel .tel_number { font-size: 2.6rem; }
  .overview_frame_left .access { line-height: 1.3; }
  .overview_frame_right { width: 60rem; margin: 0; padding: 0; }
  .overview_logo { text-align: left; margin-bottom: 2rem; }
  .overview_logo_img { width: 35.2rem; height: auto; } }

.officeOutline { 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; margin-bottom: 2rem; }
.officeOutline_title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-preferred-size: 25%; flex-basis: 25%; color: #40c0c5; font-weight: bold; padding: .3rem 0; }
.officeOutline_desc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-preferred-size: 75%; flex-basis: 75%; line-height: 1.5; padding: .3rem 0; }
.officeOutline_desc span { display: contents; color: #005094; font-weight: bold; }
@media screen and (min-width: 768px), print { .officeOutline_title { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
  .officeOutline_desc { -ms-flex-preferred-size: 80%; flex-basis: 80%; } }

.accessmap { width: 100%; height: 30rem; }
@media screen and (min-width: 768px), print { .accessmap { height: 46.5rem; } }

/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
.copyright { background-color: #0c629e; color: #fff; font-size: 1rem; text-align: center; height: auto; padding: 1rem 0 5rem; margin: 0; }
@media screen and (min-width: 768px), print { .copyright { font-size: 1.2rem; padding: 2rem 0; } }

.sticky-contact { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; width: 100%; z-index: 998; margin: 0; padding: 0; background: #3c3c3c; list-style: none; }
.sticky-contact li { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
.sticky-contact li.telnum a { background-color: #1894e6; font-size: 1.3rem; }
.sticky-contact li.reserve a { background-color: #24a8bc; }
.sticky-contact a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 3.6rem; color: #fff; font-size: 1.2rem; font-weight: 700; text-decoration: none; }
.sticky-contact a[href=""] { pointer-events: none; }
@media screen and (min-width: 768px), print { .sticky-contact { display: none; } }

/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }
#linkpagetop img { width: 15vw; height: auto; }
@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 100%; vertical-align: bottom; } }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

#pagetop { position: fixed; bottom: 15vw; right: 0px; height: 15vw; text-align: right; margin: 0 2% 0 0; z-index: 1000; }
#pagetop a { display: block; }
@media screen and (min-width: 768px), print { #pagetop { bottom: 120px; left: 50%; height: 6rem; text-align: center; margin: 0 0 0 620px; } }

@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 3rem; left: 90%; margin: 0 0 0 0; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 18vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #0c629e; }
.drawr ul.hbg li { text-align: center; margin-bottom: 0; }
.drawr ul.hbg li.forMainNav > a { pointer-events: none; }
.drawr ul.hbg li.forMainNav > a span { position: relative; padding: 0 1.4rem; }
.drawr ul.hbg li.forMainNav > a span::after { position: absolute; content: ""; top: 9px; right: 0; width: 0; height: 0; border-style: solid; border-width: 5px 4px 0 4px; border-color: #fff transparent transparent transparent; }
.drawr ul.hbg li.forFooterNav { display: none; }
.drawr ul.hbg li a { border-bottom: #fff 1px solid; color: #fff; display: block; font-size: 1.6rem; text-decoration: none; padding: 1rem 0; }
.drawr ul.hbg li a p { color: #fff; font-size: 1.6rem; font-weight: normal; margin-bottom: 0; }
.drawr ul.hbg li a img, .drawr ul.hbg li a i, .drawr ul.hbg li a br { display: none; }
.drawr ul.hbg .sub { background-color: #1894e6; }
.drawr ul.hbg .sub li a span { position: relative; color: #212121; font-size: 1.2rem; padding: 0 1rem; }
.drawr ul.hbg .sub li a span::before { position: absolute; content: "-"; top: 0; left: 0; }
.drawr .letter { display: block; margin: 2rem auto; text-align: center; }
.drawr .letter img { margin: 0 auto; max-width: 80%; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }

.toggle { display: none; }
.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }
.toggle-label:active { -webkit-tap-highlight-color: transparent; }
.toggle-label .toggle-icon, .toggle-label .toggle-icon::before, .toggle-label .toggle-icon::after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #fff; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }
.toggle-label .toggle-icon::before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }
.toggle-label .toggle-icon::after { -webkit-transform: translate3d(-50%, 5px, 0); transform: translate3d(-50%, 5px, 0); }
.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #fff; text-align: center; }
.toggle-label .toggle-text::before { position: absolute; width: 100%; left: 0; content: 'MENU'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }
.toggle-label .toggle-text::after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }
.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }
.toggle:checked ~ .toggle-label .toggle-icon::before, .toggle:checked ~ .toggle-label .toggle-icon::after { top: 0; }
.toggle:checked ~ .toggle-label .toggle-icon::before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }
.toggle:checked ~ .toggle-label .toggle-icon::after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }
.toggle:checked ~ .toggle-label .toggle-text::before { visibility: hidden; opacity: 0; }
.toggle:checked ~ .toggle-label .toggle-text::after { visibility: visible; opacity: 1; }

.container { position: absolute; top: .5rem; right: 2%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #0c629e; width: 56px; padding: 0 0 0.6rem 0; cursor: pointer; }

/*見出し*/
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 { margin: 0; }

.title_lv1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #3c3c3c; font-size: 2.4rem; font-weight: bold; line-height: 160%; text-align: center; width: 100%; height: 100%; padding: 0 1rem; }
@media screen and (min-width: 768px), print { .title_lv1 { font-size: 4rem; padding: 0 5rem; } }

.title_lv2 { color: #005094; font-size: 2.2rem; font-weight: bold; letter-spacing: .05em; text-align: center; margin: 3rem 0 2rem; }
@media screen and (min-width: 768px), print { .title_lv2 { font-size: 3.6rem; margin: 8rem 0 5rem; } }

.title_lv3 { background-color: #005094; color: #fff; font-size: 2rem; font-weight: normal; padding: 0.7rem 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 768px), print { .title_lv3 { font-size: 2.8rem; padding: 0.7rem 2rem; margin: 8rem 0 3rem; } }

.title_lv4 { border-bottom: 4px solid #66beb8; color: #66beb8; font-size: 1.6rem; font-weight: normal; padding: 1rem 0; margin-bottom: 2rem; }
@media screen and (min-width: 768px), print { .title_lv4 { font-size: 2.4rem; padding: 1rem 0; margin-bottom: 3rem; } }

p { font-size: 1.4rem; margin-bottom: 2rem; line-height: 1.6; }
@media screen and (min-width: 768px), print { p { font-size: 1.6rem; } }

/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
/* h4 section */
.contentBox { background-color: #fff; border: 4px solid #66beb8; border-radius: 2rem; padding: 1rem 2rem 0; }
@media screen and (min-width: 768px), print { .contentBox { padding: 4rem 7rem; } }
.contentBox.plainList { padding: 1rem 2rem 0 3rem; }
@media screen and (min-width: 768px), print { .contentBox.plainList { padding: 4rem 7rem; } }

/* テキストと画像 */
.mediaBox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.mediaBox_text_l { font-size: 1.6rem; }
.mediaBox_img { text-align: center; }
.mediaBox_img .img { width: 100%; -o-object-fit: contain; object-fit: contain; vertical-align: bottom; margin-bottom: 2rem; }
.mediaBox_img.doctor .img { max-height: 25rem; }
@media screen and (min-width: 768px), print { .mediaBox { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .mediaBox_text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
  .mediaBox_text p { margin-bottom: 0; }
  .mediaBox_text_l { font-size: 2.2rem; }
  .mediaBox_img { margin-right: 5rem; }
  .mediaBox_img .img { width: 45rem; margin-bottom: 0; }
  .mediaBox_img.doctor { margin-right: 8rem; }
  .mediaBox_img.doctor .img { width: 33rem; max-height: none; } }

.fl_r_img { width: 100%; -o-object-fit: contain; object-fit: contain; max-height: 25rem; margin-bottom: 2rem; }
@media screen and (min-width: 768px), print { .fl_r_img { float: right; width: auto; margin-left: 3rem; } }

.fl_l_img { width: 100%; margin-bottom: 2rem; }
@media screen and (min-width: 768px), print { .fl_l_img { float: left; width: auto; margin-right: 3rem; } }

/* テキストリンク */
.text_link { color: #40c0c5; text-decoration: none; }
@media screen and (min-width: 768px), print { .text_link { -webkit-transition: opacity .2s; transition: opacity .2s; }
  .text_link:hover { opacity: .7; } }

/* ulリスト */
.plainList { list-style-type: none; margin: 0 1rem 2rem; /* 中黒 */ /* 数字 */ /* 丸 */ }
.plainList li { font-size: 1.4rem; line-height: 160%; margin-bottom: 1rem; }
.plainList li.disc_none { list-style: none; }
.plainList.disc { list-style-type: disc; margin: 0 1rem; }
.plainList.decimal { list-style-type: decimal; margin-left: 3rem; }
.plainList.circle { list-style-type: circle; margin-left: 3rem; }
@media screen and (min-width: 768px), print { .plainList { margin-left: 2rem; }
  .plainList li { font-size: 1.6rem; } }

/* 色丸リスト */
.discList { list-style-type: none; line-height: 1.6; margin-bottom: 2rem; }
.discList li { position: relative; font-size: 1.4rem; padding-left: 3rem; margin-bottom: 1rem; }
.discList li::before { position: absolute; content: "●"; top: .3rem; left: .8rem; color: #40c0c5; font-size: 1rem; }
.discList li:last-child { margin-bottom: 0; }
@media screen and (min-width: 768px), print { .discList { /* 3分割(PC) */ }
  .discList li { font-size: 1.6rem; }
  .discList-col3 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .discList-col3 li { -webkit-box-sizing: border-box; box-sizing: border-box; width: calc(100% / 3); padding-right: 1rem; }
  .discList-col3 li:nth-last-child(-n+3) { margin-bottom: 0; } }

/* ※印リスト */
.astList { list-style-type: none; margin-bottom: 2rem; }
.astList li { position: relative; font-size: 1.4rem; line-height: 160%; padding-left: 2.4rem; margin-bottom: 1rem; }
.astList li::before { position: absolute; content: "※"; top: 0; left: 0; }
.astList li:last-child { margin-bottom: 0; }
@media screen and (min-width: 768px), print { .astList li { font-size: 1.6rem; } }

/* 画像リスト */
.mediaList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.mediaList_item { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 2rem; }
.mediaList_item p { margin-bottom: 0; }
.mediaList_img { width: 100%; vertical-align: bottom; margin-bottom: 1rem; -o-object-fit: contain; object-fit: contain; max-height: 347px; }
@media screen and (min-width: 768px), print { .mediaList { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .mediaList_item { -ms-flex-preferred-size: calc(50% - 20px); flex-basis: calc(50% - 20px); } }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .mediaList_img { width: auto; }
  .mediaList_item { text-align: center; }
  /* IE11 */ }
/* 電話番号 */
.tel { margin-bottom: 0; }
.tel a { color: #3c3c3c; text-decoration: none; margin-bottom: 0; }
.tel a span { font-size: 1.2rem; font-weight: normal; }
.tel a .tel_number { font-size: 1.8rem; font-weight: bold; }
@media screen and (min-width: 768px), print { .tel { color: #3c3c3c; font-size: 2rem; font-weight: bold; }
  .tel span { font-size: 1.6rem; font-weight: normal; }
  .tel .tel_number { font-size: 2rem; font-weight: bold; } }

/* レスポンシブtable */
.table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
.table thead { display: none; }
.table tbody th { display: block; background: #0c629e; border-bottom: 2px solid #ccc; color: #fff; font-weight: normal; text-align: left; vertical-align: top; padding: 1rem 1.5rem; }
.table tbody td { display: block; background: #fff; border-left: 2px solid #ccc; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; vertical-align: top; padding: .8rem 1.5rem; }
.table tbody td::before { content: attr(label); color: #0c629e; font-size: 1.3rem; font-weight: bold; }
.table tbody td p { margin: .6rem 0 0; }
@media screen and (min-width: 768px), print { .table { width: 100%; }
  .table thead { display: contents; display: table-header-group; }
  .table thead th { background: #0c629e; color: #fff; border-right: 2px solid #fff; border-bottom: 2px solid #ccc; min-width: 16rem; padding: 1rem 1.5rem; }
  .table tbody th { display: table-cell; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; border-left: 2px solid #ccc; color: #fff; width: 30%; }
  .table tbody td { display: table-cell; border-top: 2px solid #ccc; padding: 1rem 1.5rem; }
  .table tbody td::before { display: none; }
  .table tbody td p { padding-left: 0; margin-top: 0; } }

/* dlリスト */
.dlList { 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; line-height: 1.6; margin-bottom: 3rem; /* カラーパターン */ /* スマホでカラムになるパターン */ }
.dlList dt { display: -webkit-box; display: -ms-flexbox; display: flex; width: 30%; font-weight: bold; padding: 1rem; }
.dlList dd { -webkit-box-sizing: border-box; box-sizing: border-box; width: 70%; padding: 1rem; margin: 0; }
@media screen and (min-width: 768px), print { .dlList dt { width: 25%; padding: 2rem; }
  .dlList dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 75%; padding: 2rem; } }
.dlList-plain dt { background-color: #0c629e; color: #fff; }
.dlList-plain dt:last-of-type { border-bottom-color: #0c629e; }
.dlList-plain dd { background-color: #fff; border-left: 1px solid #0c629e; border-right: 1px solid #0c629e; border-bottom: 1px solid #0c629e; }
.dlList-plain dd:first-of-type { border-top: 1px solid #0c629e; }
@media screen and (min-width: 768px), print { .dlList-plain dt { border-bottom: 1px solid #fff; }
  .dlList-plain dd { background-color: #fff; border-left: none; border-bottom: 1px solid #0c629e; }
  .dlList-plain dd:first-of-type { border-top: 1px solid #0c629e; } }
.dlList-basic { border-top: 1px solid #0c629e; }
.dlList-basic dt { background-color: #fff; border-bottom: 1px solid #0c629e; color: #005094; }
.dlList-basic dd { background-color: #fff; border-bottom: 1px solid #0c629e; }
.dlList-col dt { display: block; text-align: left; width: 100%; margin: 0; }
.dlList-col dd { width: 100%; }
.dlList-col dd:first-of-type { border-top-width: 0; }
@media screen and (min-width: 768px), print { .dlList-col dt { display: -webkit-box; display: -ms-flexbox; display: flex; width: 25%; }
  .dlList-col dd { width: 75%; }
  .dlList-col dd:first-of-type { border-top-width: 1px; } }

/* 矢印 */
.arrow { position: relative; padding: 0 0 0 32px; vertical-align: middle; text-decoration: none; }
.arrow::before, .arrow::after { position: absolute; top: 0; left: 0; margin: auto; content: ""; vertical-align: middle; }
.arrow::before { width: 25px; height: 25px; background: #40c0c5; border-radius: 50%; }
.arrow::after { top: 8px; left: 7px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* 院長便り装飾 */
.letter dt { color: #fff; background: #61bae6; padding: .2rem; }
@media screen and (min-width: 768px), print { .letter dt { padding: 1rem 1rem; } }
.letter dd { margin: 1rem 0 2rem; text-indent: 1em; }

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