@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目  
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*Googleフォント*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; color: #5b4a3f; background-color: #fefff1; }
html strong { clear: both; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; color: #5b4a3f; background-color: #fefff1; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 2rem 0; }
section.first { margin: 0 0 0 0; }
section.s_h2 { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.txt_red { color: #ff0000; }

.txt_green { color: #10A516; }

.mt1 { margin-top: 1em; }

.fluid-image, .fluid-image-pc { width: 100%; }

@media print, screen and (min-width: 768px) { .fluid-image { width: auto; }
  .fluid-image-pc { width: 100%; } }
@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; min-width: calc(1080px + 20px); }
  section { height: auto; overflow: hidden; margin: 0 0 30px 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0 0 50px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #fefff1; position: relative; }
article.low { margin: 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto 6rem; padding: 0; }

.main { width: 90%; margin: 1rem auto 0; padding: 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; background-color: #fefff1; }
  article.low { margin: 0 auto; }
  .wrapper { width: 1080px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .main { width: 790px; margin: 0 0 120px auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; margin: 0 auto; }
header .head_frame { margin: 0 auto; padding: 0 0 1rem 0; }
header .head_frame .head_logo { width: 74%; margin: 1em auto 0 1em; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_logoSpan { font-size: 1.2rem; padding-bottom: .5em; display: block; padding-left: 4.6em; }
header .head_frame .head_info { margin: .8rem auto 0 0; display: block; }
header .head_frame .head_info .head_tel p.tel { margin: 0; line-height: 1.4; }
header .head_frame .head_info .head_tel p.tel a { text-decoration: none; color: #ff8a00; font-size: 2.8rem; font-weight: bold; text-align: center; font-family: "Varela Round"; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
header .head_frame .head_info .head_tel p.tel a i { margin: 0 .6rem 0 0; font-size: 2rem; }
header .head_frame .head_info .head_tel p.subject { font-size: 1.2rem; text-align: center; margin: 1rem 0 1.4rem; }
header .head_frame .head_info .head_tel p.subject span { color: #FFFFFF; background-color: #7fbe25; padding: .2rem .6rem; border-radius: .3rem; }
header .head_frame .head_info p.head_access { border-left: 0.2rem #ff8a00 solid; width: 90%; margin: 0 auto; padding: 0 0 0 .7rem; font-size: 1.2rem; }
header .head_frame .head_info p.head_access span { color: #ff8a00; font-weight: bold; }
header .head_frame .head_info p.head_access span.access3 { font-size: 1.1rem; font-weight: normal; }
header .key_on { margin: 0; padding: 0; width: 100%; height: 35vw; background-repeat: no-repeat; overflow: hidden; margin: 0 auto; background-size: auto 100%; background-position: center 77%; }
header p.motto { font-weight: normal; font-size: 1.0rem; text-align: left; margin: 1rem auto 0; width: 86%; }
header.header_low { background-image: url(../images/key_visual_low.jpg); background-size: 170% auto; background-position: center bottom; background-repeat: no-repeat; display: block; height: auto; overflow: hidden; margin: 0 auto; }
header.header_low .key_visual_low h1 { text-align: center; font-size: 1.6rem; font-weight: bold; color: #fdb559; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: auto; padding: .4rem 0 1.2rem; }

body.cystitis header.header_low .key_visual_low h1 { font-size: 1.2rem; padding: 1.5rem 0 0.5rem; }

@media print, screen and (min-width: 768px) { header { display: block; height: auto; margin: 0 auto; }
  header .head_frame { width: 1080px; margin: 0 auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  header .head_frame .head_logo { width: 578px; margin: 21px auto 0 0; }
  header .head_frame .head_logo img { width: 578px; }
  header .head_frame .head_logoSpan { font-size: 1.6rem; display: block; padding-left: 8.5em; }
  header .head_frame .head_info { height: auto; margin: 21px 0 0 auto; width: 415px; }
  header .head_frame .head_info .head_tel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  header .head_frame .head_info .head_tel p { margin: 0; }
  header .head_frame .head_info .head_tel p.tel { font-family: "Varela Round"; color: #ff8a00; font-weight: bold; font-size: 2.8rem; }
  header .head_frame .head_info .head_tel p.tel i { font-size: 2.0rem; vertical-align: middle; margin: 0 8px 0 0; }
  header .head_frame .head_info .head_tel p.subject { font-size: 1.6rem; margin: 0; }
  header .head_frame .head_info .head_tel p.subject span { color: #FFFFFF; background-color: #7fbe25; padding: 2px 6px; border-radius: 3px; }
  header .head_frame .head_info p.head_access { width: 100%; border-left: 2px #ff8a00 solid; margin: 0; padding: 0 0 0 7px; font-size: 1.8rem; }
  header .head_frame .head_info p.head_access span { color: #ff8a00; font-weight: bold; }
  header .head_frame .head_info p.head_access span.access3 { font-size: 1.6rem; font-weight: normal; white-space: nowrap; }
  header .key_on { margin: 0 auto; padding: 0; height: 443px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: center top; overflow: hidden; background-size: auto; }
  header .key_on figure img { width: 100%; margin: 0; display: block; }
  header p.motto { font-weight: bold; font-size: 1.9rem; text-align: center; margin: 36px auto 56px; width: 100%; }
  header.header_low { background-position: center 224px; margin: 0 0 60px 0; }
  header.header_low .key_visual_low h1 { font-size: 3rem; height: 139px; padding: 0; }
  body.cystitis header.header_low .key_visual_low h1 { font-size: 3rem; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; height: auto; margin: 28px 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 980px; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; padding: 0; margin: 0 auto; }
  .main_nav_pc nav > ul li { list-style-type: disc; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; text-align: center; color: #ff8a00; font-size: 2.0rem; list-style-position: outside; }
  .main_nav_pc nav > ul li a { text-decoration: none; color: #5b4a3f; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; }
  .main_nav_pc nav > ul li a:hover { opacity: 0.6; color: #ff8a00; }
  .main_nav_pc nav > ul li.pull_btn { position: relative; }
  .main_nav_pc nav > ul li.pull_btn .pull_link { display: none; position: absolute; top: 0; left: -1.2em; padding: 1.6em 0 1.5em; }
  .main_nav_pc nav > ul li.pull_btn .pull_link li { white-space: nowrap; text-align: left; background-color: #fefff1; list-style-position: inside !important; padding: 0 0 0 1.3em; }
  .main_nav_pc nav > ul li.pull_btn .pull_link li a { display: inline-block; padding: 0.8em 1.5em 0.8em 0; margin: 0 0 0 -0.3em; }
  .main_nav_pc nav > ul li.pull_btn .pull_link li:last-of-type a { padding: 0.8em 1.5em 1.2em 0; }
  .main_nav_pc nav > ul li.pull_btn .pull_link:hover { display: block; }
  .main_nav_pc nav > ul li.pull_btn:hover .pull_link { display: block; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 1rem 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; /* max-height: 45rem; */ width: 96%; margin: 1.8rem auto; /* overflow-y: scroll; */ background-color: #fefff1; box-sizing: border-box; }
.notice_frame dl { padding: 0 0 1.8rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_frame dl dt { color: #5b4a3f; background-color: #f2ede9; font-size: 1.4rem; margin: 0 0 0.5rem 0; padding: .6rem 0 .3rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_frame dl dd p { color: #5b4a3f; font-size: 1.4rem; margin: 0; padding: .2rem 0 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_frame dl dd.link_text { margin: 0 0 1.6rem 0; }
.notice_frame dl dd.link_text a { font-size: 1.4rem; margin: 0; }

@media print, screen and (min-width: 768px) { .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; /* max-height: 400px; */ width: 100%; margin: 0 auto; /* overflow-y: scroll; */ background-color: #fefff1; box-sizing: border-box; }
  .notice_frame dl { padding: 0 0 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame dl dt { color: #5b4a3f; background-color: #f2ede9; font-size: 1.6rem; margin: 0 0 5px 0; padding: 8px 0 8px 14px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame dl dd p { color: #5b4a3f; font-size: 1.6rem; margin: 0; padding: 4px 0 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame dl dd.link_text { margin: 0 0 20px 0; }
  .notice_frame dl dd.link_text a { font-size: 1.6rem; margin: 0; } }
/*スマホ用スライドバー*/
@media print, screen and (max-width: 767px) { .notice_frame::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　当院の特長（開閉） 
----------------------------------------------------------- */
.ac_box .answer { display: none; background-color: #FFFFFF; }
.ac_box .answer p { margin: 0; background-color: #FFFFFF; padding: 1rem 1.2rem; font-size: 1.2rem; line-height: 1.6; }

@media print, screen and (min-width: 768px) { .ac_box .ac_title:hover { opacity: 0.8; }
  .ac_box .answer { display: none; background-color: #FFFFFF; padding: 0 0 30px; }
  .ac_box .answer p { margin: 0; background-color: #FFFFFF; padding: 10px 12px; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features { width: 100%; }
.features .features_box_01, .features .features_box_02, .features .features_box_03, .features .features_box_04, .features .features_box_05, .features .features_box_06 { width: 100%; margin: 0 0 1.2rem 0; font-size: 0; }
.features .features_box_01 .ac_title figure, .features .features_box_01 .ac_title .text_box, .features .features_box_02 .ac_title figure, .features .features_box_02 .ac_title .text_box, .features .features_box_03 .ac_title figure, .features .features_box_03 .ac_title .text_box, .features .features_box_04 .ac_title figure, .features .features_box_04 .ac_title .text_box, .features .features_box_05 .ac_title figure, .features .features_box_05 .ac_title .text_box, .features .features_box_06 .ac_title figure, .features .features_box_06 .ac_title .text_box { width: 100%; }
.features .features_box_01 .ac_title .text_box, .features .features_box_02 .ac_title .text_box, .features .features_box_03 .ac_title .text_box, .features .features_box_04 .ac_title .text_box, .features .features_box_05 .ac_title .text_box, .features .features_box_06 .ac_title .text_box { background-color: #ddfab4; background-image: url("../images/bg_overview.png"); background-repeat: no-repeat; background-size: 56%; background-position: center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 6rem; }
.features .features_box_01 .ac_title .text_box p, .features .features_box_02 .ac_title .text_box p, .features .features_box_03 .ac_title .text_box p, .features .features_box_04 .ac_title .text_box p, .features .features_box_05 .ac_title .text_box p, .features .features_box_06 .ac_title .text_box p { font-size: 1.4rem; margin: 0; }
.features .features_box_01 .ac_title .text_box p span, .features .features_box_02 .ac_title .text_box p span, .features .features_box_03 .ac_title .text_box p span, .features .features_box_04 .ac_title .text_box p span, .features .features_box_05 .ac_title .text_box p span, .features .features_box_06 .ac_title .text_box p span { font-weight: bold; color: #ff8a00; }
.features .features_box_01 .ac_title .text_box p span.bold, .features .features_box_02 .ac_title .text_box p span.bold, .features .features_box_03 .ac_title .text_box p span.bold, .features .features_box_04 .ac_title .text_box p span.bold, .features .features_box_05 .ac_title .text_box p span.bold, .features .features_box_06 .ac_title .text_box p span.bold { color: #5b4a3f; }
.features .features_box_05_pic { padding: 10px; text-align: center; }
.features .features_box_05_pic img { max-width: 100%; height: auto; }
.features .features_box_05_pic img:not(:last-of-type) { padding: 0 0 15px; }

@media print, screen and (min-width: 768px) { .features { width: 100%; }
  .features .features_box_01, .features .features_box_02, .features .features_box_03, .features .features_box_04, .features .features_box_05, .features .features_box_06 { margin: 0 0 16px 0; width: 100%; }
  .features .features_box_01 .ac_title, .features .features_box_02 .ac_title, .features .features_box_03 .ac_title, .features .features_box_04 .ac_title, .features .features_box_05 .ac_title, .features .features_box_06 .ac_title { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .features .features_box_01 .ac_title figure, .features .features_box_01 .ac_title .text_box, .features .features_box_02 .ac_title figure, .features .features_box_02 .ac_title .text_box, .features .features_box_03 .ac_title figure, .features .features_box_03 .ac_title .text_box, .features .features_box_04 .ac_title figure, .features .features_box_04 .ac_title .text_box, .features .features_box_05 .ac_title figure, .features .features_box_05 .ac_title .text_box, .features .features_box_06 .ac_title figure, .features .features_box_06 .ac_title .text_box { width: 50%; }
  .features .features_box_01 .ac_title .text_box, .features .features_box_02 .ac_title .text_box, .features .features_box_03 .ac_title .text_box, .features .features_box_04 .ac_title .text_box, .features .features_box_05 .ac_title .text_box, .features .features_box_06 .ac_title .text_box { background-color: #ddfab4; background-image: url("../images/bg_overview.png"); background-repeat: no-repeat; background-size: 56%; background-position: center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 166px; }
  .features .features_box_01 .ac_title .text_box p, .features .features_box_02 .ac_title .text_box p, .features .features_box_03 .ac_title .text_box p, .features .features_box_04 .ac_title .text_box p, .features .features_box_05 .ac_title .text_box p, .features .features_box_06 .ac_title .text_box p { font-size: 2.2rem; margin: 0; }
  .features .features_box_01 .ac_title .text_box p span, .features .features_box_02 .ac_title .text_box p span, .features .features_box_03 .ac_title .text_box p span, .features .features_box_04 .ac_title .text_box p span, .features .features_box_05 .ac_title .text_box p span, .features .features_box_06 .ac_title .text_box p span { font-weight: bold; color: #ff8a00; }
  .features .features_box_01 .ac_title .text_box p span.bold, .features .features_box_02 .ac_title .text_box p span.bold, .features .features_box_03 .ac_title .text_box p span.bold, .features .features_box_04 .ac_title .text_box p span.bold, .features .features_box_05 .ac_title .text_box p span.bold, .features .features_box_06 .ac_title .text_box p span.bold { color: #5b4a3f; }
  .features .features_box_02 .ac_title, .features .features_box_05 .ac_title, .features .features_box_06 .ac_title { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .features .features_box_05_pic { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .features .features_box_05_pic img { padding: 0 15px !important; } }
/* -----------------------------------------------------------
　リンク
----------------------------------------------------------- */
.link { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1.8rem 0 .6rem; border-top: .4rem #ffd5a0 dotted; border-bottom: .4rem #ffd5a0 dotted; }
.link figure { margin: 0 0 1.2rem 0; }

@media print, screen and (min-width: 768px) { .link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 28px 0; border-top: 4px #ffd5a0 dotted; border-bottom: 4px #ffd5a0 dotted; }
  .link figure:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.time_wrapper { width: 100%; border-left: 0.2rem #ded5cf solid; border-right: 0.2rem #ded5cf solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2rem; }
.time_wrapper table.timetable { width: 100%; margin: 1rem auto 0; }
.time_wrapper .notice_time { width: 100%; margin: 1.2rem auto 0; }

table.timetable { width: 100%; margin: 0; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
table.timetable tr.line { border-bottom: #a2d559 1px solid; }
table.timetable tr th { padding: 9px 0; text-align: center; font-weight: normal; color: #FFFFFF; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #a2d559 1px solid; background-color: #a2d559; }
table.timetable tr td { text-align: center; padding: 10px 0; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #5b4a3f; background-color: #fefff1; border-bottom: 0.1rem #a2d559 solid; }
table.timetable tr td.time { width: auto; text-align: center; font-size: 1.4rem; padding: 0; white-space: nowrap; }

.notice_time { font-size: 1.2rem; color: #5b4a3f; line-height: 160%; margin: 1.2rem auto 0; padding: 0; width: 90%; text-align: left; }
.notice_time span.maru { color: #ff8a00; }

a.next_tt { font-size: 1.2rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }

a.next_tt-l { font-size: 1.6rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }
a.next_tt-l_orange { font-size: 1.6rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #fdb559; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }
a.next_tt-ll_blue { font-size: 2rem; font-weight: bold; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #57D1DA; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }

@media print, screen and (min-width: 768px) { .time_wrapper { width: 100%; border-left: 2px #ded5cf solid; border-right: 2px #ded5cf solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 70px 0; }
  .time_wrapper table.timetable { width: 100%; margin: 10px auto 0; }
  .time_wrapper .notice_time { width: 100%; margin: 20px auto 0; }
  table.timetable { width: 100%; margin: 20px 0 0 0; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr { margin: 0; padding: 0; vertical-align: middle; }
  table.timetable tr.line { border-bottom: #a2d559 1px solid; }
  table.timetable tr th { padding: 9px 0; text-align: center; font-weight: normal; color: #FFFFFF; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #a2d559 1px solid; background-color: #a2d559; }
  table.timetable tr td { text-align: center; padding: 10px 0; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #5b4a3f; background-color: #fefff1; border-bottom: 0.1rem #a2d559 solid; width: 10%; }
  table.timetable tr td.time { width: 30%; text-align: center; font-size: 1.6rem; padding: 0; }
  .notice_time { font-size: 1.6rem; color: #5b4a3f; line-height: 160%; margin: 18px 0 0 0; padding: 0; width: 100%; text-align: left; }
  .notice_time span.maru { color: #ff8a00; }
  a.next_tt { font-size: 1.6rem; text-align: center; display: block; margin: 10px auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 100px; padding: 8px 0; width: 400px; }
  a.next_tt:hover { opacity: 0.8; }
  a.next_tt-l { font-size: 2rem; text-align: center; display: block; margin: 10px auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 100px; padding: 8px 0; width: 100%; }
  a.next_tt-l:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　治療薬の種類
----------------------------------------------------------- */
.medication-list { width: 100%; margin: 0 auto 1.5em; border: 1px solid #999; }
.medication-list thead th { width: 40%; text-align: center; background: #ecffd1; padding: 0.5em 1em 0.5em 1em; }
.medication-list thead td { width: 30%; text-align: center; background: #ecffd1; padding: 0.5em 1em 0.5em 1em; }
.medication-list tbody th { width: 40%; font-weight: normal; text-align: left; vertical-align: middle; background: #ecffd1; border: 1px solid #999; padding: 0.5em 1em 0.5em 1em; }
.medication-list tbody td { width: 30%; border: 1px solid #999; padding: 0.5em 0.5em; }
@media print, screen and (min-width: 768px) { .medication-list { width: 100%; font-size: 1.8rem; } }

/* -----------------------------------------------------------
　
----------------------------------------------------------- */
.tab-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.tab { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 10px; margin: 0px; list-style: none; text-align: center; cursor: pointer; padding: 0.8rem; font-size: 1rem; border-top-right-radius: 10px; border-top-left-radius: 10px; background-color: #DDFAB4; margin: 1px 1px 0; }

.panel-group { border-top: none; }

.panel { display: none; }

.tab.is-active { background: #7EBE24; color: #FFF; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

.panel.is-show { display: block; }

.cal { margin: 4.0rem 1.0rem; }
.cal .status { /*text-align: right;*/ }
.cal .status li { display: inline-block; padding-left: 2rem; position: relative; color: #626262; font-size: 1.4rem; }
.cal .status li::before { display: inline-block; content: ''; width: 1.4rem; height: 1.4rem; position: absolute; top: 0; left: 0; }
.cal .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .status li.open::before { background: #fff; border: 1px solid #eee; }
.cal .status li.incho { /* 全日院長のみ */ }
.cal .status li.incho::before { background: #b0edf4; }
.cal .status li.incho-fuku { /* 午前院長、午後院長・副院長 */ }
.cal .status li.incho-fuku::before { background: #99beec; }
.cal .status li.am-incho { /* 午前院長のみ */ }
.cal .status li.am-incho::before { background: #bcfce5; }
.cal .status li.amOnly { /* 土曜診療 */ }
.cal .status li.amOnly::before { background: #CCFFCC; }
.cal .status li.outPatient { /* 休診 */ }
.cal .status li.outPatient::before { background: #ffc8e1; }

@media print, screen and (min-width: 768px) { .tab { font-size: 1.8rem; }
  .cal { padding: 0; width: 100%; margin: 0 auto; }
  .cal .status li { padding-left: 1.8rem; }
  .cal .status li::before { position: absolute; top: 0; left: 0; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0; background-color: #ddfab4; padding: 2rem 0 0; background-image: url("../images/bg_overview.png"); background-repeat: no-repeat; background-position: top 9.4rem center; }
.overview_bg figure.logo { width: 80%; margin: 0 auto; }
.overview_bg figure.logo img { width: 100%; }
.overview_bg .overview { padding: 1.5rem 0; margin: 0; width: 100%; }
.overview_bg .overview .overview_frame { display: block; width: 100%; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0; line-height: 160%; border-bottom: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { color: #FFFFFF; font-size: 1.4rem; font-weight: normal; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: auto; padding: .4rem 0 .2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fdb559; border-top: 0; border-left: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt:last-child, .overview_bg .overview .overview_frame .overview_frame_right dl dt:last-child { border: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { font-size: 1.4rem; margin: 0 auto 0 0; width: 100%; height: auto; padding: .8rem 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fefff1; line-height: 1.4; border-right: 0; border-top: 0; border-left: 0; text-align: left; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd:last-child, .overview_bg .overview .overview_frame .overview_frame_right dl dd:last-child { border: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd a.tel_text, .overview_bg .overview .overview_frame .overview_frame_right dl dd a.tel_text { text-decoration: none; color: #ff8a00; font-weight: bold; font-size: 1.8rem; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access { font-size: 1.4rem; margin: 0; text-align: left; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access span, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access span { color: #ff8a00; font-size: 1.6rem; font-weight: bold; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access span.access3, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access span.access3 { font-weight: normal; font-size: 1.2rem; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 100%; margin: 0; text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_right a { color: #fdb559; font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #fefff1; border-radius: 10rem; padding: .8rem 0; width: 90%; }
.overview_bg .overview .overview_frame .overview_frame_right ul.certificate { width: 90%; margin: 0 auto; }
.overview_bg iframe { width: 100%; height: 25rem; margin: 0; }
.overview_bg figure.clinicname img { padding: 3rem 0 0 0; width: 80%; margin: 0 auto; display: block; }
.overview_bg .overview_logoSpan { width: 52%; margin: 0 auto; display: block; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0; background-color: #ddfab4; padding: 48px 0 0; background-image: url("../images/bg_overview.png"); background-repeat: no-repeat; background-position: top 94px center; }
  .overview_bg figure.logo { width: 57.8rem; margin: 0 auto; }
  .overview_bg .overview { padding: 45px 0 50px 0; margin: 0 auto; width: 100%; }
  .overview_bg .overview .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0 80px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { color: #FFFFFF; font-size: 1.6rem; font-weight: normal; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 102px; height: auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fdb559; border-bottom: 1px #ddfab4 solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:last-child, .overview_bg .overview .overview_frame .overview_frame_right dl dt:last-child { border: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.6rem; margin: 0 auto 0 0; width: 397px; height: auto; padding: 24px 33px 15px 38px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fefff1; border-bottom: 1px #ddfab4 solid; line-height: 1.4; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd:last-child, .overview_bg .overview .overview_frame .overview_frame_right dl dd:last-child { border: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access { font-size: 1.6rem; margin: 0; text-align: left; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access span, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access span { color: #ff8a00; font-size: 2rem; font-weight: bold; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd p.ov_access span.access3, .overview_bg .overview .overview_frame .overview_frame_right dl dd p.ov_access span.access3 { font-weight: normal; font-size: 1.6rem; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 540px; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 500px; margin: 0; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_right a { color: #fdb559; font-size: 1.6rem; text-align: center; display: block; margin: 10px auto 0; text-decoration: none; background-color: #fefff1; border-radius: 100px; padding: 8px 0; width: 400px; }
  .overview_bg .overview .overview_frame .overview_frame_right a:hover { opacity: 0.8; }
  .overview_bg .overview .overview_frame .overview_frame_right ul.certificate { width: 100%; margin: 0; }
  .overview_bg iframe { width: 100%; height: 460px; margin: 0; display: block; }
  .overview_bg figure.clinicname img { padding: 50px 0 0 0; width: 653px; margin: 0 auto; display: block; }
  .overview_bg .overview_logoSpan { width: 29.8rem; font-size: 1.4rem; margin: 0 auto; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_wrapper { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #669f14; font-size: 1.2rem; height: auto; background-color: #d2f5a0; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; background-color: #FFFFFF; width: 100%; height: auto; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer #pagetop_position { display: block; }
  footer .footer_wrapper { width: 1080px; margin: 0 auto; padding: 36px 0 42px; display: block; }
  footer .footer_wrapper p.tel { font-family: "Varela Round"; color: #ff8a00; font-weight: bold; font-size: 2.8rem; text-align: center; margin: 0 0 20px 0; }
  footer .footer_wrapper p.tel i { font-size: 2.0rem; vertical-align: middle; margin: 0 8px 0 0; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  footer .footer_wrapper .footer_frame ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; }
  footer .footer_wrapper .footer_frame ul li { margin: 0 40px 14px 0; color: #f6ac32; font-size: 1.6rem; }
  footer .footer_wrapper .footer_frame ul li a { color: #5b4a3f; font-size: 1.5rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.8; }
  footer .footer_wrapper .footer_frame ul li a br.footer_none { display: none; }
  footer .footer_wrapper .footer_frame ul li:last-child { margin: 0 0 14px 0; }
  footer .copyright { margin: 0; text-align: center; margin: 0 auto; padding: 10px 0 13px; color: #669f14; background-color: #d2f5a0; font-size: 1.6rem; height: auto; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 40px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 40px; left: 90%; margin: 0 0 0 0; height: 80px; text-align: center; } }
.link_btn { font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }
.link_btn.red { background: #E72019; }
@media print, screen and (min-width: 768px) { .link_btn { font-size: 1.6rem; text-align: center; display: inline-block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 2rem; width: auto; }
  .link_btn:hover { opacity: 0.8; } }

.tel_wrap { text-align: center; background: #fff; color: #465665; border: 1px solid #ff8a00; padding: 2rem 1rem 1rem; font-size: 1.4rem; }
.tel_wrap .tel { font-size: 2.8rem; color: #ff8a00; }
@media print, screen and (max-width: 768px) { .tel_wrap { padding: 1.2rem 0.8rem 0.8rem; position: relative; font-size: 1.0rem; }
  .tel_wrap a { position: absolute; left: 0; height: 100%; width: 100%; color: #ff8a00; text-decoration: none; }
  .tel_wrap .tel { font-size: 1.8rem; } }

/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; padding: 0; height: auto; background-color: #c1d735; opacity: 0.94; top: 7.6em; right: 0; width: 100%; margin: 0; z-index: 110; }
.drawr p { color: #7fbe25; font-size: 2rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr p.title_internal { color: #f99bb1; }
.drawr p.title_ear { color: #86b7e6; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 5.0vw; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; line-height: 1.2; }
.drawr ul.hbg li a img, .drawr ul.hbg li a .aside_view { display: none; }
.drawr ul.hbg li.aside_area { display: none; }
.drawr ul.hbg li.pull_btn > a { color: #7fbe25; font-size: 2rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr figure { width: 100%; margin: 1rem 0 1rem 0; }
.drawr figure img { width: 90%; margin: 0 auto; display: block; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 16%; position: absolute; cursor: pointer; right: 2%; top: 0; padding: 0 0 0.6rem 0; background-color: #f6ab31; }

/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media print, screen and (min-width: 768px) { aside { display: inline; width: 260px; height: auto; margin: 0 0 40px; }
  aside div { background-color: #d2f5a0; width: 240px; margin: 0 auto 0 0; background-image: url("../images/bg_overview.png"); background-repeat: no-repeat; background-position: top -6px left 8px; background-size: 60%; border-radius: 4px; }
  aside div p { color: #669f14; font-size: 2.4rem; text-align: center; font-weight: bold; padding: 19px 0 0 0; margin: 0 0 8px 0; }
  aside div ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style-type: none; padding: 0 12px 10px 12px; }
  aside div ul li { text-align: left; margin: 0 auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 50px; }
  aside div ul li.cystitis { height: 80px; }
  aside div ul li.cystitis a { font-size: 1.5rem; line-height: 1.8rem; }
  aside div ul li a { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; color: #434343; font-size: 1.7rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding: 0 0 0 40px; background-color: #fefff1; margin: 0 0 5px 0; border-radius: 4px; }
  aside div ul li a::before { position: absolute; content: ""; top: 0; left: 10px; width: 13px; height: 13px; margin-top: 18px; background: url("../images/point.png") top left no-repeat; background-size: 13px; }
  aside div ul li a:hover { opacity: 0.6; color: #FFFFFF; background-color: #7fbe25; }
  aside figure { margin: 20px 0 0 0; }
  aside figure a img { width: 240px; }
  aside figure a img.mapo { margin: 0 0 10px 0; }
  aside figure a:hover { opacity: 0.8; }
  aside a { text-decoration: none; }
  aside a .btn_yokohama { margin: 20px 0 0 0; width: 240px; background: #7fbe25; color: #FFFFFF; font-size: 1.6rem; line-height: 1.8; padding: 10px 0; text-align: center; }
  aside a .btn_yokohama:hover { opacity: 0.8; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; padding: 10px 0 0 0; text-align: center; }
.img_right img { width: 80%; height: auto; }

.img_doctor { margin: 0 0 2rem 0; text-align: center; }
.img_doctor img { width: 80%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 1rem 2rem; padding: 0; }
  .img_right img { width: 360px; height: auto; }
  .img_doctor { float: right; margin: 0 0 1rem 2rem; }
  .img_doctor img { width: 280px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.4rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*よく使う*/
ul.certificate { list-style: none; font-size: 1.4rem; line-height: 1.4; }
ul.certificate li { text-align: left; line-height: 2; padding-left: 1em; text-indent: -1em; }
ul.certificate li:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #ff8a00; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; font-size: 1.4rem; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0 0 3rem 0; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 725px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h1 { margin: 0; }

h2 { clear: both; }
h2.top { color: #FFFFFF; font-size: 1.6rem; font-weight: bold; text-align: left; background-color: #fdb559; padding: 0 0 0 3rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h2.png"), url("../images/ckinicname_h2.png"); background-position: left -.1rem center, right 1rem center; background-repeat: no-repeat, no-repeat; background-size: 30px 48px, 40%; border: 0; height: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
h2.top span { font-size: 1.4rem; }

h3 { color: #669f14; font-size: 1.5rem; font-weight: bold; text-align: left; background-color: #d2f5a0; padding: 0 0 0 3rem; margin: 0 0 1.6rem 0; background-image: url("../images/bg_h3.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 44px; border: 0; height: 44px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

h4 { color: #6b5b51; font-size: 1.4rem; font-weight: bold; text-align: left; background-color: #ffebd2; padding: 0 0 0 3rem; margin: 0 0 1.6rem 0; background-image: url("../images/bg_h4.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 36px; border: 0; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

h5 { color: #5b4a3f; font-size: 1.4rem; font-weight: normal; text-align: left; background-color: #f2ede9; padding: 0 0 0 3rem; margin: 0 0 1.6rem 0; background-image: url("../images/bg_h5.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 36px; border: 0; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
h5.superH3 { color: #669f14; font-size: 1.5rem; font-weight: bold; text-align: left; background-color: #d2f5a0; padding: 0 0 0 3rem; margin: 0 0 1.6rem 0; background-image: url("../images/bg_h3.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 44px; border: 0; height: 44px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

.notice { font-size: 1.4rem; }

.notice ul.list_normal { font-size: 1.4rem; }

.circle { width: 220px; height: 50px; text-align: center; border-radius: 50%; background: #DDFAB4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.4rem; }

.margin-auto { margin: auto; }

.mt20 { margin-top: 2rem; }

.mb20 { margin-bottom: 2rem; }

@media print, screen and (min-width: 768px) { h1 { margin: 0; }
  h2.top { color: #FFFFFF; font-size: 2.1rem; font-weight: bold; text-align: left; background-color: #fdb559; padding: 0 0 0 4.5rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h2.png"), url("../images/ckinicname_h2.png"); background-position: left -.1rem center, right 1rem center; background-repeat: no-repeat, no-repeat; background-size: 30px 48px, 40%; border: 0; clear: both; }
  h2.top span { font-size: 1.4rem; }
  h2.low { background-image: url("../images/bg_h2.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 48px; }
  h3 { color: #669f14; font-size: 2rem; font-weight: bold; text-align: left; background-color: #d2f5a0; padding: 0 0 0 4.5rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h3.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 44px; border: 0; height: 44px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h4 { color: #6b5b51; font-size: 1.8rem; font-weight: bold; text-align: left; background-color: #ffebd2; padding: 0 0 0 4.5rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h4.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 36px; border: 0; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h5 { color: #5b4a3f; font-size: 1.8rem; font-weight: normal; text-align: left; background-color: #f2ede9; padding: 0 0 0 4.5rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h5.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 36px; border: 0; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h5.superH3 { color: #669f14; font-size: 2rem; font-weight: bold; text-align: left; background-color: #d2f5a0; padding: 0 0 0 4.5rem; margin: 0 0 1.8rem 0; background-image: url("../images/bg_h3.png"); background-position: left -.1rem center; background-repeat: no-repeat; background-size: 30px 44px; border: 0; height: 44px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; }
  .circle { margin: 2rem; } }
/*下層*/
/* 下層共通 */
.low .txt_right { display: block; text-align: right; }
.low .mt10 { margin-top: 1rem; }
.low .mt20 { margin-top: 2rem; }
.low .mt30 { margin-top: 3rem; }
.low strong { display: block; font-size: 1.6rem; border-bottom: 0.1rem #5b4a3f dashed; padding: 0 0 .4rem 0; margin: 3rem 0 1.2rem 0; }
.low p.doctor_txt { line-height: 1.8; }
.low p span.orange { color: #ff8a00; }
.low ul li { font-size: 1.4rem; line-height: 1.4; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.4rem; }
.low ul.menu_list { list-style: inside; display: block; margin: 0 0 1.4rem 0; }
.low ul.menu_list li { font-size: 1.4rem; padding: 1.2rem 0 .6rem; border-bottom: 0.1rem #614c3f dotted; }
.low ul.device { display: block; }
.low ul.device li { width: 100%; list-style: none; }
.low ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.low ul.device li p { font-size: 1.4rem; margin: 1rem auto 3rem; text-align: left; width: 90%; }
.low ul.device li p span { font-size: 1.6rem; display: block; text-align: center; }
.low dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: .1rem #999999 solid; }
.low dl dt, .low dl dd { font-size: 1.4rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: .1rem #999999 solid; border-left: .1rem #999999 solid; padding: .6rem 1rem; }
.low dl dt { width: 60%; }
.low dl dd { width: 40%; text-align: right; border-right: .1rem #999999 solid; }
.low dl.history { border: 0; }
.low dl.history dt, .low dl.history dd { border: 0; padding: 0 0 1.6rem 0; }
.low dl.history dt { width: 30%; }
.low dl.history dt:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #b1d000; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.low dl.history dd { width: 70%; text-align: left; }
.low dl.price { font-size: 0; }
.low dl.price dt { width: 70%; }
.low dl.price dd { width: 30%; }
.low dl.check_list { font-size: 0; margin-bottom: 2rem; }
.low dl.check_list dt { width: 50%; font-size: 1rem; }
.low dl.check_list dt.head { background-color: #ECFFD1; text-align: center; }
.low dl.check_list dt.total { background-color: #eee; text-align: center; }
.low dl.check_list dd { width: 10%; text-align: center !important; border-right: none; font-size: 1rem; }
.low dl.check_list dd.head { background-color: #ECFFD1; }
.low dl.check_list dd.total { width: 50%; text-align: right !important; border-right: .1rem #999999 solid; }
.low dl.check_list dd:nth-child(6n) { border-right: .1rem #999999 solid; }
.low .anchor_link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.low .anchor_link a { text-decoration: none; margin-right: 1%; width: 49%; }
.low .anchor_link a .button { width: 100%; height: auto; padding: 1.8rem 0; margin: 0 0 1rem 0; background-color: #7fbe25; cursor: pointer; color: #FFFFFF; font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-transition: .2s all; transition: .2s all; border: 0.1rem #d2f5a0 solid; }
.low .anchor_link a .button span { font-size: .85rem; padding: .15rem 0; }
.low .anchor_link a .button:hover { top: -2px; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.low .anchor_link a .button:active { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
.low .anchor_link a:nth-child(2n) { margin-right: 0; }
.low .anchor_link a:hover { opacity: 0.8; }
.low .anchor_link_col2 { display: block; }
.low .anchor_link_col2 a { text-decoration: none; margin-right: 1%; width: 100%; }
.low .anchor_link_col2 a .button { width: 98%; height: auto; padding: 1.8rem 0; margin: 0 0 1rem 0; background-color: #7fbe25; cursor: pointer; color: #FFFFFF; font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-transition: .2s all; transition: .2s all; border: 0.1rem #d2f5a0 solid; }
.low .anchor_link_col2 a .button:hover { top: -2px; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.low .anchor_link_col2 a .button:active { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
.low .anchor_link_col2 a:nth-child(2n) { margin-right: 0; }
.low .anchor_link_col2 a:hover { opacity: 0.8; }
.low .stones a .button { height: 7rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low .btn_joinus { text-decoration: none; width: 90%; font-size: 1.2rem; font-weight: bold; text-align: center; color: #FFFFFF; background-color: #0d5a87; border-radius: 1.6rem; padding: 1.4rem 0; margin: 0 auto 4rem; line-height: 1.6; }
.low a.next_tt { font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 100%; }

@media print, screen and (min-width: 768px) { .low strong { display: block; font-size: 2rem; border-bottom: 0.1rem #5b4a3f dashed; padding: 0 0 .6rem 0; margin: 4rem 0 1.6rem 0; }
  .low ul li { font-size: 1.8rem; line-height: 1.6; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.8rem; }
  .low ul.main_nav li { line-height: 1; }
  .low ul.menu_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: inside; margin: 0 0 1.6rem 0; }
  .low ul.menu_list li { font-size: 1.8rem; padding: 1.8rem 0 1rem; width: 50%; border-bottom: 0.1rem #614c3f dotted; }
  .low ul.device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .low ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .low ul.device li p { font-size: 1.6rem; margin: 1rem auto 0; text-align: left; width: 70%; }
  .low ul.device li p span { font-size: 2rem; display: block; text-align: center; }
  .low dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; border-bottom: .1rem #999999 solid; }
  .low dl dt, .low dl dd { font-size: 1.8rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: .1rem #999999 solid; border-left: .1rem #999999 solid; padding: 1rem; }
  .low dl dt { width: 50%; }
  .low dl dd { width: 50%; text-align: right; border-right: .1rem #999999 solid; }
  .low dl.history dt { width: 15%; }
  .low dl.history dd { width: 85%; }
  .low dl.price { font-size: 0; }
  .low dl.price dt { width: 70%; }
  .low dl.price dd { width: 30%; }
  .low dl.check_list { font-size: 0; margin-bottom: 2rem; }
  .low dl.check_list dt { width: 50%; font-size: 1.6rem; }
  .low dl.check_list dt.head { background-color: #ECFFD1; text-align: center; }
  .low dl.check_list dt.total { background-color: #eee; text-align: center; }
  .low dl.check_list dd { width: 10%; text-align: center !important; border-right: none; font-size: 1.6rem; }
  .low dl.check_list dd.head { background-color: #ECFFD1; }
  .low dl.check_list dd.total { width: 50%; text-align: right !important; border-right: .1rem #999999 solid; }
  .low dl.check_list dd:nth-child(6n) { border-right: .1rem #999999 solid; }
  .low .anchor_link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .low .anchor_link a { text-decoration: none; margin-right: 1.5rem; width: 30.8%; }
  .low .anchor_link a .button { width: 100%; height: auto; padding: 1.8rem 0; margin: 0 0 1.6rem 0; background-color: #7fbe25; cursor: pointer; color: #FFFFFF; font-size: 2.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-transition: .2s all; transition: .2s all; border: 0.1rem #d2f5a0 solid; }
  .low .anchor_link a .button span { font-size: 1.55rem; font-weight: bold; padding: .3rem 0; }
  .low .anchor_link a .button:hover { top: -2px; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  .low .anchor_link a .button:active { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
  .low .anchor_link a:nth-child(2n) { margin-right: 1.5rem; }
  .low .anchor_link a:nth-child(3n) { margin-right: 0; }
  .low .anchor_link a:hover { opacity: 0.8; }
  .low .anchor_link_col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .low .anchor_link_col2 a { text-decoration: none; margin-right: 3rem; width: 48%; }
  .low .anchor_link_col2 a .button { width: 100%; height: auto; padding: 1.8rem 0; margin: 0 3rem 1.6rem 0; background-color: #7fbe25; cursor: pointer; color: #FFFFFF; font-size: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-transition: .2s all; transition: .2s all; border: 0.1rem #d2f5a0 solid; }
  .low .anchor_link_col2 a .button:hover { top: -2px; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  .low .anchor_link_col2 a .button:active { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
  .low .anchor_link_col2 a:nth-child(2n) { margin-right: 0; }
  .low .anchor_link_col2 a:hover { opacity: 0.8; }
  .low .stones a .button { height: 9.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low .btn_joinus { text-decoration: none; width: 80%; font-size: 1.8rem; font-weight: bold; text-align: center; color: #FFFFFF; background-color: #0d5a87; border-radius: 2rem; padding: 2rem 0; margin: 0 auto 3rem; line-height: inherit; }
  .low .btn_joinus:hover { opacity: 0.8; }
  .low a.next_tt { font-size: 1.6rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; color: #fff; border-radius: 10rem; padding: .8rem 0; width: 400px; }
  .low a.next_tt:hover { opacity: 0.8; } }
/* クリニック紹介 */
.clinic ul.device { display: block; list-style: none; }
.clinic ul.device li img { margin: 0 auto; width: 90%; max-width: 35rem; display: block; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .clinic ul.device li h3 { margin: .8rem 0 1.6rem 0; }
  .clinic ul.device li img { width: 35rem; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.first dl.flow dt { background-color: #7fbe25; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.4rem; line-height: 1.4; width: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 0; text-align: left; }
.first .arrow { font-weight: bold; margin: 1rem 0; text-align: center; color: #666666; }

@media print, screen and (min-width: 768px) { .first dl.flow { width: 100%; margin: 2rem 0 0 0; }
  .first dl.flow dt, .first dl.flow dd { font-size: 1.8rem; line-height: 1.6; width: 100%; text-align: left; } }
/* アクセス */
.access p span.tel a { text-decoration: none; color: #ff8a00; font-weight: bold; text-align: center; display: block; }
.access .map { margin: 3rem 0 4rem; }
.access .map figure { width: 100%; }
.access .map figure img { width: 90%; margin: 0 auto; display: block; }
.access .map .arrow { width: 0; height: 0; border-style: solid; border-width: 25px 50px 0 50px; border-color: #ff8800 transparent transparent transparent; display: block; margin: 2rem auto; }
.access .gmap iframe { width: 94%; height: 20rem; margin: 0 auto; display: block; }
.access .gmap a { color: #FFFFFF; font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #7fbe25; border-radius: 1rem; padding: .6rem 0; width: auto; }
.access figure.station img { width: 100%; margin: 0 auto; display: block; }
.access p.station_txt { text-align: center; margin: 1.2rem 0 0 0; }

@media print, screen and (min-width: 768px) { .access .map { margin: 3rem 0 4rem; }
  .access .map figure { width: 100%; }
  .access .map figure img { width: 100%; max-width: 70rem; margin: 0 auto; display: block; }
  .access .map .arrow { width: 0; height: 0; border-style: solid; border-width: 50px 100px 0 100px; border-color: #ff8800 transparent transparent transparent; display: block; margin: 2rem auto; }
  .access .gmap iframe { width: 100%; height: 35rem; }
  .access .gmap a { font-size: 1.8rem; }
  .access .gmap a:hover { opacity: 0.6; }
  .access figure.station img { width: 75rem; margin: 0 auto; display: block; }
  .access p.station_txt { text-align: center; margin: 1.8rem 0 0 0; } }
/*オンライン診療*/
.online .online_content { display: block; width: 90%; margin: 2rem auto 0; }
.online .online_content figure { width: 100%; margin: 0 0 3rem 0; }
.online .online_content figure img { width: 90%; margin: 0 auto; display: block; }
.online .online_content figure figcaption { font-size: 1.4rem; text-align: center; margin: 1.2rem 0 0 0; }
.online .reserve p { font-size: 1.8rem; }
.online .reserve a { text-decoration: none; }
.online .reserve a img { width: 100%; }

@media print, screen and (min-width: 768px) { .online .online_content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 4rem 0; }
  .online .online_content figure { width: 49%; margin: 0 0 3rem 0; }
  .online .online_content figure img { width: 33rem; margin: 0 auto; display: block; }
  .online .online_content figure figcaption { font-size: 1.8rem; text-align: center; margin: 1.2rem 0 0 0; }
  .online .reserve p { font-size: 2.0rem; }
  .online .reserve a { text-decoration: none; }
  .online .reserve a:hover { opacity: 0.8; }
  .online .reserve a img { width: 100%; } }
/* sexually_transmitted */
.g2-att { border: solid 3px #FDB559; padding: 1rem; margin-bottom: 3rem; }

.recruit-list { width: 100%; margin: 0 auto 1.5em; border: 1px solid #999; font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }
.recruit-list th, .recruit-list td { padding: 0.5em 0.8em; border: 1px solid #999; }
.recruit-list thead th { text-align: center; background: #ecffd1; white-space: nowrap; }
.recruit-list thead td { text-align: center; background: #ecffd1; }
.recruit-list tbody th { white-space: nowrap; font-weight: normal; text-align: left; vertical-align: middle; background: #ecffd1; }
.recruit-list tbody td { border: 1px solid #999; }
@media print, screen and (min-width: 768px) { .recruit-list { width: 100%; font-size: 1.8rem; line-height: 160%; } }

/* 自費診療 */
.private .emsella_lead { background: #fff; margin: 0 0 1.5rem; padding: 3rem 1.5rem; }
.private .emsella_lead img { max-width: 100%; height: auto; }
.private .emsella_lead figcaption { margin: 1.5rem 0 0; }
.private .emsella_lead figcaption > span { display: block; padding: 0.5em 0; font-size: 1.4rem; line-height: 1.4; color: #fff; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
.private .emsella_lead figcaption > span.text1 { background: #7fbe25; }
.private .emsella_lead figcaption > span.text2 { background: #ff8a00; }
.private .emsella_lead figcaption > span.text2 br { display: none; }
.private .emsella_lead figcaption > span.text2 .lag { font-size: 1.4em; }
.private .emsella_lead figcaption > span.text2 .sml { display: block; text-align: center; }
@media print, screen and (min-width: 768px) { .private .emsella_lead { padding: 3rem 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .private .emsella_lead figcaption { margin: 0; }
  .private .emsella_lead figcaption > span { font-size: 1.8rem; line-height: 1.6; }
  .private .emsella_lead figcaption > span.text1 { text-align: left; padding: 0.5em 0.5em 0.5em 1em; }
  .private .emsella_lead figcaption > span.text2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 3rem 0 0 4rem; padding: 0; width: 10em; height: 10em; border-radius: 5em; line-height: 1.2; }
  .private .emsella_lead figcaption > span.text2 br { display: inline; }
  .private .emsella_lead figcaption > span.text2 .lag { font-size: 1.8em; }
  .private .emsella_lead figcaption > span.text2 .sml { display: inline-block; font-size: 0.85em; padding: 0.4em 0 0; } }
.private .emsella_recommend figure { text-align: center; margin: 0 0 1rem; }
.private .emsella_recommend figure img { padding: 0 0.5rem; }
@media print, screen and (min-width: 768px) { .private .emsella_recommend { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .private .emsella_recommend figure { margin: 0; }
  .private .emsella_recommend figure img { padding: 0; }
  .private .emsella_recommend figure img:not(:first-of-type) { padding: 2rem 0 0; } }

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