@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*紫*/
/*薄い紫*/
/*オレンジ*/
/*薄い紫*/
/*水色*/
/*薄い紫*/
/*緑*/
/*赤*/
/*灰色*/
/*灰色*/
/*水色*/
/*灰色*/
/*ピンク*/
/*水色*/
/*灰色*/
/*灰色*/
/*水色*/
/*黒*/
/*黄色*/
/*灰色*/
/*青*/
/*茶色*/
/*茶色*/
/*茶色*/
/*水色*/
/*薄茶色*/
/*redorange*/
/*lightgreeeen*/
/*特殊フォント*/
@font-face { font-family: 'roboto_regular'; src: url(../font/Roboto-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_medium'; src: url(../font/Roboto-Medium.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto_bold'; src: url(../font/Roboto-Bold.ttf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'roboto_bolditalic'; src: url(../font/Roboto-BoldItalic.ttf); font-weight: bold; font-style: italic; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #575757; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #575757; background-color: #ffffff; padding: 0 !important; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100% !important; margin: 0 auto !important; }

section { height: auto; overflow: hidden; margin: 2rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

.text-center { text-align: center; }

.bg-redorange { background-color: #CE463B !important; }

.bg-lightgreeeen { background-color: #2AC262 !important; }

.fr_redorange { display: block; background: #fff; border: 2px solid #CE463B; border-radius: 1.4rem; padding: 1.5rem; color: #CE463B; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper { height: auto; width: 100% !important; margin: 4rem 0 0 0; padding: 0 !important; }

.main { height: auto; width: 100%; margin: 0; padding: 0; }

.main_low { height: auto; width: 96%; margin: 0 auto; padding: 0; }

@media screen and (min-width: 768px), print { .wrapper { height: auto; width: 100%; margin: 80px 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/a_bg1.jpg"), url("../images/a_bg2.jpg"); background-position: left top,right top; background-repeat: no-repeat,no-repeat; background-size: 267px,300px; }
  .main { height: auto; width: 1200px; margin: 0 auto; padding: 0; background-color: #ffffff; }
  .main_low { height: auto; width: 1000px; margin: 0 auto 60px auto; padding: 0; background-color: #ffffff; }
  .main_low p { font-size: 1.7rem; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .wrapper { height: auto; width: 100%; margin: 80px 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: none; }
  .main { height: auto; width: 1200px; margin: 0 auto; padding: 0; background-color: #ffffff; }
  .main_low { height: auto; width: 1200px; margin: 0 auto 60px auto; padding: 0; background-color: #ffffff; }
  .main_low p { font-size: 1.8rem; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame { background-color: #ffffff; width: 100%; padding: 0 0 1rem 0; margin: 0; height: auto; }
header .head_frame .head_logo { width: 75%; margin: 0 0 0 4%; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .head_frame .head_logo a { display: block; margin: 0; }
header .head_frame .head_logo a img { width: 100%; height: auto; margin: 4vw 0 0 0; }
header .head_frame .head_info { margin: 2vw 0 0 0; }
header .head_frame .head_info .head_address { text-align: center; font-size: 1.4rem; font-weight: bold; margin: 4vw 0 0 0; color: #575757; line-height: 130%; }
header .head_frame .head_info .head_tel { text-align: center; font-size: 3rem; font-family: 'roboto_medium'; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0.5rem 0; }
header .head_frame .head_info .head_tel i { font-size: 2.4rem; color: #4A5B88; }
header .head_frame .head_info .head_tel span { color: #575757; }
header .head_frame .head_info .head_tel a { color: #575757; text-decoration: none; }
header .head_frame .head_info .head_info_right { width: 96%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
header .head_frame .head_info .head_info_right .head_info_access { width: 65%; background-color: #E0E7F3; padding: 0.8rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; }
header .head_frame .head_info .head_info_right .head_info_access p { margin: 0; text-align: center; font-weight: bold; }
header .head_frame .head_info .head_info_right .head_info_access p.hia_1 { background-color: #4A5B88; color: #E0E7F3; font-size: 1.2rem; margin: 0 0 0.4rem 0; }
header .head_frame .head_info .head_info_right .head_info_access p.hia_2 { color: #4A5B88; line-height: 120%; }
header .head_frame .head_info .head_info_right a { width: 30%; background-color: #F79B44; border-radius: 0.5rem; color: #ffffff; 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; text-decoration: none; }
header .head_frame .head_info .head_info_right a i { font-size: 4rem; }
header .head_frame .head_info .head_info_right a span { font-size: 1.4rem; font-family: 'roboto_bold'; font-weight: bold; }

@media screen and (min-width: 768px), print { header { width: 100%; height: 118px; }
  header .head_frame { background-color: #ffffff; width: 1200px; padding: 0 0 0 0; margin: 0 auto; height: 118px; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  header .head_frame .head_logo { width: 600px; margin: 0 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .head_logo a { display: block; margin: 0; }
  header .head_frame .head_logo a img { width: 500px; height: auto; margin: 30px 0 0 0; }
  header .head_frame .head_info { margin: 0 0 0 0; width: 600px; position: relative; }
  header .head_frame .head_info .head_address { position: absolute; top: 28px; left: 0; text-align: center; font-size: 1.6rem; font-weight: bold; margin: 0 0 0 0; color: #575757; line-height: 130%; }
  header .head_frame .head_info .head_tel { position: absolute; top: 50px; left: 0; text-align: left; font-size: 3.2rem; font-family: 'roboto_medium'; 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; margin: 0 0 0 0; }
  header .head_frame .head_info .head_tel i { font-size: 3rem; color: #4A5B88; }
  header .head_frame .head_info .head_tel span { color: #575757; }
  header .head_frame .head_info .head_tel a { color: #575757; text-decoration: none; }
  header .head_frame .head_info .head_info_right { position: absolute; top: 26px; right: 0; width: 280px; height: 72px; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  header .head_frame .head_info .head_info_right .head_info_access { width: 180px; height: 72px; background-color: #E0E7F3; padding: 6px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 8px; }
  header .head_frame .head_info .head_info_right .head_info_access p { margin: 0; text-align: center; font-weight: bold; }
  header .head_frame .head_info .head_info_right .head_info_access p.hia_1 { background-color: #4A5B88; color: #E0E7F3; font-size: 1.2rem; margin: 0 0 6px 0; padding: 1px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .head_info .head_info_right .head_info_access p.hia_2 { color: #4A5B88; line-height: 120%; font-size: 1.4rem; }
  header .head_frame .head_info .head_info_right a { width: 80px; height: 72px; background-color: #F79B44; border-radius: 8px; color: #ffffff; 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; text-decoration: none; }
  header .head_frame .head_info .head_info_right a i { font-size: 4rem; }
  header .head_frame .head_info .head_info_right a span { font-size: 1.6rem; font-family: 'roboto_bold'; font-weight: bold; }
  header .head_frame .head_info .head_info_right a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 74px; margin: 0 auto; padding: 0 0 0 0; width: 1200px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; }
  .main_nav_pc nav { width: 1200px; height: 50px; margin: 0; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1200px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 50px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 54px; text-align: center; font-weight: normal; margin: 0; padding: 0; width: 171.4px; }
  .main_nav_pc nav ul li a { width: 100%; text-decoration: none; text-align: center; color: #575757; height: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; letter-spacing: 0.05em; font-size: 1.2rem; font-weight: normal; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 120%; border-left: #D5DCEC 1px solid; }
  .main_nav_pc nav ul li a span { color: #4A5B88; font-size: 1.9rem; font-family: 'roboto_bold'; display: block; margin: 0 0 8px 0; }
  .main_nav_pc nav ul li a:hover { background-color: #CCD5EB; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 520px; height: auto; display: none; margin: 10px 0 0 0; padding: 0 0 0 0; position: relative; z-index: 9999; }
  .main_nav_pc nav ul li ul li { width: 260px; height: auto; margin: 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.6rem; font-weight: bold; color: #575757; width: 260px; height: 50px; padding: 0 10px 0 22px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; border-bottom: #C3DEE6 1px solid; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; background-color: #ffffff; letter-spacing: 0; }
  .main_nav_pc nav ul li ul li a::after { font-family: "fontello"; content: "\006a"; color: #4A5B88; font-size: 1.2rem; margin: 0 0.5rem 0 0; }
  .main_nav_pc nav ul li ul li a:hover { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: #CCD5EB; }
  .main_nav_pc nav ul li ul li a span { font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; color: #575757; margin: 0; }
  .main_nav_pc nav ul li ul li a span i { display: none; }
  .main_nav_pc nav ul li ul li:last-child a { border-right: #C3DEE6 1px solid; }
  .main_nav_pc nav ul li.treatment { width: 171.4px; position: relative; }
  .main_nav_pc nav ul li.treatment::after { font-family: "fontello"; content: "\0074"; color: #4A5B88; position: absolute; bottom: -10px; left: 0; right: 0; font-size: 2rem; line-height: 100%; }
  .main_nav_pc nav ul li.treatment:hover { cursor: pointer; cursor: hand; }
  .main_nav_pc nav ul li:last-child a { border-right: #D5DCEC 1px solid; }
  .main_nav_pc nav ul.open_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key { margin: 0; }
.key div { background-repeat: no-repeat; background-size: cover !important; height: 53vw !important; background-position: center center !important; position: relative; width: 100% !important; }
.key div .key_on { display: none; }

.key_on_sp { width: 96%; margin: 2rem auto 0 auto; }
.key_on_sp .key_content { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 1rem 0 0 0; /*QR非表示追加CSS*/ /*-webkit-align-items: center;
align-items: center;*/ /*ここまで*/ }
.key_on_sp .key_content a.line { width: 38%; background-color: #2AC262; border-radius: 0.4rem; text-decoration: none; padding: 0.5rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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-weight: bold; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); /*QR非表示追加CSS*/ /*height: 14vw;*/ /*ここまで*/ }
.key_on_sp .key_content a.line span { 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; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-align: center; }
.key_on_sp .key_content a.line span span.l1 { display: inline; color: #ffffff; font-size: 1.2rem; }
.key_on_sp .key_content a.line span span.l2 { display: inline-block; background-color: #ffffff; color: #2AC262; font-size: 0.8rem; padding: 0.2rem; margin: 0 0 0 0.5rem; border-radius: 0.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_on_sp .key_content a.line img { width: 60%; display: block; margin: 0.5rem auto 0 auto; }
.key_on_sp .key_content p.key_new { width: 38%; height: 35vw; background-color: #CE463B; border-radius: 50%; margin: 0; 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; color: #ffffff; font-weight: bold; line-height: 120%; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_on_sp .key_content p.key_new span.kn1 { font-size: 1.3rem; margin: 1rem 0 0 0; }
.key_on_sp .key_content p.key_new span.kn1 span { font-size: 1rem; }
.key_on_sp .key_content p.key_new span.kn2 { font-size: 1.4rem; text-align: center; }
.key_on_sp .key_content .key_time { width: 38%; height: 35vw; display: block; text-decoration: none; }
.key_on_sp .key_content .key_time img { width: 100%; }

.key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-position: center top; background-size: cover; width: 100%; height: 30vw; 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; }
.key_visual_low h1 { color: #ffffff; font-size: 2.2rem; text-align: center; line-height: 130%; letter-spacing: 0.1em; text-shadow: 2px 2px 10px #000000; }

@media screen and (min-width: 768px), print { .key { margin: 0 0 0 0; }
  .key div { background-repeat: no-repeat; background-size: cover !important; height: 770px !important; background: cover !important; overflow: hidden; width: 100% !important; background-position: center top !important; position: relative; }
  .key div .key_on { display: block; width: 1200px !important; height: 770px !important; margin: 0 auto; position: relative; }
  .key div .key_on .key_table { position: absolute; bottom: 100px; left: 0; width: 430px !important; height: 210px !important; background-color: #ffffff; border-radius: 10px; padding: 20px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key div .key_on .key_table table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 390px; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  .key div .key_on .key_table table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; font-size: 1.5rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #4A5B88; width: auto; min-height: 34px; height: 34px; box-sizing: border-box; }
  .key div .key_on .key_table table.timetable tr th.time { letter-spacing: 0.1em; }
  .key div .key_on .key_table table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.7rem; padding: 0; vertical-align: middle; color: #4A5B88; min-height: 42px; height: 42px; box-sizing: border-box; border-bottom: #D1D1D1 1px solid; }
  .key div .key_on .key_table table.timetable tr td i { font-size: 1.4rem; color: #4A5B88; }
  .key div .key_on .key_table table.timetable tr td.time { width: 130px; text-align: center; color: #575757; font-size: 1.7rem; font-weight: bold; }
  .key div .key_on .key_table .notice_time { font-size: 1.3rem; font-weight: bold; margin: 10px auto 0 auto; width: 390px; color: #575757; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; }
  .key div .key_on .key_table .notice_time i { color: #4A5B88; }
  .key div .key_on .key_content { position: absolute; bottom: 9rem; right: 0; width: 530px !important; height: 100px !important; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; /*QR非表示追加CSS*/ /*-webkit-align-items: center;
align-items: center;*/ /*ここまで*/ }
  .key div .key_on .key_content a.line { width: 160px; height: 164px; background-color: #2AC262; border-radius: 10px; text-decoration: none; padding: 12px 0; margin: 8px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); /*QR非表示追加CSS*/ /*height: 60px;*/ /*ここまで*/ }
  .key div .key_on .key_content a.line span { 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; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-align: center; font-weight: bold; }
  .key div .key_on .key_content a.line span span.l1 { display: inline; color: #ffffff; font-size: 2.3rem; }
  .key div .key_on .key_content a.line span span.l2 { display: inline-block; background-color: #ffffff; color: #2AC262; font-size: 1.1rem; padding: 5px; margin: 0 0 0 6px; border-radius: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key div .key_on .key_content a.line img { width: 100px; display: block; margin: 12px auto 0 auto; }
  .key div .key_on .key_content a.line:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .key div .key_on .key_content p.key_new { width: 175px; height: 175px; background-color: #CE463B; border-radius: 50%; margin: 0; 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; color: #ffffff; font-weight: bold; line-height: 200%; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key div .key_on .key_content p.key_new span.kn1 { font-size: 2.3rem; margin: 20px 0 0 0; }
  .key div .key_on .key_content p.key_new span.kn1 span { font-size: 1.6rem; }
  .key div .key_on .key_content p.key_new span.kn2 { font-size: 2.8rem; text-align: center; }
  .key div .key_on .key_content .key_time { width: 175px; height: 175px; display: block; text-decoration: none; opacity: 1; pointer-events: none; }
  .key div .key_on .key_content .key_time img { width: 100%; }
  .key_on_sp { display: none; }
  .bg-slider { background-size: cover !important; overflow: hidden; }
  .key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-position: center top; background-size: cover; width: 100%; height: 270px; 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; }
  .key_visual_low h1 { color: #ffffff; font-size: 3.5rem; text-align: center; line-height: 160%; letter-spacing: 0.1em; text-shadow: 2px 2px 10px #000000; } }
/*-----------------------------------------------------------
問診票
----------------------------------------------------------- */
.sheet_frame { margin: 4rem 0 0 0; }
.sheet_frame .sheet_title { color: #4A5B88; font-size: 1.8rem; font-weight: bold; text-align: center; margin: 0 0 1rem 0; }
.sheet_frame .sheet_box { border-top: #4A5B88 2px solid; border-bottom: #4A5B88 2px solid; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 96%; margin: 0 auto; }
.sheet_frame .sheet_box ul { list-style-type: none; margin: 0 0 2rem 0; }
.sheet_frame .sheet_box ul li a { background-color: #DDE4F5; color: #575757; width: 80%; height: 10vw; border-radius: 2rem; text-decoration: none; text-align: center; font-size: 1.4rem; font-weight: bold; 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: 1rem auto 0 auto; position: relative; }
.sheet_frame .sheet_box ul li a::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 3vw; right: 4%; }
.sheet_frame .sheet_box ul li a.pink { background-color: #F8E1E0; }
.sheet_frame .sheet_box .sheet_text { text-align: center; font-weight: bold; }

ul.medical_link { margin: 4rem 0; list-style-type: none; }
ul.medical_link li { width: 60%; margin: 0 auto 2rem auto; }
ul.medical_link li a { width: 100%; height: 57vw; background-color: #CE463B; border-radius: 50%; margin: 0; 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; color: #ffffff; font-weight: bold; line-height: 120%; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; font-size: 2.2rem; text-align: center; box-sizing: border-box; position: relative; }
ul.medical_link li a::after { font-family: "fontello"; content: "\006a"; color: #ffffff; display: block; font-size: 1.4rem; position: absolute; bottom: 1rem; left: 0; right: 0; margin: 0 auto; }

@media screen and (min-width: 768px), print { .sheet_frame { margin: 80px 0 0 0; }
  .sheet_frame .sheet_title { color: #4A5B88; font-size: 2.6rem; font-weight: bold; text-align: center; margin: 0 0 14px 0; }
  .sheet_frame .sheet_box { border-top: #4A5B88 2px solid; border-bottom: #4A5B88 2px solid; padding: 20px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 800px; margin: 0 auto; }
  .sheet_frame .sheet_box ul { list-style-type: none; margin: 0 0 34px 0; width: 800px; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .sheet_frame .sheet_box ul li a { background-color: #DDE4F5; color: #575757; width: 384px; height: 50px; border-radius: 50px; text-decoration: none; text-align: center; font-size: 2rem; font-weight: bold; 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: 1rem auto 0 auto; position: relative; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .sheet_frame .sheet_box ul li a::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 16px; right: 13px; }
  .sheet_frame .sheet_box ul li a.pink { background-color: #F8E1E0; }
  .sheet_frame .sheet_box ul li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .sheet_frame .sheet_box .sheet_text { text-align: center; font-weight: bold; font-size: 1.8rem; }
  ul.medical_link { margin: 78px auto; list-style-type: none; width: 645px; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.medical_link li { width: 175px; margin: 0 0 0 0; }
  ul.medical_link li a { width: 175px; height: 175px; background-color: #CE463B; border-radius: 50%; margin: 0; 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; color: #ffffff; font-weight: bold; line-height: 120%; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; font-size: 2.2rem; text-align: center; box-sizing: border-box; position: relative; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  ul.medical_link li a::after { font-family: "fontello"; content: "\006a"; color: #ffffff; display: block; font-size: 1.4rem; position: absolute; bottom: 1rem; left: 0; right: 0; margin: 0 auto; }
  ul.medical_link li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
新型コロナウイルスワクチン　新規予約のお知らせ
----------------------------------------------------------- */
.corona_box { border: #9BB4C6 2px solid; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; margin: 0 auto 4rem auto; width: 96%; }
.corona_box h2.low { font-size: 2rem; line-height: 120%; }
.corona_box h2.low .sp_none_span { display: none !important; }
.corona_box h2.low .num { font-size: 3rem; line-height: 100%; display: block; }
.corona_box dl.corona_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
.corona_box dl.corona_list dt { width: 100%; margin: 0 0 0 0; font-weight: normal; }
.corona_box dl.corona_list dd { width: 100%; margin: 0 0 2rem 0; color: #CE463B; font-weight: bold; overflow-wrap: break-word; }
.corona_box dl.corona_list dd a { color: #CE463B; text-decoration: none; }
.corona_box dl.corona_list dd a.qr { width: 60%; display: block; margin: 1rem auto 0 auto; }
.corona_box dl.corona_list dd a.qr img { width: 100%; }

@media screen and (min-width: 768px), print { .corona_box { border: #9BB4C6 2px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; margin: 0 auto 60px auto; width: 800px; }
  .corona_box h2.low { font-size: 3rem; line-height: 120%; }
  .corona_box h2.low .sp_none_span { display: none !important; }
  .corona_box h2.low .num { font-size: 4rem; line-height: 100%; display: block; margin: 10px 0 10px 0; }
  .corona_box p { width: 700px; margin: 0 auto 20px auto; }
  .corona_box dl.corona_list { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 0 auto; line-height: 160%; width: 700px; }
  .corona_box dl.corona_list dt { width: 200px; margin: 0 0 2rem 0; font-weight: normal; }
  .corona_box dl.corona_list dd { width: 500px; margin: 0 0 2rem 0; color: #CE463B; font-weight: bold; overflow-wrap: break-word; }
  .corona_box dl.corona_list dd a { color: #CE463B; text-decoration: none; }
  .corona_box dl.corona_list dd a.qr { width: 270px; display: block; margin: 10px 0 0 0; }
  .corona_box dl.corona_list dd a.qr img { width: 270px; } }
/*-----------------------------------------------------------
初診受付をご希望の方はこちら
----------------------------------------------------------- */
.web_link_btn { width: 96%; margin: 0 auto 1rem auto; }
.web_link_btn a { width: 100%; height: 12vw; border-radius: 3rem; 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: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; color: #ffffff; font-size: 1.3rem; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; background-color: #4A5B88; margin: 0 auto !important; }
.web_link_btn a i { font-size: 1.3rem; }

.text_sp_ajs { width: 96%; margin: 0 auto; }

@media screen and (min-width: 768px), print { .web_link_btn { width: 100%; margin: 0 auto 32px auto; }
  .web_link_btn a { width: 100%; height: 90px; border-radius: 5rem; 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: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; color: #ffffff; font-size: 2.6rem; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; background-color: #4A5B88; }
  .web_link_btn a i { font-size: 3rem; }
  .web_link_btn a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .text_sp_ajs { width: 100%; margin: 0; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; }
.notice_frame .notice_area { width: 96%; margin: 0 auto; }
.notice_frame .notice_area h2.notice_title { 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: #4A5B88 2px solid; padding: 0 0 0.8rem 3.5rem; margin: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/logomark.svg") no-repeat; background-position: left top; background-size: 9%; }
.notice_frame .notice_area h2.notice_title span.nt_jp { color: #575757; font-weight: bold; font-size: 2.2rem; }
.notice_frame .notice_area h2.notice_title span.nt_eng { font-size: 1rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; }
.notice_frame .notice_area .notice_box { width: 96%; height: auto; margin: 0 auto; padding: 0 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_frame .notice_area .notice_box dl { height: auto; margin: 0 auto 0 auto; width: 96%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 1rem 0; border-bottom: #D5D5D5 1px solid; overflow-wrap: break-word; }
.notice_frame .notice_area .notice_box dl dt { color: #4A5B88; margin: 2rem 0 0.8rem 0; padding: 1.8rem 0.4rem 0 2rem; font-size: 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 130%; position: relative; border-top: #D5D5D5 1px solid; }
.notice_frame .notice_area .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\0072"; color: #4A5B88; display: block; width: 0; height: 0; margin: auto; left: 0; top: 1.8rem; font-size: 1.8rem; }
.notice_frame .notice_area .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\0072"; color: #4A5B88; }
.notice_frame .notice_area .notice_box dl dt:first-child { margin: 0 0 0.8rem 0; border-top: none; }
.notice_frame .notice_area .notice_box dl dt.close::before { font-family: "fontello"; content: "\0072"; color: #4A5B88; -webkit-transform: scale(1, -1); transform: scale(1, -1); margin: 6.1vw 0 0 0; }
.notice_frame .notice_area .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 2rem; color: #575757; font-size: 1.4rem; line-height: 130%; display: none; }
.notice_frame .notice_area .notice_box dl dd.open { display: block; }

@media screen and (min-width: 768px), print { .notice_frame { width: 1100px; margin: 100px auto 0 auto; }
  .notice_frame .notice_area { width: 1100px; margin: 0; }
  .notice_frame .notice_area h2.notice_title { 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: #4A5B88 2px solid; padding: 4px 0 16px 50px; margin: 0 0 16px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/logomark.svg") no-repeat; background-position: left top; background-size: 38px; }
  .notice_frame .notice_area h2.notice_title span.nt_jp { color: #575757; font-weight: bold; font-size: 2.5rem; }
  .notice_frame .notice_area h2.notice_title span.nt_eng { font-size: 1.8rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; }
  .notice_frame .notice_area .notice_box { width: 1100px; height: auto; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame .notice_area .notice_box dl { height: auto; margin: 0 auto 0 auto; width: 1100px; overflow-wrap: break-word; }
  .notice_frame .notice_area .notice_box dl dt { color: #4A5B88; margin: 0 0 5px 0; padding: 20px 0 0 60px; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
  .notice_frame .notice_area .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\0072"; color: #4A5B88; display: block; width: 0; height: 0; margin: 0 20px 0 20px; left: 0; top: 20px; font-size: 3rem; }
  .notice_frame .notice_area .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\0072"; color: #4A5B88; margin: 0 20px 0 20px; }
  .notice_frame .notice_area .notice_box dl dt:first-child { margin: 0 0 5px 0; border-top: none; }
  .notice_frame .notice_area .notice_box dl dt.close::before { font-family: "fontello"; content: "\0072"; color: #4A5B88; -webkit-transform: scale(1, -1); transform: scale(1, -1); margin: 25px 0 0 20px; }
  .notice_frame .notice_area .notice_box dl dd { margin: 0 0 10px 0; padding: 0 0 0 174px; color: #575757; font-size: 1.6rem; line-height: 160%; display: none; }
  .notice_frame .notice_area .notice_box dl dd.open { display: block; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { width: 96%; margin: 4rem auto 0 auto; }
.greeting_frame .greeting_box { background: url("../images/index_line.png"), url("../images/index_line.png"); background-position: center top,center bottom; background-size: 200%,200%; background-repeat: no-repeat,no-repeat; padding: 10vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_frame .greeting_box figure { margin: 0 0 2rem 0; }
.greeting_frame .greeting_box figure img { width: 50%; margin: 0 auto; display: block; }
.greeting_frame .greeting_box figure figcaption { text-align: center; font-size: 1.8rem; font-weight: bold; margin: 1rem 0 0 0; }
.greeting_frame .greeting_box p { padding: 0 0 2rem 0; font-size: 1.6rem; }
.greeting_frame .greeting_box a.doctor_link { background-color: #4A5B88; color: #ffffff; width: 70%; height: 10vw; border-radius: 2rem; text-decoration: none; text-align: center; font-size: 1.4rem; font-weight: bold; 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 auto; position: relative; }
.greeting_frame .greeting_box a.doctor_link::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 3vw; right: 4%; }

@media screen and (min-width: 768px), print { .greeting_frame { width: 1100px; margin: 105px auto 0 auto; }
  .greeting_frame .greeting_box { background: url("../images/index_line.png"), url("../images/index_line.png"); background-position: center top,center bottom; background-size: contain,contain; background-repeat: no-repeat,no-repeat; padding: 55px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .greeting_frame .greeting_box figure { margin: 0 0 0 60px; float: right; }
  .greeting_frame .greeting_box figure img { width: 260px; margin: 0 auto; display: block; }
  .greeting_frame .greeting_box figure figcaption { text-align: center; font-size: 1.9rem; font-weight: bold; margin: 24px 0 0 0; }
  .greeting_frame .greeting_box p { font-size: 1.8rem; padding: 0 0 12px 0; }
  .greeting_frame .greeting_box a.doctor_link { background-color: #4A5B88; color: #ffffff; width: 210px; height: 35px; border-radius: 2rem; text-decoration: none; text-align: center; font-size: 1.5rem; font-weight: bold; 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 auto; position: relative; }
  .greeting_frame .greeting_box a.doctor_link::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 10px; right: 10px; }
  .greeting_frame .greeting_box a.doctor_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.medical_bg { background: url("../images/index_bg1.jpg"), url("../images/index_bg2.jpg"); background-position: center top,center bottom; background-size: 130%,130%; background-repeat: no-repeat,no-repeat; background-color: #F1F7FC; margin: 4rem 0 0 0; padding: 20vw 0 5vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.medical_bg .medical_frame { width: 96%; margin: 0 auto; }
.medical_bg .medical_frame ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.medical_bg .medical_frame ul li { width: 45%; margin: 0 3px 4rem 3px; }
.medical_bg .medical_frame ul li a { display: block; text-align: center; text-decoration: none; font-size: 1.4rem; font-weight: bold; }
.medical_bg .medical_frame ul li a span { color: #575757; }
.medical_bg .medical_frame ul li a span i { color: #CE463B; }
.medical_bg .medical_frame ul li a span::before { content: ""; width: 100%; height: 40vw; border-radius: 3rem; display: block; margin: 0 0 1.5rem 0; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-sizing: border-box; box-sizing: border-box; }
.medical_bg .medical_frame ul li.internal a span::before { background: url("../images/medical_01.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.nervus_cerebralis a span::before { background: url("../images/medical_02.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.pediatrics a span::before { background: url("../images/medical_03.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.lifestyle a span::before { background: url("../images/medical_04.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.dm a span::before { background: url("../images/medical_05.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.headache a span::before { background: url("../images/medical_06.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.pa a span::before { background: url("../images/medical_07.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.cerebral_apoplexy a span::before { background: url("../images/medical_08.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.rheumatism a span::before { background: url("../images/medical_09.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.homecare a span::before { background: url("../images/medical_10.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.checkup a span::before { background: url("../images/medical_11.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }
.medical_bg .medical_frame ul li.infusion a span::before { background: url("../images/medical_12.svg") no-repeat; background-size: 70%; background-position: center,center; background-color: #ffffff; }

@media screen and (min-width: 768px), print { .medical_bg { background: url("../images/index_bg1.jpg"), url("../images/index_bg2.jpg"), url("../images/medical_bg1.png"), url("../images/medical_bg2.png"); background-position: center top,center bottom,left 40px top 300px,right 50px top 440px; background-size: contain,contain,189px,199px; background-repeat: no-repeat,no-repeat,no-repeat,no-repeat; background-color: #F1F7FC; margin: 89px 0 0 0; padding: 160px 0 80px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .medical_bg .medical_frame { width: 1200px; margin: 0 auto; }
  .medical_bg .medical_frame ul { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  .medical_bg .medical_frame ul li { width: 182px; margin: 0 3px 70px 3px; }
  .medical_bg .medical_frame ul li a { display: block; text-align: center; text-decoration: none; font-size: 1.8rem; font-weight: bold; }
  .medical_bg .medical_frame ul li a span { color: #575757; }
  .medical_bg .medical_frame ul li a span i { color: #CE463B; }
  .medical_bg .medical_frame ul li a span::before { content: ""; width: 182px; height: 182px; border-radius: 50px; display: block; margin: 0 0 25px 0; -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-sizing: border-box; box-sizing: border-box; }
  .medical_bg .medical_frame ul li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .medical_bg .medical_frame ul li.internal a span::before { background: url("../images/medical_01.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.nervus_cerebralis a span::before { background: url("../images/medical_02.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.pediatrics a span::before { background: url("../images/medical_03.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.lifestyle a span::before { background: url("../images/medical_04.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.dm a span::before { background: url("../images/medical_05.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.headache a span::before { background: url("../images/medical_06.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.pa a span::before { background: url("../images/medical_07.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.cerebral_apoplexy a span::before { background: url("../images/medical_08.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.rheumatism a span::before { background: url("../images/medical_09.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.homecare a span::before { background: url("../images/medical_10.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.checkup a span::before { background: url("../images/medical_11.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; }
  .medical_bg .medical_frame ul li.infusion a span::before { background: url("../images/medical_12.svg") no-repeat; background-size: 130px; background-position: center,center; background-color: #ffffff; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .medical_bg { background: url("../images/index_bg1.jpg"), url("../images/index_bg2.jpg"); background-position: center top,center bottom; background-size: contain,contain; background-repeat: no-repeat,no-repeat; background-color: #F1F7FC; margin: 89px 0 0 0; padding: 169px 0 120px 0; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/* -----------------------------------------------------------
　診療カレンダー
----------------------------------------------------------- */
.calender_frame { width: 100%; background: url("../images/calender_bg3.png"); background-position: center bottom; background-repeat: no-repeat; background-size: 150%; padding: 0 0 15vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.calender_frame .calender_area { width: 96%; margin: 0 auto; }
.calender_frame .calender_area .calender_box { width: 100%; margin: 0 0 2rem 0; background-color: #F3F3F3; padding: 0 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1rem; }
.calender_frame .calender_area .calender_box p { margin: 0 0 2rem 0; background-color: #4A5B88; color: #ffffff; font-size: 1.4rem; font-weight: bold; text-align: center; padding: 0.4rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.calender_frame .calenar_notice { width: 96%; margin: 0 auto; line-height: 200%; }
.calender_frame .calenar_notice .calendar_pink { background-color: #FEE1E1; border: #D8D8D8 1px solid; }
.calender_frame .calenar_notice .calendar_blue { background-color: #C0EFF5; border: #D8D8D8 1px solid; }

@media screen and (min-width: 768px), print { .calender_frame { width: 100%; margin: 66px 0 0 0; background: url("../images/calender_bg3.png"), url("../images/calender_bg1.png"), url("../images/calender_bg2.png"); background-position: center bottom,left bottom 160px,right bottom; background-repeat: no-repeat,no-repeat,no-repeat; background-size: contain,350px,300px; padding: 0 0 170px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .calender_frame .calender_area { width: 1100px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .calender_frame .calender_area .calender_box { width: 517px; margin: 0 0 0 0; background-color: #F3F3F3; padding: 0 0 36px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1rem; }
  .calender_frame .calender_area .calender_box p { margin: 0 0 36px 0; background-color: #4A5B88; color: #ffffff; font-size: 2.2rem; font-weight: bold; text-align: center; padding: 6px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
  .calender_frame .calenar_notice { width: 1100px; margin: 40px auto 0 auto; line-height: 200%; text-align: center; font-size: 1.7rem; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .calender_frame .calenar_notice .calendar_pink { background-color: #FEE1E1; border: #D8D8D8 1px solid; width: 75px; height: 30px; display: block; margin: 0 10px 0 0; }
  .calender_frame .calenar_notice .calendar_blue { background-color: #C0EFF5; border: #D8D8D8 1px solid; width: 75px; height: 30px; display: block; margin: 0 10px 0 25px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .calender_frame { width: 100%; margin: 66px 0 0 0; background: url("../images/calender_bg3.png"); background-position: center bottom; background-repeat: no-repeat; background-size: contain; padding: 0 0 170px 0; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { width: 100%; height: auto; /*
background: url("../images/feature_bg1.png"),url("../images/feature_bg2.png"),url("../images/feature_bg3.png");
background-repeat: no-repeat,no-repeat,no-repeat;
background-position: left -46% top 130vw,right -50% bottom 46vw,center bottom;
background-size: 50%,50%,contain;
*/ background: url("../images/feature_bg3.png"); background-repeat: no-repeat; background-position: center bottom; background-size: contain; background-color: #FAFAFA; padding: 0 0 12vw 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.feature_frame .feature_area { width: 94%; margin: 0 auto 4rem auto; }
.feature_frame .feature_area .feature_box::before { content: ""; width: 100%; height: 50vw; display: block; margin: 0 0 2rem 0; border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; }
.feature_frame .feature_area .feature_box.fb1::before { background: url("../images/index_feature_01.jpg") no-repeat; background-size: 120%; background-position: center center; }
.feature_frame .feature_area .feature_box.fb2::before { background: url("../images/index_feature_02.jpg") no-repeat; background-size: 120%; background-position: center center; }
.feature_frame .feature_area .feature_box.fb3::before { background: url("../images/index_feature_03.jpg") no-repeat; background-size: 120%; background-position: center center; }
.feature_frame .feature_area .feature_box.fb4::before { background: url("../images/index_feature_04.jpg") no-repeat; background-size: 120%; background-position: center center; }
.feature_frame .feature_area .feature_box .feature_num1 { width: 100%; height: 14vw; position: relative; }
.feature_frame .feature_area .feature_box .feature_num1 img { position: absolute; right: 29%; top: 0; z-index: 1; width: 10%; }
.feature_frame .feature_area .feature_box .feature_num1 .fn_title { color: #4A5B88; font-size: 1.4rem; font-family: 'roboto_bold'; position: absolute; right: 19%; bottom: 1rem; z-index: 1; margin: 0; line-height: 100%; }
.feature_frame .feature_area .feature_box .feature_num1 .fn_num { color: #E0E7F3; font-size: 6rem; font-family: 'roboto_bold'; position: absolute; right: 0; bottom: -0.7rem; z-index: 0; margin: 0; line-height: 100%; }
.feature_frame .feature_area .feature_box .feature_num2 { width: 100%; height: 14vw; position: relative; }
.feature_frame .feature_area .feature_box .feature_num2 img { position: absolute; left: 0; top: 0; z-index: 1; width: 10%; }
.feature_frame .feature_area .feature_box .feature_num2 .fn_title { color: #4A5B88; font-size: 1.4rem; font-family: 'roboto_bold'; position: absolute; left: 0; bottom: 1rem; z-index: 1; margin: 0; line-height: 100%; }
.feature_frame .feature_area .feature_box .feature_num2 .fn_num { color: #E0E7F3; font-size: 6rem; font-family: 'roboto_bold'; position: absolute; left: 15%; bottom: -0.7rem; z-index: 0; margin: 0; line-height: 100%; }
.feature_frame .feature_area .feature_text_box1 { background-color: #E0E7F3; margin: -0.6rem 0 0 0; padding: 2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom-left-radius: 1.5rem; border-bottom-right-radius: 1.5rem; }
.feature_frame .feature_area .feature_text_box1 p { margin: 0; text-align: justify; }
.feature_frame .feature_area .feature_text_box2 { background-color: #E0E7F3; margin: -0.6rem 0 0 0; padding: 2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom-left-radius: 1.5rem; border-bottom-right-radius: 1.5rem; }
.feature_frame .feature_area .feature_text_box2 p { margin: 0; text-align: justify; }

@media screen and (min-width: 768px), print { .feature_frame { width: 100%; height: auto; background: url("../images/feature_bg1.png"), url("../images/feature_bg2.png"), url("../images/feature_bg3.png"), url("../images/feature_bg4.png"); background-repeat: no-repeat,no-repeat,no-repeat,no-repeat; background-position: left 20px top 213px,right 20px bottom 400px,center bottom,left 146px bottom 400px; background-size: 281px,249px,contain,80px; background-color: #FAFAFA; padding: 30px 0 254px 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .feature_frame .feature_area { width: 1200px; height: 400px; margin: 0 auto 68px auto; position: relative; }
  .feature_frame .feature_area.fa4 { margin: 0 auto; }
  .feature_frame .feature_area .feature_box { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_area .feature_box::before { content: ""; width: 770px; height: 360px; display: block; margin: 0 0 0 0; border-top-left-radius: 20px; border-top-right-radius: 0; border-bottom-left-radius: 20px; }
  .feature_frame .feature_area .feature_box.fb1::before { background: url("../images/index_feature_01.jpg") no-repeat; background-size: 770px; background-position: center center; }
  .feature_frame .feature_area .feature_box.fb2::before { background: url("../images/index_feature_02.jpg") no-repeat; background-size: 770px; background-position: center center; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .feature_frame .feature_area .feature_box.fb3::before { background: url("../images/index_feature_03.jpg") no-repeat; background-size: 770px; background-position: center center; }
  .feature_frame .feature_area .feature_box.fb4::before { background: url("../images/index_feature_04.jpg") no-repeat; background-size: 770px; background-position: center center; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .feature_frame .feature_area .feature_box .feature_num1 { width: 430px; height: 360px; position: relative; }
  .feature_frame .feature_area .feature_box .feature_num1 img { position: absolute; right: 230px; top: 0; z-index: 1; width: 49px; }
  .feature_frame .feature_area .feature_box .feature_num1 .fn_title { color: #4A5B88; font-size: 3.5rem; font-family: 'roboto_bold'; position: absolute; right: 127px; bottom: 288px; z-index: 1; margin: 0; line-height: 100%; }
  .feature_frame .feature_area .feature_box .feature_num1 .fn_num { color: #E0E7F3; font-size: 13.2rem; font-family: 'roboto_bold'; position: absolute; right: 0; bottom: 245px; z-index: 0; margin: 0; line-height: 100%; }
  .feature_frame .feature_area .feature_box .feature_num2 { width: 430px; height: 360px; position: relative; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .feature_frame .feature_area .feature_box .feature_num2 img { position: absolute; left: 150px; top: 0; z-index: 1; width: 49px; }
  .feature_frame .feature_area .feature_box .feature_num2 .fn_title { color: #4A5B88; font-size: 3.5rem; font-family: 'roboto_bold'; position: absolute; left: 150px; bottom: 288px; z-index: 1; margin: 0; line-height: 100%; }
  .feature_frame .feature_area .feature_box .feature_num2 .fn_num { color: #E0E7F3; font-size: 13.2rem; font-family: 'roboto_bold'; position: absolute; left: 270px; bottom: 245px; z-index: 0; margin: 0; line-height: 100%; }
  .feature_frame .feature_area .feature_text_box1 { position: absolute; top: 83px; right: 0; width: 430px; height: 277px; background-color: #E0E7F3; margin: 0 0 0 0; padding: 50px 46px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom-left-radius: 0; border-bottom-right-radius: 20px; }
  .feature_frame .feature_area .feature_text_box1 p { margin: 0; text-align: justify; font-size: 1.6rem; line-height: 180%; }
  .feature_frame .feature_area .feature_text_box2 { position: absolute; top: 83px; left: 0; width: 430px; height: 277px; background-color: #E0E7F3; margin: 0 0 0 0; padding: 50px 46px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom-left-radius: 20px; border-bottom-right-radius: 0; }
  .feature_frame .feature_area .feature_text_box2 p { margin: 0; text-align: justify; font-size: 1.6rem; line-height: 180%; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .feature_frame { width: 100%; height: auto; background: url("../images/feature_bg3.png"); background-repeat: no-repeat; background-position: center bottom; background-size: contain; background-color: #FAFAFA; padding: 25px 0 254px 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview_blue_bg .overview_bg { width: 100%; margin: 0 0 0 0; background-color: #DAE9F5; padding: 2rem 0; }
.overview_blue_bg .overview_bg .overview { width: 96%; margin: 0 auto; background-color: #ffffff; padding: 2rem 0 0 0; border-radius: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_blue_bg .overview_bg .overview .overview_info_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin: 2rem 0 0 0; padding: 0 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left iframe.googlemap { width: 96%; height: 500px; margin: 0 auto; display: block; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left a { background-color: #4A5B88; color: #ffffff; width: 70%; height: 10vw; border-radius: 2rem; text-decoration: none; text-align: center; font-size: 1.4rem; font-weight: bold; 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: 1rem auto 0 auto; position: relative; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left a::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 3vw; right: 4%; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_address { text-align: center; font-size: 1.4rem; font-weight: normal; margin: 4vw 0 0 0; color: #575757; line-height: 130%; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel { text-align: center; font-size: 3rem; font-family: 'roboto_medium'; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0.5rem 0; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel i { font-size: 2.4rem; color: #4A5B88; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel span { color: #575757; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel a { color: #575757; text-decoration: none; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem auto 2rem auto; line-height: 160%; width: 96%; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dt { width: 25%; margin: 0 0 1rem 0; color: #F3F3F3; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dt span { background-color: #4A5B88; color: #ffffff; 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; font-weight: bold; font-size: 1.2rem; border-radius: 0.4rem; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dd { width: 70%; margin: 0 0 1rem 0; color: #575757; font-size: 1.2rem; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable { width: 96%; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr th.time { border-top-left-radius: 0.4rem; border-bottom-left-radius: 0.4rem; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr th.holiday { border-top-right-radius: 0.4rem; border-bottom-right-radius: 0.4rem; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr td i.icon-circle { color: #CE463B; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .notice_time { font-size: 3.4vw; font-weight: bold; margin: 0.6rem auto 0 auto; width: 96%; color: #575757; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .notice_time i { color: #CE463B; }

@media screen and (min-width: 768px), print { .overview_blue_bg .overview_bg { width: 100%; background-color: #DAE9F5; margin: 0; padding: 50px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_blue_bg .overview_bg .overview { width: 1200px; margin: 0 auto; background-color: #ffffff; padding: 46px 0 46px 0; border-radius: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_blue_bg .overview_bg .overview .overview_info_box { width: 1100px; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 520px; margin: 0; padding: 0; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left iframe.googlemap { width: 520px; height: 520px; border-radius: 10px; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left a { background-color: #4A5B88; color: #ffffff; width: 243px; height: 35px; border-radius: 2rem; text-decoration: none; text-align: center; font-size: 1.5rem; font-weight: bold; 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: 25px auto 0 auto; position: relative; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left a::after { font-family: "fontello"; content: "\0077"; color: #ffffff; position: absolute; top: 10px; right: 10px; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_left a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 520px; margin: 0; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right h2.overview_title img { width: 500px; display: block; margin: 0 auto; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_address { text-align: center; font-size: 1.6rem; font-weight: normal; margin: 26px 0 0 0; color: #575757; line-height: 120%; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel { text-align: center; font-size: 4rem; font-family: 'roboto_medium'; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel i { font-size: 3.4rem; color: #4A5B88; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel span { color: #575757; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .overview_tel a { color: #575757; text-decoration: none; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.9rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 20px 0 22px 0; line-height: 160%; width: 520px; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dt { width: 90px; margin: 0 0 14px 0; color: #F3F3F3; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dt span { background-color: #4A5B88; color: #ffffff; 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; font-weight: bold; font-size: 1.5rem; border-radius: 5px; height: 30px; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right dl.overview_list dd { width: 415px; margin: 0 0 14px 0; color: #575757; font-size: 1.6rem; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 520px; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; font-size: 1.8rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #4A5B88; width: 46px; min-height: 46px; height: 46px; box-sizing: border-box; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr th.time { letter-spacing: 0.1em; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr th.holiday { width: 70px; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 0; vertical-align: middle; color: #4A5B88; min-height: 57px; height: 57px; box-sizing: border-box; border-bottom: #D1D1D1 1px solid; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr td i { font-size: 1.8rem; color: #4A5B88; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right table.timetable tr td.time { width: 170px; text-align: center; color: #575757; font-size: 2.1rem; font-weight: bold; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .notice_time { font-size: 1.7rem; font-weight: bold; margin: 12px 0 0 0; width: 100%; color: #575757; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; }
  .overview_blue_bg .overview_bg .overview .overview_info_box .overview_info_box_right .notice_time i { color: #CE463B; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 0 0 0 0; padding: 2rem 0 0 0; background-color: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .footer_frame { width: 96%; margin: 0 auto; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.2rem; margin: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 48%; margin: 0 0 1.1rem 0; padding: 0 0 0 0; list-style-type: none; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .footer_frame ul.footer_list li a { color: #575757; text-decoration: none; text-align: left; display: block; font-size: 1.4rem; font-weight: bold; }
footer .footer_frame ul.footer_list li a::before { font-family: "fontello"; content: "\006a"; color: #CE463B; margin: 0 0.4rem 0 0; }
footer .footer_frame ul.footer_list li a span { display: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_frame ul.flt li a::before { content: ""; margin: 0; }
footer .footer_frame ul.flt li a span { display: inline; }
footer .footer_frame ul.flt li a span i { display: none; }
footer .footer_frame .subtitle { font-size: 1.4rem; font-weight: bold; margin: 0 0 1.4rem; border-bottom: #575757 1px solid; color: #575757; text-align: left; padding: 0 0 0.5rem 0; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; font-weight: bold; height: auto; letter-spacing: 0.05em; background-color: #4A5B88; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0.5rem 0; background-color: #4A5B88; z-index: 999999; }
.footer_link a.footer_tel { width: 80%; margin: 0; color: #4A5B88; text-align: center; font-size: 2.2rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #ffffff; padding: 0.8rem 0; text-decoration: none; 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; border-radius: 5px; }
.footer_link a.footer_tel i { color: #E0E7F3; font-size: 1.4rem; }
.footer_link .smoothScrolls { background-color: #ffffff; width: 15%; text-align: center; 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; border-radius: 5px; }
.footer_link .smoothScrolls a { width: 100%; color: #4A5B88; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.6rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 220px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; background-color: #ffffff; }
  footer .footer_frame { width: 1200px; margin: 56px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.7rem; margin: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 40px 16px 40px; padding: 0 0 0 0; list-style-type: none; position: relative; }
  footer .footer_frame ul.footer_list li a { color: #575757; text-decoration: none; font-weight: bold; font-size: 1.5rem; }
  footer .footer_frame ul.footer_list li a::before { font-family: "fontello"; content: "\006a"; color: #CE463B; margin: 0 0.4rem 0 0; }
  footer .footer_frame ul.footer_list li a span { display: none; }
  footer .footer_frame ul.footer_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.flt li { width: auto; margin: 0 0 10px 10px; padding: 0 10px 0 0; list-style-type: none; border-right: #575757 1px solid; }
  footer .footer_frame ul.flt li a::before { content: ""; margin: 0; }
  footer .footer_frame ul.flt li a span { display: inline; }
  footer .footer_frame ul.flt li a span i { display: none; }
  footer .footer_frame ul.flt li:last-child { border-right: none; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 50px; text-align: center; padding: 0; color: #ffffff; font-size: 1.6rem; letter-spacing: 0.05em; background-color: #4A5B88; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 50px; height: 50px; }
  #pagetop_position #linkpagetop a img { width: 50px; height: 50px; }
  #pagetop_position #linkpagetop a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  #pagetop { position: fixed; bottom: 130px; right: 10%; z-index: 999999; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 50px; height: 50px; }
  #pagetop_position #linkpagetop a img { width: 50px; height: 50px; }
  #pagetop { position: fixed; bottom: 130px; right: 2%; z-index: 999999; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 16vw; width: 100%; padding: 1rem 0 0 0; margin: 0 0 0 0; height: auto; z-index: 999999; }
.drawr ul.hbg { list-style-type: none; width: 100%; margin: 0; }
.drawr ul.hbg li { width: 100%; background-color: #4A5B88; margin: 0 0 0 0; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a { font-size: 1.8rem; font-weight: bold; color: #ffffff; text-decoration: none; width: 100%; height: 12vw; 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; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li ul.main_nav_sub { display: none; border-top: #ffffff 1px solid; }
.drawr ul.hbg li ul.open_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.drawr ul.hbg li ul.open_nav li { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.drawr ul.hbg li ul.open_nav li a { font-size: 1.2rem; }
.drawr ul.hbg li ul.open_nav li a::after { content: ""; margin: 0; }
.drawr ul.hbg li ul.open_nav li a span { display: inline; }
.drawr ul.hbg li ul.open_nav li a span i { display: none; }
.drawr ul.hbg li ul.open_nav li:nth-child(odd) { border-right: #ffffff 1px solid; }
.drawr ul.hbg li ul.open_nav li.checkup { border-bottom: none; }
.drawr ul.hbg li ul.open_nav li.infusion { border-bottom: none; }
.drawr ul.hbg li.treatment a::after { font-family: "fontello"; content: "\0074"; color: #ffffff; margin: 0 0 0 1rem; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 10vw; padding: 0 0 0.5vw 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 { cursor: pointer; width: 100%; }

.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: 2.6rem; background: #ffffff; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 0.8rem; color: #ffffff; 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-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: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 { 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; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0.4rem 0 0.6rem 0; background-color: #4A5B88; }

/*見出し*/
h1 { margin: 0; }

h2.top_title { text-align: center; color: #575757; font-size: 2.2rem; font-weight: bold; margin: 0 0 2rem 0; }
h2.top_title span { font-size: 1.2rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 0.8rem 0; }
h2.top_title::after { content: url("../images/h2_line.png"); display: block; }
h2.top_title2 { text-align: center; color: #575757; font-size: 2.2rem; font-weight: bold; margin: 0 0 2rem 0; background: url("../images/h2_bg.png") no-repeat; background-position: center center; background-size: 30%; min-height: 30vw; 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; }
h2.top_title2 span { font-size: 1.2rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 0.8rem 0; }
h2.low { text-align: center; color: #575757; font-size: 2.2rem; font-weight: bold; margin: 4rem 0 2rem 0; line-height: 120%; position: relative; padding: 0 0 10vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
h2.low span { font-size: 1.2rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 0.8rem 0; }
h2.low::after { content: url("../images/h2_line.png"); display: block; }
h2.low::before { position: absolute; bottom: 0; left: 0; right: 0; content: ""; background: url("../images/index_line.png"); background-position: center top; background-size: 200%; background-repeat: no-repeat; display: block; width: 100%; height: 5vw; }
h2.first { margin: 0 0 3rem 0; }

h3.feature_sub_title { color: #575757; text-align: left; font-weight: bold; font-size: 1.5rem; border-bottom: #ffffff 3px solid; padding: 0 0 1rem 0; margin: 0 0 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
h3.low { background-color: #4A5B88; color: #ffffff; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; font-size: 1.8rem; font-weight: bold; margin: 3rem 0 1rem 0; line-height: 130%; }
h3.first { margin: 0 0 1rem 0; }

h4 { background: url("../images/icon_h4.png") no-repeat; background-size: 6%; background-position: left top 0.3rem; border-bottom: #DCC774 4px dotted; color: #575757; font-size: 2rem; font-weight: bold; line-height: 120%; padding: 0 0 0.6rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 3rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { background: url("../images/icon_h5.png") no-repeat; background-size: 6px; background-position: left top 0.3rem; border-bottom: #C1C1C1 2px solid; color: #575757; font-size: 2rem; font-weight: bold; line-height: 120%; padding: 0 0 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2.5rem 0 1rem 0; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.05em; text-align: justify; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top_title { text-align: center; color: #575757; font-size: 3rem; font-weight: bold; margin: 0 0 35px 0; }
  h2.top_title span { font-size: 1.8rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 12px 0; }
  h2.top_title::after { content: url("../images/h2_line.png"); display: block; }
  h2.top_title2 { text-align: center; color: #575757; font-size: 3rem; font-weight: bold; margin: 0 0 35px 0; background: url("../images/h2_bg.png") no-repeat; background-position: center center; background-size: 144px; min-height: 144px; 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; }
  h2.top_title2 span { font-size: 1.8rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 12px 0; }
  h2.low { text-align: center; color: #575757; font-size: 3rem; font-weight: bold; margin: 80px 0 35px 0; line-height: 160%; padding: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  h2.low span { font-size: 1.8rem; font-family: 'roboto_bolditalic'; color: #4A5B88; font-style: italic; display: block; margin: 0 0 12px 0; }
  h2.low::after { content: url("../images/h2_line.png"); display: block; }
  h2.low::before { position: absolute; bottom: 0; left: 0; right: 0; content: ""; background: url("../images/index_line.png"); background-position: center top; background-size: cover; background-repeat: no-repeat; display: block; width: 100%; height: 15px; }
  h2.first { margin: 0 0 35px 0; }
  h3.feature_sub_title { color: #575757; text-align: left; font-weight: bold; font-size: 2rem; border-bottom: #ffffff 3px solid; padding: 0 0 15px 0; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  h3.low { background-color: #4A5B88; color: #ffffff; padding: 10px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 6px; font-size: 2rem; font-weight: bold; margin: 60px 0 10px 0; line-height: 130%; }
  h3.first { margin: 0 0 10px 0; }
  h4 { background: url("../images/icon_h4.png") no-repeat; background-size: 20px; background-position: left top 7px; border-bottom: #DCC774 3px dotted; color: #575757; font-size: 2rem; font-weight: bold; line-height: 120%; padding: 5px 0 8px 28px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 54px 0 10px 0; }
  h4.first { margin: 0 0 10px 0; }
  h5 { background: url("../images/icon_h5.png") no-repeat; background-size: 6px; background-position: left top; border-bottom: #D5D5D5 2px solid; color: #575757; font-size: 1.8rem; font-weight: bold; line-height: 120%; padding: 4px 0 12px 18px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 54px 0 10px 0; }
  h5.first { margin: 0 0 22px 0; }
  p { font-size: 1.7rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; text-align: justify; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }
.img_right figcaption { text-align: center; font-size: 1.4rem; width: 70%; margin: 1rem auto 2rem auto; }

.img_right2 { margin: 0 0 1rem 0; text-align: center; }
.img_right2 img { width: 70%; height: auto; }
.img_right2 figcaption { text-align: center; font-size: 1.4rem; width: 70%; margin: 1rem auto 2rem auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

.two_img { margin: 0 0 1rem 0; text-align: center; }
.two_img figure { width: 100%; }
.two_img figure img { width: 70%; height: auto; display: block; margin: 0 auto 1rem auto; }
.two_img figure figcaption { text-align: center; font-size: 1.4rem; width: 100%; margin: 1rem auto 2rem auto; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 20px 20px; }
  .img_right img { width: 330px; height: auto; }
  .img_right figcaption { text-align: center; font-size: 1.7rem; width: 400px; margin: 1rem 0 0 0; }
  .img_right2 { float: right; margin: 0 0 20px 20px; }
  .img_right2 img { width: 330px; height: auto; }
  .img_right2 figcaption { text-align: center; font-size: 1.7rem; width: 400px; margin: 1rem 0 0 0; }
  .img_center { float: none; margin: 0 0 20px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  .two_img { margin: 0 0 20px 0; text-align: center; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .two_img figure { width: 400px; }
  .two_img figure img { width: 400px; height: auto; display: block; margin: 0; }
  .two_img figure figcaption { text-align: center; font-size: 1.7rem; width: 100%; margin: 15px auto 0 auto; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

ul.list_normal_bold { font-weight: bold; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal_bold li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li span.nontext { color: #ffffff; }
ul.list_maru li span.nontext span { display: none; }
ul.list_maru li.none { background: none; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.5rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

ul.list_maru_two_bold { padding: 0; margin: 0; }
ul.list_maru_two_bold li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.5rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

ul.list_normal_two_bold { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two_bold li { font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.7rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.7rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  ul.list_normal_bold { font-weight: bold; line-height: 160%; font-size: 1.7rem; list-style-type: disc; margin: 0; }
  ul.list_normal_bold li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal_bold li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal_bold li ul li { line-height: 130%; font-size: 1.7rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.7rem; list-style-type: none; margin: 0 0 8px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 11px; padding: 0 0 0 22px; }
  ul.list_maru li span.nontext { color: #ffffff; }
  ul.list_maru li span.nontext span { display: inline; }
  ul.list_maru li.none { background: none; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 160%; font-size: 1.7rem; list-style-type: none; margin: 0 0 8px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 11px; padding: 0 0 0 22px; }
  ul.list_maru_two_bold { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two_bold li { width: 45%; line-height: 160%; font-size: 1.7rem; font-weight: bold; list-style-type: none; margin: 0 0 8px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 11px; padding: 0 0 0 22px; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.7rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.7rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_num2 li { width: 45%; line-height: 130%; font-size: 1.7rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.7rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.7rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two_bold { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two_bold li { font-weight: bold; width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.7rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.bio_list dt { width: 32%; margin: 0 0 0 0; font-weight: normal; }
dl.bio_list dd { width: 68%; margin: 0 0 2rem 0; }

dl.bio_list2 { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.bio_list2 dt { width: 25%; margin: 0 0 0 0; font-weight: normal; }
dl.bio_list2 dd { width: 75%; margin: 0 0 2rem 0; }

dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; }
dl.num_list dd { width: 94%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1000px; }
  dl.bio_list dt { width: 100px; margin: 0 0 15px 0; font-weight: normal; }
  dl.bio_list dd { width: 900px; margin: 0 0 15px 0; }
  dl.bio_list2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1000px; }
  dl.bio_list2 dt { width: 100px; margin: 0 0 15px 0; font-weight: normal; }
  dl.bio_list2 dd { width: 900px; margin: 0 0 15px 0; }
  dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1200px; margin: 0; }
  dl.num_list dt { width: 22px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 1178px; margin: 0 0 20px 0; } }
/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 270px; }
  aside p.aside_title { width: 270px; height: 54px; background-color: #F79B44; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; 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; }
  aside ul.aside_list { list-style-type: none; }
  aside ul.aside_list li { margin: 0 0 0 0; width: 270px; }
  aside ul.aside_list li a { width: 270px; height: 50px; margin: 0; padding: 0 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #575757; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #D5D5D5 1px solid; text-decoration: none; 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; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #4A5B88; width: 10%; }
table.timetable tr th.time { letter-spacing: 0.1em; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #4A5B88; min-height: 17vw; border-bottom: #D1D1D1 1px solid; }
table.timetable tr td i { font-size: 4vw; color: #4A5B88; }
table.timetable tr td.time { width: 25%; text-align: center; color: #575757; font-weight: bold; }

.notice_time { font-size: 3.4vw; font-weight: bold; margin: 0.6rem 0 0 0; width: 100%; color: #575757; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_time i { color: #4A5B88; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; font-size: 1.8rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #4A5B88; width: 46px; min-height: 46px; height: 46px; box-sizing: border-box; }
  table.timetable tr th.time { letter-spacing: 0.1em; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 0; vertical-align: middle; color: #4A5B88; min-height: 48px; height: 48px; box-sizing: border-box; border-bottom: #D1D1D1 1px solid; }
  table.timetable tr td i { font-size: 1.4rem; color: #4A5B88; }
  table.timetable tr td.time { width: 130px; text-align: center; color: #575757; font-size: 1.8rem; font-weight: bold; }
  .notice_time { font-size: 1.8rem; font-weight: bold; margin: 12px 0 0 0; width: 100%; color: #575757; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; }
  .notice_time i { color: #4A5B88; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #4A5B88; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #4A5B88; font-weight: bold; }

.link_box { background: url("../images/icon_arrow.png") no-repeat; background-position: right 1rem top 50%; background-size: 8px; background-color: #4A5B88; color: #ffffff; font-weight: bold; padding: 0.5rem 2rem 0.5rem 1rem; border-radius: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }

ul.link_list { list-style-type: none; }
ul.link_list li { margin: 0 0 2.5rem 0; }
ul.link_list li a { background: url("../images/icon_arrow.png") no-repeat; background-position: right 1rem top 50%; background-size: 8px; background-color: #4A5B88; color: #ffffff; font-weight: bold; padding: 0.5rem 2rem 0.5rem 1rem; border-radius: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; font-size: 1.4rem; }

.red_text { color: red; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

.emphasis { border: #9BB4C6 2px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

.low_tel a { color: #4A5B88; font-size: 2rem; font-weight: bold; text-decoration: none; }
.low_tel span { color: #4A5B88; font-size: 2rem; font-weight: bold; text-decoration: none; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #4A5B88; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #4A5B88; font-weight: bold; }
  .link_text:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .link_box { background: url("../images/icon_arrow.png") no-repeat; background-position: right 10px top 50%; background-size: 8px; background-color: #4A5B88; color: #ffffff; font-weight: bold; padding: 8px 40px 8px 30px; border-radius: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
  .link_box:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  ul.link_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  ul.link_list li { margin: 0 30px 35px 0; }
  ul.link_list li a { background: url("../images/icon_arrow.png") no-repeat; background-position: right 10px top 50%; background-size: 8px; background-color: #4A5B88; color: #ffffff; font-weight: bold; padding: 8px 40px 8px 30px; border-radius: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; font-size: 1.7rem; }
  ul.link_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .red_text { color: red; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { border: #9BB4C6 2px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .tow_box { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; }
  .tow_box section { width: 550px; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.img_doctor { margin: 0 0 1rem 0; text-align: center; }
figure.img_doctor img { width: 70%; height: auto; }

.doctor_name { text-align: right; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; line-height: 160%; }
.doctor_name span { font-size: 1.8rem; }

.img_book { text-align: center; margin: 0 0 1rem 0; }
.img_book img { width: 70%; height: auto; }

.sentence_book { height: auto; overflow: hidden; margin: 0 0 3rem 0; }
.sentence_book.last { margin: 0 0 0 0; }

.two_books { margin: 0 0 1rem 0; text-align: center; }
.two_books figure { width: 100%; }
.two_books figure img { width: 70%; height: auto; display: block; margin: 0 auto 1rem auto; }

@media screen and (min-width: 768px), print { figure.img_doctor { margin: 0 0 20px 20px; text-align: right; float: right; }
  figure.img_doctor img { width: 350px; height: auto; }
  .doctor_name { text-align: right; font-size: 1.7rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .doctor_name span { font-size: 2.6rem; }
  .img_book { margin: 0 0 20px 20px; text-align: right; float: right; }
  .img_book img { width: 300px; height: auto; }
  .sentence_book { height: auto; overflow: hidden; margin: 0 0 60px 0; }
  .sentence_book.last { margin: 0 0 0 0; }
  .two_books { margin: 0 auto 20px auto; text-align: center; width: 700px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .two_books figure { width: 300px; }
  .two_books figure img { width: 300px; height: auto; display: block; margin: 0; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.access_tel i { color: #D5DCEC; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #D5DCEC; font-weight: bold; font-size: 2rem; font-family: 'ebgaramond'; }
.access_tel a { color: #D5DCEC; font-weight: bold; font-size: 2rem; font-family: 'ebgaramond'; text-decoration: none; }

iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

dl.access_info { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 160%; }
dl.access_info dt { width: 25%; margin: 0 0 1rem 0; color: #F3F3F3; }
dl.access_info dt span { background-color: #F79B44; color: #ffffff; 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; font-weight: bold; font-size: 1.2rem; }
dl.access_info dd { width: 70%; margin: 0 0 1rem 0; color: #575757; font-size: 1.2rem; }
dl.access_info dd ul { list-style-type: none; }
dl.access_info dd ul li { font-size: 1.2rem; margin: 0 0 1rem 0; padding: 0 0 0 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
dl.access_info dd ul li::before { content: "■"; color: #C3DEE6; font-size: 0.5rem; position: absolute; top: -0.1rem; left: 0; }
dl.access_info dd ul li span { color: #E0E7F3; font-weight: bold; }

@media screen and (min-width: 768px), print { .access_tel i { color: #D5DCEC; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #D5DCEC; font-weight: bold; font-size: 3rem; font-family: 'ebgaramond'; }
  .access_tel a { color: #D5DCEC; font-weight: bold; font-size: 3rem; font-family: 'ebgaramond'; text-decoration: none; }
  iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  dl.access_info { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 200%; width: 1100px; }
  dl.access_info dt { width: 127px; margin: 0 0 26px 0; color: #F3F3F3; }
  dl.access_info dt span { background-color: #F79B44; color: #ffffff; width: 100%; height: 33px; 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; font-weight: bold; font-size: 1.6rem; }
  dl.access_info dd { width: 948px; margin: 0 0 26px 0; color: #575757; font-size: 1.8rem; padding: 5px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  dl.access_info dd ul { list-style-type: none; }
  dl.access_info dd ul li { font-size: 1.8rem; margin: 0 0 12px 0; padding: 0 0 0 16px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  dl.access_info dd ul li::before { content: "■"; color: #C3DEE6; font-size: 0.5rem; position: absolute; top: -0.1rem; left: 0; }
  dl.access_info dd ul li span { color: #E0E7F3; font-weight: bold; } }
/* -----------------------------------------------------------
　アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #4A5B88; color: #ffffff; font-size: 1.6rem; text-align: center; padding: 1rem 0; }

@media screen and (min-width: 768px), print { a.low_bana { display: block; text-decoration: none; width: 400px; margin: 1rem auto; background-color: #4A5B88; color: #ffffff; font-size: 2rem; text-align: center; padding: 2rem 0; }
  a.low_bana:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame figure { margin: 0 0 4rem 0; }
.machine_frame figure img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame figure figcaption { font-size: 1.4rem; line-height: 140%; color: #575757; }
.machine_frame figure figcaption .title { display: block; font-size: 1.6rem; font-weight: bold; padding: 0 0 0.3em; text-align: center; }

@media screen and (min-width: 768px), print { .machine_frame { width: 1000px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_frame figure { width: 450px; margin: 0 0 60px 0; }
  .machine_frame figure img { width: 450px; display: block; margin: 0 0 20px 0; }
  .machine_frame figure figcaption { font-size: 1.7rem; line-height: 160%; }
  .machine_frame figure figcaption .title { font-size: 2.3rem; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
a.link_btn { text-decoration: none; font-size: 1.4rem; color: #ffffff; background-color: #E0E7F3; display: inline-block; text-align: center; padding: 0.4rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2rem; }
a.link_btn::before { font-family: "fontello"; content: "\00e80c"; font-size: 1rem; margin: 0 0.5rem 0 0; }

ul.list_link { list-style-type: none; }
ul.list_link li { margin: 0 0 1rem 0; }
ul.list_link li a { text-decoration: none; font-size: 1.4rem; color: #ffffff; background-color: #E0E7F3; 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: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0.8rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2rem; }
ul.list_link li a::before { font-family: "fontello"; content: "\00e80c"; font-size: 1rem; margin: 0 0.5rem 0 0; }

dl.title_box { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.title_box dt { width: 100%; margin: 0; background-color: #C1C1C1; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #E0E7F3 1px solid; border-right: #E0E7F3 1px solid; border-bottom: #E0E7F3 1px solid; }
dl.title_box dt:first-child { border-top: #E0E7F3 1px solid; }
dl.title_box dd { width: 100%; margin: 0; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #E0E7F3 1px solid; border-right: #E0E7F3 1px solid; border-bottom: #E0E7F3 1px solid; }

table.price_table { padding: 0px; width: 100%; margin: 0 0 1rem 0; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.price_table caption { text-align: right; margin: 0 0 0.5rem 0; }
table.price_table tr th { background-color: #2AC262; vertical-align: middle; text-align: left; width: auto; padding: 0.8rem; border: #D1D1D1 1px solid; font-weight: normal; }
table.price_table tr td { vertical-align: middle; text-align: right; border: #D1D1D1 1px solid; padding: 0.8rem; background-color: #ffffff; }
table.price_table tr td:first-child { width: 70%; text-align: left; }
table.price_table tr td:last-child { width: 30%; text-align: right; }

@media screen and (min-width: 768px), print { a.link_btn { text-decoration: none; font-size: 1.7rem; color: #ffffff; background-color: #E0E7F3; display: inline-block; text-align: center; padding: 10px 30px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 3rem; width: auto; }
  a.link_btn::before { font-family: "fontello"; content: "\00e80c"; font-size: 1rem; margin: 0 0.5rem 0 0; }
  a.link_btn:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  ul.list_link { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_link li { margin: 0 1.6% 20px 1.6%; width: 30%; }
  ul.list_link li a { text-decoration: none; font-size: 1.7rem; color: #ffffff; background-color: #E0E7F3; 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: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 3rem; }
  ul.list_link li a::before { font-family: "fontello"; content: "\00e80c"; font-size: 1rem; margin: 0 0.5rem 0 0; }
  ul.list_link li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  dl.title_box { display: -webkit-box; display: -ms-flexbox; display: flex; -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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; }
  dl.title_box caption { text-align: right; margin: 0 0 15px 0; }
  dl.title_box dt { width: 100%; margin: 0; background-color: #C1C1C1; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #E0E7F3 1px solid; border-right: #E0E7F3 1px solid; border-bottom: #E0E7F3 1px solid; }
  dl.title_box dt:first-child { border-top: #E0E7F3 1px solid; }
  dl.title_box dd { width: 100%; margin: 0; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #E0E7F3 1px solid; border-right: #E0E7F3 1px solid; border-bottom: #E0E7F3 1px solid; }
  table.price_table { padding: 0px; width: 60%; margin: 0 auto 1rem auto; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; font-size: 1.7rem; }
  table.price_table tr th { background-color: #2AC262; vertical-align: middle; text-align: left; width: auto; padding: 20px; border: #D1D1D1 1px solid; font-weight: normal; }
  table.price_table tr td { vertical-align: middle; text-align: right; border: #D1D1D1 1px solid; padding: 20px; background-color: #ffffff; }
  table.price_table tr td:first-child { width: 70%; text-align: left; }
  table.price_table tr td:last-child { width: 30%; text-align: right; } }
/*----------------------------------------------------------- 院長業績
----------------------------------------------------------- */
.open_content { display: none; }

.performance_link_text { display: block; }
.performance_link_text span::before { font-family: "fontello"; content: "\0074"; color: #4A5B88; width: 0; height: 0; margin: auto; font-size: 1.4rem; }
.performance_link_text.close_content span::before { font-family: "fontello"; content: "\0079"; color: #4A5B88; width: 0; height: 0; margin: auto; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .performance_link_text { display: block; }
  .performance_link_text span::before { font-family: "fontello"; content: "\0074"; color: #4A5B88; width: 0; height: 0; margin: 0 1rem 0 0; font-size: 2rem; }
  .performance_link_text.close_content span::before { font-family: "fontello"; content: "\0079"; color: #4A5B88; width: 0; height: 0; margin: 0 1rem 0 0; font-size: 2rem; } }

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