@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*メイングリーン/Web予約ボタン色*/
/*濃いグリーン（KV診療時間背景）/「check」のボタン　/著作権表記背景*/
/*グリーン*/
/*黒*/
/*グリーン2*/
/*グリーン3*/
/*グリーン4*/
/*グリーン5*/
/*グリーン6*/
/*グリーン7*/
/*青*/
/*灰色*/
/*黄色*/
/*黒*/
/*灰色*/
/*グリーン8*/
/*グリーン9*/
/*茶色*/
/*オレンジ6*/
/*緑8*/
/*黒2*/
/*緑9*/
/*緑10*/
/*緑11*/
/*緑12*/
/* ----------------------------------------------------------- 特殊フォント
----------------------------------------------------------- */
@font-face { font-family: 'caveat'; src: url(../font/Caveat-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'caveat'; src: url(../font/Caveat-Bold.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #555555; 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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #555555; 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; }

.mt20 { margin-top: 2rem; }

@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; }
  .mt20 { margin-top: 4rem; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 15vw 0; background: url(../images/article_bg.jpg) no-repeat; background-position: center bottom; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.main { height: auto; width: 96%; margin: 0 auto; padding: 2rem 0; }

.main_low { height: auto; width: 96%; margin: 0 auto; padding: 2rem 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 120px 0; background-color: #ffffff; position: relative; z-index: 0; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { height: auto; width: 876px; margin: 0; padding: 6px 38px 46px 38px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .main_low { height: auto; width: 1170px; margin: 38px auto 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 auto; height: auto; padding: 0; height: 60vw; }
header .head_frame { width: 96%; padding: 0; margin: 0 auto; }
header .head_frame .head_logo { width: 75%; margin: 0 0 0 2%; }
header .head_frame .head_logo a img { width: 100%; margin: 5vw 0 0 0; }
header .head_frame .head_info { margin: 2rem 0 0 0; }
header .head_frame .head_info .head_info_tel { font-weight: normal; line-height: 100%; text-align: center; margin: 0; }
header .head_frame .head_info .head_info_tel i { color: #418522; font-size: 2.6rem; margin: 0; }
header .head_frame .head_info .head_info_tel span { color: #639258; font-size: 2.6rem; }
header .head_frame .head_info .head_info_tel a { color: #639258; font-size: 2.6rem; text-decoration: none; }
header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.4rem; width: 80%; margin: 0.6rem auto; padding: 0 0 0.6rem 0; color: #639258; border-bottom: #5ac542 1px solid; }
header .head_frame .head_info .head_info_address span { font-size: 2rem; }
header .head_frame a.head_button { 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; width: 80%; height: 10vw; margin: 1rem auto 0 auto; background-color: #5ac542; color: #ffffff; text-decoration: none; border: #ffffff 1px solid; outline: #5ac542 2px solid; }
header .head_frame a.head_button span { letter-spacing: 0.1em; }
header .head_frame a.head_button span.eng { font-size: 1.2rem; }
header .head_frame a.head_button span.jap { font-size: 1.4rem; }
header .head_frame a.head_button i { font-size: 1.2rem; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 auto; height: auto; padding: 0; height: 120px; }
  header .head_frame { width: 1170px; padding: 0; 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; }
  header .head_frame .head_logo { width: 595px; margin: 0 0 0 0; }
  header .head_frame .head_logo a img { width: 595px; margin: 26px 0 0 0; }
  header .head_frame .head_info { margin: 21px 0 0 180px; width: 276px; }
  header .head_frame .head_info .head_info_tel { font-weight: normal; line-height: 100%; text-align: center; margin: 0; }
  header .head_frame .head_info .head_info_tel i { color: #418522; font-size: 3rem; margin: 0; }
  header .head_frame .head_info .head_info_tel span { color: #639258; font-size: 3rem; }
  header .head_frame .head_info .head_info_tel a { color: #639258; font-size: 3rem; text-decoration: none; }
  header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.8rem; width: 276px; margin: 0 0 10px 0; padding: 0 0 8px 0; color: #639258; border-bottom: #5ac542 1px solid; }
  header .head_frame .head_info .head_info_address span { font-size: 2.2rem; }
  header .head_frame a.head_button { 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; width: 84px; height: 84px; margin: 15px 0 0 0; background-color: #5ac542; color: #ffffff; text-decoration: none; border: #ffffff 1px solid; outline: #5ac542 2px solid; }
  header .head_frame a.head_button span { letter-spacing: 0.1em; }
  header .head_frame a.head_button span.eng { font-size: 2rem; margin: 6px 0 0 0; }
  header .head_frame a.head_button span.jap { font-size: 2.4rem; }
  header .head_frame a.head_button i { font-size: 2rem; line-height: 100%; margin: -4px 0 0 0; }
  header .head_frame a.head_button:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 30vw; }
.key_visual .key_on { display: none;     /* width: 100%; height: 38vw;      display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; .key_open{ width: 80%; height: 25vw; background-color: rgba(255,255,255,0.70); border: $color5 2px solid; outline: rgba(255,255,255,0.70) 5px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction:column; flex-direction:column;
 .open_text1{ color: $color2; font-size: 1rem; margin: 0.6rem 0 0.2rem 0;   span{ font-size: 1.5rem; } } .open_text2{ color: $color2; font-size: 1rem; margin: 0 0 0.2rem 0;   span{ font-size: 1.5rem; }         } .open_text3{  font-size: 1rem; margin: 0; background-color: $color1; color: $color0; padding: 0.2rem 1rem; border-radius: 1rem; letter-spacing: 0.1em; }       } .parking{ display: none; } .time_table{ display: none; } */ }

.key_visual_sp .key_on_sp { width: 100%; height: 38vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.key_visual_sp .key_on_sp .key_open_sp { width: 90%; width: 90%; height: 25vw; background-color: rgba(255, 255, 255, 0.7); border: #a4dd97 2px solid; outline: rgba(255, 255, 255, 0.7) 5px solid; 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; }
.key_visual_sp .key_on_sp .key_open_sp .open_text1 { color: #418522; font-size: 1rem; margin: 0.6rem 0 0.2rem 0; }
.key_visual_sp .key_on_sp .key_open_sp .open_text1 span { font-size: 1.5rem; }
.key_visual_sp .key_on_sp .key_open_sp .open_text2 { color: #418522; font-size: 1rem; margin: 0 0 0.2rem 0; }
.key_visual_sp .key_on_sp .key_open_sp .open_text2 span { font-size: 1.5rem; }
.key_visual_sp .key_on_sp .key_open_sp .open_text3 { font-size: 1rem; margin: 0; background-color: #5ac542; color: #ffffff; padding: 0.2rem 1rem; border-radius: 1rem; letter-spacing: 0.1em; }
.key_visual_sp .key_on_sp .parking { display: none; }
.key_visual_sp .key_on_sp .time_table { display: none; }
.key_visual_sp .qrcode { width: 90%; margin: 1rem auto; background: url(../images/qr.png) no-repeat; background-position: left 2% center; background-size: 20%; background-color: #01b903; text-decoration: none; height: 48vw; 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; padding: 0 0 0 25%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_visual_sp .qrcode span { color: #ffffff; font-size: 1.1rem; font-weight: bold; width: 90%; line-height: 140%; }
.key_visual_sp .parking { font-size: 1.2rem; width: 40%; margin: 1rem auto; background-color: #5ac542; color: #ffffff; padding: 0.2rem 1rem; border-radius: 1rem; letter-spacing: 0.1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.key_visual_sp .parking i { margin: 0 0.2rem 0 0; }
.key_visual_sp .time_table { width: 90%; margin: 0 auto; background-color: #418522; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_visual_sp .time_table 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%; border-bottom: #ffffff 2px solid; background-color: #418522; }
.key_visual_sp .time_table table.timetable tr.line { border-bottom: #ffffff 2px dotted; }
.key_visual_sp .time_table 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: #418522; border-bottom: #ffffff 2px solid; }
.key_visual_sp .time_table 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; background-color: #418522; color: #ffffff; }
.key_visual_sp .time_table table.timetable tr td.time { width: 30%; text-align: center; color: #ffffff; }
.key_visual_sp .time_table table.timetable tr td i { color: #ffffff; }
.key_visual_sp .time_table .notice_time { font-size: 1.2rem; margin: 0; width: 100%; color: #ffffff; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center center; height: 30vw; 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; }
.key_visual_low h1 { color: #414648; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; 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: 630px; position: relative; }
  .key_visual .key_visual_slick { position: relative; top: 0; z-index: 0 !important; }
  .key_visual .key_visual_slick div img { width: 100% !important; }
  .key_visual .key_on { width: 1170px; height: 630px; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; display: block; z-index: 99999999; top: 0; }
  .key_visual .key_on .key_open { position: absolute; bottom: 20px; left: 0; margin: 0 auto; width: 527px; height: 195px; background-color: rgba(255, 255, 255, 0.7); border: #a4dd97 2px solid; outline: rgba(255, 255, 255, 0.7) 11px solid; 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; z-index: 99999; }
  .key_visual .key_on .key_open .open_text1 { color: #418522; font-size: 3rem; margin: 21px 0 0 0; }
  .key_visual .key_on .key_open .open_text1 span { font-size: 4rem; }
  .key_visual .key_on .key_open .open_text2 { color: #418522; font-size: 2.6rem; margin: 0 0 0 0; }
  .key_visual .key_on .key_open .open_text2 span { font-size: 3.4rem; }
  .key_visual .key_on .key_open .open_text3 { font-size: 2.2rem; margin: 10px 0 0 0; background-color: #5ac542; color: #ffffff; padding: 1px 0; border-radius: 2rem; letter-spacing: 0.1em; width: 270px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual .key_on .qrcode { position: absolute; bottom: 20px; left: 0; width: 560px; margin: 0; background: url(../images/qr.png) no-repeat; background-position: left 10px center; background-size: 90px; background-color: #01b903; text-decoration: none; height: 170px; 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; padding: 0 0 0 122px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual .key_on .qrcode span { color: #ffffff; font-size: 1.8rem; font-weight: bold; width: 430px; line-height: 140%; }
  .key_visual .key_on .parking { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #ffffff; background-color: #5ac542; width: 90px; height: 90px; border-radius: 50%; text-align: center; line-height: 130%; position: absolute; bottom: 10px; right: 283px; z-index: 2; padding: 0; margin: 0; }
  .key_visual .key_on .time_table { width: 300px; height: 160px; margin: 0; background-color: #418522; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; right: 0; bottom: 10px; }
  .key_visual .key_on .time_table 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%; border-bottom: #ffffff 2px solid; background-color: #418522; z-index: 1; }
  .key_visual .key_on .time_table table.timetable tr.line { border-bottom: #ffffff 2px dotted; }
  .key_visual .key_on .time_table table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 5px 0; vertical-align: middle; color: #ffffff; background-color: #418522; border-bottom: #ffffff 2px solid; }
  .key_visual .key_on .time_table table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 6px 0; vertical-align: middle; background-color: #418522; color: #ffffff; }
  .key_visual .key_on .time_table table.timetable tr td.time { width: 40%; text-align: center; color: #ffffff; }
  .key_visual .key_on .time_table table.timetable tr td i { color: #ffffff; }
  .key_visual .key_on .time_table .notice_time { font-size: 1.2rem; margin: 7px 0 0 0; width: 100%; color: #ffffff; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 100%; text-align: center; }
  .key_visual_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center center; height: 130px; 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; }
  .key_visual_low h1 { color: #414648; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: normal; font-size: 3.4rem; text-align: center; letter-spacing: 0.1em; } }
@media screen and (min-width: 768px) and (max-width: 1300px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 400px; position: relative; }
  .key_visual .key_visual_slick { position: relative; top: 0; z-index: 0 !important; }
  .key_visual .key_visual_slick div img { width: 100% !important; }
  .key_visual .key_on { width: 1170px; height: 400px; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; display: block; z-index: 99999999; top: 0; }
  .key_visual .key_on .key_open { position: absolute; bottom: 20px; left: 0; margin: 0 auto; width: 527px; height: 195px; background-color: rgba(255, 255, 255, 0.7); border: #a4dd97 2px solid; outline: rgba(255, 255, 255, 0.7) 11px solid; 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; z-index: 99999; }
  .key_visual .key_on .key_open .open_text1 { color: #418522; font-size: 3rem; margin: 21px 0 0 0; }
  .key_visual .key_on .key_open .open_text1 span { font-size: 4rem; }
  .key_visual .key_on .key_open .open_text2 { color: #418522; font-size: 2.6rem; margin: 0 0 0 0; }
  .key_visual .key_on .key_open .open_text2 span { font-size: 3.4rem; }
  .key_visual .key_on .key_open .open_text3 { font-size: 2.2rem; margin: 10px 0 0 0; background-color: #5ac542; color: #ffffff; padding: 1px 0; border-radius: 2rem; letter-spacing: 0.1em; width: 270px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual .key_on .qrcode { position: absolute; bottom: 20px; left: 0; width: 450px; margin: 0; background: url(../images/qr.png) no-repeat; background-position: left 10px center; background-size: 90px; background-color: #01b903; text-decoration: none; height: 112px; 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; padding: 0 0 0 122px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual .key_on .qrcode span { color: #ffffff; font-size: 1.2rem; font-weight: bold; width: 310px; line-height: 140%; }
  .key_visual .key_on .parking { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #ffffff; background-color: #5ac542; width: 90px; height: 90px; border-radius: 50%; text-align: center; line-height: 130%; position: absolute; bottom: 10px; right: 283px; z-index: 2; padding: 0; margin: 0; }
  .key_visual .key_on .time_table { width: 300px; height: 160px; margin: 0; background-color: #418522; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; right: 0; bottom: 10px; }
  .key_visual .key_on .time_table 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%; border-bottom: #ffffff 2px solid; background-color: #418522; z-index: 1; }
  .key_visual .key_on .time_table table.timetable tr.line { border-bottom: #ffffff 2px dotted; }
  .key_visual .key_on .time_table table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 5px 0; vertical-align: middle; color: #ffffff; background-color: #418522; border-bottom: #ffffff 2px solid; }
  .key_visual .key_on .time_table table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 6px 0; vertical-align: middle; background-color: #418522; color: #ffffff; }
  .key_visual .key_on .time_table table.timetable tr td.time { width: 40%; text-align: center; color: #ffffff; }
  .key_visual .key_on .time_table table.timetable tr td i { color: #ffffff; }
  .key_visual .key_on .time_table .notice_time { font-size: 1.2rem; margin: 7px 0 0 0; width: 100%; color: #ffffff; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 100%; text-align: center; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 30px; margin: 48px 0 73px 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; }
  .main_nav_pc nav { width: 1170px; height: 60px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-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: auto; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; width: 195px; text-align: center; font-weight: normal; margin: 0 0 0 0; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #555555; height: 40px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 0 0; padding: 5px 0 0 0; letter-spacing: 0.05em; font-size: 1.6rem; font-weight: normal; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 110%; border-right: #707070 1px solid; }
  .main_nav_pc nav ul li a span { font-size: 1rem; color: #5ac542; }
  .main_nav_pc nav ul li a i { display: none; }
  .main_nav_pc nav ul li:first-child a { border-left: #707070 1px solid; }
  .main_nav_pc nav ul li ul { width: 240px; height: auto; display: none; margin: 7px 0 0 0; padding: 0 0 0 0; position: relative; z-index: 99999; }
  .main_nav_pc nav ul li ul li { width: 260px; height: 38px; margin: 0; }
  .main_nav_pc nav ul li ul li a { font-size: 1.6rem; color: #555555; width: 260px; height: 38px; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; background-color: #e8f8e4; margin: 0; padding: 0 0 0 12px; border-right: none; }
  .main_nav_pc nav ul li ul li a:hover { background-color: #418522; color: #ffffff; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul li a i { display: inline; }
  .main_nav_pc nav ul li ul li:first-child a { border-left: none; }
  .main_nav_pc nav ul li:hover { background-color: #d5f9cd; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul.open_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; background-color: #f3fef0; background-image: radial-gradient(#e5f3dd 10%, transparent 20%); background-size: 8px 8px; }
.notice_frame .notice_box { width: 96%; margin: 0 auto; background-color: #ffffff; padding: 1rem 0; }
.notice_frame .notice_box .notice_title_bg { background-color: #ddfad7; padding: 1rem 0; }
.notice_frame .notice_box .notice_title_bg h2 { background: url(../images/../images/notice_bg.png) no-repeat; background-position: center center; background-size: contain; background-color: #ddfad7; color: #555555; width: 41vw; height: 41vw; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-weight: normal; line-height: 140%; letter-spacing: 0.1em; }
.notice_frame .notice_box .notice_title_bg h2 span.jap { font-size: 1.6rem; font-weight: bold; }
.notice_frame .notice_box .notice_title_bg h2 span.eng { font-size: 1rem; margin: 0; color: #5ac542; }
.notice_frame .notice_box .notice_area dl { height: auto; margin: 2rem auto 0 auto; width: 96%; }
.notice_frame .notice_box .notice_area dl dt { color: #1265ac; margin: 0 auto 0.6rem auto; padding: 0; font-size: 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; width: 98%; }
.notice_frame .notice_box .notice_area dl dd { margin: 0 auto 2rem auto; width: 96%; padding: 0 0 2rem 0.8rem; color: #555555; font-size: 1.4rem; line-height: 160%; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #0b4276 1px dashed; }
.notice_frame .coronavirus_bana { width: 90%; display: block; margin: 2rem auto 0 auto; }
.notice_frame .coronavirus_bana img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .notice_frame { width: 100%; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 75px 0 65px 0; height: auto; background-color: #f3fef0; background-image: radial-gradient(#e5f3dd 10%, transparent 20%); background-size: 8px 8px; position: relative; z-index: 999999999; }
  .notice_frame .notice_box { width: 1130px; margin: 0 auto; background-color: #ffffff; padding: 21px 0 25px 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; }
  .notice_frame .notice_box .notice_title_bg { background-color: #ddfad7; padding: 24px 0 0 0; width: 230px; margin: 0 0 0 19px; min-height: 440px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame .notice_box .notice_title_bg h2 { background: url(../images/../images/notice_bg.png) no-repeat; background-position: center center; background-size: contain; background-color: #ddfad7; color: #555555; width: 186px; height: 186px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-weight: normal; line-height: 140%; letter-spacing: 0.2em; }
  .notice_frame .notice_box .notice_title_bg h2 span.jap { font-size: 2.4rem; font-weight: bold; }
  .notice_frame .notice_box .notice_title_bg h2 span.eng { font-size: 1.1rem; margin: 12px 0 0 0; color: #5ac542; letter-spacing: 0.3em; }
  .notice_frame .notice_box .notice_area { width: 820px; min-height: 440px; margin: 0 30px 0 0; }
  .notice_frame .notice_box .notice_area dl { height: auto; margin: 24px auto 4px auto; width: 820px; }
  .notice_frame .notice_box .notice_area dl dt { color: #1265ac; margin: 0 0 4px 0; padding: 0 0 0 0; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; width: 820px; }
  .notice_frame .notice_box .notice_area dl dd { margin: 0 auto 27px auto; width: 820px; padding: 0 0 21px 8px; color: #555555; font-size: 1.6rem; line-height: 160%; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #0b4276 1px dashed; }
  .notice_frame .coronavirus_bana { width: 750px; display: block; margin: 42px auto 0 auto; }
  .notice_frame .coronavirus_bana img { width: 100%; height: auto; }
  .notice_frame .coronavirus_bana:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*スマホ用スライドバー*/
@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 { height: auto; overflow: hidden; margin: 2rem auto 0 auto; width: 96%; }
.features_frame .features_box figure { display: none; }
.features_frame .features_box .features_text .features_text_large { font-size: 1.4rem; margin: 0 0 0.1rem 0; }
.features_frame .features_box .features_text .features_text_large span { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff9ba)); background: linear-gradient(transparent 70%, #fff9ba 30%); padding: 0 0.5rem 0 0; font-weight: bold; }
.features_frame .features_box .features_text .features_text_large span span { color: #5ac542; font-family: 'caveat'; font-size: 3.6rem; margin: 0 1rem 0 0; background: none; padding: 0; font-weight: normal; }
.features_frame .features_box .features_text .features_text_smail { font-size: 1rem; margin: 0 0 1rem 5.2rem; font-weight: bold; }

@media screen and (min-width: 768px), print { .features_frame { height: auto; overflow: hidden; margin: 68px auto 0 auto; width: 1130px; }
  .features_frame .features_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 62px 0 0 0; }
  .features_frame .features_box figure { display: block; width: 400px; }
  .features_frame .features_box figure img { width: 400px; height: auto; }
  .features_frame .features_box .features_text { width: 692px; }
  .features_frame .features_box .features_text .features_text_large { font-size: 2.4rem; margin: 0 0 0 0; line-height: 140%; }
  .features_frame .features_box .features_text .features_text_large span { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #fff9ba)); background: linear-gradient(transparent 70%, #fff9ba 20%); padding: 0 18px 0 0; font-weight: bold; }
  .features_frame .features_box .features_text .features_text_large span span { color: #5ac542; font-family: 'caveat'; font-size: 7rem; margin: 0 20px 0 0; background: none; padding: 0; font-weight: normal; }
  .features_frame .features_box .features_text .features_text_smail { font-size: 1.6rem; margin: 0 0 16px 106px; font-weight: bold; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatments_frame { width: 100%; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; background-color: #ddfad7; background-image: radial-gradient(#ffffff 10%, transparent 20%); background-size: 8px 8px; }
.treatments_frame ul.treatments_list { width: 98%; margin: 2rem auto 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; list-style-type: none; }
.treatments_frame ul.treatments_list li { width: 48%; margin: 0 0 4rem 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; }
.treatments_frame ul.treatments_list li img { width: 80%; max-width: 160px; }
.treatments_frame ul.treatments_list li span { color: #418522; font-weight: bold; font-size: 1.1rem; text-align: center; margin: 1rem 0; }
.treatments_frame ul.treatments_list li a { background-color: #418522; color: #ffffff; text-decoration: none; font-size: 1rem; padding: 0.4rem 1.6rem 0.4rem 0.8rem; border-radius: 1rem; }

@media screen and (min-width: 768px), print { .treatments_frame { width: 100%; margin: 91px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 80px 0 4px 0; height: auto; background-color: #ddfad7; background-image: radial-gradient(#ffffff 10%, transparent 20%); background-size: 8px 8px; }
  .treatments_frame ul.treatments_list { width: 1040px; margin: 48px auto 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; list-style-type: none; }
  .treatments_frame ul.treatments_list li { width: 250px; margin: 0 0 70px 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; }
  .treatments_frame ul.treatments_list li img { width: 160px; max-width: 160px; margin: 0 0 5px 0; }
  .treatments_frame ul.treatments_list li span { color: #418522; font-weight: bold; font-size: 2rem; text-align: center; margin: 19px 0 10x 0; display: block; }
  .treatments_frame ul.treatments_list li a { background-color: #418522; color: #ffffff; text-decoration: none; font-size: 1.4rem; padding: 6px 25px 6px 20px; border-radius: 2rem; margin: 2px 0 0 0; }
  .treatments_frame ul.treatments_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .treatments_frame ul.treatments_list li.low_left { margin: 0 0 70px 130px; }
  .treatments_frame ul.treatments_list li.low_right { margin: 0 130px 70px 0; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { width: 100%; margin: 2rem 0; }
.greeting_frame .greeting_box .greeting_text { background-color: #f3fef0; width: 94%; margin: 0 auto; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_frame .greeting_box .greeting_text .bana_frame { width: 100%; margin: 0 auto; }
.greeting_frame .greeting_box .greeting_text .bana_frame ul { list-style-type: none; }
.greeting_frame .greeting_box .greeting_text .bana_frame ul li { margin: 0 0 2rem 0; }
.greeting_frame .greeting_box .greeting_text .bana_frame ul li a { display: block; width: 100%; margin: 0; }
.greeting_frame .greeting_box .greeting_text .bana_frame ul li a img { width: 100%; }
.greeting_frame .greeting_box figure { width: 60%; margin: -6vw auto 0 auto; text-align: center; }
.greeting_frame .greeting_box figure img { width: 100%; max-width: 228px; }
.greeting_frame .greeting_box figure figcaption { text-align: center; font-size: 1.2rem; margin: 0.6rem 0 0 0; line-height: 160%; }
.greeting_frame .greeting_box figure figcaption span { font-size: 1.6rem; }

@media screen and (min-width: 768px), print { .greeting_frame { width: 100%; margin: 80px 0 0 0; }
  .greeting_frame .greeting_box { width: 1080px; height: 520px; margin: 0 auto; position: relative; }
  .greeting_frame .greeting_box .greeting_text { background-color: #f3fef0; width: 940px; height: 520px; margin: 0; padding: 47px 0 0 37px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .greeting_frame .greeting_box .greeting_text h2.greeting_title { margin: 0 143px 30px 0; }
  .greeting_frame .greeting_box .greeting_text p { width: 738px; }
  .greeting_frame .greeting_box .greeting_text .bana_frame { width: 738px; margin: 20px 0; }
  .greeting_frame .greeting_box .greeting_text .bana_frame ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .greeting_frame .greeting_box .greeting_text .bana_frame ul li { margin: 0 0 0 0; width: 360px; }
  .greeting_frame .greeting_box .greeting_text .bana_frame ul li a { display: block; width: 100%; margin: 0; }
  .greeting_frame .greeting_box .greeting_text .bana_frame ul li a img { width: 100%; }
  .greeting_frame .greeting_box .greeting_text .bana_frame ul li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_box figure { position: absolute; top: 33px; right: 0; z-index: 999; width: 270px; margin: 0; text-align: center; }
  .greeting_frame .greeting_box figure img { width: 228px; max-width: 228px; }
  .greeting_frame .greeting_box figure figcaption { width: 270px; text-align: center; font-size: 1.65rem; margin: 0.6rem 0 0 0; line-height: 140%; }
  .greeting_frame .greeting_box figure figcaption span { font-size: 2rem; } }
.dx_frame { width: 94%; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 768px), print { .dx_frame { width: 755px; } }

/* -----------------------------------------------------------
　ドクターズファイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
　リンク
----------------------------------------------------------- */
.top_link { text-align: center; margin: 2rem 0 0 0; }
.top_link p { margin: 0 0 0.6rem 0; }
.top_link a { display: block; width: 80%; max-width: 271px; margin: 0 auto; }
.top_link a img { width: 100%; }

@media screen and (min-width: 768px), print { .top_link { text-align: center; margin: 30px 0 0 0; }
  .top_link p { margin: 0 0 0.6rem 0; }
  .top_link a { display: block; width: 80%; max-width: 271px; margin: 0 auto; }
  .top_link a img { width: 100%; }
  .top_link a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; background: url(../images/overview_bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 2rem 0; }
.overview .overview_frame { width: 96%; margin: 0 auto; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.7); }
.overview .overview_frame .overview_left { width: 100%; }
.overview .overview_frame .overview_left img.overview_logo { width: 80%; display: block; margin: 1rem auto 1.5rem auto; }
.overview .overview_frame .overview_left .overview_info { text-align: center; }
.overview .overview_frame .overview_left .overview_info .overview_tel { font-weight: normal; line-height: 100%; text-align: center; margin: 0 0 1rem 0; }
.overview .overview_frame .overview_left .overview_info .overview_tel i { color: #639258; font-size: 2rem; margin: 0; }
.overview .overview_frame .overview_left .overview_info .overview_tel span { color: #639258; font-size: 2rem; }
.overview .overview_frame .overview_left .overview_info .overview_tel a { color: #639258; font-size: 2rem; text-decoration: none; }
.overview .overview_frame .overview_left .overview_info .overview_fax { color: #666666; font-size: 2rem; }
.overview .overview_frame .overview_left .overview_info .overview_fax i { color: #666666; font-size: 2rem; margin: 0; }
.overview .overview_frame .overview_left dl { width: 100%; margin: 2rem 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; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: #b3b3b3 1px solid; }
.overview .overview_frame .overview_left dl dt { width: 20%; margin: 0; border-bottom: #b3b3b3 1px solid; font-size: 1.2rem; padding: 1rem 0; line-height: 160%; }
.overview .overview_frame .overview_left dl dd { width: 80%; margin: 0; border-bottom: #b3b3b3 1px solid; font-size: 1.2rem; padding: 1rem 0; line-height: 160%; }
.overview .overview_frame .overview_right { margin: 0; width: 100%; }

iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .overview { width: 100%; height: 621px; background: url(../images/overview_bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 0; }
  .overview .overview_frame { width: 1170px; height: 420px; margin: 102px auto 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.7); 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; }
  .overview .overview_frame .overview_left { width: 585px; }
  .overview .overview_frame .overview_left img.overview_logo { width: 462px; display: block; margin: 62px auto 32px auto; }
  .overview .overview_frame .overview_left .overview_info { text-align: center; }
  .overview .overview_frame .overview_left .overview_info .overview_tel { font-weight: normal; line-height: 100%; text-align: center; margin: 0 0 0 0; }
  .overview .overview_frame .overview_left .overview_info .overview_tel i { color: #639258; font-size: 2.4rem; margin: 0; }
  .overview .overview_frame .overview_left .overview_info .overview_tel span { color: #639258; font-size: 2.4rem; }
  .overview .overview_frame .overview_left .overview_info .overview_tel a { color: #639258; font-size: 2.4rem; text-decoration: none; }
  .overview .overview_frame .overview_left .overview_info .overview_fax { margin: 0; color: #666666; font-size: 2.4rem; }
  .overview .overview_frame .overview_left .overview_info .overview_fax i { color: #666666; font-size: 2.4rem; margin: 0; }
  .overview .overview_frame .overview_left dl { width: 440px; margin: 8px auto 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; line-height: 160%; border-top: #b3b3b3 1px solid; }
  .overview .overview_frame .overview_left dl dt { width: 130px; margin: 0; border-bottom: #b3b3b3 1px solid; font-size: 1.4rem; padding: 12px 0 12px 20px; line-height: 140%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_frame .overview_left dl dd { width: 310px; margin: 0; border-bottom: #b3b3b3 1px solid; font-size: 1.4rem; padding: 12px 0; line-height: 140%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_frame .overview_right { margin: 0; width: 585px; }
  .overview .overview_frame .overview_right table.timetable { width: 514px; margin: 151px auto 0 auto; padding: 0; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; border-bottom: #418522 2px solid; }
  .overview .overview_frame .overview_right table.timetable tr.line { border-bottom: #418522 1px dotted; }
  .overview .overview_frame .overview_right table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 9px 0; vertical-align: middle; color: #ffffff; background-color: #418522; }
  .overview .overview_frame .overview_right table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 12px 0; vertical-align: middle; background-color: #ffffff; color: #555555; }
  .overview .overview_frame .overview_right table.timetable tr td.time { width: 30%; text-align: center; color: #555555; line-height: 140%; }
  .overview .overview_frame .overview_right table.timetable tr td i { color: #418522; }
  .overview .overview_frame .overview_right .notice_time { font-size: 1.4rem; margin: 4px auto 0 auto; width: 514px; color: #555555; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  iframe.googlemap { width: 100%; height: 452px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; }
footer .copyright a { display: block; width: 100%; padding: 0.4rem 0; background-color: #418522; color: #ffffff; font-size: 1.2rem; text-align: center; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 50%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #5ac542; 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: 5px; }
.footer_link .footer_web { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.3rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #5ac542; 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: 5px; }
.footer_link .smoothScrolls { background-color: #5ac542; width: 15%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: normal; text-decoration: none; font-size: 1.6rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 120px; padding: 0; margin: 0; overflow: hidden; background-color: #6eb36c; background-image: radial-gradient(#eaf9c3 10%, transparent 13%); background-size: 8px 8px; }
  footer .footer_frame { display: block; width: 1170px; height: 94px; margin: 0 auto 0 auto; padding: 26px 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: 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 18px 14px 0; }
  footer .footer_frame ul.footer_list_main li a { color: #ffffff; font-size: 1.6rem; text-decoration: none; font-weight: normal; position: relative; }
  footer .footer_frame ul.footer_list_main li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 1px; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: center top; transform-origin: center top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; background: #ffffff; }
  footer .footer_frame ul.footer_list_main li a:hover::after { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  footer .footer_frame ul.footer_list_main li a span { display: none; }
  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 14px 18px; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame ul.footer_list_main li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_main li.treatment { display: none; }
  footer .copyright { height: 26px; margin: 0; }
  footer .copyright 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%; height: 26px; padding: 0; background-color: #418522; color: #ffffff; font-size: 1rem; text-align: center; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #linkpagetop img { width: 48px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 9px; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 585px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 9px; left: 90%; margin: 0 0 0 0; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #639258 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: #418522; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #418522 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 span { display: none; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li { background-color: #e8f8e4; }
.drawr ul.hbg li ul li a { color: #418522; border-bottom: #418522 1px solid; }
.drawr ul.hbg li ul li a i { display: 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: #5ac542; border: #5ac542 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.top { text-align: center; font-weight: normal; font-size: 2rem; color: #555555; padding: 0; margin: 0 0 1rem 0; letter-spacing: 0.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
h2.top span { color: #5ac542; font-size: 1rem; display: block; font-weight: normal; letter-spacing: 0.1em; margin: 0.4rem 0 0 0; }
h2.top::after { content: ""; display: inline-block; background: url("../images/h2_bg.png") no-repeat; width: 90%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0.4rem 0 0 0; }
h2.low { text-align: center; font-weight: normal; font-size: 2rem; color: #555555; padding: 0; margin: 4rem 0 1rem 0; letter-spacing: 0.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
h2.low span { color: #5ac542; font-size: 1rem; display: block; font-weight: normal; letter-spacing: 0.1em; margin: 0.4rem 0 0 0; }
h2.low::after { content: ""; display: inline-block; background: url("../images/h2_bg.png") no-repeat; width: 90%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0.4rem 0 0 0; }
h2.first { margin: 0 0 2rem 0; }

h3 { font-size: 1.8rem; font-weight: normal; color: #ffffff; background-color: #89ca7b; padding: 0.6rem 0.8rem 0.6rem 4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 1rem 0 1rem 0; position: relative; overflow: visible; }
h3::before { content: ""; display: inline-block; background: url("../images/h3_bg.png") no-repeat; width: 10%; height: 10vw; background-size: cover; position: absolute; top: -0.6rem; left: 0.8rem; }
h3.clover { background: url(../images/h4_bg.png) no-repeat; background-position: left 0.1rem top 0; background-size: 8%; font-size: 1.7rem; font-weight: bold; line-height: 130%; margin: 2rem 0 1rem 0; padding: 0 0 0.6rem 3rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #6eb36c; border-bottom: #6eb36c 1px solid; background-color: transparent; }
h3.clover::before { content: ""; background: none; }
h3.first { margin: 1rem 0 1rem 0; }

h4 { background: url(../images/h4_bg.png) no-repeat; background-position: left 0.1rem top 0; background-size: 8%; font-size: 1.7rem; font-weight: bold; line-height: 130%; margin: 2rem 0 1rem 0; padding: 0 0 0.6rem 3rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #6eb36c; border-bottom: #6eb36c 1px solid; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.6rem; font-weight: bold; line-height: 130%; margin: 2rem 0 1rem 0; padding: 0 0 0.6rem 0.3rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #91b548; border-bottom: #91b548 1px dashed; }
h5.first { margin: 0.1rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.05em; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { text-align: center; font-weight: normal; font-size: 2.8rem; color: #555555; padding: 0; margin: 0 0 1rem 0; letter-spacing: 0.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  h2.top span { color: #5ac542; font-size: 1.2rem; display: block; font-weight: normal; letter-spacing: 0.1em; margin: 8px 0 0 0; letter-spacing: 0.3em; }
  h2.top::after { content: ""; display: block; background: url("../images/h2_bg.png") no-repeat; width: 358px; height: 39px; background-size: contain; vertical-align: middle; margin: 8px auto 0 auto; }
  h2.low { text-align: center; font-weight: normal; font-size: 2.8rem; color: #555555; padding: 0; margin: 80px 0 20px 0; letter-spacing: 0.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  h2.low span { color: #5ac542; font-size: 1.2rem; display: block; font-weight: normal; letter-spacing: 0.1em; margin: 8px 0 0 0; letter-spacing: 0.3em; }
  h2.low::after { content: ""; display: inline-block; background: url("../images/h2_bg.png") no-repeat; width: 358px; height: 39px; background-size: contain; vertical-align: middle; margin: 8px 0 0 0; }
  h2.first { margin: 5px 0 30px 0; }
  h3 { font-size: 2.6rem; font-weight: normal; color: #ffffff; background-color: #89ca7b; padding: 12px 20px 12px 70px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 80px 0 20px 0; position: relative; overflow: visible; }
  h3::before { content: ""; display: inline-block; background: url("../images/h3_bg.png") no-repeat; width: 61px; height: 65px; background-size: cover; position: absolute; top: -10px; left: 14px; }
  h3.clover { background-position: left 3px top 0; background-size: 34px; font-size: 2.2rem; font-weight: bold; line-height: 130%; margin: 40px 0 20px 0; padding: 0 0 10px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #6eb36c; border-bottom: #6eb36c 1px solid; background-color: transparent; }
  h3.clover::before { content: ""; background: none; }
  h3.first { margin: 10px 0 20px 0; }
  h4 { background: url(../images/h4_bg.png) no-repeat; background-position: left 3px top 0; background-size: 34px; font-size: 2.2rem; font-weight: bold; line-height: 130%; margin: 40px 0 20px 0; padding: 0 0 10px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #6eb36c; border-bottom: #6eb36c 1px solid; }
  h4.first { margin: 20px 0 20px 0; }
  h5 { font-size: 2.2rem; font-weight: bold; line-height: 130%; margin: 40px 0 20px 0; padding: 0 0 10px 7px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #91b548; border-bottom: #91b548 1px dashed; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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: 1rem 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: #e8f8e4; text-decoration: none; }
ul.list_maru li span { color: #e8f8e4; }

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: #5ac542; }
ul.list_maru_two li a { color: #e8f8e4; text-decoration: none; }
ul.list_maru_two li span { color: #e8f8e4; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 1rem 0; padding: 0 0 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.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 15px 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.6rem; 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.6rem; 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: 160%; font-size: 1.6rem; 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 6px top 8px; background-size: 8px; padding: 0 0 0 25px; }
  ul.list_maru li ul { margin: 2rem 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; line-height: 160%; }
  ul.list_maru li a { color: #e8f8e4; text-decoration: underline; }
  ul.list_maru li span { color: #e8f8e4; }
  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.6rem; 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 6px top 8px; background-size: 8px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #e8f8e4; text-decoration: underline; }
  ul.list_maru_two li span { color: #e8f8e4; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 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.6rem; 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.6rem; 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.6rem; 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; }

dl.philosophy_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.philosophy_list dt { width: 8%; margin: 0 0 0 0; }
dl.philosophy_list dd { width: 90%; margin: 0 0 20px 0; }

dl.list_dl01 { font-size: 1.4rem; line-height: 140%; }
dl.list_dl01 dt { background: #f3fef0; font-weight: bold; font-size: 110%; text-align: center; padding: 0.8rem 1rem; border: 1px solid #418522; border-bottom: none; }
dl.list_dl01 dd { padding: 1rem; border: 1px solid #418522; }
dl.list_dl01 dd:not(:last-of-type) { border-bottom: none; }

@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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1170px; }
  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; }
  dl.philosophy_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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1170px; }
  dl.philosophy_list dt { width: 35px; margin: 0 0 20px 0; font-weight: normal; }
  dl.philosophy_list dd { width: 1045px; margin: 0 0 20px 0; }
  dl.list_dl01 { font-size: 1.6rem; line-height: 160%; } }
/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 270px; }
  aside p.aside_title { width: 270px; height: 54px; background-color: #639258; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  aside ul.aside_list { list-style-type: none; }
  aside ul.aside_list li { margin: 0 0 0 0; width: 270px; }
  aside ul.aside_list li a { width: 270px; height: 50px; margin: 0; padding: 0 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #555555; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #ddfad7 1px solid; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; border-bottom: #418522 2px solid; }
table.timetable tr.line { border-bottom: #418522 1px dotted; }
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: #418522; }
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; background-color: #ffffff; color: #555555; }
table.timetable tr td.time { width: 30%; text-align: center; color: #555555; }
table.timetable tr td i { color: #418522; }

.notice_time { font-size: 1.2rem; margin: 0; width: 100%; color: #555555; padding: 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; border-bottom: #418522 2px solid; }
  table.timetable tr.line { border-bottom: #418522 1px dotted; }
  table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 20px 0; vertical-align: middle; color: #ffffff; background-color: #418522; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 20px 0; vertical-align: middle; background-color: #ffffff; color: #555555; }
  table.timetable tr td.time { width: 30%; text-align: center; color: #555555; line-height: 140%; }
  table.timetable tr td i { color: #418522; }
  .notice_time { font-size: 1.6rem; margin: 0; width: 100%; color: #555555; padding: 0.4rem; -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 #418522; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #5ac542; }

.low_linke { 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: 40px 0 0 0; }

.low_linke2 { 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: 40px 0 0 0; }

.link_btn { width: 100%; height: auto; margin: 0 auto 1rem auto; color: #ffffff; background: url(../images/arrow.png) no-repeat; background-position: left 4% center; background-color: #5ac542; font-size: 1.4rem; font-weight: normal; padding: 1rem 1rem 1rem 2.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; text-decoration: none; text-align: left; letter-spacing: 0.1em; }

@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 #418522; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #5ac542; }
  .link_text:hover { opacity: 0.6; }
  .low_linke { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 40px 0 0 0; }
  .low_linke2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 40px 0 0 0; }
  .link_btn { width: auto; height: auto; margin: 0 10px; color: #ffffff; background: url(../images/arrow.png) no-repeat; background-position: left 12px center; background-color: #5ac542; font-size: 1.6rem; font-weight: bold; padding: 15px 15px 15px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; text-decoration: none; text-align: left; letter-spacing: 0.1em; }
  .link_btn:hover { background-color: #93cf85; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 1rem 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }

.doctor_name { text-align: right; }

.bana_frame_low { width: 100%; margin: 0 auto; }
.bana_frame_low ul { list-style-type: none; }
.bana_frame_low ul li { margin: 0 0 2rem 0; }
.bana_frame_low ul li a { display: block; width: 100%; margin: 0; }
.bana_frame_low ul li a img { width: 100%; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 0 20px; text-align: center; }
  figure.doctor_img img { width: 400px; height: auto; }
  .doctor_name { text-align: right; }
  .bana_frame_low { width: 738px; margin: 20px 0; }
  .bana_frame_low ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .bana_frame_low ul li { margin: 0 0 0 0; width: 360px; }
  .bana_frame_low ul li a { display: block; width: 100%; margin: 0; }
  .bana_frame_low ul li a img { width: 100%; }
  .bana_frame_low ul li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

.access_tel i { color: #418522; font-weight: bold; font-size: 1.4rem; }
.access_tel span { color: #418522; font-weight: bold; font-size: 1.4rem; }
.access_tel a { color: #418522; font-weight: bold; font-size: 1.4rem; }

.access_text a { color: #555555; }
.access_text a:hover { opacity: 0.6; }

.access_img figure { width: 70%; margin: 0 auto 2rem auto; }
.access_img figure img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_tel i { color: #418522; font-weight: bold; font-size: 1.6rem; }
  .access_tel span { color: #418522; font-weight: bold; font-size: 1.6rem; }
  .access_tel a { color: #418522; font-weight: bold; font-size: 1.6rem; }
  .access_img { 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; width: 1170px; margin: 0 0 60px 0; }
  .access_img figure { width: 450px; margin: 0; }
  .access_img figure img { width: 100%; height: auto; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame .machine_box { margin: 0 0 3rem 0; }
.machine_frame .machine_box .machine_title { font-size: 1.8rem; font-family: 'Kosugimaru'; color: #ffffff; background-color: #418522; border-radius: 0.5rem; padding: 0.6rem 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1rem 0; }
.machine_frame .machine_box img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame .machine_box .machine_text { text-align: justify; width: 80%; margin: 0 auto; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_frame .machine_box { margin: 0 0 2rem 0; width: 500px; }
  .machine_frame .machine_box .machine_title { font-size: 2.2rem; font-family: 'Kosugimaru'; color: #ffffff; background-color: #418522; border-radius: 0.5rem; padding: 10px 14px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 1rem 0; }
  .machine_frame .machine_box img { width: 500px; display: block; margin: 0 auto 1rem auto; }
  .machine_frame .machine_box .machine_text { text-align: justify; width: 500px; margin: 0 auto; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #5ac542; 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: #5ac542; 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: #5ac542; 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: #5ac542; 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: #5ac542; 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: #5ac542; 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: #5ac542; 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: #5ac542; 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: #555555 1px solid; font-size: 1.4rem; }
table.price_table tr { border-bottom: #555555 1px solid; }
table.price_table tr th { width: 70%; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #555555 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: #eaf9c3; 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: #555555 1px solid; font-size: 1.8rem; }
  table.price_table tr { border-bottom: #555555 1px solid; }
  table.price_table tr th { width: 70%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #555555 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: #eaf9c3; 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: #5ac542; 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: #5ac542 1px solid; }
table.recruit_table tr:last-child th { border-bottom: #5ac542 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: #5ac542; 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: #5ac542 1px solid; }
  table.recruit_table tr:last-child th { border-bottom: #5ac542 1px solid; }
  .mail { margin: 0 0 1rem 0; }
  .mail img { width: 248px; } }

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