@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑*/
/*オレンジ*/
/*茶色*/
/*緑2*/
/*黒*/
/*黄色*/
/*オレンジ2*/
/*薄緑*/
/*緑2*/
/*緑3*/
/*灰色*/
/*緑4*/
/*薄黄色*/
/*薄茶色2*/
/*オレンジ*/
/*カレンダー用*/
/*白*/
/*黄色*/
/*緑*/
/*薄黄色*/
/*薄ピンク*/
/*薄緑*/
/*薄青*/
/*灰色*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; padding: 0 0 18vw 0; }
html.calendar { padding: 0; background-color: transparent; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; padding: 0; }
  html.calendar { padding: 0; background-color: transparent; } }
.text-center { text-align: center; }

.text-left { text-align: left !important; }

/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
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; overflow: hidden; min-width: 1280px; }
  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: 0 0 0 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }

.wrapper_low { height: auto; width: 96%; margin: 0 auto 0 auto; padding: 0 0 2rem 0; }

.main { width: 96%; margin: 0 auto; padding: 0 0 4rem 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; z-index: 0; padding: 0 0 0 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  .wrapper_low { height: auto; width: 1200px; margin: 30px auto 0 auto; padding: 0 0 0 0; }
  .main { width: 1200px; margin: 0 auto; padding: 0 0 6rem 0; } }
/* -----------------------------------------------------------
　色など
----------------------------------------------------------- */
.text_link { color: #95c12b; font-size: 1.4rem; font-weight: bold; }
.text_link:hover { opacity: 0.6; }

.text_red { color: red; }

.text_green { color: #95c12b; }

@media screen and (min-width: 768px), print { .text_link { font-size: 1.8rem; font-weight: bold; color: #95c12b; }
  .text_link:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
.key_visual { background-repeat: no-repeat; background-size: contain; background-position: center bottom; height: 80vw; position: relative; }
.key_visual header { display: block; height: 36vw; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: hidden; }
.key_visual header .head_frame { width: 96%; margin: 0 auto; padding: 0 0 0 0; height: 56vw; }
.key_visual header .head_frame .head_logo { width: 75%; margin: 0 0 1rem 0; padding: 0.4rem 0 0 0; text-align: center; }
.key_visual header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
.key_visual header .head_frame .head_info .head_info_access { color: #7b4a29; font-weight: bold; font-size: 1.4rem; }
.key_visual header .head_frame .head_info .head_info_access i { color: #f3ca09; margin: 0 0.6rem 0 0; }
.key_visual header .head_frame .head_info_tel { display: none; }
.key_visual .key_on { display: none; }

.key_on_sp {   /* .key_on_sp_read_more{ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction:column; flex-direction:column; margin: 0 0 1rem 0; a{ border: $color_1 1px solid; border-radius: 3rem; background-color: $color_0; color: $color_1; font-size: 1.3rem; font-weight: bold; text-decoration: none;       display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 90%; margin: 0 auto 1rem auto; padding: 0.6rem 1rem; box-sizing: border-box; text-align: center; line-height: 130%; } }
*/ }
.key_on_sp img.key_on_sp_map { width: 90%; margin: 1rem auto; display: block; }
.key_on_sp .key_on_sp_read_more { 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; }
.key_on_sp .key_on_sp_read_more .orange { width: 48%; height: 44vw; background: url(../images/index_banner_01.png); background-size: contain; background-position: center center; background-repeat: no-repeat; 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; padding: 2vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
.key_on_sp .key_on_sp_read_more .orange span { font-size: 1rem; font-weight: bold; line-height: 140%; color: #ffffff; }
.key_on_sp .key_on_sp_read_more .orange span span { font-size: 1.3rem; }
.key_on_sp .key_on_sp_read_more .orange span span.inf { font-size: 1.1rem; }
.key_on_sp .key_on_sp_read_more .orange span.btn { border: #ffffff 1px solid; color: #ffffff; font-size: 1rem; font-weight: bold; padding: 0.4rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0.6rem 0 0 0; text-align: center; }
.key_on_sp .key_on_sp_read_more .orange span.btn2 { font-size: 1.2rem; font-weight: bold; padding: 0.6rem 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0.6rem 0 0 0; background-color: #f4760f; color: #ffffff; border-radius: 30px; }
.key_on_sp .key_on_sp_read_more .green { width: 48%; height: 44vw; background: url(../images/index_banner_02.png); background-size: contain; background-repeat: no-repeat; background-position: center 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 2vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
.key_on_sp .key_on_sp_read_more .green span.text { font-size: 1.3rem; font-weight: bold; line-height: 140%; color: #ffffff; }
.key_on_sp .key_on_sp_read_more .green span.text2 { font-size: 1rem; font-weight: bold; line-height: 140%; color: #ffffff; }
.key_on_sp .key_on_sp_read_more .green span.btn { border: #ffffff 1px solid; color: #ffffff; font-size: 1rem; font-weight: bold; padding: 0.6rem 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0.6rem 0 0 0; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-repeat: no-repeat; background-size: 200%; background-position: center bottom; height: 80vw; margin: 0; position: relative; overflow: hidden; }
.key_visual_low header { display: block; height: 36vw; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: hidden; }
.key_visual_low header .head_frame { width: 96%; margin: 0 auto; padding: 0 0 0 0; height: 56vw; }
.key_visual_low header .head_frame .head_logo { width: 75%; margin: 0 0 1rem 0; padding: 0.4rem 0 0 0; text-align: center; }
.key_visual_low header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
.key_visual_low header .head_frame .head_info .head_info_access { color: #7b4a29; font-weight: bold; font-size: 1.4rem; }
.key_visual_low header .head_frame .head_info .head_info_access i { color: #f3ca09; margin: 0 0.6rem 0 0; }
.key_visual_low header .head_frame .head_info_tel { display: none; }

@media screen and (min-width: 768px), print { .key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 890px; position: relative; margin: 0 0 80px 0; }
  .key_visual header { display: block; height: 137px; margin: 0; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: hidden; }
  .key_visual header .head_frame { width: 1200px; margin: 0 auto; padding: 0 0 0 0; height: 137px; 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; }
  .key_visual header .head_frame .head_logo { width: 570px; margin: 0 0 0 0; padding: 0; text-align: center; }
  .key_visual header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
  .key_visual header .head_frame .head_info { width: 600px; text-align: right; }
  .key_visual header .head_frame .head_info .head_info_access { margin: 50px 0 0 0; color: #7b4a29; font-weight: bold; font-size: 1.6rem; letter-spacing: 0.1em; }
  .key_visual header .head_frame .head_info .head_info_access i { color: #f3ca09; margin: 0 6px 0 20px; font-size: 2.2rem; }
  .key_visual header .head_frame .head_info_tel { display: block; font-size: 1.8rem; font-weight: bold; color: #6b9311; margin: 14px 0 0 0; letter-spacing: 0.1em; }
  .key_visual header .head_frame .head_info_tel span { font-size: 2.2rem; color: #85ba0f; }
  .key_visual header .head_frame .head_info_tel .btn_reserve { background-color: #F4760F; padding: 5px 10px; font-size: 1.6rem; border-radius: 5px; }
  .key_visual header .head_frame .head_info_tel .btn_reserve a { color: #fff !important; text-decoration: none !important; }
  .key_visual .key_on { display: block; width: 1200px; height: 780px; margin: 0 auto; position: relative; }
  .key_visual .key_on .key_text { position: absolute; top: 372px; text-align: left; color: #7b4a29; font-size: 2.6rem; font-weight: bold; margin: 0; text-shadow: 10px 0px 20px rgba(255, 255, 255, 0.4), 10px 0px 20px rgba(255, 255, 255, 0.4), -10px 0px 20px rgba(255, 255, 255, 0.4), -10px 0px 20px rgba(255, 255, 255, 0.4), 0px 10px 20px rgba(255, 255, 255, 0.4), 0px 10px 20px rgba(255, 255, 255, 0.4), 0px -10px 20px rgba(255, 255, 255, 0.4), 0px -10px 20px rgba(255, 255, 255, 0.4); }
  .key_visual .key_on .key_on_pc_map { position: absolute; bottom: 0; left: 0; }
  .key_visual .key_on .key_on_pc_read_more_01 { position: absolute; bottom: 0; right: 0; width: 289px; height: 290px; background: url(../images/index_banner_01.png); background-size: contain; background-position: center center; background-repeat: no-repeat; 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; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; text-decoration: none; }
  .key_visual .key_on .key_on_pc_read_more_01 span { font-size: 1.8rem; font-weight: bold; line-height: 160%; color: #ffffff; }
  .key_visual .key_on .key_on_pc_read_more_01 span span { font-size: 2.4rem; }
  .key_visual .key_on .key_on_pc_read_more_01 span span.inf { font-size: 2.2rem; }
  .key_visual .key_on .key_on_pc_read_more_01 span.btn { border: #ffffff 1px solid; color: #ffffff; font-size: 1.6rem; font-weight: bold; padding: 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 8px 0 0 0; line-height: 120%; }
  .key_visual .key_on .key_on_pc_read_more_01 span.btn2 { color: #ffffff; font-size: 1.8rem; font-weight: bold; padding: 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 20px 0 0 0; background-color: #f4760f; color: #ffffff; border-radius: 30px; }
  .key_visual .key_on .key_on_pc_read_more_01:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .key_visual .key_on .key_on_pc_read_more_02 { position: absolute; bottom: 0; right: 295px; width: 289px; height: 290px; background: url(../images/index_banner_02.png); background-size: contain; background-repeat: no-repeat; background-position: center 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 2vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
  .key_visual .key_on .key_on_pc_read_more_02 span.text { font-size: 2.6rem; font-weight: bold; line-height: 160%; color: #ffffff; }
  .key_visual .key_on .key_on_pc_read_more_02 span.text2 { font-size: 1.8rem; font-weight: bold; line-height: 160%; color: #ffffff; }
  .key_visual .key_on .key_on_pc_read_more_02 span.btn { border: #ffffff 1px solid; color: #ffffff; font-size: 1.8rem; font-weight: bold; padding: 10px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0 0 0 15px; }
  .key_visual .key_on .key_on_pc_read_more_02:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .key_on_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-repeat: no-repeat; background-size: cover; background-position: center bottom; height: 394px; margin: 0; position: relative; overflow: hidden; }
  .key_visual_low header { display: block; height: 137px; margin: 0; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: hidden; }
  .key_visual_low header .head_frame { width: 1200px; margin: 0 auto; padding: 0 0 0 0; height: 137px; 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; }
  .key_visual_low header .head_frame .head_logo { width: 570px; margin: 0 0 0 0; padding: 0; text-align: center; }
  .key_visual_low header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
  .key_visual_low header .head_frame .head_info { width: 600px; text-align: right; }
  .key_visual_low header .head_frame .head_info .head_info_access { margin: 50px 0 0 0; color: #7b4a29; font-weight: bold; font-size: 1.6rem; letter-spacing: 0.1em; }
  .key_visual_low header .head_frame .head_info .head_info_access i { color: #f3ca09; margin: 0 6px 0 20px; font-size: 2.2rem; }
  .key_visual_low header .head_frame .head_info_tel { display: block; font-size: 1.8rem; font-weight: bold; color: #6b9311; margin: 14px 0 0 0; letter-spacing: 0.1em; }
  .key_visual_low header .head_frame .head_info_tel span { font-size: 2.2rem; color: #85ba0f; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 30px; margin: 40px auto 10px auto; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; max-width: 2000px; position: relative; }
  .main_nav_pc nav { width: 1200px; margin: 0 auto; }
  .main_nav_pc nav 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; width: 1200px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 20px 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px; width: 100%; border-left: #7b4a29 1px dotted; }
  .main_nav_pc nav ul li a { color: #7b4a29; text-decoration: none; font-weight: bold; width: 100%; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li a i { display: none; }
  .main_nav_pc nav ul li:last-child { border-right: #7b4a29 1px dotted; }
  .main_nav_pc nav ul li 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 200px; height: 30px; background-color: #ffffff; margin: 0 0 0 0; display: none; z-index: 999999999; }
  .main_nav_pc nav ul li ul li { width: 200px; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: none; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0 0 0 0; background-color: #ffffff; height: 60px; 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-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav ul li ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li ul li:last-child { border-right: none; }
  .main_nav_pc nav ul.open_nav { display: block; } }
/* -----------------------------------------------------------

----------------------------------------------------------- */
.row { display: block; width: 100%; margin: 30px auto; padding: 0; }
.row .corona_bana { width: 90%; margin: 0 auto; }
.row .corona_bana img { width: 100%; }
.row .bees { display: block; list-style: none; width: 100%; }
.row .bees div { width: 80%; margin: 10px auto 0; background-color: #EBECED; padding: 15px 15px 10px; border-radius: 10px; text-align: center; }
.row .bees div h3 { background-color: #333; text-align: center; color: #fff; border-radius: 10px; font-size: 200%; padding: 10px; width: 80%; margin: 0 auto; }

@media screen and (min-width: 768px) { .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; width: 1100px; margin: 30px auto; padding: 0; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: top; -ms-flex-align: top; align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  .row .corona_bana { width: 650px; }
  .row .corona_bana img { width: 100%; }
  .row .bees { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; width: 416px; margin: 0; padding: 0; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: top; -ms-flex-align: top; align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  .row .bees div { width: 158px; margin-left: 20px; background-color: #EBECED; padding: 15px 15px 0; border-radius: 10px; }
  .row .bees div h3 { background-color: #333; text-align: center; color: #fff; border-radius: 10px; font-size: 200%; padding: 10px; } }
/* -----------------------------------------------------------
　コロナバナー
----------------------------------------------------------- */
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice { margin: 0 0 0 0; padding: 0 0 2rem 0; background: url(../images/a_bg.jpg) repeat; }
.notice .notice_frame { -webkit-box-sizing: border-box; box-sizing: border-box; width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; height: 100vw; background-color: #ffffff; }
.notice .notice_frame dl { overflow-y: scroll; height: 100vw; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3rem 1rem 1rem 1rem; }
.notice .notice_frame dl dt { margin: 0 0 1rem 0; color: #7b4a29; font-size: 1.4rem; padding: 1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 150%; border-top: #7b4a29 1px dotted; }
.notice .notice_frame dl dt .news_category { background-color: #95c12b; color: #ffffff; padding: 0 1rem; border-radius: 1rem; display: inline-block; width: 8rem; text-align: center; }
.notice .notice_frame dl dt .news_title { line-height: 180%; font-weight: bold; }
.notice .notice_frame dl dt .news_new { background-color: #f4760f; color: #ffffff; padding: 0 0.4rem 0.2rem 0.4rem; }
.notice .notice_frame dl dt:first-child { border-top: none; padding: 0 0 0 0; }
.notice .notice_frame dl dd { color: #7b4a29; margin: 0 0 2rem 0; font-size: 1.4rem; line-height: 150%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }
.notice .notice_frame .notice_frame dl dd.open { display: block; }

@media screen and (min-width: 768px) { .notice { margin: 0 0 0 0; padding: 20px 0 36px 0; background: url(../images/a_bg.jpg) repeat; }
  .notice .notice_frame { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: scroll; height: 500px; background-color: #ffffff; overflow-x: hidden; }
  .notice .notice_frame dl { overflow-y: visible; height: 500px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 56px 0; width: 1020px; margin: 0 0 0 30px; }
  .notice .notice_frame dl dt { margin: 0 0 20px 0; color: #7b4a29; font-size: 1.8rem; padding: 20px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 160%; border-top: #7b4a29 1px dotted; 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; width: 1020px; }
  .notice .notice_frame dl dt .news_time { margin: 4px 1rem 0 0; width: 178px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice .notice_frame dl dt .news_category { background-color: #95c12b; color: #ffffff; padding: 0.4rem 2rem; border-radius: 2rem; width: 130px; height: 30px; 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-sizing: border-box; box-sizing: border-box; }
  .notice .notice_frame dl dt .news_title { display: inline; width: 630px; margin: 4px 10px 0 12px; font-weight: normal; }
  .notice .notice_frame dl dt .news_new { background-color: #f4760f; color: #ffffff; padding: 0.4rem 1rem; width: 60px; text-align: center; height: 30px; 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-sizing: border-box; box-sizing: border-box; }
  .notice .notice_frame dl dt:first-child { border-top: none; padding: 0 0 0 0; }
  .notice .notice_frame dl dd { color: #7b4a29; margin: 0 0 2rem 0; font-size: 1.8rem; line-height: 120%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }
  .notice .notice_frame .notice_frame dl dd.open { 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); } }
/* -----------------------------------------------------------
　カレンダー
----------------------------------------------------------- */
.calendar_frame { background: url(../images/indec_calendar_bg.jpg) no-repeat; background-size: cover; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
.calendar_frame .calendar_box .calendar_box_left .calendar_box_left_title { background-color: #95c12b; color: #ffffff; text-align: center; width: 90%; margin: 0 auto; padding: 0.2rem 0; font-size: 1.4rem; font-weight: bold; }
.calendar_frame .calendar_box .calendar_box_left iframe.calendar_01 { display: block; width: 90%; margin: 0 auto; height: 109vw; }
.calendar_frame .calendar_box .calendar_box_right { margin: 4rem 0 0 0; }
.calendar_frame .calendar_box .calendar_box_right .calendar_box_right_title { background-color: #fed702; color: #ffffff; text-align: center; width: 90%; margin: 0 auto; padding: 0.2rem 0; font-size: 1.4rem; font-weight: bold; }
.calendar_frame .calendar_box .calendar_box_right iframe.calendar_02 { display: block; width: 90%; margin: 0 auto; height: 109vw; }
.calendar_frame .calendar_notice { width: 90%; margin: 2rem auto 0 auto; }
.calendar_frame .calendar_notice 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; }
.calendar_frame .calendar_notice ul li { width: 45%; margin: 0 0 1rem 0; font-size: 1.2rem; color: #7b4a29; }
.calendar_frame .calendar_notice ul li:nth-child(1) i { color: #ffffcc; text-shadow: 1px 1px 1px #cccccc; }
.calendar_frame .calendar_notice ul li:nth-child(2) i { color: #fdd2d2; text-shadow: 1px 1px 1px #cccccc; }
.calendar_frame .calendar_notice ul li:nth-child(3) i { color: #d9f8bc; text-shadow: 1px 1px 1px #cccccc; }
.calendar_frame .calendar_notice ul li:nth-child(4) i { color: #c9ebf7; text-shadow: 1px 1px 1px #cccccc; }

@media screen and (min-width: 768px) { .calendar_frame { background: url(../images/indec_calendar_bg.jpg) no-repeat; background-size: cover; padding: 0 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .calendar_frame .calendar_box { width: 1120px; 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; height: 475px; }
  .calendar_frame .calendar_box .calendar_box_left { width: 544px; }
  .calendar_frame .calendar_box .calendar_box_left .calendar_box_left_title { background-color: #95c12b; color: #ffffff; text-align: center; width: 100%; margin: 0 auto; font-size: 2rem; font-weight: bold; }
  .calendar_frame .calendar_box .calendar_box_left iframe.calendar_01 { display: block; width: 100%; margin: 0 auto; height: 450px; }
  .calendar_frame .calendar_box .calendar_box_right { width: 544px; margin: 0 0 0 0; }
  .calendar_frame .calendar_box .calendar_box_right .calendar_box_right_title { background-color: #fed702; color: #ffffff; text-align: center; width: 100%; margin: 0 auto; font-size: 2rem; font-weight: bold; }
  .calendar_frame .calendar_box .calendar_box_right iframe.calendar_02 { display: block; width: 100%; margin: 0 auto; height: 430px; }
  .calendar_frame .calendar_notice { width: 500px; margin: 0 auto 0 auto; }
  .calendar_frame .calendar_notice 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: nowrap; flex-wrap: nowrap; }
  .calendar_frame .calendar_notice ul li { width: auto; margin: 0 0 1rem 0; font-size: 1.8rem; color: #7b4a29; }
  .calendar_frame .calendar_notice ul li:nth-child(1) i { color: #ffffcc; text-shadow: 1px 1px 1px #cccccc; }
  .calendar_frame .calendar_notice ul li:nth-child(2) i { color: #fdd2d2; text-shadow: 1px 1px 1px #cccccc; }
  .calendar_frame .calendar_notice ul li:nth-child(3) i { color: #d9f8bc; text-shadow: 1px 1px 1px #cccccc; }
  .calendar_frame .calendar_notice ul li:nth-child(4) i { color: #c9ebf7; text-shadow: 1px 1px 1px #cccccc; } }
/* -----------------------------------------------------------
　カレンダー内部
----------------------------------------------------------- */
/*タブ部*/
/*眼科*/
ul#tab { zoom: 1; list-style: none; margin: 1.6rem auto 0 auto; padding: 10px 0 0 0; width: 100%; }

ul#tab:after { content: "."; display: block; height: 0px; clear: both; line-height: 0; visibility: hidden; }

ul#tab li { float: left; text-align: center; font-size: 1.2rem; margin: 0 1% 0 0; width: 20%; }

ul#tab li:last-child { background: none; }

ul#tab li a { display: block; width: 100%; padding: 8px 0; text-decoration: none; color: #ffffff; background-color: #fed702; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul#tab li.active span.tab1, ul#tab li.active span.tab1 a, ul#tab li.active span.tab1 a:hover { background: #95c12b; color: #ffffff; }

ul#tab li.selected span.tab1 a:visited { background: #95c12b; color: #222222; }

ul#tab li.active span.tab2, ul#tab li.active span.tab2 a, ul#tab li.active span.tab2 a:hover { background: #95c12b; color: #ffffff; }

ul#tab li span.tab2 a:visited { background: #95c12b; color: #222222; }

ul#tab li.active span.tab3, ul#tab li.active span.tab3 a, ul#tab li.active span.tab3 a:hover { background: #95c12b; color: #ffffff; }

ul#tab li span.tab3 a:visited { background: #95c12b; color: #222222; }

/*カレンダー部*/
#detail { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }

#detail #tab1 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

#detail #tab2 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

#detail #tab3 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.tabbox { display: none; }

/*内科*/
ul#tab li span.tab4 a, ul#tab li span.tab5 a, ul#tab li span.tab6 a { display: block; width: 100%; padding: 8px 0; text-decoration: none; color: #ffffff; background-color: #95c12b; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul#tab li.active span.tab4, ul#tab li.active span.tab4 a, ul#tab li.active span.tab4 a:hover { background: #fed702; color: #ffffff; }

ul#tab li.selected span.tab4 a:visited { background: #fed702; color: #222222; }

ul#tab li.active span.tab5, ul#tab li.active span.tab5 a, ul#tab li.active span.tab5 a:hover { background: #fed702; color: #ffffff; }

ul#tab li span.tab5 a:visited { background: #fed702; color: #222222; }

ul#tab li.active span.tab6, ul#tab li.active span.tab6 a, ul#tab li.active span.tab6 a:hover { background: #fed702; color: #ffffff; }

ul#tab li span.tab6 a:visited { background: #fed702; color: #222222; }

/*カレンダー部*/
#detail { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }

#detail #tab4 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

#detail #tab5 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

#detail #tab6 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { /*タブ部*/
  ul#tab { zoom: 1; list-style: none; margin: 4px auto 0 auto; padding: 10px 0 0 0; width: 100%; }
  ul#tab li { float: left; text-align: center; font-size: 1.6rem; margin: 0 2px 0 0; width: 20%; }
  ul#tab li a { font-size: 1.2rem; } }
/* -----------------------------------------------------------
　ご挨拶
----------------------------------------------------------- */
.greeting_frame { background: url(../images/greeing_bg.gif) repeat; padding: 4rem 0 2rem 0; margin: 0; }
.greeting_frame h2.general { margin: 0; }
.greeting_frame .greeting_box { width: 90%; margin: 2rem auto 0 auto; }
.greeting_frame .greeting_box p { color: #7b4a29; font-size: 1.2rem; line-height: 160%; }
.greeting_frame .greeting_box p span.greeting_title { font-weight: bold; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-size: 1.6rem; margin: 0 0 1rem 0; display: block; line-height: 150%; }
.greeting_frame .greeting_box img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .greeting_frame { background: url(../images/greeing_bg.gif) repeat; padding: 60px 0 36px 0; margin: 0; }
  .greeting_frame h2.general { margin: 0 0 50px 0; }
  .greeting_frame .greeting_box { width: 1200px; margin: 0 auto; 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; }
  .greeting_frame .greeting_box p { color: #7b4a29; width: 534px; font-size: 1.8rem; line-height: 170%; }
  .greeting_frame .greeting_box p span.greeting_title { font-weight: bold; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-size: 2.2rem; margin: 0 0 1rem 0; display: block; line-height: 150%; }
  .greeting_frame .greeting_box img { width: 630px; height: auto; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { background: url(../images/index_features_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 3rem 0 0 0; }
.feature_frame h2.general { margin: 0 0 2rem 0; }
.feature_frame .feature_box { width: 90%; margin: 0 auto; }
.feature_frame .feature_box div { margin: 0 0 5rem 0; }
.feature_frame .feature_box div p { color: #7b4a29; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; font-size: 1.6rem; margin: 0 0 0.6rem 0; }
.feature_frame .feature_box div figure img { width: 100%; height: auto; }
.feature_frame .feature_box div figure figcaption { font-size: 1.4rem; color: #7b4a29; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { .feature_frame { background: url(../images/index_features_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 66px 0 0 0; height: 679px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .feature_frame h2.general { margin: 0 0 50px 0; }
  .feature_frame .feature_box { width: 1170px; margin: 0 auto; 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; }
  .feature_frame .feature_box div { margin: 0 0 4rem 0; width: 367px; }
  .feature_frame .feature_box div p { color: #7b4a29; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; font-size: 2rem; margin: 0 0 0.6rem 0; line-height: 140%; height: 70px; }
  .feature_frame .feature_box div figure img { width: 367px; height: auto; }
  .feature_frame .feature_box div figure figcaption { font-size: 1.8rem; color: #7b4a29; margin: 1rem 0 0 0; line-height: 160%; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame { background: url(../images/index_treatment_bg.jpg) no-repeat; background-position: center top; background-size: cover; }
.treatment_frame .treatment_frame_inner { background-color: rgba(255, 255, 255, 0.8); width: 90%; margin: 0 auto; }
.treatment_frame .treatment_frame_inner .treatment_sub_title { text-align: center; }
.treatment_frame .treatment_frame_inner .treatment_box { width: 90%; margin: 0 auto; padding: 1rem 0; }
.treatment_frame .treatment_frame_inner .treatment_box div p { font-size: 1.2rem; color: #7b4a29; }
.treatment_frame .treatment_frame_inner .treatment_box div ul { list-style-type: none; }
.treatment_frame .treatment_frame_inner .treatment_box div ul li { margin: 0 0 0.6rem 0; }
.treatment_frame .treatment_frame_inner .treatment_box div ul li a { background-color: #eefce1; color: #7a9d26; text-decoration: none; border: #95c12b 1px solid; border-radius: 1rem; font-size: 1.4rem; font-weight: bold; display: block; text-align: center; padding: 0.4rem 0; }
.treatment_frame .treatment_frame_inner .treatment_box figure { margin: 2rem 0 0 0; }
.treatment_frame .treatment_frame_inner .treatment_box figure img { width: 100%; height: auto; }
.treatment_frame .treatment_frame_inner .index_internal_text { width: 90%; margin: 0 auto; padding: 1rem 0; font-size: 1.2rem; color: #7b4a29; }
.treatment_frame .treatment_frame_inner ul.treatment_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; }
.treatment_frame .treatment_frame_inner ul.treatment_list li { width: 45%; text-align: center; font-size: 1.2rem; font-weight: bold; color: #7b4a29; margin: 0 0 1.6rem 0; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; }
.treatment_frame .treatment_frame_inner ul.treatment_list li a { color: #7b4a29; text-decoration: none; }
.treatment_frame .treatment_frame_inner ul.treatment_list li a img { width: 100%; margin: 0 0 0.6rem 0; }

@media screen and (min-width: 768px), print { .treatment_frame { background: url(../images/index_treatment_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 0 0 24px 0; margin: 0; }
  .treatment_frame .treatment_frame_inner { background-color: rgba(255, 255, 255, 0.8); width: 1150px; margin: 30px auto 0 auto; padding: 10px 0 0 0; }
  .treatment_frame .treatment_frame_inner section { margin: 0 0 0 0; padding: 0 0 6px 0; }
  .treatment_frame .treatment_frame_inner .treatment_sub_title { text-align: center; }
  .treatment_frame .treatment_frame_inner .treatment_box { width: 1140px; margin: 0 auto; padding: 1rem 0; 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; }
  .treatment_frame .treatment_frame_inner .treatment_box div { width: 614px; }
  .treatment_frame .treatment_frame_inner .treatment_box div p { color: #7b4a29; font-size: 2rem; margin: 0 0 24px 0; }
  .treatment_frame .treatment_frame_inner .treatment_box div 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; }
  .treatment_frame .treatment_frame_inner .treatment_box div ul li { margin: 0 0 15px 0; width: 300px; }
  .treatment_frame .treatment_frame_inner .treatment_box div ul li a { background-color: #eefce1; color: #7a9d26; text-decoration: none; border: #95c12b 1px solid; border-radius: 2rem; font-size: 1.8rem; font-weight: bold; display: block; text-align: center; padding: 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .treatment_frame .treatment_frame_inner .treatment_box figure { margin: 0 0 0 0; width: 453px; }
  .treatment_frame .treatment_frame_inner .treatment_box figure img { width: 453px; height: auto; }
  .treatment_frame .treatment_frame_inner .index_internal_text { width: 1000px; margin: 0 auto; padding: 1rem 0; font-size: 2rem; color: #7b4a29; }
  .treatment_frame .treatment_frame_inner ul.treatment_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 10px auto 0 auto; width: 1124px; }
  .treatment_frame .treatment_frame_inner ul.treatment_list li { width: 261px; text-align: center; font-size: 1.8rem; font-weight: bold; color: #7b4a29; margin: 0 0 20px 0; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; }
  .treatment_frame .treatment_frame_inner ul.treatment_list li a { color: #7b4a29; text-decoration: none; }
  .treatment_frame .treatment_frame_inner ul.treatment_list li a img { width: 261px; margin: 0 0 10px 0; }
  .treatment_frame .treatment_frame_inner ul.treatment_list li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0px; margin: 0 0 0.6rem 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr.line { border-bottom: #cbc9c9 1px solid; }
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; background-color: #90c31f; color: #ffffff; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #7b4a29; background-color: #ffffff; }
table.timetable tr td i { color: #f3ca09; }
table.timetable tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; color: #7b4a29; }
table.timetable tr td.none { color: #7b4a29; }

table.timetable2 { padding: 0px; margin: 0 0 0.6rem 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable2 tr.line { border-bottom: #cbc9c9 1px solid; }
table.timetable2 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; background-color: #f3ca09; color: #ffffff; }
table.timetable2 tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #7b4a29; background-color: #ffffff; }
table.timetable2 tr td i { color: #90c31f; }
table.timetable2 tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; color: #7b4a29; }
table.timetable2 tr td.none { color: #7b4a29; }

.notice_time { font-size: 1.2rem; margin: 0 0 2rem 0; width: 100%; color: #7b4a29; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0px; margin: 0 0 10px 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr.line { border-bottom: #cbc9c9 1px solid; }
  table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; background-color: #90c31f; color: #ffffff; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 2.2rem; padding: 14px 0; vertical-align: middle; color: #7b4a29; background-color: #ffffff; min-width: 40px; }
  table.timetable tr td i { color: #f3ca09; }
  table.timetable tr td.time { width: 35%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; color: #7b4a29; letter-spacing: 0.2em; }
  table.timetable tr td.none { color: #7b4a29; }
  table.timetable2 { padding: 0px; margin: 0 0 10px 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable2 tr.line { border-bottom: #cbc9c9 1px solid; }
  table.timetable2 tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; background-color: #f3ca09; color: #ffffff; }
  table.timetable2 tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 14px 0; vertical-align: middle; color: #7b4a29; background-color: #ffffff; min-width: 40px; }
  table.timetable2 tr td i { color: #90c31f; font-size: 2.2rem; }
  table.timetable2 tr td.time { width: 35%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; color: #7b4a29; letter-spacing: 0.2em; }
  table.timetable2 tr td.none { color: #7b4a29; }
  .notice_time { font-size: 1.8rem; margin: 0 0 35px 0; width: 100%; color: #7b4a29; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_box { width: 96%; margin: 0 auto; padding: 2rem 0; }
.overview .overview_box h2.overview_title { text-align: center; margin: 0 0 2rem 0; }
.overview .overview_box h2.overview_title img { width: 90%; height: auto; }
.overview .overview_box .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 0; }
.overview .overview_box .overview_frame .overview_frame_left { width: 100%; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_box .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; line-height: 160%; }
.overview .overview_box .overview_frame .overview_frame_left dl dt { width: 24%; color: #76a115; border: #76a115 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; height: 10vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 1rem 0; font-size: 1.2rem; font-weight: bold; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; line-height: 160%; }
.overview .overview_box .overview_frame .overview_frame_left dl dd { width: 74%; color: #7b4a29; 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; border-bottom: #7b4a29 1px dotted; margin: 0 0 1rem 0; font-size: 1.2rem; line-height: 160%; }
.overview .overview_box .overview_frame .overview_frame_left dl dd ul li { list-style-type: disc; font-size: 1.2rem; margin: 0 0 0 1.6rem; }
.overview .overview_box .overview_frame .overview_frame_left dl dd a { color: #7b4a29; text-decoration: none; }

.googlemap { width: 100%; height: 600px; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px), print { .overview { width: 100%; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_box { width: 1200px; margin: 0 auto; padding: 142px 0 0 0; }
  .overview .overview_box h2.overview_title { text-align: center; margin: 0 0 64px 0; }
  .overview .overview_box h2.overview_title img { width: 378px; height: auto; }
  .overview .overview_box .overview_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; padding: 0; }
  .overview .overview_box .overview_frame .overview_frame_left { width: 600px; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_box .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 10px; line-height: 160%; width: 590px; }
  .overview .overview_box .overview_frame .overview_frame_left dl dt { width: 94px; color: #76a115; border: #76a115 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; height: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 27px 0; font-size: 1.6rem; font-weight: bold; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; line-height: 120%; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd { width: 490px; height: 45px; color: #7b4a29; 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; border-bottom: #7b4a29 1px dotted; margin: 0 0 22px 0; font-size: 1.8rem; padding: 0 0 5px 0; line-height: 120%; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd ul li { list-style-type: disc; font-size: 1.8rem; margin: 0 0 0 2.6rem; line-height: 140%; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd a { color: #7b4a29; text-decoration: none; }
  .overview .overview_box .overview_frame .overview_frame_right { width: 590px; margin: 0 0 0 10px; }
  .googlemap { width: 100%; height: 340px; margin: 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { text-align: center; margin: 0 0 0 0; padding: 1.2rem 0 0.6rem 0; color: #ffffff; font-size: 1.2rem; height: auto; background-color: #90c31f; display: block; }
footer .copyright a { color: #ffffff; 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(255, 255, 255, 0.8); }
.footer_link a.footer_tel { width: 75%; margin: 0; color: #ffffff; text-align: center; font-size: 1.7rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #f3ca09; padding: 1rem 0; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.6rem; }
.footer_link a.footer_tel span { font-size: 1rem; letter-spacing: 0; line-height: 1.18; margin-right: 1rem; }
.footer_link .footer_reserve { background-color: #F4760F; width: 30%; padding: 1rem 0; text-align: center; border-radius: 0.6rem; display: block; font-size: 1.4rem; font-weight: bold; color: #fff !important; text-decoration: none !important; }
.footer_link .smoothScrolls { background-color: #f3ca09; width: 20%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 0 0 0; overflow: hidden; }
  footer .footer_frame { display: block; width: 1200px; height: 86px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer .footer_frame ul.footer_link_text { display: block; margin: 0 auto 10px auto; 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; list-style-type: none; font-size: 1.6rem; }
  footer .footer_frame ul.footer_link_text li { color: #7b4a29; margin: 0 10px 0 0; }
  footer .footer_frame ul.footer_link_text li a { text-decoration: none; color: #7b4a29; font-size: 1.6rem; }
  footer .footer_frame ul.footer_link_text li a br { display: none; }
  footer .footer_frame ul.footer_link_text li a i { display: none; }
  footer .footer_frame ul.footer_link_text li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_link_text li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 10px; }
  footer .footer_frame ul.footer_link_text li:last-child:after { content: ""; }
  footer .footer_frame ul.footer_link_text li ul { display: none; }
  footer .footer_frame ul.footer_link_text li.treatment1 { display: none; }
  footer .copyright { text-align: center; margin: 0 0 0 0; padding: 5px 0 5px 0; color: #ffffff; font-size: 1.5rem; height: auto; background-color: #90c31f; }
  footer .copyright a { color: #ffffff; text-decoration: none; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 71px; height: auto; }
  #pagetop { position: fixed; bottom: 70px; left: 50%; margin: 0 0 0 600px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; display: block; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 100px; left: 90%; margin: 0 0 0 0; height: 100px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; }
.drawr ul.hbg { background-color: #ffffff; border-top: #95c12b 1px solid; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #95c12b; font-size: 1.6rem; text-decoration: none; padding: 1rem; display: block; border-bottom: #95c12b 1px solid; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul li br { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { 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: #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: 56px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; z-index: 99999; background-color: #95c12b; }

/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 255px; margin: 0; }
  aside .aside_frame { background-color: #efc918; padding: 16px 0 8px 0; /*タイトル*/ /*リスト*/ }
  aside .aside_frame .aside_title { text-align: center; color: #85ba0f; font-size: 2.8rem; margin: 0 0 30px 0; }
  aside .aside_frame ul li { width: 238px; margin: 0 auto 12px auto; list-style-type: none; }
  aside .aside_frame ul 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; color: #f3ca09; background-color: #ffffff; text-decoration: none; font-size: 2.1rem; width: 100%; height: 72px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; border: #f4760f 1px solid; }
  aside .aside_frame ul li a:hover { opacity: 0.6; }
  aside a.questionnaire { width: 255px; height: 80px; background-color: #eefce1; text-decoration: none; border-radius: 0.5rem; margin: 42px 0 0 0; display: block; 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 a.questionnaire span { color: #ffffff; font-size: 2.3rem; width: 246px; height: 70px; border: #ffffff 1px solid; border-radius: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  aside a.questionnaire:hover { opacity: 0.6; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_right2 { margin: 0 0 2rem 0; text-align: center; }
.img_right2 img { width: 70%; height: auto; }
.img_right2 figcaption { font-size: 1.4rem; text-align: center; margin: 1rem 0 0 0; }

.img_doctor_01 { margin: 0 0 2rem 0; text-align: center; }
.img_doctor_01 img { width: 70%; height: auto; margin: 0; }
.img_doctor_01 figcaption { background-color: #95c12b; color: #ffffff; padding: 1rem; font-size: 1.4rem; width: 70%; margin: -3px auto 0 auto; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; }

.img_doctor_02 { margin: 0 0 2rem 0; text-align: center; }
.img_doctor_02 img { width: 70%; height: auto; margin: 0; }
.img_doctor_02 figcaption { background-color: #f3ca09; color: #ffffff; padding: 1rem; font-size: 1.4rem; width: 70%; margin: -3px auto 0 auto; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; }

.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_right2 { float: right; margin: 0 0 10px 10px; }
  .img_right2 img { width: 500px; height: auto; }
  .img_right2 figcaption { font-size: 1.8rem; text-align: center; margin: 1rem 0 0 0; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 300px; height: auto; }
  .img_doctor_01 { float: left; margin: 0 40px 20px 0; text-align: center; }
  .img_doctor_01 img { width: 400px; height: auto; margin: 0; }
  .img_doctor_01 figcaption { background-color: #95c12b; color: #ffffff; padding: 2rem; font-size: 1.8rem; width: 400px; margin: -2px auto 0 auto; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .img_doctor_02 { float: right; margin: 0 0 20px 40px; text-align: center; }
  .img_doctor_02 img { width: 400px; height: auto; margin: 0; }
  .img_doctor_02 figcaption { background-color: #f3ca09; color: #ffffff; padding: 2rem; font-size: 1.8rem; width: 400px; margin: -2px auto 0 auto; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .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: 160%; font-size: 1.4rem; 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.4rem; list-style-type: none; margin: 0 0 0.8rem 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*〇*/
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; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }

ul.list_maru_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.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }
ul.list_none li span.-color { color: black; font-weight: bold; }

/*数値*/
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; }

.underline { color: #000 !important; text-decoration: underline; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 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 2px; background-size: 18px; padding: 0 0 0 30px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
  ul.list_maru_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 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.list_no { 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.list_no dt { width: 8%; margin: 0 0 0 0; font-weight: bold; }
dl.list_no dd { width: 92%; margin: 0 0 20px 0; }

dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; width: 100%; }
dl.num_list dt { width: 8%; margin: 0 0 0 0; font-weight: bold; }
dl.num_list dd { width: 92%; margin: 0 0 20px 0; }

dl.examination_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.examination_list dt { width: 25%; margin: 0 0 0 0; font-weight: bold; }
dl.examination_list dd { width: 75%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.examination_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: 1200px; }
  dl.examination_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.examination_list dd { width: 1100px; margin: 0 0 20px 0; }
  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: 1200px; }
  dl.bio_list dt { width: 80px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; }
  dl.list_no { 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: 1200px; }
  dl.list_no dt { width: 30px; margin: 0 0 20px 0; font-weight: normal; }
  dl.list_no dd { width: 1050px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1000px; margin: 0; }
  dl.num_list dt { width: 30px; margin: 0 0 12px 0; font-weight: normal; }
  dl.num_list dd { width: 970px; margin: 0 0 12px 0; } }
/*見出し*/
h1 { margin: 0; }
h1.low { color: #7b4a29; font-size: 1.9rem; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; text-align: center; padding: 2rem 0; line-height: 160%; margin: 0 0 2rem 0; }
h1.low::after { content: ""; border-bottom: #efc918 2px solid; display: block; width: 3rem; margin: 0 auto; }

h2.general { color: #7b4a29; font-size: 1.9rem; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; text-align: center; padding: 2rem 0; line-height: 160%; margin: 2rem 0 2rem 0; }
h2.general::after { content: ""; border-bottom: #efc918 2px solid; display: block; width: 3rem; margin: 0 auto; }
h2.low { color: #90c31f; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; font-size: 1.8rem; padding: 0 0 0.6rem 1rem; margin: 2rem 0 2rem 0; border-bottom: #90c31f 1px dotted; line-height: 120%; }
h2.first { margin: 1rem 0 2rem 0; }

h3.treatment1 { color: #ffffff; background-color: #95c12b; border-radius: 2rem; font-size: 1.6rem; font-weight: normal; padding: 0.5rem 0; text-align: center; display: block; margin: 0 auto; width: 30%; }
h3.treatment2 { color: #ffffff; background-color: #f3ca09; border-radius: 2rem; font-size: 1.6rem; font-weight: normal; padding: 0.5rem 0; text-align: center; display: block; margin: 0 auto 2rem auto; width: 30%; }
h3.low { font-size: 1.8rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #90c31f; padding: 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; margin: 2rem 0 1rem 0; }
h3.first { margin: 0 0 2rem 0; }

h4 { font-size: 1.8rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #fce680; padding: 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; margin: 2rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.8rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #fce680; padding: 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; margin: 2rem 0 1rem 0; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h1.low { color: #7b4a29; font-size: 2.4rem; text-align: center; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; padding: 0; line-height: 200%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 44px 0; }
  h1.low::after { content: ""; border-bottom: #efc918 3px solid; display: block; width: 48px; margin: 0 auto; }
  h2.general { color: #7b4a29; font-size: 2.4rem; text-align: center; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; padding: 0; line-height: 200%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 40px 0 44px 0; }
  h2.general::after { content: ""; border-bottom: #efc918 3px solid; display: block; width: 48px; margin: 0 auto; }
  h2.low { color: #95c12b; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; font-weight: bold; font-size: 2.4rem; padding: 0 0 10px 24px; margin: 50px 0 10px 0; border-bottom: #95c12b 1px dotted; line-height: 130%; }
  h2.first { margin: 10px 0 10px 0; }
  h3.treatment1 { color: #ffffff; background-color: #95c12b; border-radius: 4rem; font-size: 2.2rem; padding: 16px 0; text-align: center; display: inline-block; margin: 0 0 30px 0; width: 180px; }
  h3.treatment2 { color: #ffffff; background-color: #f3ca09; border-radius: 4rem; font-size: 2.2rem; padding: 16px 0; text-align: center; display: inline-block; margin: 20px 0 15px 0; width: 180px; }
  h3.low { font-size: 2.4rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #90c31f; padding: 8px 24px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 20px 0; line-height: 130%; }
  h3.first { margin: 0 0 20px 0; }
  h4 { font-size: 2.4rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #fce680; padding: 8px 24px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 20px 0; line-height: 130%; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 2.4rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #fce680; padding: 8px 24px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 20px 0; line-height: 130%; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #fce680; text-align: center; display: block; margin: 30px auto; }

strong { font-size: 1.4rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; }

.two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.text_frame { padding: 2rem 0 0 0; height: auto; overflow: hidden; }

/*流れ*/
.flow_box { background-color: #fdf7ee; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*薄い黄色*/
.yellow_box { background-color: #fce680; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; }

/*薄青エリア*/
.blue_box { background-color: #f4760f; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*薄ピンクエリア*/
.pink_box { background-color: #fce680; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; }
.pink_box p.title_text { font-weight: bold; color: #f3ca09; }
.pink_box p.title_text2 { font-weight: bold; color: #f3ca09; margin: 0; }

.text_center { text-align: center; }

ul.low_link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
ul.low_link li { width: 48%; margin: 0 0 0.6rem 0; }
ul.low_link li a { background-color: #eefce1; color: #7a9d26; text-decoration: none; border: #95c12b 1px solid; border-radius: 2rem; font-size: 1.2rem; font-weight: bold; display: block; text-align: center; padding: 0; height: 12vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.emphasis_text { border: #90c31f 1px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 1rem 0; }
.emphasis_text p { margin: 0; }
.emphasis_text p span { color: #90c31f; }

@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 #fce680; text-align: center; display: block; margin: 30px auto; }
  strong { font-size: 1.8rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 160%; }
  .two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .two_box section { width: 50%; }
  .text_frame { padding: 40px 0 0 0; height: auto; overflow: hidden; }
  /*流れ*/
  .flow_box { background-color: #fdf7ee; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*薄い黄色*/
  .yellow_box { background-color: #fce680; padding: 20px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; text-align: center; }
  .blue_box { background-color: #f4760f; padding: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*薄ピンクエリア*/
  .pink_box { background-color: #fce680; padding: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; }
  .pink_box p.title_text { font-weight: bold; color: #f3ca09; }
  .pink_box p.title_text2 { font-weight: bold; color: #f3ca09; margin: 0; }
  ul.low_link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  ul.low_link li { width: 250px; margin: 0 0 15px 0; }
  ul.low_link li a { background-color: #eefce1; color: #7a9d26; text-decoration: none; border: #95c12b 1px solid; border-radius: 3rem; font-size: 1.8rem; font-weight: bold; display: block; text-align: center; padding: 0; height: 50px; 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; }
  ul.low_link li a:hover { opacity: 0.6; }
  .emphasis_text { border: #90c31f 1px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 20px 0; }
  .emphasis_text p { margin: 0; }
  .emphasis_text p span { color: #90c31f; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; }
  .doctor_info { width: 1200px; 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; }
  .doctor_info div { width: 580px; } }
/*----------------------------------------------------------- アクセス
----------------------------------------------------------- */
.root_box figure { width: 90%; margin: 0 auto 4rem auto; }
.root_box figure img { width: 100%; height: auto; }
.root_box figure figcaption { font-size: 1.4rem; margin: 0.4rem 0 0 0; line-height: 120%; }

.low_tel { color: #95c12b; font-weight: bold; font-size: 2rem; }
.low_tel a { color: #95c12b; }

@media screen and (min-width: 768px), print { .root_box { 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; width: 1200px; }
  .root_box figure { width: 500px; margin: 0 0 40px 0; }
  .root_box figure img { width: 100%; height: auto; }
  .root_box figure figcaption { font-size: 1.8rem; margin: 0.4rem 0 0 0; line-height: 120%; }
  .root_box figure.btm { margin: 0 0 0 0; }
  .low_tel { color: #95c12b; font-weight: bold; font-size: 3rem; }
  .low_tel a { color: #95c12b; } }
/*----------------------------------------------------------- 医院紹介
----------------------------------------------------------- */
.clinic_box figure { width: 90%; margin: 0 auto 4rem auto; border: #cbc9c9 1px solid; padding: 0 0 1rem 0; }
.clinic_box figure img { width: 100%; height: auto; }
.clinic_box figure figcaption { font-size: 1.4rem; margin: 0.2rem auto 0 auto; line-height: 120%; width: 90%; }
.clinic_box figure figcaption span { display: block; font-size: 1.6rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #90c31f; padding: 0.6rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; margin: 2rem 0 1rem 0; text-align: center; }
.clinic_box figure.none { border: none; }

@media screen and (min-width: 768px), print { .clinic_box { 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; width: 1200px; }
  .clinic_box figure { width: 500px; margin: 0 0 60px 0; border: #cbc9c9 1px solid; padding: 0 0 20px 0; }
  .clinic_box figure img { width: 100%; height: auto; }
  .clinic_box figure figcaption { font-size: 1.8rem; margin: 0.2rem auto 0 auto; line-height: 120%; width: 480px; }
  .clinic_box figure figcaption span { font-size: 2.4rem; font-weight: normal; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif"; color: #ffffff; background-color: #90c31f; padding: 8px 24px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 20px 0; line-height: 130%; }
  .clinic_box figure.none { border: none; } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.treatment_link { display: block; text-align: right; font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; color: #222222; }

@media screen and (min-width: 768px), print { .treatment_link { display: block; text-align: right; font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; color: #222222; } }
/*----------------------------------------------------------- 採用情報
----------------------------------------------------------- */
table.low_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; }
table.low_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; background-color: #7b4a29; color: #ffffff; width: 50%; text-align: center; }
table.low_table tr th:first-child { border-right: #ffffff 1px solid; }
table.low_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; color: #222222; text-align: left; border: #7b4a29 1px solid; width: 50%; }
table.low_table tr td a { color: #f3ca09; font-weight: bold; }
table.low_table tr td span { color: #f3ca09; font-weight: bold; }

@media screen and (min-width: 768px), print { table.low_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; }
  table.low_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; background-color: #7b4a29; color: #ffffff; width: 50%; text-align: center; }
  table.low_table tr th:first-child { border-right: #ffffff 1px solid; }
  table.low_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; color: #222222; text-align: left; border: #7b4a29 1px solid; width: 50%; }
  table.low_table tr td a { color: #f3ca09; font-weight: bold; }
  table.low_table tr td span { color: #f3ca09; font-weight: bold; } }
/*----------------------------------------------------------- 手術
----------------------------------------------------------- */
.tbl_wrap { overflow-x: auto; }

table.surgery_tbl { padding: 0px; margin: 1rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; white-space: nowrap; text-orientation: upright; }
table.surgery_tbl tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; background-color: #eefce1; color: #7a9d26; text-align: center; border-left: #7a9d26 1px solid; height: 9rem; }
table.surgery_tbl tr th span { /*display: inline-block;
text-align: left;*/ writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; padding: 0; }
table.surgery_tbl tr th.year { width: 15%; }
table.surgery_tbl tr th.title { width: 55%; }
table.surgery_tbl tr th:first-child { border-right: #7a9d26 1px solid; }
table.surgery_tbl tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; color: #222222; text-align: left; border: #7a9d26 1px solid; text-align: center; }
table.surgery_tbl tr td a { color: #f3ca09; font-weight: bold; }
table.surgery_tbl tr td span { color: #f3ca09; font-weight: bold; }

@media screen and (min-width: 768px), print { table.surgery_tbl { padding: 0px; margin: 1rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; table-layout: fixed; }
  table.surgery_tbl tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; background-color: #eefce1; color: #7a9d26; text-align: center; border-left: #7a9d26 1px solid; white-space: nowrap; height: auto; }
  table.surgery_tbl tr th span { display: inline-block; text-align: left; -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; padding: 0; white-space: nowrap; }
  table.surgery_tbl tr th.title { width: 50%; }
  table.surgery_tbl tr th:first-child { border-right: #7a9d26 1px solid; }
  table.surgery_tbl tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; color: #222222; text-align: left; border: #7a9d26 1px solid; text-align: center; } }
/*----------------------------------------------------------- 予防接種

----------------------------------------------------------- */
table.vaccination_tbl { padding: 0px; margin: 1rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; }
table.vaccination_tbl tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; background-color: #eefce1; color: #7a9d26; text-align: center; border-left: #7a9d26 1px solid; height: 9rem; }
table.vaccination_tbl tr th span { /*display: inline-block;
text-align: left;*/ writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; padding: 0; }
table.vaccination_tbl tr th.year { width: 15%; }
table.vaccination_tbl tr th.title { width: 55%; }
table.vaccination_tbl tr th:first-child { border-right: #7a9d26 1px solid; }
table.vaccination_tbl tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; color: #222222; text-align: left; border: #7a9d26 1px solid; text-align: center; }
table.vaccination_tbl tr td a { color: #f3ca09; font-weight: bold; }
table.vaccination_tbl tr td span { color: #f3ca09; font-weight: bold; }

@media screen and (min-width: 768px), print { table.vaccination_tbl { padding: 0px; margin: 1rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; }
  table.vaccination_tbl tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; background-color: #eefce1; color: #7a9d26; text-align: center; border-left: #7a9d26 1px solid; white-space: nowrap; height: auto; }
  table.vaccination_tbl tr th span { display: inline-block; text-align: left; -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; padding: 0; white-space: nowrap; }
  table.vaccination_tbl tr th.year { width: 15%; }
  table.vaccination_tbl tr th.title { width: 55%; }
  table.vaccination_tbl tr th:first-child { border-right: #7a9d26 1px solid; }
  table.vaccination_tbl tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; color: #222222; text-align: left; border: #7a9d26 1px solid; text-align: center; }
  table.vaccination_tbl tr td a { color: #f3ca09; font-weight: bold; }
  table.vaccination_tbl tr td span { color: #f3ca09; font-weight: bold; } }
/*----------------------------------------------------------- 新型コロナウィルス検査のご案内（自費）
----------------------------------------------------------- */
table.price_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.price_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; color: #222222; width: 25%; text-align: left; border-bottom: #76a115 1px solid; line-height: 160%; }
table.price_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; color: #222222; text-align: left; border-bottom: #76a115 1px solid; width: 75%; line-height: 160%; }
table.price_table tr:first-child th { border-top: #76a115 1px solid; }
table.price_table tr:first-child td { border-top: #76a115 1px solid; }

@media screen and (min-width: 768px), print { table.price_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.price_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; color: #222222; width: 20%; text-align: left; border-bottom: #76a115 1px solid; line-height: 160%; }
  table.price_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px; vertical-align: middle; color: #222222; text-align: left; border-bottom: #76a115 1px solid; width: 80%; line-height: 160%; }
  table.price_table:first-child th { border-top: #76a115 1px solid; }
  table.price_table:first-child td { border-top: #76a115 1px solid; } }
table.price_tbl { padding: 0px; margin: 1rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: #7b4a29 1px solid; }
table.price_tbl tr th, table.price_tbl tr td { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem; vertical-align: middle; border: #7a9d26 1px solid; }
table.price_tbl tr th { color: #7a9d26; }
table.price_tbl tr th:first-child { border-right: #7a9d26 1px solid; }
table.price_tbl tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; color: #222222; text-align: left; text-align: center; }
table.price_tbl thead tr th { text-align: center; background-color: #eefce1; }
table.price_tbl tbody tr th { text-align: left; }
table.price_tbl tbody tr td:last-of-type { text-align: right; white-space: nowrap; width: 30%; }

@media screen and (min-width: 768px), print { table.price_tbl tr th, table.price_tbl tr td { font-size: 1.8rem; padding: 16px; } }
/*----------------------------------------------------------- メールフォーム
----------------------------------------------------------- */
textarea { width: 100%; height: 10rem; }

.form_textarea { width: 100%; height: 10rem; }

.doui { width: 100%; }

.privacy_policy { padding: 3vw; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; height: 50vw; width: 96%; margin: 3rem auto; border: #000000 1px solid; }

@media screen and (min-width: 768px), print { textarea { width: 50%; height: 10rem; }
  .doui { width: 440px; margin: 0 0 0 80px; }
  .form_textarea { width: 50%; height: 10rem; }
  .privacy_policy { padding: 3vw; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; height: 300px; width: 720px; margin: 3rem auto; border: #000000 1px solid; padding: 20px; } }

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