@charset "UTF-8";
/* =======================================================================
 共通項目 
======================================================================= */
/*汎用モジュール*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑*/
/*緑2*/
/*緑3*/
/*オレンジ*/
/*青*/
/*緑4*/
/*緑5*/
/*緑6*/
/*オレンジ*/
/*緑6*/
/*灰色*/
/*レモン色*/
/*緑7*/
/*オレンジ*/
/*オレンジ*/
/*緑8*/
/*オレンジ*/
/*薄いオレンジ*/
/*茶色*/
/*緑9*/
/*オレンジ*/
/*影*/
/*青紫*/
/*緑10*/
/*緑11*/
/*ハンバーガー*/
.drawr { display: none; position: fixed; top: 0; width: 100%; padding: 0; margin: 0 auto; height: 100%; z-index: 999999; background-color: rgba(0, 0, 0, 0.6); border-top: #008A32 1px solid; }
.drawr .drawr_box { background-color: #ffffff; width: 96%; margin: 20vw auto 0 auto; overflow-y: scroll; height: auto; padding: 0 0 2rem 0; }
.drawr .drawr_box ul.hbg { list-style-type: none; width: 90%; margin: 0 auto; padding: 1rem 0 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.drawr .drawr_box ul.hbg li { width: 48%; text-align: left; margin: 0 auto; /* ul{ display: none; li{ background-color: $color1; border-bottom: $color0 1px solid; a{ color: $color0; span.aside_icon{ display: none; } span.aside_icon2{ display: none; } span.aside_text{ br{ display: none; } } } } &.open_nav{ display: block; } }      
*/ }
.drawr .drawr_box ul.hbg li a { color: #008A32; font-size: 1.3rem; text-decoration: none; padding: 0.8rem 0; display: block; border-bottom: #008A32 1px solid; box-sizing: border-box; letter-spacing: 0.05em; }
.drawr .drawr_box ul.hbg li.home a::before { font-size: 1.3rem; font-family: "fontello"; content: "\00e806"; color: #FFC247; margin: 0 0.3rem 0 0; }
.drawr .drawr_box ul.hbg li.doctor a::before { font-size: 1.3rem; font-family: "fontello"; content: "\00e807"; color: #FFC247; margin: 0 0.3rem 0 0; }
.drawr .drawr_box ul.hbg li.clinic a::before { font-size: 1.3rem; font-family: "fontello"; content: "\00e808"; color: #FFC247; margin: 0 0.3rem 0 0; }
.drawr .drawr_box ul.hbg li.consultation a::before { font-size: 1.3rem; font-family: "fontello"; content: "\00e809"; color: #FFC247; margin: 0 0.3rem 0 0; }
.drawr .drawr_box ul.hbg li.access a::before { font-size: 1.4rem; font-family: "fontello"; content: "\00e80a"; color: #FFC247; margin: 0 0.3rem 0 0; }
.drawr .drawr_box .menu_box { background-color: #ffffff; width: 100%; margin: 0 auto 0 auto; }
.drawr .drawr_box .menu_box .menu_box_in { width: 90%; margin: 0 auto; background-color: #ABEBAF; padding: 1rem 0 0.2rem 0; box-sizing: border-box; }
.drawr .drawr_box .menu_box .menu_box_in .menu_title_eng { margin: 0 0 0 0; color: #008A32; font-size: 1.2rem; font-family: 'jost_medium'; text-align: center; }
.drawr .drawr_box .menu_box .menu_box_in .menu_title_jap { color: #ffffff; font-size: 1.3rem; font-weight: bold; text-align: center; background: url("../images/icon_02.png"), url("../images/icon_03.png"); background-repeat: no-repeat,no-repeat; background-position: left 4% center,right 4% center; background-color: #008A32; width: 96%; padding: 0.6rem 0; box-sizing: border-box; margin: 1rem auto; border-top-left-radius: 2rem; border-top-right-radius: 2rem; box-shadow: 0 -10px #0A9F40; }
.drawr .drawr_box .menu_box .menu_box_in ul.menu_nav { list-style-type: none; width: 96%; margin: 0 auto; }
.drawr .drawr_box .menu_box .menu_box_in ul.menu_nav li { background-color: #F4FFC7; width: 100%; margin: 0 0 0.5rem 0; }
.drawr .drawr_box .menu_box .menu_box_in ul.menu_nav li a { text-decoration: none; color: #1A1311; font-size: 1.3rem; font-weight: bold; background: url("../images/icon_04.png") no-repeat; background-position: left 4% center; padding: 0.8rem 0.8rem 0.8rem 3rem; display: block; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; 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: #008A32; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #008A32; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { 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 { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { 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: flex; align-items: center; justify-content: center; width: 16%; max-width: 55px; position: fixed; cursor: pointer; right: 2%; top: 3vw; z-index: 99999999; padding: 0 0 0.6rem 0; background-color: #ffffff; border: #008A32 1px solid; }

/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.timetable tr { box-sizing: border-box; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #008A32; width: 10%; }
table.timetable tr th.time { width: 28%; letter-spacing: 0.1em; }
table.timetable tr th.holiday { width: 12%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 10px 0; vertical-align: middle; color: #1A1311; background-color: #ffffff; border-bottom: #00A684 1px solid; }
table.timetable tr td i { color: #1A1311; }
table.timetable tr td.time span { font-size: 0.8rem; }

.notice_time { color: #1A1311; font-size: 1.4rem; margin: 0.6rem auto 0 auto; width: 96%; line-height: 140%; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  table.timetable tr { box-sizing: border-box; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #008A32; width: 10%; }
  table.timetable tr th.time { width: 130px; letter-spacing: 0.1em; }
  table.timetable tr th.holiday { width: 12%; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 15px 0; vertical-align: middle; color: #1A1311; background-color: #ffffff; border-bottom: #00A684 1px solid; }
  table.timetable tr td:last-child { border-right: none; }
  table.timetable tr td i { color: #1A1311; }
  table.timetable tr td.time { font-size: 1.8rem; line-height: 120%; padding: 0; }
  table.timetable tr td.time span { font-size: 1.4rem; }
  .notice_time { color: #1A1311; font-size: 1.8rem; margin: 25px 0 0 0; width: 100%; line-height: 160%; } }
/*見出し*/
h1 { margin: 0; }

h2.notice { color: #ffffff; font-size: 2rem; font-weight: normal; width: 40%; height: 36vw; margin: 0 auto 2rem auto; padding: 4vw 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; border-radius: 50%; box-sizing: border-box; background-color: #008A32; line-height: 100%; }
h2.notice span { display: block; }
h2.notice span.eng { font-size: 1rem; }
h2.notice span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.4rem; }
h2.top { text-align: center; }
h2.top::before { content: url(../images/icon_02.png); display: block; }
h2.top span.eng { display: block; font-size: 1rem; color: #008A32; font-weight: normal; margin: 0.2rem 0 0.4rem 0; }
h2.top span.jap { display: block; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.2rem; color: #D4EFC5; font-weight: bold; }
h2.low { width: 96%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 auto 2rem auto; }
h2.low::before { content: ""; display: inline-block; background: url("../images/icon_05.png") no-repeat; background-size: contain; vertical-align: middle; width: 15%; height: 4vw; }
h2.low::after { content: ""; display: inline-block; background: url("../images/icon_06.png") no-repeat; background-size: contain; vertical-align: middle; width: 15%; height: 4vw; }
h2.low span { color: #1A1311; font-size: 1.8rem; position: relative; width: 70%; margin: 0 auto; display: block; text-align: center; }
h2.low span::after { content: ""; display: block; width: 40%; height: 3px; border-bottom: #A6CB11 3px dotted; position: absolute; bottom: -0.5rem; left: 0; right: 0; margin: 0 auto; }
h2.first { margin: 0 0 2rem 0; }

h3.low { color: #5B3400; background-color: #FFEBC2; box-sizing: border-box; font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.7rem; line-height: 120%; padding: 0.8rem 1.2rem; margin: 2rem 0 1rem 0; }
h3.green { background-color: #ABEBAF; }
h3.first { margin: 0 0 1rem 0; }

h4 { color: #1A1311; font-size: 1.6rem; border-bottom: #A6CB11 2px solid; padding: 0 0 0.8rem 0.8rem; box-sizing: border-box; margin: 2rem 0 1rem 0; }
h4.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; }
  h2.notice { color: #ffffff; font-size: 2rem; font-weight: normal; width: 210px; height: 210px; margin: 22px 0 0 10px; padding: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; border-radius: 50%; box-sizing: border-box; background-color: #008A32; line-height: 150%; }
  h2.notice span { display: block; }
  h2.notice span.eng { font-size: 1.656rem; margin: 10px 0 0 0; }
  h2.notice span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.8rem; }
  h2.top { text-align: center; }
  h2.top::before { content: url(../images/icon_02.png); display: block; }
  h2.top span.eng { display: block; font-size: 1.656rem; color: #008A32; font-weight: normal; margin: 7px 0 12px 0; }
  h2.top span.jap { display: block; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3rem; color: #D4EFC5; font-weight: bold; }
  h2.low { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 40px 0 28px 0; }
  h2.low::before { content: ""; display: inline-block; background: url("../images/icon_05.png") no-repeat; background-size: contain; vertical-align: middle; width: 103px; height: 32px; }
  h2.low::after { content: ""; display: inline-block; background: url("../images/icon_06.png") no-repeat; background-size: contain; vertical-align: middle; width: 103px; height: 32px; }
  h2.low span { color: #1A1311; font-size: 2.2rem; position: relative; width: auto; margin: 0 14px; display: block; text-align: center; }
  h2.low span::after { content: ""; display: block; width: 110px; height: 3px; border-bottom: #A6CB11 3px dotted; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; }
  h2.first { margin: 0 0 28px 0; }
  h3.low { color: #5B3400; background-color: #FFEBC2; box-sizing: border-box; font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.8rem; line-height: 120%; padding: 8px 12px; margin: 30px 0 16px 0; }
  h3.green { background-color: #ABEBAF; }
  h3.first { margin: 0 0 16px 0; }
  h4 { color: #1A1311; font-size: 1.6rem; border-bottom: #A6CB11 2px solid; padding: 0 0 8px 12px; box-sizing: border-box; margin: 30px 0 16px 0; }
  h4.first { margin: 0 0 16px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*文中リンク*/
.text_link { color: #008A32; font-weight: bold; }

.text_link2 { color: #008A32; font-weight: bold; text-decoration: none; }

/*太文字*/
.text_bold { font-weight: bold; }

/*赤文字*/
.text_ted { color: red; }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #FFB216; text-align: center; display: block; margin: 0 auto; }

/*ボタンリンク*/
a.link_btn { text-decoration: none; width: 80%; margin: 1rem auto; text-align: center; background-color: #008A32; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.4rem; font-weight: bold; padding: 1rem 0; border-radius: 2rem; }

/*ボタンリンク*/
a.link_btn2 { text-decoration: none; width: 80%; margin: 1rem auto; text-align: center; background-color: #008A32; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.4rem; font-weight: bold; padding: 1rem 0; border-radius: 2rem; }

/*左右並べ*/
.low_tel a { text-decoration: none; color: #1A1311; font-size: 2rem; }

/*強調ボックス*/
.emphasis_box { background-color: #FFB216; padding: 1rem; box-sizing: border-box; }

@media screen and (min-width: 768px), print { /*文中リンク*/
  .text_link { color: #008A32; font-weight: bold; }
  .text_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .text_link2 { color: #008A32; font-weight: bold; text-decoration: none; }
  .text_link2:hover { text-decoration: underline; transition: all 0.3s ease 0s; }
  /*太文字*/
  .text_bold { font-weight: bold; }
  /*赤文字*/
  .text_ted { color: red; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #FFB216; text-align: center; display: block; margin: 15px auto; }
  a.link_btn { text-decoration: none; width: 300px; margin: 1rem 0 0 0; text-align: center; background-color: #008A32; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.6rem; font-weight: bold; padding: 12px 0; border-radius: 3rem; letter-spacing: 0.1em; }
  a.link_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  a.link_btn2 { text-decoration: none; width: 285px; margin: 0; text-align: center; background-color: #008A32; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.6rem; font-weight: bold; padding: 12px 0; border-radius: 3rem; letter-spacing: 0.1em; }
  a.link_btn2:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  /*左右並べ*/
  .two_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .two_box section { width: 48%; }
  .low_tel a { text-decoration: none; color: #1A1311; font-size: 2rem; }
  .low_tel span { color: #1A1311; font-size: 3rem; }
  /*強調ボックス*/
  .emphasis_box { background-color: #FFB216; padding: 20px; box-sizing: border-box; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
.low_frame { background: url("../images/low_bg.jpg"); background-repeat: repeat-x; background-position: left top; background-color: #FFFFD4; width: 100%; padding: 2rem 0; box-sizing: border-box; }
.low_frame .low_box .low_menu_box { display: none; background-color: #ABEBAF; padding: 0 0 1rem 0; box-sizing: border-box; }
.low_frame .low_box .low_menu_box .low_menu_title_eng { margin: 0 0 0 0; color: #008A32; font-size: 1.6rem; font-family: 'jost_medium'; text-align: center; }
.low_frame .low_box .low_menu_box .low_menu_title_jap { color: #ffffff; font-size: 2rem; font-weight: bold; text-align: center; background: url("../images/icon_02.png"), url("../images/icon_03.png"); background-repeat: no-repeat,no-repeat; background-position: left 4% center,right 4% center; background-color: #008A32; width: 96%; padding: 0.8rem 0; box-sizing: border-box; margin: 1rem auto; border-top-left-radius: 2rem; border-top-right-radius: 2rem; box-shadow: 0 -10px #0A9F40; }
.low_frame .low_box .low_menu_box ul.low_menu_nav { list-style-type: none; width: 96%; margin: 0 auto; }
.low_frame .low_box .low_menu_box ul.low_menu_nav li { background-color: #F4FFC7; width: 100%; margin: 0 0 1rem 0; }
.low_frame .low_box .low_menu_box ul.low_menu_nav li a { text-decoration: none; color: #1A1311; font-size: 1.6rem; font-weight: bold; background: url("../images/icon_04.png") no-repeat; background-position: left 4% center; padding: 1rem 1rem 1rem 3rem; display: block; }
.low_frame .low_box .low_main_box { width: 96%; margin: 4rem auto 0 auto; }
.low_frame .low_box .low_main_box .low_main_box_out { width: 100%; padding: 1% 0; box-sizing: border-box; background-color: #ffffff; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in { width: 97%; margin: 0 auto; border: #FFE0B2 2px solid; padding: 2rem 0 0 0; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in .none_title_box { width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in section { width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in section h2.notice_title { text-align: center; margin: 0 0 2rem 0; background: url("../images/icon_05.png"), url("../images/icon_06.png"); background-repeat: no-repeat, no-repeat; background-position: left center, right center; background-size: 15%,15%; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in section h2.notice_title span { color: #1A1311; font-size: 1.8rem; position: relative; }
.low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in section h2.notice_title span::after { content: ""; display: block; width: 40%; height: 3px; border-bottom: #A6CB11 3px dotted; position: absolute; bottom: -0.5rem; left: 0; right: 0; margin: 0 auto; }
.low_frame hr.mn_line { border: none; border-top: #ffffff 3px dotted; width: 100%; height: 3px; margin: 1rem 0 0 0; padding: 0; }

@media screen and (min-width: 768px), print { .low_frame { background: url("../images/index_information_left.png"), url("../images/index_information_right.png"), url("../images/low_bg.jpg"); background-repeat: no-repeat,no-repeat,repeat-x; background-position: left 5% top 205px, right 5% top 205px,left top; background-color: #FFFFD4; width: 100%; padding: 38px 0 16px 0; box-sizing: border-box; position: relative; }
  .low_frame .low_box { width: 1100px; margin: 0 auto 60px auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .low_frame .low_box .low_menu_box { display: block; background-color: transparent; padding: 0 0 0 0; box-sizing: border-box; width: 260px; }
  .low_frame .low_box .low_menu_box .low_menu_title_eng { margin: 0 0 12px 0; color: #008A32; font-size: 2rem; font-family: 'jost_medium'; text-align: center; }
  .low_frame .low_box .low_menu_box .low_menu_title_jap { color: #ffffff; font-size: 2rem; font-weight: bold; text-align: center; background: url("../images/icon_02.png"), url("../images/icon_03.png"); background-repeat: no-repeat,no-repeat; background-position: left 4% center,right 4% center; background-color: #008A32; width: 96%; height: 58px; padding: 0; box-sizing: border-box; margin: 1rem auto; border-top-left-radius: 2rem; border-top-right-radius: 2rem; box-shadow: 0 -8px #0A9F40; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .low_frame .low_box .low_menu_box ul.low_menu_nav { list-style-type: none; width: 96%; margin: 0 auto; }
  .low_frame .low_box .low_menu_box ul.low_menu_nav li { background-color: #F4FFC7; width: 100%; margin: 0 0 8px 0; height: 60px; }
  .low_frame .low_box .low_menu_box ul.low_menu_nav li a { text-decoration: none; color: #1A1311; font-size: 2rem; font-weight: bold; background: url("../images/icon_04.png") no-repeat; background-position: left 10px center; padding: 0 0 0 38px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 100%; height: 60px; box-sizing: border-box; }
  .low_frame .low_box .low_menu_box ul.low_menu_nav li a:hover { transition: all 0.3s ease 0s; background-color: #FFB319; color: #ffffff; }
  .low_frame .low_box .low_main_box { width: 797px; margin: 0; }
  .low_frame .low_box .low_main_box .low_main_box_out { width: 100%; background-color: #ffffff; padding: 4px 0; box-sizing: border-box; }
  .low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in { width: 785px; margin: 0 auto; border: #FFE0B2 2px solid; padding: 30px 0 40px 0; box-sizing: border-box; }
  .low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in .none_title_box { width: 715px; margin: 0 auto; padding: 0; box-sizing: border-box; }
  .low_frame .low_box .low_main_box .low_main_box_out .low_main_box_in section { width: 715px; margin: 0 auto; padding: 0; box-sizing: border-box; }
  .low_frame hr.mn_line { border: none; border-top: #ffffff 3px dotted; width: 100%; height: 3px; margin: 0 0 0 0; padding: 0; position: absolute; bottom: 6px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .low_frame { background: url("../images/low_bg.jpg"); background-repeat: repeat-x; background-position: left top; background-color: #FFFFD4; width: 100%; padding: 38px 0 16px 0; box-sizing: border-box; position: relative; } }
/* ----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
figure.img_doctor { text-align: center; margin: 0 0 2rem 0; }
figure.img_doctor img { width: 70%; height: auto; }

.doctor_name { text-align: right; font-weight: bold; }

@media screen and (min-width: 768px), print { figure.img_doctor { float: right; margin: 0 0 16px 16px; }
  figure.img_doctor img { width: 252px; height: auto; }
  .doctor_name { text-align: right; font-weight: bold; } }
/* ----------------------------------------------------------- クリニック紹介
----------------------------------------------------------- */
.corona_frame { margin: 2rem 0 0 0; }
.corona_frame .corona_box { border: #008A32 1px solid; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; background-color: #D9F3DB; }
.corona_frame .corona_box figure { margin: 0 0 1rem 0; overflow: hidden; height: auto; }
.corona_frame .corona_box figure img { width: 70%; display: block; margin: 0 auto 1rem auto; }
.corona_frame .corona_box figure figcaption { color: #008A32; font-size: 1.4rem; font-weight: bold; text-align: left; line-height: 140%; }
.corona_frame .corona_box p { margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { .corona_frame { margin: 60px 0 0 0; }
  .corona_frame .corona_box { border: #008A32 1px solid; padding: 20px; box-sizing: border-box; margin: 0 0 20px 0; min-height: 180px; }
  .corona_frame .corona_box figure { margin: 0 0 1rem 0; overflow: hidden; height: auto; }
  .corona_frame .corona_box figure img { width: 200px; display: block; margin: 0 0 0 20px; float: right; }
  .corona_frame .corona_box figure figcaption { color: #008A32; font-size: 2rem; font-weight: bold; text-align: left; line-height: 160%; padding: 35px 0 0 0; }
  .corona_frame .corona_box p { margin: 20px 0 0 0; } }
/* ----------------------------------------------------------- 受診される方へ
----------------------------------------------------------- */
.ubie_bana { margin: 0 0 1rem 0; }
.ubie_bana a { text-decoration: none; display: block; width: 80%; margin: 0 auto; }
.ubie_bana a img { width: 100%; }

.low_web { width: 70%; height: 14vw; margin: 0 auto 2rem auto; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 120%; border-radius: 3rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.low_web span { display: block; width: 100%; }
.low_web span.lw_large { font-size: 1.6rem; font-weight: bold; }
.low_web span.lw_small { font-weight: normal; font-size: 1.2rem; }

@media screen and (min-width: 768px), print { .ubie_bana { margin: 0 0 1rem 0; }
  .ubie_bana a { text-decoration: none; display: block; width: 285px; max-width: 285px; margin: 0; }
  .ubie_bana a img { width: 285px; }
  .ubie_bana a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .low_web { width: 285px; height: 63px; margin: 0 0 0 0; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 140%; border-radius: 3rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .low_web span { display: block; width: auto; }
  .low_web span.lw_large { font-size: 1.6rem; font-weight: bold; }
  .low_web span.lw_small { font-weight: normal; font-size: 1.4rem; }
  .low_web:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* ----------------------------------------------------------- アクセス
----------------------------------------------------------- */
dl.access_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 140%; width: 100%; }
dl.access_list dt { width: 22%; margin: 0 0 0 0; }
dl.access_list dd { width: 78%; margin: 0 0 20px 0; }

.accessmap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { dl.access_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 140%; width: 100%; }
  dl.access_list dt { width: 12%; margin: 0 0 20px 0; }
  dl.access_list dd { width: 88%; margin: 0 0 20px 0; }
  .accessmap { width: 100%; height: 500px; } }
/* ----------------------------------------------------------- 下層
----------------------------------------------------------- */
table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; border-top: #008A32 1px solid; }
table.low_table tr { border-left: #008A32 1px solid; border-right: #008A32 1px solid; }
table.low_table tr th { display: block; background-color: #D9F3DB; vertical-align: middle; text-align: left; width: auto; padding: 0.8rem; border-bottom: #008A32 1px solid; width: 100%; font-weight: normal; }
table.low_table tr td { display: block; vertical-align: middle; text-align: left; border-bottom: #008A32 1px solid; padding: 0.8rem; background-color: #ffffff; width: 100%; box-sizing: border-box; }

@media screen and (min-width: 768px), print { table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; display: table; border-top: #008A32 1px solid; }
  table.low_table tr { border-left: #008A32 1px solid; border-right: #008A32 1px solid; }
  table.low_table tr th { display: table-cell; background-color: #D9F3DB; vertical-align: middle; text-align: left; width: auto; padding: 15px; border-bottom: #008A32 1px solid; width: 30%; font-weight: normal; border-right: #008A32 1px solid; }
  table.low_table tr td { display: table-cell; vertical-align: middle; text-align: left; border-bottom: #008A32 1px solid; padding: 15px; background-color: #ffffff; width: 70%; box-sizing: border-box; } }
/* ----------------------------------------------------------- お知らせ一覧
----------------------------------------------------------- */
.low_main_box_in .notice_box dl { height: auto; margin: 0 auto 0 auto; width: 96%; }
.low_main_box_in .notice_box dl dt { color: #008A32; margin: 2rem 0 0.4rem 0; padding: 1.8rem 0.4rem 0 3rem; font-size: 1.5rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; cursor: pointer; }
.low_main_box_in .notice_box dl dt span.day { display: block; color: #7db531; font-size: 90%; }
.low_main_box_in .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 2rem; height: 2rem; margin: auto; left: 0; top: 2rem; background-color: #FFC247; font-size: 1.2rem; padding: 0 0 0 2px; box-sizing: border-box; }
.low_main_box_in .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #ffffff; }
.low_main_box_in .notice_box dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.8rem 0.4rem 0 3rem; }
.low_main_box_in .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #ffffff; }
.low_main_box_in .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 3rem; color: #1A1311; font-size: 1.4rem; line-height: 160%; }
.low_main_box_in .notice_box dl dd p a { color: #008A32; }

@media screen and (min-width: 768px), print { .low_main_box_in .notice_box dl { height: auto; margin: 0 auto; width: 700px; }
  .low_main_box_in .notice_box dl dt { color: #008A32; margin: 1rem 0 0.4rem 0; padding: 1.2rem 0.4rem 0 3rem; font-size: 1.8rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
  .low_main_box_in .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 20px; height: 20px; margin: auto; left: 0; top: 1.5rem; background-color: #FFC247; font-size: 1.2rem; padding: 0 0 0 2px; box-sizing: border-box; }
  .low_main_box_in .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #ffffff; }
  .low_main_box_in .notice_box dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.2rem 0.4rem 0 3rem; }
  .low_main_box_in .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #ffffff; }
  .low_main_box_in .notice_box dl dd { margin: 0 0 0 0; padding: 0 0.4rem 0 3rem; color: #1A1311; font-size: 1.6rem; line-height: 160%; }
  .low_main_box_in .notice_box dl dd p { margin: 0 0 1rem 0; }
  .low_main_box_in .notice_box dl dd p a { color: #008A32; }
  .low_main_box_in .notice_box dl dd p a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 1rem 0; 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.aj { margin: 0 0 4rem 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; 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_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { 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; box-sizing: border-box; width: 90%; }

/*英語*/
ul.list_alphabet { box-sizing: border-box; width: 100%; margin: 0 0 2rem 0; }
ul.list_alphabet li { line-height: 130%; font-size: 1.4rem; list-style-type: upper-latin; margin: 0 0 1.4rem 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { 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; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

ul.link_list { list-style-type: none; }
ul.link_list li { margin: 0 0 1rem 0; }
ul.link_list li a { color: #ffffff; background-color: #008A32; font-size: 1.4rem; font-weight: bold; text-decoration: none; padding: 0.5rem 1rem; box-sizing: border-box; border-radius: 2rem; display: inline-block; }
ul.link_list li a::after { content: "＞"; margin: 0 0 0 0.5rem; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 4px; background-size: 14px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li.aj { margin: 0 0 40px 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 48%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 5px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 6px; background-size: 14px; padding: 0 0 0 25px; line-height: 180%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*数値*/
  ul.list_alphabet { box-sizing: border-box; width: 100%; }
  ul.list_alphabet li { line-height: 130%; font-size: 1.6rem; list-style-type: upper-latin; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.link_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  ul.link_list li { margin: 0 20px 20px 0; }
  ul.link_list li a { color: #ffffff; background-color: #008A32; font-size: 1.6rem; font-weight: bold; text-decoration: none; padding: 10px 20px; box-sizing: border-box; border-radius: 2rem; display: inline-block; }
  ul.link_list li a::after { content: "＞"; margin: 0 0 0 0.5rem; }
  ul.link_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 140%; width: 100%; }
dl.bio_list dt { width: 25%; margin: 0 0 0 0; }
dl.bio_list dd { width: 75%; margin: 0 0 20px 0; }

dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 140%; width: 100%; }
dl.num_list dt { width: 10%; margin: 0 0 0 0; }
dl.num_list dd { width: 90%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 357px; margin: 0; }
  dl.bio_list dt { width: 80px; margin: 0 0 10px 0; font-weight: normal; }
  dl.bio_list dd { width: 272px; margin: 0 0 10px 0; }
  .two_bio { width: 715px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 1100px; margin: 0; }
  dl.num_list dt { width: 30px; margin: 0 0 10px 0; font-weight: normal; }
  dl.num_list dd { width: 1050px; margin: 0 0 10px 0; } }
/*画像*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

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

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 16px 16px; }
  .img_right img { width: 252px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'jost_regular'; src: url(../font/static/Jost-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'jost_bold'; src: url(../font/static/Jost-Bold.ttf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'jost_medium'; src: url(../font/static/Jost-Medium.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #1A1311; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #1A1311; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

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

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

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

.kv_timetable { margin: 2rem auto 0; width: 96%; }

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

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

.wrapper_low { height: auto; width: 100%; margin: 0 0 0 0; padding: 0 0 15vw 0; box-sizing: border-box; background: url("../images/index_bg04.png") no-repeat; background-position: center bottom; background-size: contain; background-color: #FFFFD4; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .wrapper_low { height: auto; width: 100%; margin: 0; padding: 0 0 117px 0; box-sizing: border-box; background: url("../images/index_bg04.png") no-repeat; background-position: center bottom; background-size: contain; background-color: #FFFFD4; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; margin: 0 auto; position: relative; }
header hr { border: none; border-top: #D4EFC5 3px dotted; width: 35%; height: 3px; margin: 0; padding: 0; }
header hr.head_line_left { position: absolute; top: 0; left: 2%; }
header hr.head_line_right { position: absolute; top: 0; right: 2%; }
header .head_frame { width: 100%; padding: 0 0 0 0; height: auto; }
header .head_frame .head_logo { width: 76%; margin: 1vw 0 1vw 2%; box-sizing: border-box; }
header .head_frame .head_logo a { display: block; margin: 0; }
header .head_frame .head_logo a img { width: 100%; height: auto; margin: 5vw 0 0 0; }
header .head_frame .head_logo2 { position: relative; z-index: 99999; margin: 0.5rem 0 0 0; }
header .head_frame .head_logo2 img { width: 30%; display: block; margin: 0 auto; }
header .head_frame .head_info { margin: 1rem 0 0 0; }
header .head_frame .head_info .head_info_tel { margin: 0 0 0.4rem 0; text-align: center; }
header .head_frame .head_info .head_info_tel i { color: #008A32; margin: 0 0.2rem 0 0; font-size: 2.2rem; }
header .head_frame .head_info .head_info_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
header .head_frame .head_info .head_info_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
header .head_frame .head_info .head_info_address { margin: 0 0 0.4rem 0; text-align: center; font-size: 1.6rem; }
header .head_frame .head_info .head_info_address i { color: #008A32; margin: 0 0.2rem 0 0; font-size: 1.6rem; }
header .head_frame .head_info .corona_info { width: 96%; background-color: #36BC29; border: #64DB57 3px solid; border-radius: 1rem; padding: 2rem 1rem; box-sizing: border-box; margin: 2rem auto; }
header .head_frame .head_info .corona_info.-ini { background: none; padding: initial; border: initial; }
header .head_frame .head_info .corona_info h2.corona_title { margin: 0 0 1rem 0; padding: 0; box-sizing: border-box; font-size: 1.6rem; font-weight: bold; text-align: center; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
header .head_frame .head_info .corona_info h2.corona_title::before { content: url("../images/icon_09.png"); margin: 0 0.8rem 0 0; }
header .head_frame .head_info .corona_info h2.corona_title::after { content: url("../images/icon_10.png"); margin: 0 0 0 0.8rem; }
header .head_frame .head_info .corona_info .corona_sub_title { font-size: 1.4rem; font-weight: bold; text-align: center; color: #ffffff; margin: 0 0 1rem 0; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left { width: 96%; margin: 0 auto; background-color: #F4FFC7; border-radius: 0.5rem; padding: 1rem; box-sizing: border-box; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_text1 { text-align: center; font-size: 1.4rem; font-weight: bold; color: #008A32; margin: 0 0 0.4rem 0; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_tel { margin: 0 0 0.4rem 0; text-align: center; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_tel i { color: #008A32; margin: 0 0 0 0; font-size: 2.2rem; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_left .corona_info_left_text2 { text-align: center; font-size: 1.4rem; font-weight: bold; color: #1A1311; margin: 0 0 0 0; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_right { width: 96%; margin: 1rem auto 0 auto; background-color: #F4FFC7; border-radius: 0.5rem; padding: 1rem; box-sizing: border-box; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_right .corona_info_right_text { font-size: 1.4rem; font-weight: bold; color: #008A32; margin: 0 0 0.4rem 0; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_right a { background-color: #FFA52E; border: #FFC247 2px solid; border-radius: 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.4rem; font-weight: bold; padding: 0.8rem 0; }
header .head_frame .head_info .corona_info .corona_info_box .corona_info_right a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
header .head_frame .head_info .corona_info .corona_info_box .link_box { padding: 0; }
header .head_frame .head_info .corona_info .corona_info_box .link_box a { border-radius: 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.4rem; font-weight: bold; padding: 0.8rem 0; }
header .head_frame .head_info .corona_info .corona_info_box .link_box a.btn_orange { background-color: #FFA52E; border: #FFC247 2px solid; }
header .head_frame .head_info .corona_info .corona_info_box .link_box a.btn_basic { background-color: #F4FFC7 !important; border: #64DB57 2px solid; color: #008A32; }
header .head_frame a.head_web { width: 80%; height: 14vw; margin: 0 auto; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 160%; border-radius: 0.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
header .head_frame a.head_web span { display: block; width: 100%; }
header .head_frame a.head_web span.hw_large { font-size: 1.6rem; font-weight: bold; }
header .head_frame a.head_web span.hw_small { font-weight: normal; font-size: 1.2rem; }
header .head_frame .head_ubie_bana { margin: 1rem 0 2rem 0; }
header .head_frame .head_ubie_bana a { text-decoration: none; display: block; width: 80%; margin: 0 auto; }
header .head_frame .head_ubie_bana a img { width: 100%; }

.head_info_tel { margin: 1rem 0 0.4rem 0; text-align: center; }
.head_info_tel i { color: #008A32; margin: 0 0.2rem 0 0; font-size: 2.2rem; }
.head_info_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
.head_info_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }

@media screen and (min-width: 768px), print { header { display: block; height: 156px; width: 100%; margin: 0; background-color: #ffffff; position: relative; overflow: visible; }
  header hr { border: none; border-top: #D4EFC5 3px dotted; height: 3px; margin: 0; padding: 0; }
  header hr.head_line_left { position: absolute; top: 9px; left: 10px; width: 840px; }
  header hr.head_line_right { position: absolute; top: 9px; right: 10px; width: 840px; }
  header .head_frame { width: 1100px; margin: 0 auto; padding: 0 0 0 0; height: 156px; position: relative; overflow: visible; }
  header .head_frame .head_logo { position: absolute; top: 58px; left: 0; width: 441px; height: 66px; margin: 0; box-sizing: border-box; }
  header .head_frame .head_logo a { display: block; margin: 0; }
  header .head_frame .head_logo a img { width: 441px; height: 66px; margin: 0; }
  header .head_frame .head_logo2 { position: absolute; top: -25px; left: 0; right: 0; margin: 0 auto; width: 221px; z-index: 99999; }
  header .head_frame .head_logo2 img { width: 221px; display: block; margin: 0; }
  header .head_frame .head_info { position: absolute; top: 30px; left: 660px; width: 435px; height: auto; margin: 0; justify-content: center; }
  header .head_frame .head_info table.timetable th, header .head_frame .head_info table.timetable td { padding: 5px; font-size: 1.4rem; }
  header .head_frame .head_info p.notice_time { margin: 5px 0 0 0; font-size: 1.4rem; text-align: center; }
  header .head_frame .head_info .head_info_tel { margin: 0 0 0.4rem 0; text-align: center; }
  header .head_frame .head_info .head_info_tel i { color: #008A32; margin: 0 0 0 0; font-size: 2.2rem; }
  header .head_frame .head_info .head_info_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.6rem; }
  header .head_frame .head_info .head_info_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.6rem; }
  header .head_frame .head_info .head_info_address { margin: 0 0 0 0; text-align: left; font-size: 1.7rem; }
  header .head_frame .head_info .head_info_address i { color: #008A32; margin: 0 5px 0 5px; font-size: 1.9rem; }
  header .head_frame a.head_web { position: absolute; top: 30px; right: 2px; width: 146px; height: 60px; margin: 0; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 180%; border-radius: 10px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  header .head_frame a.head_web:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  header .head_frame a.head_web span { display: block; width: 100%; }
  header .head_frame a.head_web span i { font-size: 2rem; }
  header .head_frame a.head_web span.hw_large { font-size: 1.6rem; font-weight: bold; }
  header .head_frame a.head_web span.hw_small { font-weight: normal; font-size: 1.3rem; }
  header .head_frame .head_ubie_bana { position: absolute; top: 30px; left: 660px; margin: 0 0 0 0; }
  header .head_frame .head_ubie_bana a { text-decoration: none; display: block; width: 285px; max-width: 285px; margin: 0; }
  header .head_frame .head_ubie_bana a img { width: 285px; }
  header .head_frame .head_ubie_bana a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 60px; margin: 0 auto 0 auto; padding: 0; width: 1100px; box-sizing: border-box; overflow: visible; position: relative; z-index: 9999999999; }
  .main_nav_pc nav { width: auto; height: 60px; margin: 0 0 0 0; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: auto; box-sizing: border-box; height: 60px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 60px; line-height: 120%; text-align: center; width: auto; margin: 0 85px 0 0; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #008A32; height: 60px; box-sizing: border-box; margin: 0 0 0 0; font-size: 1.6rem; font-weight: bold; line-height: 100%; position: relative; padding: 0 0 0 3.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .main_nav_pc nav ul li a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.home a::before { position: absolute; font-size: 3rem; font-family: "fontello"; content: "\00e806"; color: #FFC247; display: block; width: 0; height: 0; margin: auto; left: 0; top: 22px; }
  .main_nav_pc nav ul li.home a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.home a:hover::before { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.doctor a::before { position: absolute; font-size: 3rem; font-family: "fontello"; content: "\00e807"; color: #FFC247; display: block; width: 0; height: 0; margin: auto; left: 0; top: 22px; }
  .main_nav_pc nav ul li.doctor a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.doctor a:hover::before { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.clinic a::before { position: absolute; font-size: 3rem; font-family: "fontello"; content: "\00e808"; color: #FFC247; display: block; width: 0; height: 0; margin: auto; left: 0; top: 22px; }
  .main_nav_pc nav ul li.clinic a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.clinic a:hover::before { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.consultation a::before { position: absolute; font-size: 3rem; font-family: "fontello"; content: "\00e809"; color: #FFC247; display: block; width: 0; height: 0; margin: auto; left: 0; top: 22px; }
  .main_nav_pc nav ul li.consultation a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.consultation a:hover::before { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.access { margin: 0; }
  .main_nav_pc nav ul li.access a::before { position: absolute; font-size: 3rem; font-family: "fontello"; content: "\00e80a"; color: #FFC247; display: block; width: 0; height: 0; margin: auto; left: 0; top: 22px; }
  .main_nav_pc nav ul li.access a:hover { transition: all 0.3s ease 0s; color: #D9F3DB; }
  .main_nav_pc nav ul li.access a:hover::before { transition: all 0.3s ease 0s; color: #D9F3DB; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { position: relative; z-index: 999; height: 50vw; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center top; margin: -1rem 0 0 0; position: relative; }
.key_visual hr { border: none; border-top: #ffffff 2px dotted; width: 35%; height: 2px; margin: 0; padding: 0; }
.key_visual hr.key_line_left { position: absolute; top: 1vw; left: 2%; }
.key_visual hr.key_line_right { position: absolute; top: 1vw; right: 2%; }
.key_visual .key_visual_on { height: 50vw; width: 100%; position: relative; }
.key_visual .key_visual_on .key_new { display: none; }
.key_visual .key_visual_on .key_text { /*
color: $color0;
font-size: 1.4rem;
font-weight: bold;
margin: 0;
position: absolute;
bottom: 0.4rem;;
left: 2%;
text-shadow:0 0 3px $color22,0 0 5px $color22;
*/ display: none; }

.key_text_sp { width: 96%; margin: 1rem auto 0 auto; color: #008A32; font-size: 1.4rem; font-weight: bold; }

.key_new_sp { background-color: #ffffff; width: 80%; height: 10vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 1rem auto 0 auto; box-shadow: 5px -5px #CFE869; border-radius: 2rem; }
.key_new_sp p { color: #008A32; font-size: 1.4rem; font-weight: bold; margin: 0; }
.key_new_sp img { width: 10%; margin: 0 0 0 1rem; }

.key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; position: relative; z-index: 999; height: 30vw; width: 100%; margin: -1rem 0 0 0; }
.key_visual_low hr { border: none; border-top: #ffffff 2px dotted; width: 35%; height: 2px; margin: 0; padding: 0; }
.key_visual_low hr.key_line_left { position: absolute; top: 1vw; left: 2%; }
.key_visual_low hr.key_line_right { position: absolute; top: 1vw; right: 2%; }
.key_visual_low h1 { font-size: 2.3rem; font-weight: bold; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; text-align: center; color: #008A32; line-height: 140%; height: 30vw; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

@media screen and (min-width: 768px), print { .key_visual { position: relative; z-index: 999; height: 574px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center top; margin: 0 0 0 0; position: relative; }
  .key_visual hr { border: none; border-top: #ffffff 2px dotted; height: 2px; margin: 0; padding: 0; }
  .key_visual hr.key_line_left { position: absolute; top: 9px; left: 10px; width: 840px; }
  .key_visual hr.key_line_right { position: absolute; top: 9px; right: 10px; width: 840px; }
  .key_visual .key_visual_on { height: 574px; width: 1100px; position: relative; margin: 0 auto; }
  .key_visual .key_visual_on .key_new { position: absolute; top: 295px; right: 0; display: block; width: 175px; height: 175px; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; box-shadow: 5px -5px #CFE869; border-radius: 50%; }
  .key_visual .key_visual_on .key_new p { color: #008A32; font-size: 2.5rem; font-weight: bold; margin: 16px 0 10px 0; text-align: center; line-height: 130%; }
  .key_visual .key_visual_on .key_new img { width: 48px; }
  .key_visual .key_visual_on .key_text { display: block; color: #ffffff; font-size: 2.5rem; font-weight: bold; margin: 0; position: absolute; bottom: 30px; left: 20px; letter-spacing: 0; text-shadow: 0 0 3px #000000, 0 0 10px #000000; }
  .key_text_sp { display: none; }
  .key_new_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; position: relative; z-index: 999; height: 200px; width: 100%; margin: 0 0 0 0; }
  .key_visual_low hr { border: none; border-top: #ffffff 2px dotted; height: 2px; margin: 0; padding: 0; }
  .key_visual_low hr.key_line_left { position: absolute; top: 9px; left: 10px; width: 840px; }
  .key_visual_low hr.key_line_right { position: absolute; top: 9px; right: 10px; width: 840px; }
  .key_visual_low h1 { font-size: 3rem; font-weight: bold; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; text-align: center; color: #008A32; line-height: 140%; height: 200px; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　診療のご案内とお知らせ
----------------------------------------------------------- */
.menu_notice_frame { background-color: #ABEBAF; width: 100%; padding: 2rem 0; box-sizing: border-box; }
.menu_notice_frame .mn_box .menu_box { display: none; }
.menu_notice_frame .mn_box .menu_box .menu_title_eng { margin: 0 0 0 0; color: #008A32; font-size: 1.6rem; font-family: 'jost_medium'; text-align: center; }
.menu_notice_frame .mn_box .menu_box .menu_title_jap { color: #ffffff; font-size: 2rem; font-weight: bold; text-align: center; background: url("../images/icon_02.png"), url("../images/icon_03.png"); background-repeat: no-repeat,no-repeat; background-position: left 4% center,right 4% center; background-color: #008A32; width: 96%; padding: 0.8rem 0; box-sizing: border-box; margin: 1rem auto; border-top-left-radius: 2rem; border-top-right-radius: 2rem; box-shadow: 0 -10px #0A9F40; }
.menu_notice_frame .mn_box .menu_box ul.menu_nav { list-style-type: none; width: 96%; margin: 0 auto; }
.menu_notice_frame .mn_box .menu_box ul.menu_nav li { background-color: #F4FFC7; width: 100%; margin: 0 0 1rem 0; }
.menu_notice_frame .mn_box .menu_box ul.menu_nav li a { text-decoration: none; color: #1A1311; font-size: 1.6rem; font-weight: bold; background: url("../images/icon_04.png") no-repeat; background-position: left 4% center; padding: 1rem 1rem 1rem 3rem; display: block; }
.menu_notice_frame .mn_box .infomation_box { width: 96%; margin: 0 auto 0 auto; /*タイトル*/ }
.menu_notice_frame .mn_box .infomation_box .infomation_title_eng { margin: 0 0 1rem 0; color: #008A32; font-size: 1.6rem; font-family: 'jost_medium'; text-align: center; }

.corona_info { width: 100%; background-color: #36BC29; border: #64DB57 3px solid; border-radius: 1rem; padding: 2rem 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.corona_info.-ini { background: none; padding: initial; border: initial; }
.corona_info h2.corona_title { margin: 0 0 1rem 0; padding: 0; box-sizing: border-box; font-size: 1.6rem; font-weight: bold; text-align: center; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.corona_info h2.corona_title::before { content: url("../images/icon_09.png"); margin: 0 0.8rem 0 0; }
.corona_info h2.corona_title::after { content: url("../images/icon_10.png"); margin: 0 0 0 0.8rem; }
.corona_info .corona_sub_title { font-size: 1.4rem; font-weight: bold; text-align: center; color: #ffffff; margin: 0 0 1rem 0; }
.corona_info .corona_info_box .corona_info_left { width: 96%; margin: 0 auto; background-color: #F4FFC7; border-radius: 0.5rem; padding: 1rem; box-sizing: border-box; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_text1 { text-align: center; font-size: 1.4rem; font-weight: bold; color: #008A32; margin: 0 0 0.4rem 0; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_tel { margin: 0 0 0.4rem 0; text-align: center; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_tel i { color: #008A32; margin: 0 0 0 0; font-size: 2.2rem; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
.corona_info .corona_info_box .corona_info_left .corona_info_left_text2 { text-align: center; font-size: 1.4rem; font-weight: bold; color: #1A1311; margin: 0 0 0 0; }
.corona_info .corona_info_box .corona_info_right { width: 96%; margin: 1rem auto 0 auto; background-color: #F4FFC7; border-radius: 0.5rem; padding: 1rem; box-sizing: border-box; }
.corona_info .corona_info_box .corona_info_right .corona_info_right_text { font-size: 1.4rem; font-weight: bold; color: #008A32; margin: 0 0 0.4rem 0; }
.corona_info .corona_info_box .corona_info_right a { background-color: #FFA52E; border: #FFC247 2px solid; border-radius: 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.4rem; font-weight: bold; padding: 0.8rem 0; }
.corona_info .corona_info_box .corona_info_right a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
.corona_info .corona_info_box .link_box { padding: 0; }
.corona_info .corona_info_box .link_box a { border-radius: 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.4rem; font-weight: bold; padding: 0.8rem 0; }
.corona_info .corona_info_box .link_box a.btn_orange { background-color: #FFA52E; border: #FFC247 2px solid; }
.corona_info .corona_info_box .link_box a.btn_basic { background-color: #F4FFC7 !important; border: #64DB57 2px solid; color: #008A32; }

/*当院からのお知らせ*/
.infomation_box_out { width: 100%; background: url("../images/index_information_bg.png") repeat; padding: 1% 0; box-sizing: border-box; }
.infomation_box_out .infomation_box_in { width: 97%; margin: 0 auto; border: #FFE0B2 2px solid; }
.infomation_box_out .infomation_box_in .notice_box { width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.infomation_box_out .infomation_box_in .notice_box h2.notice_title { text-align: center; margin: 0 0 2rem 0; background: url("../images/icon_05.png"), url("../images/icon_06.png"); background-repeat: no-repeat, no-repeat; background-position: left center, right center; background-size: 15%,15%; }
.infomation_box_out .infomation_box_in .notice_box h2.notice_title span { color: #1A1311; font-size: 1.8rem; position: relative; }
.infomation_box_out .infomation_box_in .notice_box h2.notice_title span::after { content: ""; display: block; width: 40%; height: 3px; border-bottom: #A6CB11 3px dotted; position: absolute; bottom: -0.5rem; left: 0; right: 0; margin: 0 auto; }
.infomation_box_out .infomation_box_in .notice_box dl { height: auto; margin: 0 auto 0 auto; width: 96%; }
.infomation_box_out .infomation_box_in .notice_box dl dt { color: #008A32; margin: 2rem 0 0.4rem 0; padding: 1.8rem 0.4rem 0 3rem; font-size: 1.5rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; cursor: pointer; }
.infomation_box_out .infomation_box_in .notice_box dl dt span.day { display: block; color: #7db531; font-size: 90%; }
.infomation_box_out .infomation_box_in .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 2rem; height: 2rem; margin: auto; left: 0; top: 2rem; background-color: #FFC247; font-size: 1.2rem; padding: 0 0 0 2px; box-sizing: border-box; }
.infomation_box_out .infomation_box_in .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #ffffff; }
.infomation_box_out .infomation_box_in .notice_box dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.8rem 0.4rem 0 3rem; }
.infomation_box_out .infomation_box_in .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #ffffff; }
.infomation_box_out .infomation_box_in .notice_box dl dt:not(:first-of-type) { display: none; }
.infomation_box_out .infomation_box_in .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 3rem; color: #1A1311; font-size: 1.4rem; line-height: 160%; display: none; }
.infomation_box_out .infomation_box_in .notice_box dl dd p a { color: #008A32; }
.infomation_box_out .infomation_box_in .notice_box dl dd.open { display: block; }
.infomation_box_out .infomation_box_in .notice_box dl dd:not(:first-of-type) { display: none; }
.infomation_box_out .infomation_box_in .notice_box .link_btn2 { margin: 20px auto !important; }

hr.mn_line { border: none; border-top: #ffffff 3px dotted; width: 100%; height: 3px; margin: 1rem 0 0 0; padding: 0; }

@media screen and (min-width: 768px), print { .menu_notice_frame { background: url("../images/index_information_left.png"), url("../images/index_information_right.png"); background-repeat: no-repeat,no-repeat; background-position: left 5% top 205px, right 5% top 205px; background-color: #ABEBAF; width: 100%; padding: 38px 0 16px 0; box-sizing: border-box; position: relative; }
  .menu_notice_frame .mn_box { width: 1100px; margin: 0 auto 60px auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .menu_notice_frame .mn_box .menu_box { width: 260px; display: block; }
  .menu_notice_frame .mn_box .menu_box .menu_title_eng { margin: 0 0 12px 0; color: #008A32; font-size: 2rem; font-family: 'jost_medium'; text-align: center; }
  .menu_notice_frame .mn_box .menu_box .menu_title_jap { color: #ffffff; font-size: 2rem; font-weight: bold; text-align: center; background: url("../images/icon_02.png"), url("../images/icon_03.png"); background-repeat: no-repeat,no-repeat; background-position: left 4% center,right 4% center; background-color: #008A32; width: 96%; height: 58px; padding: 0; box-sizing: border-box; margin: 1rem auto; border-top-left-radius: 2rem; border-top-right-radius: 2rem; box-shadow: 0 -8px #0A9F40; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .menu_notice_frame .mn_box .menu_box ul.menu_nav { list-style-type: none; width: 96%; margin: 0 auto; }
  .menu_notice_frame .mn_box .menu_box ul.menu_nav li { background-color: #F4FFC7; width: 100%; margin: 0 0 8px 0; height: 60px; }
  .menu_notice_frame .mn_box .menu_box ul.menu_nav li a { text-decoration: none; color: #1A1311; font-size: 2rem; font-weight: bold; background: url("../images/icon_04.png") no-repeat; background-position: left 10px center; padding: 0 0 0 38px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 100%; height: 60px; box-sizing: border-box; }
  .menu_notice_frame .mn_box .menu_box ul.menu_nav li a:hover { transition: all 0.3s ease 0s; background-color: #FFB319; color: #ffffff; }
  .menu_notice_frame .mn_box .infomation_box { width: 797px; margin: 0; }
  .menu_notice_frame .mn_box .infomation_box .infomation_title_eng { margin: 0 0 4px 0; color: #008A32; font-size: 2rem; font-family: 'jost_medium'; text-align: center; }
  .menu_notice_frame .mn_box .infomation_box .corona_info { width: 797px; background-color: #36BC29; border: #64DB57 3px solid; border-radius: 10px; padding: 27px 0; box-sizing: border-box; margin: 0 0 33px 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info h2.corona_title { margin: 0 0 8px 0; padding: 0; box-sizing: border-box; font-size: 2.4rem; font-weight: bold; text-align: center; color: #ffffff; line-height: 84%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .menu_notice_frame .mn_box .infomation_box .corona_info h2.corona_title::before { content: url("../images/icon_09.png"); margin: 0 12px 0 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info h2.corona_title::after { content: url("../images/icon_10.png"); margin: 0 0 0 12px; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_sub_title { font-size: 1.8rem; font-weight: bold; text-align: center; color: #ffffff; margin: 0 0 8px 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box { width: 740px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left { width: 362px; height: 66px; margin: 0; background-color: #F4FFC7; border-radius: 5px; padding: 12px 7px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_text1 { text-align: center; font-size: 1.6rem; font-weight: bold; color: #008A32; margin: 0 0 0 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_tel { margin: 0 0 0 0; text-align: center; line-height: 110%; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_tel i { color: #008A32; margin: 0 -4px 0 0; font-size: 2.2rem; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.6rem; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_left .corona_info_left_text2 { text-align: center; font-size: 1.4rem; font-weight: bold; color: #1A1311; margin: 0 0 0 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_right { width: 362px; height: 66px; margin: 0; background-color: #F4FFC7; border-radius: 5px; padding: 10px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_right .corona_info_right_text { width: 256px; font-size: 1.6rem; font-weight: bold; color: #008A32; margin: 0; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_right a { background-color: #FFA52E; border: #FFC247 2px solid; border-radius: 2px; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.6rem; font-weight: bold; line-height: 110%; padding: 3px 0; width: 78px; height: 45px; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .corona_info_right a span { margin: 0 0 0 -3px; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .link_box { padding: 0; display: block; height: auto; background: #ffffff; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .link_box a { border-radius: 2px; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #ffffff; font-size: 1.6rem; font-weight: bold; padding: 3px 0; width: 100%; height: 45px; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .link_box a:hover { opacity: 0.8; transition: all 0.3s ease 0s; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .link_box a.btn_orange { background-color: #FFA52E; border: #FFC247 2px solid; }
  .menu_notice_frame .mn_box .infomation_box .corona_info .corona_info_box .link_box a.btn_basic { background-color: #F4FFC7 !important; border: #64DB57 2px solid; color: #008A32; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out { width: 100%; background: url("../images/index_information_bg.png") repeat; padding: 4px 0; box-sizing: border-box; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in { width: 785px; margin: 0 auto; border: #FFE0B2 2px solid; padding: 30px 0 40px 0; box-sizing: border-box; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box { width: 700px; margin: 0 auto; padding: 0; box-sizing: border-box; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box h2.notice_title { text-align: center; margin: 0 auto 25px auto; background: url("../images/icon_05.png"), url("../images/icon_06.png"); background-repeat: no-repeat, no-repeat; background-position: left center, right center; background-size: 103px,103px; width: 424px; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box h2.notice_title span { color: #1A1311; font-size: 2.2rem; position: relative; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box h2.notice_title span::after { content: ""; display: block; width: 110px; height: 3px; border-bottom: #A6CB11 3px dotted; position: absolute; bottom: -11px; left: 0; right: 0; margin: 0 auto; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl { height: auto; margin: 0 auto; width: 700px; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt { color: #008A32; margin: 1rem 0 0.4rem 0; padding: 1.2rem 0.4rem 0 3rem; font-size: 1.8rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 20px; height: 20px; margin: auto; left: 0; top: 1.5rem; background-color: #FFC247; font-size: 1.2rem; padding: 0 0 0 2px; box-sizing: border-box; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #ffffff; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.2rem 0.4rem 0 3rem; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #ffffff; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dt:not(:first-of-type) { display: none; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd { margin: 0 0 0 0; padding: 0 0.4rem 0 3rem; color: #1A1311; font-size: 1.6rem; line-height: 160%; display: none; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd p { margin: 0 0 1rem 0; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd p a { color: #008A32; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd p a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd.open { display: block; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box dl dd:not(:first-of-type) { display: none; }
  .menu_notice_frame .mn_box .infomation_box .infomation_box_out .infomation_box_in .notice_box .link_btn2 { margin: 40px 0 0 auto !important; }
  .menu_notice_frame hr.mn_line { border: none; border-top: #ffffff 3px dotted; width: 100%; height: 3px; margin: 0 0 0 0; padding: 0; position: absolute; bottom: 6px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .menu_notice_frame { background: none; background-color: #ABEBAF; } }
/* -----------------------------------------------------------
　当院の特徴
----------------------------------------------------------- */
.feature_frame h2.feature_title { text-align: center; margin: 0 0 2rem 0; background: url("../images/icon_05.png"), url("../images/icon_06.png"); background-repeat: no-repeat, no-repeat; background-position: left 20% bottom , right 20% bottom; background-size: 15%,15%; overflow: visible; padding: 1.5rem 0 0 0; }
.feature_frame h2.feature_title span { color: #008A32; font-size: 1.8rem; position: relative; }
.feature_frame h2.feature_title span::after { content: "Feature of Clinic"; color: #9D9D9D; font-size: 0.8rem; display: block; position: absolute; top: -1rem; left: 0; right: 0; margin: 0 auto; }
.feature_frame .feature_box { width: 100%; margin: 0; }
.feature_frame .feature_box figure { width: 80%; margin: 0 auto 4rem auto; }
.feature_frame .feature_box figure img { width: 100%; }
.feature_frame .feature_box figure figcaption { margin: 1rem 0 0 0; text-align: justify; font-size: 1.4rem; line-height: 140%; font-weight: bold; }

@media screen and (min-width: 768px), print { .feature_frame { padding: 0 0 58px 0; }
  .feature_frame h2.feature_title { text-align: center; margin: 0 auto 25px auto; background: url("../images/icon_05.png"), url("../images/icon_06.png"); background-repeat: no-repeat, no-repeat; background-position: left bottom , right bottom; background-size: 103px,103px; overflow: visible; padding: 38px 0 0 0; width: 370px; }
  .feature_frame h2.feature_title span { color: #008A32; font-size: 2.8rem; position: relative; }
  .feature_frame h2.feature_title span::after { content: "Feature of Clinic"; color: #9D9D9D; font-size: 1.6rem; display: block; position: absolute; top: -28px; left: 0; right: 0; margin: 0 auto; white-space: nowrap; }
  .feature_frame .feature_box { width: 1100px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_box figure { width: 249px; margin: 0; }
  .feature_frame .feature_box figure img { width: 249px; }
  .feature_frame .feature_box figure figcaption { width: 249px; margin: 16px 0 0 0; text-align: justify; font-size: 1.6rem; line-height: 160%; font-weight: bold; } }
/* -----------------------------------------------------------
　気になる症状などは早めの受診をおすすめします
----------------------------------------------------------- */
.consultation_frame { background: url("../images/index_bg04.png") no-repeat; background-size: contain; background-position: center bottom; background-color: #FFFFD4; width: 100%; padding: 1rem 0 2rem 0; box-sizing: border-box; }
.consultation_frame hr.cf_line { border: none; border-top: #9BDE9F 3px dotted; width: 100%; height: 3px; margin: 0 0 2rem 0; padding: 0; }
.consultation_frame .consultation_box { width: 90%; margin: 0 auto; }
.consultation_frame .consultation_box .consultation_00 { background: url("../images/index_bg03.png") no-repeat; background-size: contain; background-position: center center; width: 100%; height: 68vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.consultation_frame .consultation_box .consultation_00 .c_text1 { color: #008A32; font-size: 1.8rem; font-weight: bold; margin: 18vw 0 0 0; text-align: center; }
.consultation_frame .consultation_box .consultation_00 .c_text2 { font-family: 'jost_medium'; color: #9D9D9D; font-size: 1rem; font-weight: bold; margin: 0; text-align: center; }
.consultation_frame .consultation_box .bg01 { background: url("../images/index_bg01.png") no-repeat; background-size: contain; background-position: center center; width: 100%; height: 55vw; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.consultation_frame .consultation_box .bg01 p { font-size: 1.4rem; margin: 0 0 1rem 0; text-align: center; }
.consultation_frame .consultation_box .bg01 p span { color: #008A32; font-weight: bold; }
.consultation_frame .consultation_box .bg01 a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 50%; height: 8vw; background-color: #008A32; color: #ffffff; font-size: 1.4rem; border-radius: 2rem; text-decoration: none; font-weight: bold; }
.consultation_frame .consultation_box .bg02 { background: url("../images/index_bg02.png") no-repeat; background-size: contain; background-position: center center; width: 100%; height: 55vw; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.consultation_frame .consultation_box .bg02 p { font-size: 1.4rem; margin: 0 0 1rem 0; text-align: center; }
.consultation_frame .consultation_box .bg02 p span { color: #FF9100; font-weight: bold; }
.consultation_frame .consultation_box .bg02 a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 50%; height: 8vw; background-color: #FFB216; color: #ffffff; font-size: 1.4rem; border-radius: 2rem; text-decoration: none; font-weight: bold; }
.consultation_frame .consultation_box .consultation_01 { margin: 4rem 0 0 0; }
.consultation_frame .consultation_box .consultation_02 { margin: 4rem 0 0 0; }
.consultation_frame .consultation_box .consultation_03 { margin: 4rem 0 0 0; }
.consultation_frame .consultation_box .consultation_03 p { margin: 0 0 2rem 0; }
.consultation_frame .consultation_box .consultation_04 { margin: 4rem 0 0 0; }
.consultation_frame .consultation_box .consultation_05 { margin: 4rem 0 0 0; }
.consultation_frame .consultation_box .consultation_05 p { margin: 0 0 2rem 0; }
.consultation_frame .consultation_box .c_text { margin: 4rem  0; padding: 1rem 0; box-sizing: border-box; border-top: #FFC247 2px dotted; border-bottom: #FFC247 2px dotted; font-size: 1.4rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.consultation_frame .consultation_box .c_text::before { content: url("../images/icon_07.png"); margin: 0 1rem 0 0; }
.consultation_frame .consultation_box .c_text::after { content: url("../images/icon_08.png"); margin: 0 0 0  1rem; }

@media screen and (min-width: 768px), print { .consultation_frame { background: url("../images/index_bg04.png") no-repeat; background-size: contain; background-position: center bottom; background-color: #FFFFD4; width: 100%; padding: 8px 0 65px 0; box-sizing: border-box; }
  .consultation_frame hr.cf_line { border: none; border-top: #9BDE9F 3px dotted; width: 100%; height: 3px; margin: 0 0 30px 0; padding: 0; }
  .consultation_frame .consultation_box { width: 1100px; height: 640px; position: relative; margin: 0 auto; }
  .consultation_frame .consultation_box .consultation_00 { position: absolute; top: 232px; left: 0; right: 0; margin: 0 auto; background: url("../images/index_bg03.png") no-repeat; background-size: contain; background-position: center center; width: 368px; height: 295px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .consultation_frame .consultation_box .consultation_00 .c_text1 { color: #008A32; font-size: 2.6rem; font-weight: bold; margin: 140px 0 0 0; text-align: center; }
  .consultation_frame .consultation_box .consultation_00 .c_text2 { font-family: 'jost_medium'; color: #9D9D9D; font-size: 1.6rem; font-weight: bold; margin: 0; text-align: center; }
  .consultation_frame .consultation_box .bg01 { background: url("../images/index_bg01.png") no-repeat; background-size: 335px; background-position: center center; width: 335px; height: 193px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .consultation_frame .consultation_box .bg01 p { font-size: 1.8rem; margin: 0 0 20px 0; text-align: center; }
  .consultation_frame .consultation_box .bg01 p span { color: #008A32; font-weight: bold; }
  .consultation_frame .consultation_box .bg01 a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 164px; height: 32px; background-color: #008A32; color: #ffffff; font-size: 1.6rem; border-radius: 2rem; text-decoration: none; font-weight: bold; }
  .consultation_frame .consultation_box .bg01 a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .consultation_frame .consultation_box .bg02 { background: url("../images/index_bg02.png") no-repeat; background-size: 333px; background-position: center center; width: 333px; height: 193px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .consultation_frame .consultation_box .bg02 p { font-size: 1.8rem; margin: 0 0 20px 0; text-align: center; }
  .consultation_frame .consultation_box .bg02 p span { color: #FF9100; font-weight: bold; }
  .consultation_frame .consultation_box .bg02 a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 164px; height: 32px; background-color: #FFB216; color: #ffffff; font-size: 1.6rem; border-radius: 2rem; text-decoration: none; font-weight: bold; }
  .consultation_frame .consultation_box .bg02 a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .consultation_frame .consultation_box .consultation_01 { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto 0 auto; }
  .consultation_frame .consultation_box .consultation_02 { position: absolute; top: 128px; left: 0; margin: 0; }
  .consultation_frame .consultation_box .consultation_03 { position: absolute; top: 342px; left: 0; margin: 0; }
  .consultation_frame .consultation_box .consultation_03 p { margin: 0 0 0 0; }
  .consultation_frame .consultation_box .consultation_04 { position: absolute; top: 128px; right: 0; margin: 0; }
  .consultation_frame .consultation_box .consultation_05 { position: absolute; top: 342px; right: 0; margin: 0; }
  .consultation_frame .consultation_box .consultation_05 p { margin: 0 0 10px 0; }
  .consultation_frame .consultation_box .c_text { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; padding: 0; width: 470px; height: 60px; box-sizing: border-box; border-top: #FFC247 2px dotted; border-bottom: #FFC247 2px dotted; font-size: 1.8rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .consultation_frame .consultation_box .c_text::before { content: url("../images/icon_07.png"); margin: 0 6px 0 0; }
  .consultation_frame .consultation_box .c_text::after { content: url("../images/icon_08.png"); margin: 0 0 0 6px; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { background-color: #ABEBAF; width: 100%; margin: 0; padding: 2rem 0 0 0; box-sizing: border-box; }
.overview .overview_box .overview_left h2.overview_h2 { text-align: center; }
.overview .overview_box .overview_left h2.overview_h2 img { width: 80%; height: auto; }
.overview .overview_box .overview_left .overview_tel { margin: 1rem 0 0.8rem 0; text-align: center; }
.overview .overview_box .overview_left .overview_tel i { color: #008A32; margin: 0 0.2rem 0 0; font-size: 2.2rem; }
.overview .overview_box .overview_left .overview_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
.overview .overview_box .overview_left .overview_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 2.8rem; }
.overview .overview_box .overview_left a.overview_web { width: 60%; height: 16vw; margin: 0 auto 2rem auto; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 200%; border-radius: 0.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.overview .overview_box .overview_left a.overview_web span { display: block; width: 100%; }
.overview .overview_box .overview_left a.overview_web span.ow_large { font-size: 1.6rem; font-weight: bold; }
.overview .overview_box .overview_left a.overview_web span.ow_small { font-weight: normal; font-size: 1.2rem; }
.overview .overview_box .overview_left dl { width: 96%; margin: 0 auto 2rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
.overview .overview_box .overview_left dl dt { margin: 0 0 1rem 0; width: 22%; }
.overview .overview_box .overview_left dl dt span { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.2rem; font-weight: bold; background-color: #ffffff; color: #FF9100; border-radius: 2rem; padding: 0.2rem 0; box-sizing: border-box; }
.overview .overview_box .overview_left dl dd { color: #1A1311; font-size: 1.2rem; margin: 0 0 1rem 0; padding: 0.2rem 0; width: 73%; box-sizing: border-box; line-height: 120%; }
.overview .overview_box .overview_left table.timetable { width: 96%; }
.overview .overview_box .overview_left .notice_time { font-size: 1.2rem; }
.overview .overview_box .overview_right { margin: 2rem 0 0 0; }
.overview .overview_box .overview_right iframe.googlemap { width: 96%; height: 600px; margin: 0 auto; display: block; border: #ffffff 1px solid; border-radius: 1rem; box-sizing: border-box; }
.overview .overview_box .overview_right a { color: #008A32; border: #008A32 1px solid; font-size: 1.4rem; font-weight: bold; text-align: center; border-radius: 2rem; padding: 1rem 0; box-sizing: border-box; display: block; margin: 2rem auto; text-decoration: none; width: 80%; }
.overview .overview_box .overview_right a i { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { .overview { background-color: #ABEBAF; width: 100%; margin: 0; padding: 90px 0 54px 0; box-sizing: border-box; }
  .overview .overview_box { width: 1100px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_box .overview_left { width: 550px; }
  .overview .overview_box .overview_left h2.overview_h2 { text-align: left; }
  .overview .overview_box .overview_left h2.overview_h2 img { width: 491px; height: auto; }
  .overview .overview_box .overview_left .overview_tel { margin: 25px 0 10px 0; text-align: center; }
  .overview .overview_box .overview_left .overview_tel i { color: #008A32; margin: 0 0 0 0; font-size: 3.6rem; }
  .overview .overview_box .overview_left .overview_tel a { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 3.9rem; }
  .overview .overview_box .overview_left .overview_tel span { color: #1A1311; text-decoration: none; font-family: 'jost_medium'; font-size: 3.9rem; }
  .overview .overview_box .overview_left a.overview_web { width: 190px; height: 71px; margin: 0 auto 45px auto; color: #ffffff; background-color: #FFA52E; text-decoration: none; text-align: center; line-height: 220%; letter-spacing: 0.1em; border-radius: 10px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .overview .overview_box .overview_left a.overview_web:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .overview .overview_box .overview_left a.overview_web span { display: block; width: 100%; }
  .overview .overview_box .overview_left a.overview_web span i { font-size: 2rem; }
  .overview .overview_box .overview_left a.overview_web span.ow_large { font-size: 1.6rem; font-weight: bold; }
  .overview .overview_box .overview_left a.overview_web span.ow_small { font-weight: normal; font-size: 1.4rem; }
  .overview .overview_box .overview_left dl { width: 504px; margin: 0 0 25px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
  .overview .overview_box .overview_left dl dt { margin: 0 0 15px 0; width: 96px; }
  .overview .overview_box .overview_left dl dt span { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.6rem; font-weight: bold; background-color: #ffffff; color: #FF9100; border-radius: 2rem; padding: 6px 0; box-sizing: border-box; }
  .overview .overview_box .overview_left dl dd { color: #1A1311; font-size: 1.8rem; margin: 0 0 15px 0; padding: 6px 0; width: 395px; box-sizing: border-box; line-height: 120%; }
  .overview .overview_box .overview_left table.timetable { width: 504px; margin: 0; }
  .overview .overview_box .overview_left .notice_time { width: 504px; margin: 8px 0 0 0; font-size: 1.8rem; }
  .overview .overview_box .overview_right { margin: 0 0 0 0; width: 503px; }
  .overview .overview_box .overview_right iframe.googlemap { width: 503px; height: 608px; margin: 0; display: block; border: #ffffff 1px solid; border-radius: 1rem; box-sizing: border-box; }
  .overview .overview_box .overview_right a { color: #008A32; border: #008A32 1px solid; font-size: 1.6rem; font-weight: bold; text-align: center; border-radius: 2rem; padding: 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 20px auto 0 auto; text-decoration: none; width: 218px; height: 37px; }
  .overview .overview_box .overview_right a i { font-size: 2.4rem; }
  .overview .overview_box .overview_right a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { background-color: #ABEBAF; width: 100%; position: relative; }
footer .footer_frame { width: 96%; margin: 0 auto 2rem auto; }
footer .footer_frame ul.footer_list_main { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; width: 100%; }
footer .footer_frame ul.footer_list_main li { width: 48%; margin: 0 0 0 0; }
footer .footer_frame ul.footer_list_main li a { color: #1A1311; text-decoration: none; line-height: 140%; font-size: 1.4rem; font-weight: normal; text-align: center; display: block; }
footer .footer_frame .sub_title { text-align: center; color: #008A32; font-size: 1.4rem; font-weight: bold; border-bottom: #008A32 1px solid; margin: 1rem 0; padding: 0 0 0.5rem 0; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #008A32; }
footer .copyright a { color: #ffffff; text-decoration: none; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 0.5rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 20%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #008A32; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.2rem; }
.footer_link a.footer_web { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.2rem; font-weight: bold; background-color: #FFA52E; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.2rem; }
.footer_link a.footer_ubie { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.2rem; font-weight: bold; background-color: #3959cc; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.2rem; }
.footer_link .smoothScrolls { background-color: #008A32; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.2rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 182px; padding: 0; box-sizing: border-box; overflow: hidden; background-color: #ABEBAF; }
  footer .footer_frame { display: block; width: 1100px; margin: 0 auto 0 auto; padding: 0 0 0 0; box-sizing: border-box; height: 123px; }
  footer .footer_frame ul.footer_list_main { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; width: 1100px; margin: 0 0 0 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 22px 16px 0; padding: 0 22px 0 0; width: auto; border-right: #1A1311 1px solid; }
  footer .footer_frame ul.footer_list_main li a { color: #1A1311; text-decoration: none; line-height: 120%; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame ul.footer_list_main li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_main li:last-child { border-right: none; }
  footer .footer_frame .sub_title { display: none; }
  footer .copyright { margin: 0; text-align: center; padding: 0 0; color: #ffffff; font-size: 1.4rem; height: auto; letter-spacing: 0.05em; background-color: #008A32; height: 59px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  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; display: block; }
  #pagetop { position: fixed; bottom: 44px; left: 50%; margin: 0 0 0 620px; text-align: center; z-index: 9999999; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 0; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 185px; left: 90%; margin: 0 0 0 0; height: 185px; text-align: center; } }
