@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*緑*/
/*茶色*/
/*茶色2*/
/*緑2*/
/*緑3*/
/*橙色*/
/*緑4*/
/*薄茶色*/
/*薄茶色2*/
/*白色*/
/*灰色*/
/*黒色*/
/*緑5*/
/*茶色*/
/*茶色2*/
/*青7*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; color: #6b3906; background: url(../images/a_bg.jpg) repeat; padding: 0 0 18.1vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; color: #6b3906; background: url(../images/a_bg.jpg) repeat; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 1rem 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 0 0 30px 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 1rem 0 0 0; }

.wrapper { height: auto; width: 100%; margin: 4rem auto 0 auto; padding: 0; }

.main { width: 100%; margin: 0 auto; padding: 0; }

.main_low { width: 96%; margin: 0 auto; padding: 0; }

a.tel_text { text-decoration: none; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; }
  .wrapper { height: auto; width: 100%; margin: 80px auto 0 auto; padding: 0 0 16px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .main { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; }
  .main_low { width: 1000px; margin: 0 auto 0 auto; padding: 0 0 0 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: 30vw; overflow: hidden; margin: 0 auto; }
header .head_frame { width: 96%; margin: 0 auto; padding: 0 0 1rem 0; height: auto; /*左*/ }
header .head_frame .head_logo { width: 75%; margin: 1rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 30vw; }
header .head_frame .head_logo h1.logo { width: 30%; display: block; }
header .head_frame .head_logo h1.logo img { width: 100%; height: auto; }
header .head_frame .head_logo div.logo { width: 30%; display: block; }
header .head_frame .head_logo div.logo img { width: 100%; height: auto; }
header .head_frame .head_logo div.logo_info { width: 68%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header .head_frame .head_logo div.logo_info img { width: 100%; display: block; }
header .head_frame .head_logo div.logo_info span { color: #35921c; }
header .head_frame .head_logo div.logo_info span.tel { display: block; margin: 0; font-size: 1.7rem; }
header .head_frame .head_logo div.logo_info span.tel::before { content: "tel."; font-size: 1.4rem; }
header .head_frame .head_logo div.logo_info span.fax { display: block; margin: 0; font-size: 1.4rem; }
header .head_frame .head_logo div.logo_info span.fax::before { content: "fax."; font-size: 1.2rem; }
header .head_frame .head_logo div.logo_info span.fax a { pointer-events: none; }
header .head_frame .head_logo div.logo_info a { color: #35921c; text-decoration: none; }

@media screen and (min-width: 768px), print { header { display: block; height: 180px; max-width: 1000px; overflow: hidden; margin: 0 auto; }
  header .head_frame { width: 1000px; margin: 0; padding: 0; height: 180px; 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: 400px; margin: 50px 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 130px; }
  header .head_frame .head_logo h1.logo { width: 100px; display: block; }
  header .head_frame .head_logo h1.logo img { width: 100%; height: auto; }
  header .head_frame .head_logo div.logo { width: 100px; display: block; }
  header .head_frame .head_logo div.logo img { width: 100%; height: auto; }
  header .head_frame .head_logo div.logo_info { width: 200px; text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 12px 0 0 20px; letter-spacing: 0.15em; }
  header .head_frame .head_logo div.logo_info img { width: 190px; display: block; }
  header .head_frame .head_logo div.logo_info span { color: #35921c; }
  header .head_frame .head_logo div.logo_info span.tel { display: block; margin: 0; font-size: 2.2rem; letter-spacing: 0.1em; }
  header .head_frame .head_logo div.logo_info span.tel::before { content: "tel."; font-size: 1.6rem; }
  header .head_frame .head_logo div.logo_info span.fax { display: block; margin: 0; font-size: 1.6rem; }
  header .head_frame .head_logo div.logo_info span.fax::before { content: "fax."; font-size: 1.6rem; }
  header .head_frame .head_logo div.logo_info span.fax a { pointer-events: none; }
  header .head_frame .head_logo div.logo_info a { color: #35921c; text-decoration: none; }
  header .head_frame .head_nav { width: 480px; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: auto; margin: 96px 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
  .main_nav_pc nav { width: 480px; margin: 0 auto; }
  .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; }
  .main_nav_pc nav ul li { display: block; text-align: center; }
  .main_nav_pc nav ul li a { font-size: 1.6rem; text-decoration: none; color: #5b3916; line-height: 140%; margin: 2px 0 0 0; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background: url(../images/key_visual.jpg) no-repeat; background-size: cover; background-position: center top; /*height: 35vw;
padding: 6vw 0 0 0;*/ padding: 8vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_visual .key_on { width: 70%; margin: 0 auto; padding: 4vw 0; /*background: url(../images/key_visual_on.jpg) no-repeat;
background-size: contain;
background-position: center top;
height: 23vw;*/ background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; box-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }
.key_visual .key_on p { margin: 0; color: #6b3906; }
.key_visual .key_on p.lead { font-size: 1.5rem; font-weight: bold; margin: 0 0 0.8rem; }
.key_visual .key_on p.sub { font-size: 1.2rem; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: contain; background-position: center top; height: 19vw; width: 96%; margin: 0 auto; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_visual_low h1 { height: 19vw; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #77491a; font-size: 2rem; font-weight: normal; }

@media screen and (min-width: 768px), print { .key_visual { background: url(../images/key_visual.jpg) no-repeat; background-size: cover; background-position: center top -20px; max-width: 1000px; height: 350px; padding: 100px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }
  .key_visual .key_on { width: 488px; margin: 0 auto; padding: 20px 0; /*background: url(../images/key_visual_on.jpg) no-repeat;
background-size: contain;
background-position: center top;    
height: 148px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
color: #ffffff;*/ }
  .key_visual .key_on p.lead { font-size: 2.2rem; margin: 0 0 1.2rem; }
  .key_visual .key_on p.sub { font-size: 1.6rem; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: contain; background-position: center top; height: 200px; width: 1000px; margin: 0 auto; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual_low h1 { height: 200px; width: 1000px; 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; color: #77491a; font-size: 3rem; font-weight: normal; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto 1rem auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #8ac979; border-bottom: #ece2d3 2px solid; }
table.timetable tr th.timetable_name { letter-spacing: 0.1em; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 10px 0; vertical-align: middle; color: #6b3906; background-color: #ffffff; }
table.timetable tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1rem; text-align: center; }

.notice_time { color: #6b3906; font-size: 1.2rem; margin: 1rem auto 0 auto; width: 96%; line-height: 120%; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0px; margin: 0 auto 1rem auto; vertical-align: middle; width: 390px; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; }
  table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 10px 0; vertical-align: middle; color: #ffffff; background-color: #8ac979; border-bottom: #ece2d3 2px solid; }
  table.timetable tr th.timetable_name { letter-spacing: 0.1em; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4em; padding: 12px 0; vertical-align: middle; color: #6b3906; width: auto; }
  table.timetable tr td.time { width: 110px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; font-weight: normal; line-height: 140%; padding: 0 0 0 0; }
  table.timetable tr td.time span { font-size: 1.4rem; }
  .notice_time { color: #6b3906; font-size: 1.6rem; margin: 1rem 0 0 0; width: auto; line-height: 120%; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_section { width: 96%; margin: 0 auto; }

.notice_frame { height: 300px; border: #cae1bf 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 1rem; background: url(../images/index_notice_bg.png) no-repeat; background-position: right 1rem bottom 1rem; }
.notice_frame dl { overflow-y: scroll; padding: 0.4rem 1.2rem 2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; height: 300px; }
.notice_frame dl dt { margin: 2rem 0 0.8rem 0; padding: 0.5rem 0.3rem; color: #6b3906; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; background: #daebf5; -webkit-box-shadow: #daebf5 1px 1px 3px, #daebf5 -1px 1px 3px, #daebf5 1px -1px 3px, #daebf5 -1px -1px 3px; box-shadow: #daebf5 1px 1px 3px, #daebf5 -1px 1px 3px, #daebf5 1px -1px 3px, #daebf5 -1px -1px 3px; }
.notice_frame dl dd { line-height: 110%; margin: 0; padding: 0 0 0.8rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #cae1bf 1px solid; }
.notice_frame dl dd p { color: #6b3906; font-size: 1.2rem; margin: 0 0 1rem 0; }
.notice_frame dl dd a { font-size: 1.2rem; color: #35921c; /*margin: 0 0 2rem 0;*/ display: block; }

@media screen and (min-width: 768px), print { .notice_section { width: 1000px; margin: 0 auto; }
  .notice_frame { height: 320px; border: #cae1bf 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 10px 10px 30px; background: url(../images/index_notice_bg.png) no-repeat; background-position: right 38px bottom 20px; }
  .notice_frame dl { overflow-y: scroll; padding: 0 2.6rem 1.6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 300px; }
  .notice_frame dl dt { margin: 30px 0 1.8rem 0; color: #6b3906; font-size: 1.8rem; padding: 0.8rem 0.8rem 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame dl dd { margin: 0 0 1rem 0; padding: 0 0 0.6rem 0; line-height: 110%; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #cae1bf 1px solid; }
  .notice_frame dl dd p { font-size: 1.6rem; color: #6b3906; margin: 0 0 2rem 0; }
  .notice_frame dl dd a { font-size: 1.6rem; color: #35921c; display: block; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_section { width: 96%; margin: 5rem auto 0 auto; /*
ul.feature_list{     display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction:row; flex-direction:row; -webkit-flex-wrap: wrap; flex-wrap: wrap;     li{ width: 48%; height: 44vw;        display: block; text-align: center;       &.text_1{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;        line-height: 160%; font-size: 1rem; box-sizing: border-box; padding: 14vw 0 0 0; order: 1; }       &.img_1{ padding: 12vw 0 0 0;           order: 2; }       &.text_2{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;      line-height: 160%; font-size: 1rem; box-sizing: border-box; padding: 14vw 0 0 0;             order: 4; }       &.img_2{ padding: 12vw 0 0 0;             order: 3; }       &.text_3{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;    line-height: 160%; font-size: 1rem; box-sizing: border-box; padding: 14vw 0 0 0; order: 5; }       &.img_3{ padding: 12vw 0 0 0;           order: 6; }       &.text_4{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;       line-height: 160%; font-size: 1rem; box-sizing: border-box; padding: 14vw 0 0 0; order: 8; }       &.img_4{ padding: 12vw 0 0 0;           order: 7; }       &.text_5{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain; line-height: 160%; font-size: 1rem; box-sizing: border-box; padding: 14vw 0 0 0; order: 9; }       &.img_5{ padding: 12vw 0 0 0;           order: 10; }  span{ color: $color6 }       }
}
*/ }
.feature_section ul.feature_wrap { 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; }
.feature_section ul.feature_wrap li { width: 42%; height: 40vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; background: #daebf5; -webkit-box-shadow: #daebf5 1px 1px 15px, #daebf5 -1px 1px 15px, #daebf5 1px -1px 15px, #daebf5 -1px -1px 15px; box-shadow: #daebf5 1px 1px 15px, #daebf5 -1px 1px 15px, #daebf5 1px -1px 15px, #daebf5 -1px -1px 15px; border-radius: 50%; margin: 0 .8rem 3rem; line-height: 160%; }
.feature_section ul.feature_wrap li > span { padding: 50px 0 12px; }
.feature_section ul.feature_wrap li.text_1 > span { background: url(../images/index_feature_01.png) no-repeat top center/auto 40px; }
.feature_section ul.feature_wrap li.text_2 > span { background: url(../images/index_feature_02.png) no-repeat top center/auto 40px; }
.feature_section ul.feature_wrap li.text_3 { margin: 0 .8rem 1rem; }
.feature_section ul.feature_wrap li.text_3 > span { background: url(../images/index_feature_03.png) no-repeat top center/auto 40px; }
.feature_section ul.feature_wrap li.text_4 { margin: 0 .8rem 1rem; }
.feature_section ul.feature_wrap li.text_4 > span { background: url(../images/index_feature_04.png) no-repeat top center/auto 40px; }
.feature_section ul.feature_wrap li.text_5 > span { background: url(../images/index_feature_05.png) no-repeat top center/auto 40px; }
.feature_section ul.feature_wrap li .clr { color: #d0661f; }

ul.bana_list { width: 90%; margin: 0 auto; list-style-type: none; }
ul.bana_list li { margin: 0 0 2rem 0; }
ul.bana_list li a { display: block; text-align: center; text-decoration: none; font-size: 1.8rem; line-height: 120%; padding: 1.4rem 0; letter-spacing: 0.1em; }
ul.bana_list li a span { display: block; font-size: 1.2rem; }
ul.bana_list li a.bana1 { background: url(../images/index_feature_bana_bg.png) no-repeat; background-position: right bottom; background-color: #daebf5; color: #3e7bb1; border: #bad9eb 3px solid; }
ul.bana_list li a.bana2 { background: url(../images/index_feature_bana_bg.png) no-repeat; background-position: right bottom; background-color: #f1f1f1; color: #656565; border: #dcdcdc 3px solid; }
ul.bana_list li a.bana3 { background: url(../images/index_feature_bana_bg.png) no-repeat; background-position: right bottom; background-color: #ffdfe6; color: #ff5870; border: #ffc3cf 3px solid; }

@media screen and (min-width: 768px), print { .feature_section { width: 1000px; margin: 80px auto 0 auto; /*
ul.feature_list{     display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction:row; flex-direction:row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: $hp_width; li{ width: 200px; height: 200px;        display: block; text-align: center;       &.text_1{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;        line-height: 160%; font-size: 1.6rem; box-sizing: border-box; padding: 60px 0 0 0; order: 1; }       &.img_1{ padding: 30px 0 0 0;           order: 2; }       &.text_2{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;      line-height: 160%; font-size: 1.6rem; box-sizing: border-box; padding: 60px 0 0 0;           order: 3; }       &.img_2{ padding: 30px 0 0 0;       order: 4; }       &.text_3{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;    line-height: 160%; font-size: 1.6rem; box-sizing: border-box; padding: 60px 0 0 0; order: 5; }       &.img_3{ padding: 30px 0 0 0;              order: 6; }       &.text_4{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain;       line-height: 160%; font-size: 1.6rem; box-sizing: border-box; padding: 60px 0 0 0; order: 7; margin: -70px 0 0 0; }       &.img_4{ padding: 0 0 0 0;               order: 8; }       &.text_5{ background: url(../images/index_feature_bg.png) no-repeat; background-size: contain; line-height: 160%; font-size: 1.6rem; box-sizing: border-box; padding: 60px 0 0 0; order: 9; margin: -70px 0 0 0;         }       &.img_5{ padding: 0 0 0 0;             order: 10; }  span{ color: $color6 }       }
}
*/ }
  .feature_section ul.feature_wrap { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 1000px; margin: 4rem 0 5rem; }
  .feature_section ul.feature_wrap li { width: 230px; height: 230px; -webkit-box-shadow: #daebf5 1px 1px 30px, #daebf5 -1px 1px 30px, #daebf5 1px -1px 30px, #daebf5 -1px -1px 30px; box-shadow: #daebf5 1px 1px 30px, #daebf5 -1px 1px 30px, #daebf5 1px -1px 30px, #daebf5 -1px -1px 30px; border-radius: 50%; margin: 2rem 4rem; font-size: 1.6rem; }
  .feature_section ul.feature_wrap li > span { padding: 72px 0 10px; }
  .feature_section ul.feature_wrap li.text_1 > span { background: url(../images/index_feature_01.png) no-repeat top center/auto 60px; }
  .feature_section ul.feature_wrap li.text_2 > span { background: url(../images/index_feature_02.png) no-repeat top center/auto 60px; }
  .feature_section ul.feature_wrap li.text_3 { margin: 2rem 4rem; }
  .feature_section ul.feature_wrap li.text_3 > span { background: url(../images/index_feature_03.png) no-repeat top center/auto 60px; }
  .feature_section ul.feature_wrap li.text_4 { margin: 2rem 4rem; }
  .feature_section ul.feature_wrap li.text_4 > span { background: url(../images/index_feature_04.png) no-repeat top center/auto 60px; }
  .feature_section ul.feature_wrap li.text_5 > span { background: url(../images/index_feature_05.png) no-repeat top center/auto 60px; }
  ul.bana_list { width: 1000px; margin: 0 auto; 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; }
  ul.bana_list li { margin: 0 0 2rem 0; width: 300px; height: 120px; display: block; }
  ul.bana_list li a { width: 300px; height: 120px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; text-decoration: none; font-size: 2.4rem; line-height: 120%; padding: 0 0; letter-spacing: 0.1em; -webkit-box-sizing: border-box; box-sizing: border-box; }
  ul.bana_list li a span { display: block; font-size: 1.2rem; }
  ul.bana_list li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　ご利用者様へ
----------------------------------------------------------- */
.use_section { width: 96%; margin: 4rem auto 0 auto; }
.use_section .use_box { margin: 4rem auto 0 auto; width: 90%; }
.use_section .use_box div { border: #bad9eb 2px solid; background-color: #ffffff; padding: 0 1rem 1rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 6rem 0; }
.use_section .use_box div img { display: block; margin: -40px auto 0 auto; }
.use_section .use_box div .use_title { color: #3e7bb1; padding: 0 0 0.2rem 0; margin: 1rem 0 0.6rem 0; border-bottom: #3e7bb1 2px dotted; font-size: 1.6rem; }
.use_section .use_box div .use_link { background-color: #3e7bb1; color: #ffffff; margin: 0 0 1rem 0; display: block; font-size: 1.6rem; text-decoration: none; padding: 0.6rem 0; text-align: center; letter-spacing: 0.1em; }
.use_section .use_box div .use_text { height: 30vw; }
.use_section .use_box div ul { line-height: 140%; font-size: 1.2rem; list-style-type: none; margin: 0; height: 30vw; }
.use_section .use_box div ul li { margin: 0 0 0.6rem 0; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { .use_section { width: 1000px; margin: 60px auto 0 auto; }
  .use_section .use_box { margin: 64px auto 0 auto; width: 1000px; 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; }
  .use_section .use_box div { padding: 0 1rem 1rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 6rem 0; width: 300px; }
  .use_section .use_box div img { display: block; margin: -40px auto 0 auto; }
  .use_section .use_box div .use_title { padding: 0 0 0.2rem 0; margin: 1rem 0 0.6rem 0; font-size: 2rem; }
  .use_section .use_box div .use_link { margin: 0 0 1rem 0; display: block; font-size: 1.6rem; text-decoration: none; padding: 8px 0; text-align: center; letter-spacing: 0.1em; }
  .use_section .use_box div .use_link:hover { opacity: 0.6; }
  .use_section .use_box div .use_text { height: 90px; font-size: 1.6rem; }
  .use_section .use_box div ul { line-height: 140%; font-size: 1.6rem; list-style-type: none; margin: 0; height: 110px; }
  .use_section .use_box div ul li { margin: 0 0 0.4rem 0; padding: 0 0 0 0; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background: url(../images/footer_bg.jpg) repeat; padding: 3rem 0 0 0; }
.overview_bg .overview_frame .overview_frame_left { width: 90%; margin: 0 auto; }
.overview_bg .overview_frame .overview_frame_left .overview_logo { width: 96%; margin: 1rem 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; height: 30vw; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo { width: 30%; display: block; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo img { width: 100%; height: auto; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info { width: 68%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info img { width: 100%; display: block; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span { color: #35921c; letter-spacing: 0.08em; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.tel { display: block; margin: 0; font-size: 1.9rem; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.tel::before { content: "tel."; font-size: 1.4rem; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax { display: block; margin: 0; font-size: 1.7rem; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax::before { content: "fax."; font-size: 1.2rem; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax a { pointer-events: none; }
.overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info a { color: #35921c; text-decoration: none; }
.overview_bg .overview_frame .overview_frame_left p { margin: 0 0 0.6rem 0; }
.overview_bg .overview_frame .overview_frame_left p.overview_title { background-color: #6b3906; color: #ffffff; border-radius: 2rem; display: inline-block; padding: 0 1rem 0.2rem 1rem; font-size: 1.2rem; margin: 0 0 0 0; }
.overview_bg .overview_frame .overview_frame_left table { margin: 2rem 0 1rem 0; }
.overview_bg .overview_frame .overview_frame_right { margin: 2rem auto 0 auto; padding: 0 0 3rem 0; }
.overview_bg .overview_frame .overview_frame_right img { width: 90%; margin: 0 auto; display: block; }

@media screen and (min-width: 768px), print { .overview_bg { width: 100%; max-width: 2000px; margin: 0 auto; padding: 100px 0; background: url(../images/footer_bg.jpg) repeat; }
  .overview_bg .overview_frame { width: 1000px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .overview_bg .overview_frame .overview_frame_left { width: 400px; margin: 0; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo { width: 400px; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 114px; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo { width: 100px; display: block; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo img { width: 100%; height: auto; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info { width: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 12px 0 0 20px; letter-spacing: 0.1em; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info img { width: 190px; display: block; margin: 0 0 5px 0; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span { color: #35921c; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.tel { display: block; margin: 0; font-size: 2.2rem; letter-spacing: 0.05em; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.tel::before { content: "tel."; font-size: 1.6rem; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax { display: block; margin: 0; font-size: 1.6rem; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax::before { content: "fax."; font-size: 1.6rem; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info span.fax a { pointer-events: none; }
  .overview_bg .overview_frame .overview_frame_left .overview_logo div.logo_info a { color: #35921c; text-decoration: none; }
  .overview_bg .overview_frame .overview_frame_left p { margin: 0 0 0.6rem 0; font-size: 1.4rem; }
  .overview_bg .overview_frame .overview_frame_left p.overview_title { background-color: #6b3906; color: #ffffff; border-radius: 2rem; display: inline-block; padding: 0 1.2rem 0.2rem 1.2rem; font-size: 1.4rem; letter-spacing: 0.1em; }
  .overview_bg .overview_frame .overview_frame_left table { margin: 2rem 0 1rem 0; }
  .overview_bg .overview_frame .overview_frame_right { width: 560px; margin: 0; padding: 0 0 0 0; }
  .overview_bg .overview_frame .overview_frame_right img { width: 560px; margin: 0; display: block; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #6b3906; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; }
footer .copyright a { color: #6b3906; text-decoration: none; }

.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(138, 201, 122, 0.8); }
.footer_link a.footer_tel { width: 75%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; display: block; background-color: #35921c; 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; }
.footer_link .smoothScrolls { background-color: #35921c; 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; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 1.4rem 0; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 120px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 33px 0 0 0; margin: 0 0 0 0; overflow: hidden; }
  footer .footer_frame { display: block; width: 1000px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer .footer_frame ul { font-size: 1.6rem; list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  footer .footer_frame ul li { margin: 0 8px 0 0; }
  footer .footer_frame ul li a { color: #6b3906; text-decoration: none; line-height: 140%; font-size: 1.4rem; }
  footer .footer_frame ul li a br { display: none; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 0 0 8px; color: #6b3906; }
  footer .footer_frame ul li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_01 { width: 680px; margin: 0 auto 0px auto; }
  footer .footer_frame ul.footer_list_02 { width: 520px; margin: 0 auto 0px auto; }
  footer .footer_frame ul.footer_list_02 br { display: none; }
  footer .footer_frame ul.footer_list_03 { width: 500px; margin: 0 auto 0px auto; }
  footer .footer_frame ul.footer_list_03 br { display: none; }
  footer .copyright { display: block; margin: 0; text-align: center; margin: 0 auto 0 auto; padding: 10px 0; color: #6b3906; font-size: 1.2rem; height: auto; max-width: 2000px; border-top: none; letter-spacing: 0.05em; }
  footer .copyright a { color: #6b3906; text-decoration: none; }
  footer .copyright a:hover { text-decoration: underline; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 6px; right: 18px; height: 70px; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 6px; right: 18px; height: 70px; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #fbfaf7; }
.drawr ul.hbg { border-top: #6b3906 1px solid; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #6b3906; font-size: 1.4rem; text-decoration: none; padding: 1.6rem 0; display: block; border-bottom: #6b3906 1px solid; }
.drawr ul.hbg li a br { 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: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.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: #6b3906; 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: #6b3906; 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: 56px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #fbfaf7; border: #6b3906 1px solid; }

/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 276px; height: 1080px; margin: 0 0 0 0; background: url(../images/aside_bg_pc.png) no-repeat; background-position: right top; background-color: #ffffff; border-radius: 1rem; }
  aside div { margin: 0 0 20px 0; padding: 0; padding: 85px 0 0 0; }
  aside div ul { 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; list-style-type: none; padding: 10px 0 0 0; }
  aside div ul li { text-align: left; margin: 0 auto 10px auto; width: 245px; height: 60px; }
  aside div ul li a { width: 245px; height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; color: #6b3906; font-size: 1.9rem; font-weight: bold; margin: 0 auto; background-color: #ffffff; border-radius: 0.8rem; padding: 0 0 0 7px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside div ul li a:hover { opacity: 0.6; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 2rem 0; text-align: center; }
.img_right img { width: 50%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 45%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 50%; 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: 200px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 30px; }
  .img_doctor img { width: 200px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: 300px; 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: 160%; font-size: 1.2rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; 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: 120%; font-size: 1.2rem; list-style-type: none; margin: 0 0 0.8rem 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.2rem; 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 { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.2rem; 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.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.2rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2.8rem; -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.2rem; 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.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 7px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 35px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: hp_width; }
  dl.bio_list dt { width: 140px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 970px; margin: 0 0 20px 0; }
  dl.book_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.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h1 { margin: 0; }

h2.general { color: #457f35; font-size: 1.8rem; font-weight: normal; text-align: center; padding: 0; margin: 0 0 2rem 0; letter-spacing: 0.1em; }
h2.general::before { content: url(../images/h2_img.png); display: block; }
h2.first { margin: 0 0 2rem 0; }

h3 { font-weight: normal; font-size: 1.7rem; padding: 0 0 0.6rem 0; margin: 2rem 0 1rem 0; color: #d57a44; border-bottom: #d57a44 1px solid; }

.h4_box { background-color: #ffffff; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.h4_box h4 { color: #457f35; font-weight: normal; font-size: 1.6rem; padding: 0.6rem 0.4rem; margin: 0.2rem 0.2rem 1rem 0.2rem; border: #457f35 1px solid; outline: #457f35 1px solid; outline-offset: 2px; }

h5 { font-weight: normal; font-size: 1.7rem; padding: 0 0 0.4rem 0; margin: 0 0 1rem 0; color: #35921c; border-bottom: #35921c 4px dotted; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.general { color: #457f35; font-size: 2.8rem; font-weight: normal; text-align: center; padding: 0; margin: 0 0 3rem 0; letter-spacing: 0.1em; }
  h2.general::before { content: url(../images/h2_img.png); display: block; margin: 0 0 5px 0; }
  h2.first { margin: 0 0 2rem 0; }
  h3 { font-weight: normal; font-size: 2.6rem; margin: 30px 0 20px 0; color: #d57a44; border-bottom: #d57a44 1px solid; }
  .h4_box { background-color: #ffffff; padding: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .h4_box h4 { color: #457f35; font-weight: normal; font-size: 2.2rem; padding: 12px 10px; margin: 30px 4px 20px 4px; border: #457f35 1px solid; outline: #457f35 1px solid; outline-offset: 2px; }
  h5 { color: #457f35; font-weight: normal; font-size: 2.8rem; padding: 0 0 0.4rem 0; margin: 20px 0 20px 0; border-bottom: #457f35 4px dotted; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
.arrow { width: 0; height: 0; border-left: 6rem solid transparent; border-right: 6rem solid transparent; border-top: 3rem solid #aed69b; text-align: center; display: block; margin: 3rem auto 3rem auto; }

.text_link { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; color: #aed69b; }

.text_link_right { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; color: #aed69b; text-align: right; display: block; }

.doctor_name { text-align: right; font-size: 1.6rem; }

span.tel { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; color: #aed69b; }

.text_tel span.tel { font-size: 2rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.1em; color: #457f35; }
.text_tel a { font-size: 2rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.1em; color: #457f35; text-decoration: none; }

table.item_table { padding: 0; margin: 0 auto 1rem auto; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; width: 600px; }
table.item_table tr th { font-size: 1.2rem; text-align: center; color: #ffffff; background-color: #cae1bf; padding: 0.6rem 0; font-weight: normal; }
table.item_table tr th.item_table_left { width: 200px; border-right: #ffffff 1px solid; }
table.item_table tr th.item_table_right { width: 400px; }
table.item_table tr td { text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; padding: 0.6rem; border: #cae1bf 1px solid; vertical-align: middle; line-height: 140%; }
table.item_table tr td.item_table_left { width: 200px; }
table.item_table tr td.item_table_right { width: 400px; }

table.item_table2 { padding: 0; margin: 0 auto 1rem auto; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
table.item_table2 tr th { font-size: 1.2rem; text-align: left; color: #ffffff; background-color: #cae1bf; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; border-bottom: #ffffff 1px solid; width: 50%; vertical-align: middle; }
table.item_table2 tr td { text-align: right; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; padding: 0.6rem; border: #cae1bf 1px solid; vertical-align: middle; }

/*当院の特長*/
dl.faq { 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; }
dl.faq dt { width: 20%; color: #ffffff; font-size: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 2rem 0; }
dl.faq dt.question span { background-color: #6b3906; width: 100%; text-align: center; padding: 1rem 0; border-radius: 0.6rem; }
dl.faq dt.answer span { background-color: #f6ebda; width: 100%; text-align: center; padding: 1rem 0; border-radius: 0.6rem; }
dl.faq dd { width: 76%; margin: 0 0 2rem 0; font-size: 1.2rem; line-height: 140%; }

/*クリニック紹介・機器紹介*/
.machine_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; }
.machine_list figure { width: 48%; display: block; text-align: center; margin: 0 0 2rem 0; }
.machine_list figure img { width: 80%; height: auto; margin: 0 auto; }
.machine_list figure figcaption { width: 80%; margin: 0.6rem auto 0 auto; font-size: 1.2rem; }
.machine_list figure.all { width: 100%; }
.machine_list figure.all img { width: 90%; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 80px solid transparent; border-right: 80px solid transparent; border-top: 40px solid #aed69b; text-align: center; display: block; margin: 30px auto 30px auto; }
  .text_link { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; color: #aed69b; }
  .text_link:hover { opacity: 0.6; }
  .text_link_right { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; color: #aed69b; text-align: right; display: block; }
  .text_link_right:hover { opacity: 0.6; }
  .doctor_name { text-align: right; font-size: 2rem; }
  span.tel { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 140%; color: #aed69b; }
  .text_tel span.tel { font-size: 3rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.1em; color: #457f35; }
  .text_tel a { font-size: 3rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.1em; color: #457f35; text-decoration: none; }
  table.item_table { padding: 0; margin: 0 auto 1rem auto; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; width: 1109px; }
  table.item_table tr th { font-size: 1.8rem; text-align: center; color: #ffffff; background-color: #cae1bf; padding: 1rem 0; font-weight: normal; }
  table.item_table tr th.item_table_left { width: 310px; border-right: #ffffff 1px solid; }
  table.item_table tr th.item_table_right { width: 799px; }
  table.item_table tr td { text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; padding: 1rem; border: #cae1bf 1px solid; vertical-align: middle; line-height: 160%; }
  table.item_table tr td.item_table_left { width: 310px; }
  table.item_table tr td.item_table_right { width: 799px; }
  table.item_table2 { padding: 0; margin: 0 auto 1rem auto; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  table.item_table2 tr th { font-size: 1.8rem; text-align: left; color: #ffffff; background-color: #cae1bf; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; border-bottom: #ffffff 1px solid; width: 50%; vertical-align: middle; }
  table.item_table2 tr td { text-align: right; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; padding: 1rem; border: #cae1bf 1px solid; vertical-align: middle; }
  /*当院の特長*/
  dl.faq { 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; }
  dl.faq dt { width: 60px; color: #ffffff; font-size: 4rem; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 40px 0; }
  dl.faq dt.question span { background-color: #6b3906; width: 100%; text-align: center; padding: 1rem 0; border-radius: 0.6rem; }
  dl.faq dt.answer span { background-color: #f6ebda; width: 100%; text-align: center; padding: 1rem 0; border-radius: 0.6rem; }
  dl.faq dd { width: 1015px; margin: 0 0 40px 0; font-size: 1.8rem; line-height: 140%; 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; }
  /*クリニック紹介・機器紹介*/
  .machine_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; }
  .machine_list figure { width: 48%; display: block; text-align: center; margin: 0 0 6rem 0; }
  .machine_list figure img { width: auto; height: auto; margin: 0 auto; }
  .machine_list figure figcaption { width: 100%; margin: 0.6rem auto 0 auto; font-size: 1.8rem; }
  .machine_list figure.all { width: 100%; }
  .machine_list figure.all img { width: auto; } }
@media screen and (max-width: 768px) { .scroll { overflow: auto; white-space: nowrap; margin: 0 0 2rem 0; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background: #F1F1F1; }
  .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; } }
/* -----------------------------------------------------------
　アクセス
----------------------------------------------------------- */
/*アクセス*/
iframe.accessmap { width: 100%; height: 500px; }

.access_tel span { color: #35921c; font-size: 3rem; text-decoration: none; font-weight: bold; line-height: 120%; }
.access_tel a { color: #35921c; font-size: 3rem; text-decoration: none; font-weight: bold; }

@media screen and (min-width: 768px), print { /*アクセス*/
  iframe.accessmap { width: 100%; height: 600px; }
  .access_tel span { color: #35921c; font-size: 3rem; text-decoration: none; }
  .access_tel a { color: #35921c; font-size: 3rem; text-decoration: none; } }
/* -----------------------------------------------------------
　災害発生時における取組
----------------------------------------------------------- */
.flex_img { margin: 4rem auto 0 auto; width: 90%; }
.flex_img div { margin: 0 0 6rem 0; }
.flex_img div img { display: block; margin: -40px auto 0 auto; }

@media screen and (min-width: 768px), print { .flex_img { margin: 64px auto 0 auto; width: 1000px; 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; }
  .flex_img div { margin: 0 0 6rem 0; }
  .flex_img div img { display: block; margin: -40px auto 0 auto; } }
/*-----------------------------------------------------------
　院内風景
----------------------------------------------------------- */
.slider-pro p.sp-layer { font-size: 3rem; }

@media screen and (min-width: 768px), print { .slider-pro p.sp-layer { font-size: 2rem; } }

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