@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*メインの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青*/
/*緑*/
/*茶色*/
/*灰色*/
/*灰色2*/
/*黒*/
/*緑2*/
/*水色2*/
/*鶯色*/
/*灰色3*/
/*黒*/
/*緑*/
/*青*/
/*緑2*/
/*青2*/
/*オレンジ*/
/*水色*/
/*灰色*/
/*影*/
/*緑*/
/*青*/
/*緑*/
/*青緑*/
/*青*/
/*水色*/
/*青*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #444444; background-color: #ffffff; padding: 0 0 17vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #444444; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 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; }

@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; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 2rem 0 0 0; }

.wrapper_low { height: auto; width: 100%; margin: 0 0 4rem 0; padding: 2rem 0 0 0; }

.main { height: auto; width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 78px auto 0 auto; padding: 0; }
  .wrapper { height: auto; width: 1110px; margin: 0 auto 0 auto; padding: 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; }
  .wrapper_low { height: auto; width: 1110px; margin: 0 auto 60px auto; padding: 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; }
  .main { height: auto; width: 825px; margin: 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 auto; height: 70vw; border-bottom: #c0c0c0 2px solid; }
header .head_frame { background-color: #ffffff; width: 100%; padding: 0; height: 70vw; }
header .head_frame .head_logo { width: 80%; margin: 2vw 0 0 2%; }
header .head_frame .head_logo img { width: 100%; height: auto; margin: 2vw 0 0 0; }
header .head_frame .head_logo .head_address { margin: 0 0 0 5rem; font-size: 1rem; text-align: center; }
header .head_frame .head_info { margin: 1rem auto 0 auto; width: 96%; }
header .head_frame .head_info .head_info_01 { display: -webkit-box; display: -ms-flexbox; display: flex; /*
-webkit-justify-content: space-between;
justify-content: space-between;
*/ -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; }
header .head_frame .head_info .head_info_01 .head_info_01_web { margin: 0; width: 48%; }
header .head_frame .head_info .head_info_01 .head_info_01_web a { text-decoration: none; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 12vw; font-size: 1.4rem; color: #ffffff; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2063a0+0,2063a0+50,0055a2+50,0055a2+100 */ background: #2063a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #2063a0 0%, #2063a0 50%, #0055a2 50%, #0055a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2063a0', endColorstr='#0055a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
header .head_frame .head_info .head_info_01 .head_info_01_web a img { margin: 0 0.4rem 0 0; width: 15%; }
header .head_frame .head_info .head_info_01 .head_info_01_web a span br { display: none; }
header .head_frame .head_info .head_info_01 .head_info_01_tel { margin: 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-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 48%; height: 12vw; font-size: 1.4rem; color: #0055a2; background-color: #ffffff; border: #0055a2 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .head_frame .head_info .head_info_01 .head_info_01_tel img { margin: 0 0.4rem 0 0; width: 15%; }
header .head_frame .head_info .head_info_02 { margin: 0.4rem 0 0 0; }
header .head_frame .head_info .head_info_02 .head_info_02_address { margin: 0.4rem 0 0 0; text-align: center; font-size: 1.4rem; color: #605345; }
header .head_frame .head_info .head_info_02 .head_info_02_tel { text-align: center; font-size: 2.4rem; font-weight: normal; color: #8cc66d; margin: 0; }
header .head_frame .head_info .head_info_02 .head_info_02_tel i { color: #8cc66d; }
header .head_frame .head_info .head_info_02 .head_info_02_tel span { color: #8cc66d; }
header .head_frame .head_info .head_info_02 .head_info_02_tel a { color: #8cc66d; text-decoration: none; }
header .head_frame .head_info .head_info_02 .head_info_tel_notice { font-size: 1.2rem; text-align: left; margin: 0; }
header .head_frame .head_info .head_info_02 .head_info_tel_notice a { font-weight: bold; color: #729c5b; text-decoration: none; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 auto; height: 150px; border-bottom: #c0c0c0 2px solid; }
  header .head_frame { background-color: #ffffff; width: 1110px; padding: 0; height: 150px; 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_logo { width: 542px; margin: 15px 0 0 0; }
  header .head_frame .head_logo img { width: 542px; height: auto; margin: 0 0 0 0; }
  header .head_frame .head_logo .head_address { margin: 0 5px 0 0; font-size: 1.6rem; text-align: right; letter-spacing: 0.01em; }
  header .head_frame .head_info { margin: 25px 0 0 0; width: 510px; 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; }
  header .head_frame .head_info .head_info_01 { display: -webkit-box; display: -ms-flexbox; display: flex; /*
-webkit-justify-content: space-between;
justify-content: space-between;
*/ -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 90px; margin: 0 10px 0 60px; }
  header .head_frame .head_info .head_info_01 .head_info_01_web { margin: 0; width: 90px; height: 90px; }
  header .head_frame .head_info .head_info_01 .head_info_01_web a { text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 90px; height: 90px; font-size: 1.8rem; color: #ffffff; text-align: center; line-height: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2063a0+0,2063a0+50,0055a2+50,0055a2+100 */ background: #2063a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #2063a0 0%, #2063a0 50%, #0055a2 50%, #0055a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2063a0', endColorstr='#0055a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  header .head_frame .head_info .head_info_01 .head_info_01_web a img { margin: 0 0 6px 0; width: 36px; }
  header .head_frame .head_info .head_info_01 .head_info_01_web a span br { display: block; }
  header .head_frame .head_info .head_info_01 .head_info_01_web a:hover { opacity: 0.6; }
  header .head_frame .head_info .head_info_01 .head_info_01_tel { margin: 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-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 90px; height: 90px; font-size: 1.8rem; line-height: 100%; color: #0055a2; background-color: #ffffff; border: #0055a2 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .head_info .head_info_01 .head_info_01_tel img { margin: 0 0 4px 0; width: 43px; }
  header .head_frame .head_info .head_info_02 { margin: 0; width: 340px; }
  header .head_frame .head_info .head_info_02 .head_info_02_address { margin: 0 0 0 0; text-align: right; font-size: 1.8rem; color: #605345; line-height: 140%; }
  header .head_frame .head_info .head_info_02 .head_info_02_tel { text-align: right; font-size: 3.4rem; font-weight: normal; color: #8cc66d; margin: 0; line-height: 140%; }
  header .head_frame .head_info .head_info_02 .head_info_02_tel i { font-size: 2.8rem; color: #8cc66d; }
  header .head_frame .head_info .head_info_02 .head_info_02_tel span { color: #8cc66d; }
  header .head_frame .head_info .head_info_02 .head_info_02_tel a { color: #8cc66d; text-decoration: none; }
  header .head_frame .head_info .head_info_02 .head_info_tel_notice { font-size: 1.6rem; text-align: justify; margin: -5px 0 0 0; line-height: 140%; }
  header .head_frame .head_info .head_info_02 .head_info_tel_notice a { font-weight: bold; color: #729c5b; text-decoration: none; }
  header .head_frame .head_info .head_info_02 .head_info_tel_notice a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: 170%; background-repeat: no-repeat; background-position: center top; height: 100vw; display: block; position: relative; -webkit-box-shadow: 0 5px 3px -3px #3f77c6 inset; box-shadow: 0 5px 3px -3px #3f77c6 inset; }
.key_visual .key_on { position: absolute; top: 44vw; width: 100%; }
.key_visual .key_on .key_on_notice { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
.key_visual .key_on .key_on_notice .key_on_events { width: 96%; height: auto; margin: 1rem auto 0 auto; 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; background-color: #98cc7c; border: #ffffff 2px solid; border-radius: 0.4rem; }
.key_visual .key_on .key_on_notice .key_on_events span { color: #ffffff; text-shadow: 3px 3px 3px #729c5b; line-height: 140%; letter-spacing: 0.05em; font-weight: normal; }
.key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text1 { font-size: 1.4rem; }
.key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text2 { font-size: 1.4rem; margin: 0 0.2rem; }
.key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text2 span { font-size: 2.2rem; }
.key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text3 { font-size: 1.8rem; }
.key_visual .key_on .key_on_notice .key_on_open { width: 96%; height: auto; margin: 1rem auto 0 auto; 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; background-color: #98cc7c; border: #ffffff 2px solid; border-radius: 0.4rem; }
.key_visual .key_on .key_on_notice .key_on_open span { color: #ffffff; text-shadow: 3px 3px 3px #729c5b; line-height: 140%; letter-spacing: 0.05em; font-weight: normal; }
.key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text1 { font-size: 1.4rem; }
.key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text2 { font-size: 1.4rem; margin: 0 0.2rem; }
.key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text2 span { font-size: 2.2rem; }
.key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text3 { font-size: 1.8rem; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; height: 40vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0 5px 3px -3px #3f77c6 inset; box-shadow: 0 5px 3px -3px #3f77c6 inset; }
.key_visual_low h1 { color: #0055a2; font-weight: normal; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 550px; display: block; position: static; -webkit-box-shadow: 0 5px 3px -3px #3f77c6 inset; box-shadow: 0 5px 3px -3px #3f77c6 inset; }
  .key_visual .key_on { position: relative; top: 0; left: 0; right: 0; margin: 0 auto; width: 1110px; height: 550px; }
  .key_visual .key_on .key_on_notice { position: absolute; top: 42px; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 390px; height: 200px; }
  .key_visual .key_on .key_on_notice .key_on_events { width: 180px; height: 180px; 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; background-color: transparent; border: none; border-radius: 0; background: url(../images/key_on_bg.jpg); -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
  .key_visual .key_on .key_on_notice .key_on_events span { color: #ffffff; text-shadow: 3px 3px 3px #729c5b; line-height: 140%; letter-spacing: 0.05em; font-weight: normal; }
  .key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text1 { font-size: 2.6rem; }
  .key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text2 { font-size: 2rem; margin: 0; }
  .key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text2 span { font-size: 4rem; }
  .key_visual .key_on .key_on_notice .key_on_events span.key_on_events_text3 { font-size: 3rem; }
  .key_visual .key_on .key_on_notice .key_on_open { width: 180px; height: 180px; 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; background-color: transparent; border: none; border-radius: 0; background: url(../images/key_on_bg.jpg); -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
  .key_visual .key_on .key_on_notice .key_on_open span { color: #ffffff; text-shadow: 3px 3px 3px #729c5b; line-height: 140%; letter-spacing: 0.05em; font-weight: normal; }
  .key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text1 { font-size: 2.6rem; }
  .key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text2 { font-size: 2rem; margin: 0; }
  .key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text2 span { font-size: 4rem; }
  .key_visual .key_on .key_on_notice .key_on_open span.key_on_open_text3 { font-size: 3rem; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; height: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: 0 5px 3px -3px #3f77c6 inset; box-shadow: 0 5px 3px -3px #3f77c6 inset; }
  .key_visual_low h1 { color: #0055a2; font-weight: normal; font-size: 4rem; text-align: center; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 121px; margin: 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; max-width: 2000px; position: relative; border-bottom: #8cc66d 3px solid; -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.4); box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.4); }
  .main_nav_pc nav { width: 1110px; height: 121px; margin: 0 auto; padding: 0 0 0 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-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1110px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 121px; padding: 0 0 0 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 185px; height: 121px; line-height: 120%; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #444444; height: 121px; width: 100%; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0 0 0 0; text-align: center; letter-spacing: 0.05em; 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; }
  .main_nav_pc nav ul li a span { height: 70px; width: 100%; border-left: #c1c1c1 1px solid; }
  .main_nav_pc nav ul li a span span { font-size: 1.8rem; color: #444444; display: block; height: auto; width: auto; border-left: none; line-height: 170%; }
  .main_nav_pc nav ul li a span i { color: #8cc66d; font-size: 3.4rem; margin: 0 0 6px 0; }
  .main_nav_pc nav ul li a span i.icon-down-open { display: none; }
  .main_nav_pc nav ul li a span i.icon-home { font-size: 3.8rem; }
  .main_nav_pc nav ul li a span i.icon-treatment02 { font-size: 3.2rem; }
  .main_nav_pc nav ul li a span i.icon-clinic { font-size: 3rem; }
  .main_nav_pc nav ul li a:hover { border-bottom: #8cc66d 9px solid; padding: 9px 0 0 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li 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; display: none; width: 1110px; height: auto; margin: 0 0 0 -370px; }
  .main_nav_pc nav ul li ul.open_nav { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .main_nav_pc nav ul li ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 185px; height: 50px; line-height: 120%; text-align: center; font-weight: normal; background-color: #ffffff; border-left: #c1c1c1 1px solid; border-bottom: #c1c1c1 1px solid; /*
&.atopic{ border-right: $color5 1px solid;
}
*/ }
  .main_nav_pc nav ul li ul li a { text-decoration: none; color: #444444; height: 50px; width: 100%; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0 0 0 5px; text-align: center; letter-spacing: 0.05em; 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-size: 1.8rem; }
  .main_nav_pc nav ul li ul li a span { display: none; }
  .main_nav_pc nav ul li ul li a:hover { border-bottom: #8cc66d 9px solid; padding: 9px 0 0 5px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul li.self { border-right: #c1c1c1 1px solid; }
  .main_nav_pc nav ul li ul li.prescription { display: none; }
  .main_nav_pc nav ul li:last-child a span { border-right: #c1c1c1 1px solid; }
  .main_nav_pc nav ul li:last-child a span span { border-right: none; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.top_notice { width: 96%; border: #0055a2 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 6rem auto; text-align: left; font-size: 1.4rem; text-decoration: none; display: block; padding: 0.6rem; color: #003399; }

.top_notice2 { width: 96%; border: #0055a2 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 6rem auto; text-align: left; font-size: 1.4rem; text-decoration: none; display: block; padding: 0.6rem; color: #444444; }
.top_notice2 .top_notice2_link { color: #ffffff; font-weight: bold; background-color: #729c5b; padding: 0.5rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }

.notice_frame { width: 96%; margin: 0 auto 2rem auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0 0; height: auto; }
.notice_frame dl { overflow-y: scroll; height: 100vw; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.6rem; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center top; background-size: cover; border: #b4b4b4 1px solid; }
.notice_frame dl dt { margin: 0 0 0.6rem 0; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #0055a2; padding: 1.6rem 0 0 0; }
.notice_frame dl dd { color: #444444; margin: 0 0 0 0; padding: 0 0 1.6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; line-height: 120%; }
.notice_frame dl dd span.link_text { display: block; }
.notice_frame dl dd span.link_text a { color: #0055a2; }

@media screen and (min-width: 768px), print { .top_notice { width: 100%; border: #0055a2 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 100px 0; text-align: left; font-size: 1.8rem; text-decoration: none; display: block; padding: 20px; color: #003399; }
  .top_notice2 { width: 100%; border: #0055a2 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 100px 0; text-align: left; font-size: 1.8rem; text-decoration: none; display: block; padding: 20px; color: #444444; }
  .top_notice2 .top_notice2_link { color: #ffffff; font-weight: bold; background-color: #729c5b; padding: 5px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
  .top_notice2 .top_notice2_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .notice_frame { width: 825px; margin: 0 auto 22px auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0 0; height: auto; }
  .notice_frame dl { overflow-y: scroll; height: 520px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px 13px; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center top; background-size: cover; border: #b4b4b4 1px solid; }
  .notice_frame dl dt { margin: 0 0 10px 0; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #0055a2; padding: 0 0 0 0; }
  .notice_frame dl dd { color: #444444; margin: 0 0 16px 0; padding: 0 0 16px 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; line-height: 180%; }
  .notice_frame dl dd span.link_text { display: block; }
  .notice_frame dl dd span.link_text a { color: #0055a2; }
  .notice_frame dl:first-child dt { padding: 0; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/*----------------------------------------------------------- 当院の特長
----------------------------------------------------------- */
.features_frame .features_box { width: 96%; margin: 0 auto 2rem auto; position: relative; padding: 0 0 1rem 0; }
.features_frame .features_box img { width: 100%; height: auto; }
.features_frame .features_box .features_box_num { font-size: 3rem; background-color: #ffffff; border-radius: 50%; width: 16vw; height: 16vw; 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-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); margin: -8vw auto 0 auto; position: relative; z-index: 1; line-height: 120%; }
.features_frame .features_box .num_green { color: #b4db61; }
.features_frame .features_box .num_blue { color: #6dc6b0; }
.features_frame .features_box section { margin: 0; }
.features_frame .features_box section h3.features_title { text-align: center; color: #444444; font-size: 1.8rem; font-weight: normal; margin: 1rem 0 1rem 0; background: none; }
.features_frame .features_box section .features_text { width: 90%; margin: 0 auto; color: #444444; }
.features_frame .features_box_green { background-color: #e5f9d2; }
.features_frame .features_box_blue { background-color: #c9f4e2; }
.features_frame .features_box_emp { display: none; }

@media screen and (min-width: 768px), print { .features_frame { width: 825px; 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; }
  .features_frame .features_box { width: 400px; height: 550px; margin: 0 0 26px 0; position: relative; padding: 0 0 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_frame .features_box img { width: 400px; height: auto; }
  .features_frame .features_box .features_box_num { font-size: 5rem; background-color: #ffffff; border-radius: 50%; width: 82px; height: 82px; 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-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); margin: -41px auto 0 auto; position: relative; z-index: 1; line-height: 120%; }
  .features_frame .features_box .num_green { color: #b4db61; }
  .features_frame .features_box .num_blue { color: #6dc6b0; }
  .features_frame .features_box section { margin: 0; }
  .features_frame .features_box section h3.features_title { text-align: center; color: #444444; font-size: 2.6rem; font-weight: normal; margin: 19px 0 20px 0; line-height: 120%; background: none; }
  .features_frame .features_box section .features_text { width: 90%; margin: 0 auto; color: #444444; font-size: 2rem; line-height: 140%; }
  .features_frame .features_box_green { background-color: #e5f9d2; }
  .features_frame .features_box_blue { background-color: #c9f4e2; }
  .features_frame .features_box_short { height: 490px; }
  .features_frame .features_box_emp { display: block; }
  .features_frame .features_box_emp img { width: 40%; max-width: 178px; margin: 157px auto 0 auto; display: block; } }
/*----------------------------------------------------------- カレンダー
----------------------------------------------------------- */
.calender_notice { margin: 0 auto 0.4rem auto; width: 96%; font-size: 1.4rem; }
.calender_notice i.icon_orange { color: #f9b887; }
.calender_notice i.icon_blue { color: #a8dbf4; margin: 0 0 0 1rem; }

.calender_box table { width: 100%; }

@media screen and (min-width: 768px), print { .calender_notice { margin: 0 0 10px 0; width: 100%; font-size: 2rem; }
  .calender_notice i.icon_orange { color: #f9b887; }
  .calender_notice i.icon_blue { color: #a8dbf4; margin: 0 0 0 1rem; }
  .calender_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; width: 825px; }
  .calender_box table { width: 400px; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f0fa+0,ffffff+100 */ background: #e5f0fa; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#e5f0fa), to(white)); background: linear-gradient(to bottom, #e5f0fa 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ width: 100%; margin: 0; padding: 2rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_bg { background: url(../images/overview_bg.png) repeat-x; background-size: contain; background-position: left bottom; padding: 0 0 20vw 0; }
.overview .overview_bg .overview_frame .overview_left { width: 96%; margin: 0 auto; }
.overview .overview_bg .overview_frame .overview_left img.overview_logo { width: 90%; display: block; margin: 0 auto 1rem auto; }
.overview .overview_bg .overview_frame .overview_left p { margin: 0; }
.overview .overview_bg .overview_frame .overview_left p.overview_tel { color: #55b285; font-weight: bold; font-size: 2.4rem; margin: 1rem 0 0.5rem 0; }
.overview .overview_bg .overview_frame .overview_left p.overview_tel a { color: #55b285; text-decoration: none; }
.overview .overview_bg .overview_frame .overview_left p.overview_tel_notice { margin: 0 0 1rem 0; }
.overview .overview_bg .overview_frame .overview_left p.overview_tel_notice a { color: #729c5b; text-decoration: none; font-weight: bold; }
.overview .overview_bg .overview_frame .overview_left p.overview_tel_notice a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.overview .overview_bg .overview_frame .overview_left hr.overview_line { border: none; border-bottom: #b4b4b4 1px solid; }
.overview .overview_bg .overview_frame .overview_left .overview_card { 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; margin: 0 0 2rem 0; padding: 0; }
.overview .overview_bg .overview_frame .overview_left .overview_card p { width: 100%; margin: 0 0 1rem 0; text-align: center; }
.overview .overview_bg .overview_frame .overview_left .overview_card figure { width: 33.333%; text-align: center; margin: 0 0 1.5rem 0; }
.overview .overview_bg .overview_frame .overview_left .overview_card figure img { width: auto; max-height: 30px; }
.overview .overview_bg .overview_frame .overview_left .overview_card figure figcaption { margin: 0.5rem 0 0; font-size: 1.4rem; text-align: center; }
.overview .overview_bg .overview_frame .overview_right { margin: 2rem auto 0 auto; width: 96%; }
.overview .overview_bg .overview_frame .overview_right iframe.googlemap { border: #999999 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 500px; margin: 0 auto; }
.overview .overview_bg .overview_frame .overview_right a { font-size: 1.4rem; color: #444444; text-align: right; text-decoration: none; display: block; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { .overview { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f0fa+0,ffffff+100 */ background: #e5f0fa; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#e5f0fa), to(white)); background: linear-gradient(to bottom, #e5f0fa 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ width: 100%; height: 1020px; margin: 100px 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_bg { background: url(../images/overview_bg.png) repeat-x; background-size: 501px; background-position: left bottom; padding: 150px 0 0 0; height: 1020px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_bg .overview_frame { height: 950px; 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: 1110px; margin: 0 auto 0 auto; }
  .overview .overview_bg .overview_frame .overview_left { width: 540px; margin: 0; }
  .overview .overview_bg .overview_frame .overview_left img.overview_logo { width: 420px; display: block; margin: 0 0 40px 0; }
  .overview .overview_bg .overview_frame .overview_left p { margin: 0; font-size: 2rem; line-height: 130%; }
  .overview .overview_bg .overview_frame .overview_left p.overview_tel { color: #55b285; font-weight: bold; font-size: 3.6rem; margin: -10px 0 0 0; }
  .overview .overview_bg .overview_frame .overview_left p.overview_tel i { font-size: 3rem; }
  .overview .overview_bg .overview_frame .overview_left p.overview_tel a { color: #55b285; text-decoration: none; }
  .overview .overview_bg .overview_frame .overview_left p.overview_tel_notice { margin: 0 0 40px 0; }
  .overview .overview_bg .overview_frame .overview_left hr.overview_line { border: none; border-bottom: #b4b4b4 2px solid; margin: 10px 0 20px 0; }
  .overview .overview_bg .overview_frame .overview_left .overview_card { 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; width: 100%; margin: 0 0 40px 0; padding: 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_bg .overview_frame .overview_left .overview_card p { width: 100%; margin: 0 0 1.5rem 0; text-align: center; }
  .overview .overview_bg .overview_frame .overview_left .overview_card figure { width: auto; }
  .overview .overview_bg .overview_frame .overview_left .overview_card figure img { width: auto; max-height: 30px; }
  .overview .overview_bg .overview_frame .overview_left .overview_card figure figcaption { margin: 0.5rem 0 0; font-size: 1.6rem; text-align: center; }
  .overview .overview_bg .overview_frame .overview_right { margin: 0; width: 540px; }
  .overview .overview_bg .overview_frame .overview_right iframe.googlemap { border: #999999 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 600px; margin: 0 auto; }
  .overview .overview_bg .overview_frame .overview_right a { font-size: 1.8rem; color: #444444; text-align: right; text-decoration: none; display: block; margin: 6px 0 0 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #8cc66d; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
footer .footer_logo { margin: 2rem 0; text-align: center; }
footer .footer_logo img { width: 70%; max-width: 285px; }

.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: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 65%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #8cc66d; padding: 1rem 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: 0.6rem; }
.footer_link .footer_web { width: 20%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #8cc66d; padding: 1rem 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: 0.6rem; }
.footer_link .smoothScrolls { background-color: #8cc66d; width: 30%; 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: 0.6rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 250px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; background-color: #8cc66d; position: relative; }
  footer .footer_frame { display: block; width: 1110px; height: auto; margin: 0 auto 0 auto; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  footer .footer_frame ul.footer_list_main { list-style-type: none; 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; width: 100%; margin: 60px 0 0 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 0 20px 10px; }
  footer .footer_frame ul.footer_list_main li a { color: #ffffff; font-size: 1.5rem; text-decoration: none; }
  footer .footer_frame ul.footer_list_main li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_main li a i { display: none; }
  footer .footer_frame ul.footer_list_main li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 10px; color: #ffffff; font-size: 1.5rem; }
  footer .footer_frame ul.footer_list_main li ul { display: none; }
  footer .footer_frame ul.footer_list_main li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_main li.treatment { display: none; }
  footer .footer_frame ul.footer_list_aside { list-style-type: none; 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; width: 100%; }
  footer .footer_frame ul.footer_list_aside li { margin: 0 0 20px 10px; }
  footer .footer_frame ul.footer_list_aside li a { color: #ffffff; font-size: 1.5rem; text-decoration: none; }
  footer .footer_frame ul.footer_list_aside li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_aside li a i { display: none; }
  footer .footer_frame ul.footer_list_aside li a span { display: none; }
  footer .footer_frame ul.footer_list_aside li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 10px; color: #ffffff; font-size: 1.5rem; }
  footer .footer_frame ul.footer_list_aside li ul { display: none; }
  footer .footer_frame ul.footer_list_aside li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_aside li.doctors { display: none; }
  footer .footer_frame ul.footer_list_aside li.caloo { display: none; }
  footer .copyright { text-align: center; padding: 0; color: #ffffff; font-size: 1.5rem; height: auto; max-width: 2000px; border-top: none; letter-spacing: 0.05em; background-color: #8cc66d; position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; display: block; }
  footer .copyright a { color: #ffffff; text-decoration: none; white-space: nowrap; letter-spacing: 0.1em; }
  footer .copyright a:hover { text-decoration: underline; }
  footer .footer_logo { margin: 0 0 40px 0; text-align: center; }
  footer .footer_logo img { width: 285px; max-width: 285px; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 100px; left: 50%; margin: 0 0 0 600px; text-align: center; z-index: 999999; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 0; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 130px; left: 90%; margin: 0 0 0 0; height: 90px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #0055a2 1px solid; background-color: #ffffff; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #0055a2; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #0055a2 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.05em; 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; line-height: 140%; }
.drawr ul.hbg li a .pre { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li a i.icon-down-open { display: inline; }
.drawr ul.hbg li a img { max-width: 250px; }
.drawr ul.hbg li a.map { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 1.2rem; border: #0055a2 1px solid; width: 250px; margin: 1rem auto; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li a i { display: none; }
.drawr ul.hbg li.doctors a { border-bottom: none; }

.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: 12vw; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { 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: 42px; 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: 12px; 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 0 0.6rem 0; background-color: #0055a2; border: #0055a2 1px solid; }

/*見出し*/
h1 { margin: 0; }

h2.general { 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; margin: 4rem 0 1.4rem 0; }
h2.general span { color: #0055a2; font-size: 2.2rem; font-weight: normal; text-align: center; display: block; margin: 0 1rem; }
h2.general::before { content: url(../images/h2_icon_left.png); }
h2.general::after { content: url(../images/h2_icon_right.png); }
h2.first { margin: 0.4rem 0 1.4rem 0; }

h3 { color: #3c7a1b; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 0.2rem 0 1rem 0; line-height: 150%; }
h3.first { margin: 0 0 1rem 0; }

h4 { color: #3192ea; font-weight: normal; font-size: 1.8rem; padding: 0 0 0.4rem 0; margin: 0 0 1rem 0; border-bottom: #3192ea 4px solid; margin: 2rem 0 1rem 0; line-height: 150%; }
h4.first { margin: 0 0 1rem 0; }

h5 { color: #028c8a; font-weight: normal; font-size: 1.7rem; padding: 0 0 0.4rem 0; margin: 2rem 0 1rem 0; border-bottom: #028c8a 4px dotted; line-height: 150%; }
h5.first { margin: 0.1rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.general { 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; margin: 80px 0 30px 0; }
  h2.general span { color: #0055a2; font-size: 3.2rem; font-weight: normal; text-align: center; display: block; margin: 0 16px; }
  h2.general::before { content: url(../images/h2_icon_left.png); }
  h2.general::after { content: url(../images/h2_icon_right.png); }
  h2.first { margin: 5px 0 30px 0; }
  h3 { color: #3c7a1b; font-weight: normal; font-size: 3rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 70px 0 20px 0; line-height: 160%; }
  h3.first { margin: 0 0 20px 0; }
  h4 { color: #3192ea; font-weight: normal; font-size: 2.8rem; padding: 0 0 8px 0; border-bottom: #3192ea 4px solid; margin: 60px 0 20px 0; line-height: 160%; }
  h4.first { margin: 0 0 20px 0; }
  h5 { color: #028c8a; font-weight: normal; font-size: 2.6rem; padding: 0 0 6px 0; margin: 50px 0 20px 0; border-bottom: #028c8a 4px dotted; line-height: 160%; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { 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; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { 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; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_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; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
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_circle { line-height: 160%; font-size: 1.4rem; list-style-type: circle; margin: 0; }
ul.list_circle 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 top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
ul.list_maru li a { color: #0055a2; text-decoration: none; }
ul.list_maru li span { color: #0055a2; }

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 top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two li a { color: #0055a2; }

/*なし*/
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_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-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; }
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; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; 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.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 140%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
  ul.list_maru li a { color: #0055a2; }
  ul.list_maru li span { color: #0055a2; }
  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: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #0055a2; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; 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.8rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; 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.8rem; 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 20px 0; line-height: 120%; }
dl.bio_list dt { width: 20%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 80%; 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.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1110px; }
  dl.bio_list dt { width: 80px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1030px; margin: 0 0 20px 0; } }
/*アサイド*/
aside { display: none; }

a.qr_sp { width: 96%; border: #0055a2 5px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; text-align: center; font-size: 1.4rem; text-decoration: none; display: block; padding: 0; color: #003399; 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; align-items: center; height: 22vw; }
a.qr_sp img { width: 15%; margin: 0 0 0 5%; }
a.qr_sp span { width: 80%; color: #003399; font-size: 1.8rem; text-align: left; padding: 0 0 0 1rem; line-height: 140%; }
a.qr_sp span span { display: inline; text-align: left; padding: 0 0 0 1rem; }

.aside_sp_box { margin: 0 0 10px 0; }

.aside_sp_title { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 96%; height: auto; line-height: 140%; color: #ffffff; font-size: 1.4rem; padding: 1rem 1rem 1rem 1rem; cursor: pointer; margin: 1rem auto 0 auto; text-align: center; letter-spacing: 0.1em; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc66d+0,6dc69b+100 */ background: #8cc66d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#8cc66d), to(#6dc69b)); background: linear-gradient(to right, #8cc66d 0%, #6dc69b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc66d', endColorstr='#6dc69b',GradientType=1 ); /* IE6-9 */ }
.aside_sp_title::after { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #ffffff; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; right: 1em; top: 0; bottom: 0; -webkit-transition: 0.5s; transition: 0.5s; }

.aside_sp_title.open::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }

ul.aside_sp_list { display: none; list-style-type: none; width: 96%; margin: 0 auto; padding: 0 0 0.2rem 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc66d+0,6dc69b+100 */ background: #8cc66d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#8cc66d), to(#6dc69b)); background: linear-gradient(to right, #8cc66d 0%, #6dc69b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc66d', endColorstr='#6dc69b',GradientType=1 ); /* IE6-9 */ }
ul.aside_sp_list li { margin: 0 0 0.2rem 0; width: 100%; height: auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.aside_sp_list li a { color: #0055a2; font-size: 1.4rem; background-color: #ffffff; width: 98%; height: auto; margin: 0 auto; 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; text-decoration: none; padding: 0.6rem 0 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.aside_sp_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
ul.aside_sp_list li.map { 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; }
ul.aside_sp_list li.map span { width: auto; font-size: 1.2rem; margin: 0 0.4rem 0 0; }

@media screen and (min-width: 768px), print { .aside_sp { display: none; }
  aside { display: block; width: 255px; }
  aside .qr { width: 255px; height: 80px; border: #0055a2 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 58px 0; 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-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 18px; line-height: 240%; }
  aside .qr img { width: 45px; }
  aside .qr span { color: #003399; font-size: 1.8rem; text-align: left; margin: 0 0 0 5px; }
  aside .qr:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  aside p.aside_title { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc66d+0,6dc69b+100 */ background: #8cc66d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#8cc66d), to(#6dc69b)); background: linear-gradient(to right, #8cc66d 0%, #6dc69b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc66d', endColorstr='#6dc69b',GradientType=1 ); /* IE6-9 */ font-size: 2.6rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 18px 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_list1 { list-style-type: none; }
  aside ul.aside_list1 li { margin: 0 0 9px 0; width: 255px; height: 80px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc66d+0,6dc69b+100 */ background: #8cc66d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#8cc66d), to(#6dc69b)); background: linear-gradient(to right, #8cc66d 0%, #6dc69b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc66d', endColorstr='#6dc69b',GradientType=1 ); /* IE6-9 */ padding: 1px 0 0 1px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside ul.aside_list1 li a { color: #0055a2; font-size: 2rem; background-color: #ffffff; width: 253px; height: 74px; margin: 0 0 0 0; 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; text-decoration: none; padding: 0 0 0 19px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside ul.aside_list1 li a span { padding: 0 5px 0 0; }
  aside ul.aside_list1 li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  aside ul.aside_list2 { list-style-type: none; }
  aside ul.aside_list2 li { margin: 36px 0 0 0; width: 255px; height: 100px; }
  aside ul.aside_list2 li a { width: 255px; height: 100px; 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; text-decoration: none; padding: 0 0 0 19px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 2rem; }
  aside ul.aside_list2 li a span { margin: 0 8px 0 0; }
  aside ul.aside_list2 li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  aside ul.aside_list2 li.prescription a { background: url(../images/aside_bana.jpg) no-repeat; }
  aside ul.aside_list2 li.recruit { margin: 10px 0 0 0; }
  aside ul.aside_list2 li.recruit a { background: url(../images/aside_bana2.jpg) no-repeat; }
  aside ul.aside_list2 li.doctors { margin: 10px 0 0 0; }
  aside ul.aside_list2 li.doctors a { padding: 0; margin: 0; }
  aside ul.aside_list2 li.doctors a img { width: 100%; height: auto; }
  aside ul.aside_list2 li.map { margin: 26px 0 0 0; }
  aside ul.aside_list2 li.map a { width: 255px; height: 100px; text-decoration: none; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #0f78cc; font-size: 1.6rem; border: #b2d0f3 2px solid; line-height: 180%; position: relative; }
  aside ul.aside_list2 li.map a span.text1 { position: absolute; top: 20px; left: 17px; }
  aside ul.aside_list2 li.map a span.text2 { position: absolute; top: 20px; left: 125px; }
  aside ul.aside_list2 li.map a span.text3 { position: absolute; top: 55px; left: 17px; font-size: 2.4rem; }
  aside ul.aside_list2 li.map a span.text4 { position: absolute; top: 20px; left: 53px; }
  aside ul.aside_list2 li.map a span.text5 { position: absolute; top: 55px; left: 53px; font-size: 2.4rem; }
  aside ul.aside_list2 li.map a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  aside ul.aside_list2 li.caloo { margin: 20px 0 0 0; }
  aside ul.aside_list2 li.caloo a { padding: 0; }
  aside ul.aside_list2 li.caloo a img { width: 100%; height: auto; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
/*キービジュアル内*/
.key_on_time { background-color: #93cafc; width: 96%; margin: 1rem auto 0 auto; padding: 0.4rem 0.4rem 0.8rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_on_time .key_on_time_title { text-align: center; color: #0055a2; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
.key_on_time table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 96%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; }
.key_on_time table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_on_time table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
.key_on_time table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #0055a2; border-bottom: #93cafc 1px solid; }
.key_on_time table.timetable tr th span.title { display: none; }
.key_on_time 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: #0055a2; background-color: #ffffff; border-bottom: #93cafc 1px solid; }
.key_on_time table.timetable tr td.time { width: 30%; text-align: center; }
.key_on_time .notice_time { font-size: 3.2vw; margin: 0 auto; width: 96%; background-color: #ffffff; color: #0055a2; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*医院概要*/
.overview_timetable 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%; }
.overview_timetable table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_timetable table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
.overview_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #b4b4b4; }
.overview_timetable table.timetable tr th span.title { display: none; }
.overview_timetable 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: #444444; border-bottom: #b4b4b4 1px solid; }
.overview_timetable table.timetable tr td.time { width: 30%; text-align: center; }
.overview_timetable .notice_time { font-size: 3.2vw; margin: 0; width: 100%; color: #444444; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*下層*/
.low_timetable 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%; }
.low_timetable table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
.low_timetable table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
.low_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #b4b4b4; }
.low_timetable table.timetable tr th span.title { display: none; }
.low_timetable 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: #444444; border-bottom: #b4b4b4 1px solid; }
.low_timetable table.timetable tr td.time { width: 30%; text-align: center; }
.low_timetable .notice_time { font-size: 3.2vw; margin: 0; width: 100%; color: #444444; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { /*キービジュアル内*/
  .key_on_time { position: absolute; top: 258px; right: 0; background-color: #93cafc; width: 430px; height: 250px; margin: 0; padding: 2px 5px 5px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
  .key_on_time .key_on_time_title { text-align: center; color: #0055a2; font-size: 2.6rem; margin: 0 0 0 0; }
  .key_on_time table.timetable { padding: 0; margin: 0; vertical-align: middle; width: 420px; height: 168px; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; }
  .key_on_time table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_on_time table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
  .key_on_time table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 2rem; padding: 1px 0; vertical-align: middle; color: #0055a2; border-bottom: #93cafc 1px solid; line-height: 80%; }
  .key_on_time table.timetable tr th span.title { display: none; }
  .key_on_time table.timetable tr th.holiday { width: 50px; }
  .key_on_time table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 16px 0; vertical-align: middle; color: #0055a2; background-color: #ffffff; border-bottom: #93cafc 1px solid; line-height: 80%; }
  .key_on_time table.timetable tr td.time { width: 150px; text-align: center; font-size: 2rem; }
  .key_on_time .notice_time { font-size: 1.6rem; margin: 0 auto; width: 420px; }
  /*医院概要*/
  .overview_timetable 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%; }
  .overview_timetable table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_timetable table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
  .overview_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 10px 0; vertical-align: middle; color: #ffffff; background-color: #b4b4b4; }
  .overview_timetable table.timetable tr th span.title { display: none; }
  .overview_timetable table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #444444; border-bottom: #b4b4b4 1px solid; }
  .overview_timetable table.timetable tr td.time { width: 135px; text-align: center; }
  .overview_timetable .notice_time { font-size: 1.8rem; margin: 15px 0 0 0; width: 100%; color: #444444; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*下層*/
  .low_timetable 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%; }
  .low_timetable table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low_timetable table.timetable tr.line_solid { border-bottom: #0055a2 1px solid; }
  .low_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 10px 0; vertical-align: middle; color: #ffffff; background-color: #b4b4b4; }
  .low_timetable table.timetable tr th span.title { display: none; }
  .low_timetable table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #444444; border-bottom: #b4b4b4 1px solid; }
  .low_timetable table.timetable tr td.time { width: 135px; text-align: center; }
  .low_timetable .notice_time { font-size: 1.8rem; margin: 15px 0 0 0; width: 100%; color: #444444; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #8cc66d; text-align: center; display: block; margin: 30px auto; }

strong { font-size: 1.4rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; }

.text_bold { font-weight: bold; }

.two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.green_btn { font-size: 1.4rem; color: #ffffff; width: 98%; padding: 1rem; margin: 0 auto; border-radius: 0.4rem; display: block; text-align: left; background-color: #8cc66d; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.green_btn2 { font-size: 1.4rem; color: #ffffff; width: 98%; padding: 1rem; margin: 0 auto; border-radius: 0.4rem; display: block; text-align: left; background-color: #8cc66d; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.uketuke_text { color: #0055a2; font-weight: bold; margin: 0 0 0 0; }

.yoyaku_num_text { margin: 2rem 0 0 0; color: #0055a2; font-weight: bold; }

.yoyaku_num { 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; color: #0055a2; font-size: 2.4rem; }
.yoyaku_num a { color: #0055a2; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
.yoyaku_num p { color: #0055a2; font-size: 2rem; font-weight: bold; text-decoration: none; }

.green_box { background-color: #8cc66d; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; }

.orange_box { border: #c1c1c1 2px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; }
.orange_box dl { 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; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; line-height: 170%; }
.orange_box dl dt { width: 12%; margin: 0 0 0.6rem 0; }
.orange_box dl dd { width: 88%; margin: 0 0 0.6rem 0; }
.orange_box span.num { font-size: 1.2rem; color: #ffffff; background-color: #0055a2; border-radius: 50%; width: 5vw; height: 5vw; display: inline-block; text-align: center; line-height: 120%; }
.orange_box span.btn { color: #0055a2; background-color: #ffffff; border: #0055a2 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }

.flow_box { background-color: #8cc66d; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 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; }
.flow_box .flow_no { 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; }
.flow_box .flow_no span { font-size: 1.4rem; color: #ffffff; background-color: #0055a2; border-radius: 50%; 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; width: 7vw; height: 7vw; }
.flow_box div { width: 85%; }
.flow_box div p { margin: 0; line-height: 180%; }
.flow_box div a { color: #0055a2; }
.flow_box div span { color: #0055a2; }
.flow_box div span.btn { color: #0055a2; background-color: #ffffff; border: #0055a2 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
.flow_box div .title { color: #0055a2; font-weight: bold; }

.link_text { color: #0055a2; }

@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 #8cc66d; text-align: center; display: block; margin: 30px auto; }
  strong { font-size: 1.8rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 160%; }
  .text_bold { font-weight: bold; }
  .two_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; }
  .two_box section { width: 50%; }
  .low_link { 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: 80%; margin: 0 auto; }
  .low_link p { width: 45%; height: auto; }
  .green_btn { font-size: 1.8rem; color: #ffffff; width: 400px; height: 70px; padding: 0; border-radius: 0.4rem; 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-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #8cc66d; text-decoration: none; }
  .green_btn:hover { opacity: 0.6; }
  .green_btn2 { font-size: 1.8rem; color: #ffffff; width: 60%; height: 70px; padding: 0; border-radius: 0.4rem; 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-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #8cc66d; text-decoration: none; }
  .green_btn2:hover { opacity: 0.6; }
  .uketuke_text { color: #0055a2; font-weight: bold; margin: 0 0 0 0; }
  .yoyaku_num_text { margin: 40px 0 0 0; color: #0055a2; font-weight: bold; }
  .yoyaku_num { 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; color: #0055a2; font-size: 4rem; }
  .yoyaku_num a { color: #0055a2; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
  .yoyaku_num p { color: #0055a2; font-size: 2rem; font-weight: bold; text-decoration: none; }
  .green_box { background-color: #8cc66d; padding: 25px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box { border: #c1c1c1 2px solid; padding: 25px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box dl { width: 896px; 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; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; line-height: 170%; }
  .orange_box dl dt { width: 50px; margin: 0 0 1rem 0; }
  .orange_box dl dd { width: 846px; margin: 0 0 1rem 0; }
  .orange_box span.num { font-size: 1.6rem; color: #ffffff; background-color: #0055a2; border-radius: 50%; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 180%; }
  .orange_box span.btn { color: #0055a2; background-color: #ffffff; border: #0055a2 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .flow_box { background-color: #8cc66d; padding: 25px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; 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; }
  .flow_box .flow_no { 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; }
  .flow_box .flow_no span { font-size: 1.8rem; color: #ffffff; background-color: #0055a2; border-radius: 50%; 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; width: 40px; height: 40px; }
  .flow_box div { width: 800px; margin: 0 0 0 20px; line-height: 180%; }
  .flow_box div a { color: #0055a2; }
  .flow_box div span { color: #0055a2; }
  .flow_box div span.btn { color: #0055a2; background-color: #ffffff; border: #0055a2 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .flow_box div .title { color: #0055a2; font-weight: bold; }
  .link_text { color: #0055a2; }
  .link_text:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 10px 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }
figure.doctor_img figcaption { font-size: 1.4rem; font-weight: bold; margin: 0.4rem 0 1rem 0; }

.doctor_name { text-align: right; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 10px 20px; text-align: center; }
  figure.doctor_img img { width: 244px; height: auto; }
  figure.doctor_img figcaption { font-size: 1.8rem; font-weight: bold; margin: 15px 0 0 0; }
  .doctor_name { text-align: right; }
  .doctor_name span { font-size: 2.2rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

.access_tel i { color: #0055a2; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #0055a2; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #0055a2; font-weight: bold; font-size: 2rem; }

.access_text a { color: #444444; }
.access_text a:hover { opacity: 0.6; }

.access_tel_notice a { color: #729c5b; text-decoration: none; font-weight: bold; }
.access_tel_notice a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_tel i { color: #0055a2; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #0055a2; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #0055a2; font-weight: bold; font-size: 3rem; }
  .access_tel_notice a { color: #729c5b; text-decoration: none; font-weight: bold; }
  .access_tel_notice a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #0055a2; 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: #0055a2; color: #ffffff; font-size: 2rem; text-align: center; padding: 2rem 0; }
  a.low_bana:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　下層リンクボタン
----------------------------------------------------------- */
ul.list_der { 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; }
ul.list_der li { width: 48%; margin: 0 0 1rem 0; }
ul.list_der li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

ul.list_der2 { 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; margin: 2rem 0 0 0; }
ul.list_der2 li { width: 48%; margin: 0 0 1rem 0; }
ul.list_der2 li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

ul.list_areata { 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; }
ul.list_areata li { width: 48%; margin: 0 0 1rem 0; }
ul.list_areata li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

@media screen and (min-width: 768px), print { ul.list_der { 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; }
  ul.list_der li { width: 30%; margin: 0 0 1rem 0; }
  ul.list_der li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_der li a:hover { opacity: 0.6; }
  ul.list_der2 { 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; margin: 40px 0 0 0; }
  ul.list_der2 li { width: 30%; margin: 0 0 1rem 0; }
  ul.list_der2 li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_der2 li a:hover { opacity: 0.6; }
  ul.list_areata { 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; margin: 40px 0 0 0; }
  ul.list_areata li { width: 48%; margin: 0 0 1rem 0; }
  ul.list_areata li a { 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; width: 100%; text-decoration: none; background-color: #0055a2; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_areata li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #444444 1px solid; font-size: 1.4rem; }
table.price_table tr { border-bottom: #444444 1px solid; }
table.price_table tr th { width: 70%; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #444444 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
table.price_table tr td { width: 30%; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }

.two_img_list figure { width: 90%; margin: 0 auto 4rem auto; }
.two_img_list figure img { width: 100%; }
.two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #444444 1px solid; font-size: 1.8rem; }
  table.price_table tr { border-bottom: #444444 1px solid; }
  table.price_table tr th { width: 70%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #444444 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
  table.price_table tr td { width: 30%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }
  .two_img_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; }
  .two_img_list figure { width: 400px; margin: 0 0 60px 0; }
  .two_img_list figure img { width: 100%; }
  .two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 3rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 20px 0 20px 0; } }
/* -----------------------------------------------------------
　求人
----------------------------------------------------------- */
table.recruit_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 96%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.4rem; }
table.recruit_table tr th { width: 30%; background-color: #0055a2; color: #ffffff; vertical-align: middle; padding: 0.6rem 0; font-weight: normal; border-bottom: #ffffff 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.recruit_table tr td { width: 70%; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #0055a2 1px solid; }
table.recruit_table tr:last-child th { border-bottom: #0055a2 1px solid; }

table.tbtm { margin: 0 auto 1rem auto; }

.mail { margin: 0 0 1rem 1rem; }
.mail img { width: 248px; }

@media screen and (min-width: 768px), print { table.recruit_table { padding: 0; margin: 0 auto 4rem auto; vertical-align: middle; width: 96%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.8rem; }
  table.recruit_table tr th { width: 30%; background-color: #0055a2; color: #ffffff; vertical-align: middle; padding: 2rem 0; font-weight: normal; border-bottom: #ffffff 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.recruit_table tr td { width: 70%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #0055a2 1px solid; }
  table.recruit_table tr:last-child th { border-bottom: #0055a2 1px solid; }
  .mail { margin: 0 0 1rem 0; }
  .mail img { width: 248px; } }

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