@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*ゴシック家族*/
/*グーグル家族*/
/*基本文字色*/
/*基本背景色PC*/
/*main_color*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #333333; background-color: #ffffff; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #333333; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; text-size-adjust: none; -webkit-text-size-adjust: none; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 3rem 0; }
section.s_h2 { padding: 0; box-sizing: border-box; margin: 0; }

.pc_none { display: block !important; }

.sp_none { display: none !important; }

.bold_text { font-weight: bold; }

.txt_r { text-align: right; display: block; }

@media print, screen and (min-width: 768px) { body { box-sizing: border-box; min-width: 1300px; text-size-adjust: none; -webkit-text-size-adjust: none; }
  section { height: auto; overflow: hidden; margin: 60px 0 0 0; }
  section.s_h2 { padding: 0; box-sizing: border-box; margin: 0; }
  section.first { margin: 46px 0 68rem; }
  .pc_none { display: none !important; }
  .sp_none { display: block !important; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.bg_blue { background: #f1feeb; }

.main { width: 90%; margin: 0 auto; padding: 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { width: 1200px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { border-top: .4rem #93cb7f solid; }
header .head_frame { width: 100%; margin: 0; padding: .8rem 0; border-bottom: 1px #ececec solid; box-shadow: 0px 10px 10px -5px rgba(236, 236, 236, 0.6); }
header .head_frame .header_info { display: block; width: 100%; margin: 0; padding: 0; }
header .head_frame .header_info .head_logo { width: 80%; margin: 0 auto; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; }
header .head_frame .header_info .head_btn { display: none; }
header .key_on { display: flex; height: auto; background-size: 150% auto; background-position: center top; background-repeat: no-repeat; padding: 0; }
header .key_on .key_info { width: 100%; margin: 0 auto; }
header .key_on .key_info figure { margin: 7rem 0 2rem 1rem; }
header .key_on .key_info figure img { width: 90%; }
header .key_on .key_info .kv_circles { width: 100%; height: auto; display: flex; flex-wrap: wrap; }
header .key_on .key_info .kv_circles a { text-decoration: none; width: 100%; }
header .key_on .key_info .kv_circles a:hover { opacity: 0.8; }
header .key_on .key_info .kv_circles a.order_1 { order: 1; }
header .key_on .key_info .kv_circles a.order_2 { order: 2; }
header .key_on .key_info .kv_circles a.order_3 { order: 3; }
header .key_on .key_info .kv_circles .circle { width: 100%; height: 5rem; display: flex; align-items: center; justify-content: flex-start; padding: 0 0 0 1rem; box-sizing: border-box; position: relative; }
header .key_on .key_info .kv_circles .circle::after { font-family: fontello; display: block; text-align: center; content: '\0e8e6'; color: #FFFFFF; font-size: 1.4rem; position: absolute; top: 2rem; right: 1rem; }
header .key_on .key_info .kv_circles .circle p { margin: 0; color: #FFFFFF; font-size: 2.2rem; text-align: center; font-weight: bold; line-height: 1.12; }
header .key_on .key_info .kv_circles .circle p span.fs32 { font-size: 2.4rem; }
header .key_on .key_info .kv_circles .circle p span.fs30 { font-size: 2.2rem; }
header .key_on .key_info .kv_circles .circle p span.fs24 { font-size: 2rem; }
header .key_on .key_info .kv_circles .circle p span.fs22 { font-size: 1.6rem; }
header .key_on .key_info .kv_circles .circle p span.fs20 { font-size: 1.6rem; }
header .key_on .key_info .kv_circles .circle p span.fs18 { font-size: 1.2rem; display: block; }
header .key_on .key_info .kv_circles .circle p span.g_font { font-family: "Josefin Sans", sans-serif; letter-spacing: 1px; }
header .key_on .key_info .kv_circles .circle_pre { background: rgba(241, 177, 186, 0.9); }
header .key_on .key_info .kv_circles .circle_open { background: rgba(136, 204, 112, 0.9); }
header .key_on .key_info .kv_circles .circle_event { background: rgba(149, 183, 225, 0.9); }
header.header_low .key_visual_low { background: #e4fbda; background-position: center; background-size: cover; box-shadow: 0 4px 10px -3px #ccc inset; }
header.header_low .key_visual_low .h1_area h1 { font-size: 2rem; color: #94d17e; text-align: center; padding: 3rem 0; }

@media print, screen and (min-width: 768px) { header { border-top: 6px #93cb7f solid; }
  header .head_frame { width: 100%; margin: 0 auto; padding: 0 0 14px 0; border-bottom: 1px #ececec solid; box-shadow: 0px 10px 10px -5px rgba(236, 236, 236, 0.6); }
  header .head_frame .header_info { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; width: 1200px; margin: 0 auto 23px; padding: 0; }
  header .head_frame .header_info .head_logo { width: 465px; margin: 13px auto 0 0; }
  header .head_frame .header_info .head_logo img { max-width: 100%; width: auto; height: auto; }
  header .head_frame .header_info .head_btn { display: flex; justify-content: space-between; flex-wrap: nowrap; margin: 0 0 0 auto; width: 550px; background: #ffffff; }
  header .head_frame .header_info .head_btn a { text-decoration: none; }
  header .head_frame .header_info .head_btn a .head_btn_link { width: 109px; height: 83px; padding: 11px 0 0 0; box-sizing: border-box; }
  header .head_frame .header_info .head_btn a .head_btn_link p { margin: 0; font-size: 1.6rem; color: #333333; text-align: center; }
  header .head_frame .header_info .head_btn a .head_btn_link p::before { display: block; font-family: fontello; margin: 0 0 6px 0; }
  header .head_frame .header_info .head_btn a .head_btn_link:hover { opacity: .8; }
  header .head_frame .header_info .head_btn a .btn_1 { background: #f8e4cb; border-radius: 0 0 0 8px; }
  header .head_frame .header_info .head_btn a .btn_1 p::before { content: url("../images/icon_calendar.png"); }
  header .head_frame .header_info .head_btn a .btn_2 { background: #fee6e9; }
  header .head_frame .header_info .head_btn a .btn_2 p::before { content: url("../images/icon_vaccination.png"); }
  header .head_frame .header_info .head_btn a .btn_3 { background: #e1edfc; }
  header .head_frame .header_info .head_btn a .btn_3 p::before { content: url("../images/icon_reserve.png"); }
  header .head_frame .header_info .head_btn a .btn_4 { background: #daf0d3; }
  header .head_frame .header_info .head_btn a .btn_4 p::before { content: url("../images/icon_line.png"); }
  header .head_frame .header_info .head_btn a .btn_5 { background: #f8e4cb; border-radius: 0 0 8px 0; }
  header .head_frame .header_info .head_btn a .btn_5 p::before { content: url("../images/icon_line.png"); }
  header .key_on { display: flex; height: 600px; background-size: cover; background-position: center top; padding: 0; }
  header .key_on .key_info { width: 1200px; margin: 0 auto; position: relative; }
  header .key_on .key_info figure { margin: 0; padding: 0; position: absolute; left: 0; bottom: 25px; }
  header .key_on .key_info .kv_circles { width: 372px; height: 274px; position: absolute; right: 0; top: 24px; }
  header .key_on .key_info .kv_circles .circle { border-radius: 50%; width: 190px; height: 190px; position: absolute; display: flex; align-items: center; justify-content: center; }
  header .key_on .key_info .kv_circles .circle::after { font-family: fontello; display: block; text-align: center; content: '\0e8e6'; color: #FFFFFF; font-size: 1.4rem; position: absolute; top: auto; bottom: 16px; left: 0; right: 0; margin: auto; }
  header .key_on .key_info .kv_circles .circle p { margin: 0; color: #FFFFFF; font-size: 2.8rem; text-align: center; font-weight: bold; line-height: 1.12; }
  header .key_on .key_info .kv_circles .circle p span.fs32 { font-size: 3.2rem; }
  header .key_on .key_info .kv_circles .circle p span.fs30 { font-size: 3.0rem; }
  header .key_on .key_info .kv_circles .circle p span.fs24 { font-size: 2.4rem; }
  header .key_on .key_info .kv_circles .circle p span.fs22 { font-size: 2.2rem; }
  header .key_on .key_info .kv_circles .circle p span.fs20 { font-size: 2.0rem; }
  header .key_on .key_info .kv_circles .circle p span.fs18 { font-size: 1.8rem; display: block; }
  header .key_on .key_info .kv_circles .circle p span.g_font { font-family: "Josefin Sans", sans-serif; letter-spacing: 3px; }
  header .key_on .key_info .kv_circles .circle_pre { background: rgba(241, 177, 186, 0.9); top: 0; left: 0; }
  header .key_on .key_info .kv_circles .circle_open { background: rgba(136, 204, 112, 0.9); top: 0; right: 0; }
  header .key_on .key_info .kv_circles .circle_event { width: 138px; height: 138px; background: rgba(149, 183, 225, 0.9); bottom: 0; left: 0; right: 0; margin: auto; }
  header.header_low .key_visual_low { width: 100%; }
  header.header_low .key_visual_low .h1_area { width: 1200px; margin: 0 auto; }
  header.header_low .key_visual_low .h1_area h1 { height: 169px; font-size: 3.8rem; font-weight: bold; display: flex; justify-content: center; align-items: center; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { padding: 0; box-sizing: border-box; width: 100%; }
.table_wrapper span.green { color: #93cb7f; }
.table_wrapper span.d_green { color: #62994e; }
.table_wrapper span.pink { color: #f1b1ba; }
.table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 0; text-align: center; border-collapse: inherit; box-sizing: border-box; border: 1px #93cb7f solid; border-radius: 8px; }
.table_wrapper table.timetable tr { margin: 0 auto; padding: 0; vertical-align: middle; }
.table_wrapper table.timetable tr:nth-of-type(2) td { border-bottom: 1px #a1d38f dotted; }
.table_wrapper table.timetable tr:first-child th:first-child { border-radius: 8px 0 0 0; }
.table_wrapper table.timetable tr:first-child th:last-child { border-radius: 0 8px 0 0; }
.table_wrapper table.timetable tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.table_wrapper table.timetable tr:last-child td:last-child { border-radius: 0 0 8px 0; }
.table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { padding: 1rem 0; white-space: nowrap; }
.table_wrapper table.timetable tr th { text-align: center; color: #FFFFFF; font-size: 1.2rem; font-weight: normal; vertical-align: middle; box-sizing: border-box; background: #93cb7f; }
.table_wrapper table.timetable tr td { text-align: center; color: #93cb7f; font-size: 1.2rem; vertical-align: middle; box-sizing: border-box; width: 10.5%; background: #e4fbdc; }
.table_wrapper table.timetable tr td.time { color: #333333; width: 26.5%; text-align: center; white-space: nowrap; }
.table_wrapper p.notice { color: #333333; margin: 1rem 0 0 0; font-size: 1.2rem; line-height: 1.6; }

@media print, screen and (min-width: 768px) { .table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { padding: 0; white-space: nowrap; }
  .table_wrapper table.timetable tr th { font-size: 1.6rem; height: 40px; }
  .table_wrapper table.timetable tr td { font-size: 1.6rem; width: 10.5%; height: 38px; }
  .table_wrapper table.timetable tr td.time { width: 26.5%; }
  .table_wrapper p.notice { margin: 14px 0 0 0; font-size: 1.6rem; line-height: 1.8; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 18px 0 0 0; width: 100%; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
  .main_nav_pc nav ul { list-style-type: none; width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 0; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
  .main_nav_pc nav ul li { box-sizing: border-box; height: 60px; padding: 0; display: flex; align-items: baseline; flex: 1;           /*
					&:hover{
						a{
							color: #FFFFFF;
							&::before{
								color: #FFFFFF;
							}
						}
					}
					*/ }
  .main_nav_pc nav ul li.treatment { position: relative; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #333333; font-size: 1.6rem; font-weight: bold; width: 100%; height: 50px; padding: 0; box-sizing: border-box; white-space: nowrap; text-align: center; transition: 0.7s; border-right: 1px #b7b7b7 dotted; }
  .main_nav_pc nav ul li a:first-of-type { border-left: 1px #b7b7b7 dotted; }
  .main_nav_pc nav ul li a::before { display: block; margin: 0 0 10px 0; font-family: fontello; font-weight: normal; font-size: 2.4rem; }
  .main_nav_pc nav ul li.home a::before { content: '\0e8e1'; color: #a6d398; }
  .main_nav_pc nav ul li.home:hover { border-bottom: 3px #a6d398 solid; }
  .main_nav_pc nav ul li.doctor a::before { content: '\0e8ec'; color: #d9bb96; }
  .main_nav_pc nav ul li.doctor:hover { border-bottom: 3px #d9bb96 solid; }
  .main_nav_pc nav ul li.clinic a::before { content: '\0e8ed'; color: #f1b1ba; }
  .main_nav_pc nav ul li.clinic:hover { border-bottom: 3px #f1b1ba solid; }
  .main_nav_pc nav ul li.beginner a::before { content: '\0e8ea'; color: #95b7e1; }
  .main_nav_pc nav ul li.beginner:hover { border-bottom: 3px #95b7e1 solid; }
  .main_nav_pc nav ul li.treatment a::before { content: '\0e8e2'; color: #a6d398; }
  .main_nav_pc nav ul li.treatment:hover { border-bottom: 3px #a6d398 solid; }
  .main_nav_pc nav ul li.access a::before { content: '\0e8e5'; color: #d9bb96; }
  .main_nav_pc nav ul li.access:hover { border-bottom: 3px #d9bb96 solid; }
  .main_nav_pc nav ul li.faq a::before { content: '\0e8d0'; color: #f1b1ba; }
  .main_nav_pc nav ul li.faq:hover { border-bottom: 3px #f1b1ba solid; }
  .main_nav_pc nav ul li.monshin a::before { content: '\0e8ee'; color: #95b7e1; }
  .main_nav_pc nav ul li.monshin:hover { border-bottom: 3px #95b7e1 solid; }
  .main_nav_pc nav ul li ul { width: auto; margin: 0; display: none; z-index: 999; height: 0; padding: 0; position: absolute; top: 75px; left: -10px; }
  .main_nav_pc nav ul li ul li { width: auto; height: 55px; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.9); border-right: 0; padding: 0 10px; justify-content: center; }
  .main_nav_pc nav ul li ul li:first-of-type { border-left: 0; }
  .main_nav_pc nav ul li ul li:last-of-type { border-bottom: 0; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0 0 0 8px; width: 150px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; box-sizing: border-box; font-size: 1.8rem; color: #FFFFFF; font-weight: normal; background: #d9bb96; border-radius: 6px; transition: 0.7s; }
  .main_nav_pc nav ul li ul li a br { display: none; }
  .main_nav_pc nav ul li ul li a::before { display: inline-block; font-family: fontello; content: '\0e8e6' !important; font-weight: normal; color: #FFFFFF !important; font-size: 1.2rem !important; margin: 0 4px 0 0 !important; }
  .main_nav_pc nav ul li ul li a:hover { background: #857561; }
  .main_nav_pc nav ul li ul li:nth-of-type(2) a { background: #f1b1ba; }
  .main_nav_pc nav ul li ul li:nth-of-type(2) a:hover { background: #857561; }
  .main_nav_pc nav ul li ul li:nth-of-type(3) a { background: #95b7e1; }
  .main_nav_pc nav ul li ul li:nth-of-type(3) a:hover { background: #857561; }
  .main_nav_pc nav ul li ul li:last-of-type a { background: #93cb7f; }
  .main_nav_pc nav ul li ul li:last-of-type a:hover { background: #857561; }
  .main_nav_pc nav ul.open_nav { display: block; } }
/* -----------------------------------------------------------
　SP用ナビ
----------------------------------------------------------- */
/* nav  -------------------------------------- */
nav.sp_nav { width: 100%; margin: 1rem 0; }
nav.sp_nav ul { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; list-style: none; }
nav.sp_nav ul li { width: calc(100% / 3); box-sizing: border-box; border-top: 1px #bbbbbb solid; border-right: 1px #bbbbbb solid; text-align: center; padding: .8rem 0;       /*
			&:nth-child(3n){
				border-right: 0;
			}
			*/ }
nav.sp_nav ul li:nth-last-child(2), nav.sp_nav ul li:nth-last-child(3), nav.sp_nav ul li:last-child { border-bottom: 1px #bbbbbb solid; }
nav.sp_nav ul li::before { font-family: fontello; display: block; margin: 0 0 .6rem 0; font-weight: normal; font-size: 3rem; }
nav.sp_nav ul li a { text-decoration: none; width: 100%; font-size: 1.2rem; color: #333333; display: flex; justify-content: center; align-items: center; }
nav.sp_nav ul li:first-of-type::before { content: '\0e8ed'; color: #f1b1ba; }
nav.sp_nav ul li:nth-of-type(2)::before { content: '\0e8ea'; color: #95b7e1; }
nav.sp_nav ul li:nth-of-type(3)::before { content: '\0e8e2'; color: #a6d398; }
nav.sp_nav ul li:nth-of-type(4)::before { content: '\0e8e5'; color: #d9bb96; }
nav.sp_nav ul li:nth-of-type(5)::before { content: '\0e8d0'; color: #f1b1ba; }
nav.sp_nav ul li:nth-of-type(6)::before { content: '\0e8e5'; color: #d9bb96; }
nav.sp_nav ul li:nth-of-type(7)::before { content: '\0e8d0'; color: #f1b1ba; }
nav.sp_nav ul li:last-of-type::before { content: '\0e8ee'; color: #95b7e1; }
nav.sp_nav ul ul.subs { display: none; width: 100%; }
nav.sp_nav ul ul.subs li { width: 50%; float: left; border-bottom: 0; text-align: left; box-sizing: border-box; padding: 1.4rem 1rem .6rem 1rem; }
nav.sp_nav ul ul.subs li a { color: #FFFFFF; justify-content: flex-start; display: inline; }
nav.sp_nav ul ul.subs li::before { font-family: "fontello"; content: "\0e8e6"; font-style: normal; color: #FFFFFF; font-weight: normal; padding: 0 .5rem 0 0; font-size: 1.2rem; display: inline-block; }
nav.sp_nav ul ul.subs li:first-of-type { background: #d9bb96; }
nav.sp_nav ul ul.subs li:nth-of-type(2) { background: #f1b1ba; }
nav.sp_nav ul ul.subs li:nth-of-type(3) { background: #95b7e1; }
nav.sp_nav ul ul.subs li:last-of-type { background: #a6d398; }

/* sub_nav  -------------------------------------- */
.sub_nav { display: none; }
.sub_nav dl dt.accordion { height: auto; font-size: 1.6rem; padding: 1rem 0 .6rem; text-align: center; }
.sub_nav dl dt.accordion::before { display: block; font-family: fontello; content: '\0e8e2'; margin: 0 0 .4rem 0; color: #a6d398; font-size: 3rem; }
.sub_nav dl dd { padding: .5rem .5rem 0; margin: 0; }
.sub_nav dl dd ul { margin: 0 auto 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; }
.sub_nav dl dd ul li { margin: 0 0 .6rem 0; width: 49%; min-width: 9em; border-radius: .5rem; }
.sub_nav dl dd ul li a { font-size: 1.4rem; display: flex; margin: 0 auto; padding: 1rem .6rem .8rem .6rem; align-items: center; justify-content: flex-start; color: #FFFFFF; text-decoration: none; }
.sub_nav dl dd ul li a::before { font-family: "fontello"; content: "\0e8e6"; font-style: normal; color: #FFFFFF; font-weight: normal; padding: 0 .5rem 0 0; font-size: 1.2rem; }
.sub_nav dl dd ul li:first-of-type { background: #d9bb96; }
.sub_nav dl dd ul li:nth-of-type(2) { background: #f1b1ba; }
.sub_nav dl dd ul li:nth-of-type(3) { background: #95b7e1; }
.sub_nav dl dd ul li:last-of-type { background: #a6d398; }

@media print, screen and (min-width: 768px) { nav.sp_nav { display: none; }
  .sub_nav { display: none; } }
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
a.bnr_center { text-decoration: none; }
a.bnr_center img { display: block; width: 90%; margin: 0 auto; }

.cont_center { width: 90%; margin: 1.2rem auto 0; }

@media print, screen and (min-width: 768px) { a.bnr_center { text-decoration: none; }
  a.bnr_center img { display: block; width: 800px; margin: 60px auto 30px; }
  a.bnr_center img:hover { opacity: 0.8; }
  .cont_center { width: 800px; margin: 0 auto; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 4rem 0; background-color: #fbf0e1; }
.notice_wrapper .notice_frame { height: auto; width: 90%; margin: 0 auto; padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl { padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt { color: #6e5a40; font-size: 1.4rem; font-weight: bold; margin: 1rem 0 .8rem; padding: 0; box-sizing: border-box; display: flex; align-items: center; }
.notice_wrapper .notice_frame dl dt span.date { color: #FFFFFF; font-size: 1.4rem; font-weight: normal; border-radius: 6px; background: #d9bb96; width: auto; height: auto; display: flex; justify-content: center; align-items: center; margin: 0 1rem 0 0; padding: .2rem .8rem; }
.notice_wrapper .notice_frame dl dd { border-bottom: 1px #847159 dotted; margin: 0 0 2rem 0; }
.notice_wrapper .notice_frame dl dd p { color: #6e5a40; font-size: 1.2rem; margin: 0; padding: 0 0 1.8rem 0; box-sizing: border-box; line-height: 1.4; }
.notice_wrapper .notice_frame a.btn_notice { text-decoration: none; color: #FFFFFF; font-size: 1.4rem; font-weight: normal; border-radius: 6px; background: #d9bb96; width: 45%; height: auto; display: flex; justify-content: center; align-items: center; margin: 0 0 0 auto; padding: .4rem 1rem; }
.notice_wrapper .notice_frame a.btn_notice::after { display: inline-block; color: #FFFFFF; font-family: fontello; content: '\0e8e6'; margin: 0 0 0 10px; }

@media print, screen and (min-width: 768px) { .notice_wrapper { padding: 60px 0; }
  .notice_wrapper .notice_frame { width: 998px; margin: 0 auto; padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl { padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt { font-size: 2rem; font-weight: bold; margin: 10px 0 8px; padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt span.date { font-size: 1.8rem; width: 150px; height: 30px; margin: 0 10px 0 0; padding: 0; }
  .notice_wrapper .notice_frame dl dd { margin: 0 0 30px 0; }
  .notice_wrapper .notice_frame dl dd p { font-size: 1.8rem; margin: 0; padding: 0 0 18px 0; box-sizing: border-box; line-height: 1.6; }
  .notice_wrapper .notice_frame a.btn_notice { font-size: 2rem; width: 255px; height: 50px; }
  .notice_wrapper .notice_frame a.btn_notice:hover { background: #6e5a40; } }
/*スマホ用スライドバー*/
@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: 3px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　クリニック紹介(診療カレンダー)
----------------------------------------------------------- */
.calendar_wrapper { padding: 4rem 0; background: #ffedf0; /*SP用カレンダー*/ }
.calendar_wrapper .info_frame { width: 90%; margin: 0 auto; }
.calendar_wrapper .info_frame ul.animal { list-style: none; }
.calendar_wrapper .info_frame ul.animal li { font-size: 1.6rem; font-weight: bold; color: #6e5a40; line-height: 1.4; }
.calendar_wrapper .info_frame ul.animal li::before { font-family: fontello; font-weight: normal; margin: 0 18px 0 0; display: inline-block; font-size: 2.6rem; vertical-align: -4px; }
.calendar_wrapper .info_frame ul.animal li:first-child::before { content: '\0e8ec'; color: #d9bb96; }
.calendar_wrapper .info_frame ul.animal li:nth-child(2)::before { content: '\0e8ed'; color: #f1b1ba; }
.calendar_wrapper .info_frame ul.animal li:nth-child(3)::before { content: '\0e8ea'; color: #95b7e1; }
.calendar_wrapper .info_frame ul.animal li:last-child::before { content: '\0e8e2'; color: #a6d398; }
.calendar_wrapper .info_frame .table_wrapper { margin: 2rem 0 0 0; width: 100%; }
.calendar_wrapper .calendar_frame_sp { width: 90%; margin: 3rem auto 0; }
.calendar_wrapper .calendar_frame_sp .tabcal ul { display: flex; list-style: none; margin: 0; padding: 0; height: 3rem; box-sizing: border-box; }
.calendar_wrapper .calendar_frame_sp .tabcal ul li { background: #FFFFFF; }
.calendar_wrapper .calendar_frame_sp .tabcal ul li a { display: block; text-decoration: none !important; font-size: 1.4rem; font-weight: bold; padding: 0.9rem 1.1rem; outline: none; color: #333333; }
.calendar_wrapper .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active { background: #95b7e1; }
.calendar_wrapper .calendar_frame_sp .tabcal ul li.ui-tabs-active.ui-state-active a { color: #FFFFFF; }
.calendar_wrapper .calendar_frame_sp .tabcal ul li.tab2 { margin: 0 0 0 .21rem; }
.calendar_wrapper .calendar_frame_sp .tabcal .month { height: 2.8rem; background: #95b7e1; display: flex; justify-content: center; align-items: center; }
.calendar_wrapper .calendar_frame_sp .tabcal .month a { color: #FFFFFF; font-size: 1.4rem; font-weight: bold; }
.calendar_wrapper .calendar_frame_sp .tabcal .caledit { font-size: 1.4rem; border-spacing: .6rem; border-collapse: collapse; margin: 0; width: 100%; }
.calendar_wrapper .calendar_frame_sp .tabcal .caledit tr { border-bottom: 1px #cccccc solid; }
.calendar_wrapper .calendar_frame_sp .tabcal .caledit .month { display: none; }
.calendar_wrapper .calendar_frame_sp .tabcal .caledit .week { background: #a6d398; height: 2.2rem; color: #FFFFFF; }
.calendar_wrapper .calendar_frame_sp .tabcal .caledit td { height: 26px; box-sizing: border-box; }
.calendar_wrapper .calendar_frame_sp p.box-white { margin: 1.8rem 0 0; background-color: #fff; padding: 1rem 0 1rem 3rem; border-radius: 10px; }
.calendar_wrapper .calendar_frame_sp p.box-white span.kyuushin { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
.calendar_wrapper .calendar_frame_sp p.box-white span.kyuushin::before { content: ''; width: 16px; height: 16px; background: #f5c3ca; display: inline-block; border: 1px solid #ccc; }
.calendar_wrapper .calendar_frame_sp p.box-white span.amOnly { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
.calendar_wrapper .calendar_frame_sp p.box-white span.amOnly::before { content: ''; width: 16px; height: 16px; background: #CCFFCC; display: inline-block; border: 1px solid #ccc; }
.calendar_wrapper .calendar_frame_sp p.box-white span.pmOnly { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
.calendar_wrapper .calendar_frame_sp p.box-white span.pmOnly::before { content: ''; width: 16px; height: 16px; background: #CCFFFF; display: inline-block; border: 1px solid #ccc; }
.calendar_wrapper .calendar_frame_sp p.box-white span.events { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
.calendar_wrapper .calendar_frame_sp p.box-white span.events::before { content: ''; width: 16px; height: 16px; background: #FFFFCC; display: inline-block; border: 1px solid #ccc; }

@media screen and (min-width: 768px), print { .calendar_wrapper { padding: 60px 0; }
  .calendar_wrapper .info_frame { width: 1000px; margin: 46px auto 0; display: flex; justify-content: space-between; }
  .calendar_wrapper .info_frame ul.animal li { font-size: 2.2rem; line-height: 2; }
  .calendar_wrapper .info_frame ul.animal li::before { vertical-align: -2px; }
  .calendar_wrapper .info_frame .table_wrapper { margin: 0; width: 456px; }
  .calendar_wrapper .calendar_frame { padding: 40px 0 0 0; }
  .calendar_wrapper .calendar_frame .calender_box { width: 1140px; margin: 0 auto; }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 890px; margin: 0 auto; }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide div { width: 42%; margin: 0 2%; }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide div table { width: 100%; margin: 0; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white { margin: 1.8rem 60px 0; background-color: #fff; padding: 1rem 0 1rem; border-radius: 10px; text-align: center; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.kyuushin { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.kyuushin::before { content: ''; width: 16px; height: 16px; background: #f5c3ca; display: inline-block; border: 1px solid #ccc; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.amOnly { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.amOnly::before { content: ''; width: 16px; height: 16px; background: #CCFFCC; display: inline-block; border: 1px solid #ccc; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.pmOnly { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.pmOnly::before { content: ''; width: 16px; height: 16px; background: #CCFFFF; display: inline-block; border: 1px solid #ccc; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.events { font-size: 1.6rem; margin: 0 15px 0 0; display: inline-block; }
  .calendar_wrapper .calendar_frame .calender_box p.box-white span.events::before { content: ''; width: 16px; height: 16px; background: #FFFFCC; display: inline-block; border: 1px solid #ccc; } }
/* -----------------------------------------------------------
　診療案内
----------------------------------------------------------- */
.treatment_wrapper { padding: 4rem 0; text-align: center; }
.treatment_wrapper .treatment_frame { margin: 0; }
.treatment_wrapper .treatment_frame ul { width: 100%; margin: 3rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; }
.treatment_wrapper .treatment_frame ul li { width: 14rem; height: 14rem; margin: 0 0 2rem; display: flex; justify-content: center; align-items: center; background: url("../images/circle_brown.png") no-repeat; background-size: contain; }
.treatment_wrapper .treatment_frame ul li a { text-decoration: none; }
.treatment_wrapper .treatment_frame ul li a span { color: #857561; font-size: 1.3rem; font-weight: bold; text-align: center; }
.treatment_wrapper .treatment_frame ul li a span::before { font-family: 'fontello'; display: inline-block; font-size: 1.6rem; font-weight: normal; color: #d9bb96; margin: 0 6px 0 0; content: '\0e8e6'; }
.treatment_wrapper .treatment_frame ul li a::before { display: block; width: 13rem; height: 6rem; content: ''; background: url("../images/illust_kuma.png") no-repeat center; background-size: 74%; margin: 0 auto 1rem; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(2) { background: url("../images/circle_pink.png") no-repeat; background-size: contain; height: 14rem; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(2) a span::before { color: #f1b1ba; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(2) a::before { background: url("../images/illust_usagi.png") no-repeat center top; background-size: 41%; margin: 0 auto 1rem; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(3) { background: url("../images/circle_blue.png") no-repeat; background-size: contain; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(3) a span::before { color: #9cbce3; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(3) a::before { background: url("../images/illust_kawauso.png") no-repeat center top; background-size: 57%; }
.treatment_wrapper .treatment_frame ul li:last-of-type { background: url("../images/circle_green.png") no-repeat; background-size: contain; margin: 0; }
.treatment_wrapper .treatment_frame ul li:last-of-type a span::before { color: #93cb7f; }
.treatment_wrapper .treatment_frame ul li:last-of-type a::before { background: url("../images/illust_kaeru.png") no-repeat center top; background-size: 60%; }
.treatment_wrapper .treatment_frame dl.bnr_list { display: flex; flex-wrap: wrap; margin: 4rem 0 0 0; }
.treatment_wrapper .treatment_frame dl.bnr_list dt { width: 100%; margin: 0 0 1rem 0; }
.treatment_wrapper .treatment_frame dl.bnr_list dt img { width: auto; }
.treatment_wrapper .treatment_frame dl.bnr_list dd { width: 100%; font-size: 1.4rem; padding: 0; box-sizing: border-box; text-align: left; line-height: 1.4; letter-spacing: 1.1px; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { .treatment_wrapper { padding: 60px 0; text-align: center; }
  .treatment_wrapper .treatment_frame ul { width: 1180px; margin: 40px auto 0; }
  .treatment_wrapper .treatment_frame ul li { width: 279px; height: 279px; margin: 0; transition: 0.5s; }
  .treatment_wrapper .treatment_frame ul li a span { font-size: 2.2rem; }
  .treatment_wrapper .treatment_frame ul li a span::before { font-size: 2rem; }
  .treatment_wrapper .treatment_frame ul li a::before { width: 200px; height: 152px; margin: 0 auto 16px; background-size: auto; background: url("../images/illust_kuma.png") no-repeat center center; }
  .treatment_wrapper .treatment_frame ul li:nth-of-type(2) { height: 279px; }
  .treatment_wrapper .treatment_frame ul li:nth-of-type(2) a::before { width: 136px; background-size: auto; margin: 0 auto 16px; }
  .treatment_wrapper .treatment_frame ul li:nth-of-type(3) a::before { width: 173px; background: url("../images/illust_kawauso.png") no-repeat center center; background-size: auto; }
  .treatment_wrapper .treatment_frame ul li:last-of-type a::before { width: 161px; background: url("../images/illust_kaeru.png") no-repeat center center; background-size: auto; }
  .treatment_wrapper .treatment_frame ul li:hover { transform: scale(1.05); transition: 0.7s; }
  .treatment_wrapper .treatment_frame dl.bnr_list { margin: 90px 0 0 0; }
  .treatment_wrapper .treatment_frame dl.bnr_list dt { width: 400px; margin: 0; }
  .treatment_wrapper .treatment_frame dl.bnr_list dt img { width: auto; }
  .treatment_wrapper .treatment_frame dl.bnr_list dt img:hover { opacity: 0.8; }
  .treatment_wrapper .treatment_frame dl.bnr_list dd { width: 780px; font-size: 1.8rem; padding: 0 0 30px; margin: 0; } }
/* -----------------------------------------------------------
　初めての方
----------------------------------------------------------- */
.feature_wrapper { padding: 4rem 0; text-align: center; background: #e2effe; }
.feature_wrapper .feature_frame { margin: 0 auto; padding: 0; width: 95%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; overflow: scroll; }
.feature_wrapper .feature_frame a { text-decoration: none; }
.feature_wrapper .feature_frame .feature_box .photo { background: url("../images/woodframe.png") no-repeat; background-size: contain; width: 25rem; height: 18.4rem; position: relative; }
.feature_wrapper .feature_frame .feature_box .photo figure { margin: 0; padding: 0; }
.feature_wrapper .feature_frame .feature_box .photo figure img { position: absolute; top: 2rem; left: 0; right: 0; margin: auto; width: 21rem; }
.feature_wrapper .feature_frame .feature_box .txt { margin: 1.2rem 0 0 0; }
.feature_wrapper .feature_frame .feature_box .txt .title { display: flex; flex-wrap: nowrap; justify-content: center; align-items: baseline; margin: 0 0 .4rem 0; }
.feature_wrapper .feature_frame .feature_box .txt .title p.number { font-size: 2.6rem; font-family: "Josefin Sans", sans-serif; color: #FFFFFF; font-weight: 600; margin: 0 1rem 0 0; background: url("../images/bg_kuma.png") no-repeat center top 5px; background-size: contain; width: 5rem; height: 6.4rem; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 0; }
.feature_wrapper .feature_frame .feature_box .txt .title p.tit span { font-size: 2.0rem; font-weight: bold; color: #6e5a40; padding: 0 0 .4rem 0; border-bottom: 2px #d9bb96 dotted; }
.feature_wrapper .feature_frame .feature_box .txt .title p.tit span::after { font-family: fontello; display: inline-block; content: '\0e8e6'; font-weight: normal; color: #d9bb96; margin: 0 0 0 .6rem; }
.feature_wrapper .feature_frame .feature_box .txt p { font-size: 1.6rem; color: #333333; }
.feature_wrapper .feature_frame .box_2 .txt .title p.number { background: url("../images/bg_usagi.png") no-repeat; background-size: contain; width: 4.4rem; box-sizing: border-box; padding: 1.4rem 0 0 0; }
.feature_wrapper .feature_frame .box_2 .txt .title p.tit span { border-bottom: 2px #f1b1ba dotted; }
.feature_wrapper .feature_frame .box_2 .txt .title p.tit span::after { color: #f1b1ba; }
.feature_wrapper .feature_frame .box_3 .txt .title p.number { background: url("../images/bg_kawauso.png") no-repeat center top 6px; background-size: contain; width: 5.2rem; }
.feature_wrapper .feature_frame .box_3 .txt .title p.tit span { border-bottom: 2px #95b7e1 dotted; }
.feature_wrapper .feature_frame .box_3 .txt .title p.tit span::after { color: #95b7e1; }
.feature_wrapper .feature_frame .box_4 .txt .title p.number { background: url("../images/bg_kaeru.png") no-repeat center top 6px; background-size: contain; width: 5rem; }
.feature_wrapper .feature_frame .box_4 .txt .title p.tit span { border-bottom: 2px #a6d398 dotted; }
.feature_wrapper .feature_frame .box_4 .txt .title p.tit span::after { color: #a6d398; }
.feature_wrapper .feature_frame .arrow_right { margin: 0 1rem 12rem; padding: 0; width: 100%; }

@media print, screen and (min-width: 768px) { .feature_wrapper { padding: 60px 0; }
  .feature_wrapper .feature_frame { width: 1180px; justify-content: space-around; flex-wrap: nowrap; overflow: hidden; }
  .feature_wrapper .feature_frame a:hover { opacity: 0.8; }
  .feature_wrapper .feature_frame .feature_box .photo { width: 250px; height: 184px; }
  .feature_wrapper .feature_frame .feature_box .photo figure img { top: 20px; width: auto; }
  .feature_wrapper .feature_frame .feature_box .txt { margin: 18px 0 0 0; }
  .feature_wrapper .feature_frame .feature_box .txt .title { margin: 0 0 4px 0; }
  .feature_wrapper .feature_frame .feature_box .txt .title p.number { font-size: 3rem; margin: 0 12px 0 0; width: 50px; height: 64px; }
  .feature_wrapper .feature_frame .feature_box .txt .title p.tit span { font-size: 2.4rem; padding: 0 0 4px 0; }
  .feature_wrapper .feature_frame .feature_box .txt .title p.tit span::after { margin: 0 0 0 6px; }
  .feature_wrapper .feature_frame .feature_box .txt p { font-size: 1.8rem; }
  .feature_wrapper .feature_frame .box_2 .txt { margin: 4px 0 0 0; }
  .feature_wrapper .feature_frame .box_2 .txt .title p.number { background-position: center top; height: 78px; padding: 11px 0 0 0; }
  .feature_wrapper .feature_frame .arrow_right { margin: -94px 0 0 0; width: auto; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0 auto; padding: 3rem 0 0 0; background: #fbf0e1; }
.overview_bg .overview { padding: 0 0 3rem 0; margin: 0 auto; width: 90%; }
.overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; flex-wrap: wrap; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; box-sizing: border-box; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 100%; padding: 0; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left table.access tr th, .overview_bg .overview .overview_frame .overview_frame_left table.access tr td { font-size: 1.3rem; padding: .5rem 0; white-space: nowrap; }
.overview_bg .overview .overview_frame .overview_frame_left table.access tr th span { color: #d9bb96; }
.overview_bg .overview .overview_frame .overview_frame_left table.access tr td:first-of-type { width: 17rem; }
.overview_bg .overview .overview_frame .overview_frame_left table.a_car { margin: 0 0 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left table.a_car tr td:first-of-type { width: 8rem; }
.overview_bg .overview .overview_frame .overview_frame_left table.a_car tr td:nth-of-type(2) { width: 8rem; }
.overview_bg .overview .overview_frame .overview_frame_left table.a_car tr td:last-of-type { text-align: right; }
.overview_bg .overview .overview_frame .overview_frame_left p.phone { text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_left p.phone span.tel a { font-size: 2.8rem; color: #333333; font-family: "Josefin Sans", sans-serif; font-weight: 600; margin: 0 0 10px 0; text-decoration: none; }
.overview_bg .overview .overview_frame .overview_frame_left p.phone span.tel::before { font-family: fontello; content: '\0e8d9'; display: inline-block; color: #d9bb96; font-weight: normal; font-size: 2.8rem; }
.overview_bg .overview .overview_frame .overview_frame_left p.ov_info { width: 100%; white-space: nowrap; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 100%; padding: 0; margin: 2rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_right figure { margin: 0 0 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right figure img { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn { text-decoration: none; margin: 0; background: #d9bb96; border-radius: 8px; width: 100%; height: auto; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 1rem 3rem 1rem 1rem; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn span { color: #FFFFFF; font-size: 1.6rem; display: block; width: 100%; text-align: center; margin: 0 0 0 3rem; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn::after { font-family: fontello; content: '\0e8e6'; display: inline-block; color: #FFFFFF; font-size: 1.4rem; }
.overview_bg .overview .overview_frame .overview_frame_right p.park { color: #736554; margin: 1rem 0 0 0; width: 88%; }
.overview_bg .overview .overview_frame .overview_frame_right p.park::before { font-family: fontello; display: inline-block; content: '\0e8d8'; color: #8a7d6d; margin: 0 8px 0 0; font-size: 3rem; vertical-align: -3px; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0 auto; padding: 55px 0 0 0; }
  .overview_bg .overview { padding: 0 0 6.5rem 0; width: 1052px; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 506px; }
  .overview_bg .overview .overview_frame .overview_frame_left table.access tr th, .overview_bg .overview .overview_frame .overview_frame_left table.access tr td { font-size: 1.6rem; padding: 7px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.access tr td:first-of-type { width: 218px; }
  .overview_bg .overview .overview_frame .overview_frame_left table.a_car { margin: 0 0 16px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.a_car tr td:first-of-type { width: 98px; }
  .overview_bg .overview .overview_frame .overview_frame_left table.a_car tr td:nth-of-type(2) { width: 94px; }
  .overview_bg .overview .overview_frame .overview_frame_left p.phone { font-size: 3.6rem; font-family: "Josefin Sans", sans-serif; font-weight: 600; margin: 0 0 10px 0; text-align: left; }
  .overview_bg .overview .overview_frame .overview_frame_left p.phone span::before { font-family: fontello; content: '\0e8d9'; display: inline-block; color: #d9bb96; font-weight: normal; font-size: 2.8rem; }
  .overview_bg .overview .overview_frame .overview_frame_left p.ov_info { width: 293px; white-space: nowrap; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 546px; padding: 0; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right figure { margin: 0 0 10px 0; }
  .overview_bg .overview .overview_frame .overview_frame_right figure img { width: 546px; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn { margin: 0 0 0 auto; border-radius: 8px; width: 210px; height: 40px; padding: 0 25px 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn span { color: #FFFFFF; font-size: 1.8rem; display: block; width: 100%; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn::after { font-family: fontello; content: '\0e8e6'; display: inline-block; color: #FFFFFF; font-size: 1.6rem; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn:hover { background: #857561; }
  .overview_bg .overview .overview_frame .overview_frame_right p.park { color: #736554; text-align: right; margin: 10px 0 0 0; width: 100%; }
  .overview_bg .overview .overview_frame .overview_frame_right p.park::before { font-family: fontello; display: inline-block; content: '\0e8d8'; color: #8a7d6d; margin: 0 8px 0 0; font-size: 3rem; vertical-align: -3px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 6.3rem; }
footer a.sp_phone { text-decoration: none; position: fixed; right: 0; bottom: 12rem; width: 4rem; height: 5rem; background: #f1b1ba; border-radius: 6px 0 0 6px; text-align: center; box-sizing: border-box; padding: 1rem 0 0 0; }
footer a.sp_phone span { color: #FFFFFF; font-size: 1.2rem; }
footer a.sp_phone span::before { font-family: fontello; display: block; content: '\0e8d9'; margin: 0 0 .4rem 0; font-size: 2rem; }
footer .global-nav { position: fixed; left: 0; bottom: 0; }
footer ul.nav-list { height: 5rem; display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; border-top: 1px #FFFFFF solid; }
footer ul.nav-list li.nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: .8rem 0; white-space: nowrap; }
footer ul.nav-list li.nav-item:first-child { border-left: 0; }
footer ul.nav-list li.nav-item a { text-decoration: none; color: #333333; font-size: 1.0rem; width: 100%; height: 100%; display: block; }
footer ul.nav-list li.nav-item a::before { display: block; margin: 0 0 .4rem 0; }
footer ul.nav-list li:first-of-type { background: #f8e4cb; }
footer ul.nav-list li:first-of-type a::before { content: url("../images/icon_calendar.png"); }
footer ul.nav-list li:nth-of-type(2) { background: #fee6e9; }
footer ul.nav-list li:nth-of-type(2) a::before { content: url("../images/icon_vaccination.png"); }
footer ul.nav-list li:nth-of-type(3) { background: #e1edfc; }
footer ul.nav-list li:nth-of-type(3) a::before { content: url("../images/icon_reserve.png"); }
footer ul.nav-list li:nth-of-type(4) { background: #daf0d3; }
footer ul.nav-list li:nth-of-type(4) a::before { content: url("../images/icon_line.png"); }
footer ul.nav-list li:last-of-type { background: #f8e4cb; }
footer ul.nav-list li:last-of-type a::before { content: url("../images/icon_line.png"); }
footer .footer_frame { display: none; }
footer a.link { display: block; height: auto; width: 100%; background: #a7d398; text-decoration: none; text-align: center; padding: 1rem 0; }
footer a.link p.copyright { color: #FFFFFF; font-size: 1.4rem; margin: 0; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; }
  footer nav.global-nav { display: none; }
  footer a.sp_phone { display: none; }
  footer .footer_frame { margin: 0; padding: 38px 0; display: block; box-sizing: border-box; }
  footer .footer_frame ul { text-align: center; }
  footer .footer_frame ul li { display: inline-block; padding: 0 18px; border-right: 1px #333333 solid; margin: 0 0 14px 0; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_frame ul li a { color: #333333; font-size: 1.6rem; text-decoration: none; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul.sub li { margin: 0; }
  footer a.link { height: 44px; width: 100%; text-decoration: none; display: flex; justify-content: center; align-items: center; padding: 0; }
  footer a.link p.copyright { color: #FFFFFF; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { display: block; width: 3.4rem; margin: 0 .4rem 0 auto; height: auto; z-index: 999; }

#pagetop { position: fixed; bottom: 6rem; right: 0px; height: 5rem; text-align: right; margin: 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 { display: block; width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 12px; left: 50%; margin: 0 0 0 600px; height: 120px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0; padding: 0; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 92%; margin: 0; height: 65px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #a6d398; }
.drawr p { color: #a6d398; font-size: 1.4rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; }
.drawr ul.hbg li a { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #ffffff; font-size: 1.6rem; font-weight: bold; text-decoration: none; padding: 2rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li.treatment a::after { font-family: fontello; content: '\0e805'; display: inline-block; margin: 0 0 0 1rem; }
.drawr ul.hbg ul.main_nav_sub { display: none; }
.drawr ul.hbg ul.active_t { background: #ffffff; display: block; }
.drawr ul.hbg ul.active_t li a { color: #a6d398; border-bottom: 1px #a6d398 solid; }
.drawr ul.hbg ul.active_t li a::after { content: ''; }

.openNav { display: block; }

.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 100%; height: 46px; 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: #ffffff; 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: #ffffff; 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: 15%; position: absolute; cursor: pointer; top: 0.7rem; right: 0.5rem; padding: 0 0 0.6rem 0; background-color: #a6d398; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*ハンバーガーこっち
@import "component";
*/
/*アサイド
@import "aside";
*/
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 80%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 85%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { 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 { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { 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 { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 100%; margin: 0 auto 2rem; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 30px 20px; }
  .img_right img { width: 360px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 360px; 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-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { 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 { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-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; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; 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; 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%; 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 2rem 2rem; box-sizing: border-box; width: 90%; }

ul.list_arrow li::after { display: block; content: '▼'; color: #a6d398; text-align: center; }
ul.list_arrow li:last-child::after { content: ''; }

/*概要*/
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; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 2.6rem 0 0 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 8px; background-size: 10px; padding: 0 0 0 25px; line-height: 1.4; }
  ul.list_maru li ul { margin: 8px 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 26px; padding: 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: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; 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.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 30px 25px; box-sizing: border-box; width: 90%; }
  ul.list_arrow li::after { display: block; content: '▼'; color: #a6d398; text-align: center; }
  ul.list_arrow li:last-child::after { content: ''; }
  /*概要*/
  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; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; 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; border-bottom: 1px #DDDDDD dashed; }

dl.book_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: 20px 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-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: 100%; margin: 0 0 4rem 0; }
  dl.bio_list dt { width: 15%; margin: 0 0 20px 0; font-weight: normal; border-bottom: 1px #DDDDDD dashed; }
  dl.bio_list dd { width: 85%; margin: 0 0 20px 0; border-bottom: 1px #DDDDDD dashed; }
  dl.book_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: 20px 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; } }
/*見出し*/
h2.top { clear: both; font-size: 2.2rem; font-weight: bold; color: #6e5a40; text-align: center; margin: 0 auto 2rem; }
h2.top::after { content: url("../images/h2_after.png"); display: block; margin: 0; }

h3 { clear: both; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #ffffff; text-align: left; font-size: 1.8rem; font-weight: bold; padding: .5rem 1rem; margin: 2rem 0 1.6rem 0; background-color: #a6d398; border-radius: 3rem 0 0 3rem; display: flex; align-items: center; }
h3::before { display: inline-block; content: ''; width: 6.5rem; height: 5rem; margin: 0 1.0rem 0 0; background: url("../images/h3_before.png") no-repeat center; }

h4 { clear: both; border-bottom: solid 2px #DDDDDD; position: relative; font-size: 1.7rem; font-weight: bold; color: #6e5a40; padding: 0 0 1rem 0; margin: 2rem 0 1.6rem 0; }
h4::after { position: absolute; content: " "; display: block; border-bottom: solid 2px #93cb7f; bottom: -2px; width: 20%; }

h5 { clear: both; color: #6e5a40; font-size: 1.6rem; font-weight: bold; margin: 1.8rem 0 2rem 0; position: relative; }
h5::after { position: absolute; bottom: -10px; left: 0; width: 26px; height: 4px; content: ''; border-radius: 4px; background: #d9bb96; }

p { font-size: 1.4rem; margin: 0 0 1.6rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top { font-size: 3.2rem; margin: 0 auto 30px; }
  h2.low { margin: 0 auto 30px; }
  h3 { font-size: 2.6rem; padding: 5px 10px; margin: 40px 0 20px 0; background-color: #a6d398; }
  h3::before { width: 5rem; margin: 0 1.4rem 0 0; }
  h4 { border-bottom: solid 3px #DDDDDD; font-size: 2.2rem; padding: 0 0 10px 0; margin: 30px 0 20px 0; }
  h4::after { border-bottom: solid 3px #a6d398; bottom: -3px; width: 80px; }
  h5 { font-size: 1.8rem; margin: 1.8rem 0 2rem 0; }
  p { font-size: 1.6rem; margin: 0 0 20px 0; } }
/*下層*/
/*common*/
.low .main { width: 90%; margin: 0 auto 4rem; }
.low figure.image_r { display: block; width: 85%; margin: 0 auto 2rem; }
.low figure.image_r img { width: 100%; }
.low figure.image_r figcaption { text-align: center; margin: .8rem 0 0 0; font-size: 1.4rem; }
.low p { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1.6rem 0; }
.low .mt0 { margin-top: 0; }
.low .bar { background-color: #f1b1ba; color: #FFFFFF; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; display: inline-block; clear: both; padding: .2rem 1rem; margin: 1.8rem 0 1.0rem 0; }
.low .doctor_name { text-align: right; margin: 1.6rem 0 0 0; }
.low .down { text-align: center; font-size: 2rem; color: #a6d398; margin: 1rem 0; }
.low .small { font-size: 1.1rem; line-height: 1.4; }
.low span.under { text-decoration: underline; color: #a6d398; }
.low span.super { vertical-align: super; font-size: 1.1rem; }
.low .blue_text { width: 100%; background-color: #f1b1ba; border: 2px #a6d398 solid; padding: 1.2rem 2rem; box-sizing: border-box; margin: 1.8rem 0 2rem 0; border-radius: 10px; }
.low .blue_text p { margin: 0; font-size: 1.4rem; color: #402d08; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; line-height: 1.6; }
.low dl.smp { font-size: 1.3rem; display: block; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; box-sizing: border-box; }
.low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #a6d398; display: flex; justify-content: center; align-items: center; }
.low dl.smp dd { color: #333333; border-left: 0.1rem #a6d398 solid; border-right: 0.1rem #a6d398 solid; line-height: 1.4; }
.low dl.smp dd:last-of-type { border-bottom: 0.1rem #a6d398 solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #a6d398; font-size: 2rem; }
.low table.tbl_list th, .low table.tbl_list td { border: 1px #333333 solid; font-size: 1.4rem; font-weight: normal; padding: 1rem; }
.low table.tbl_list th { white-space: nowrap; }
.low table.tbl_list2 { margin: 0 0 1.2rem 0; }
.low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.4rem; font-weight: normal; padding: 1rem; border-bottom: 0.1rem #a6d398 solid; border-left: 0.1rem #a6d398 solid; }
.low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: 0.1rem #a6d398 solid; }
.low table.tbl_list2 th { width: 30%; background-color: #d9bb96; }
.low table.tbl_list2 td { border-right: 0.1rem #a6d398 solid; }
.low .flexmap { display: block; }
.low .flexmap .map_box { width: 100%; }
.low .flexmap .map_box figure { margin: 0 0 3rem 0; }
.low .flexmap .map_box figure img { width: 100%; }
.low .flexmap .map_box iframe { width: 100%; height: 30rem; }
.low a.btn_link { clear: both; text-decoration: none; width: 100%; height: auto; color: #FFFFFF; font-size: 1.3rem; background: #a6d398; border-radius: 3rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; padding: 1rem 3rem; box-sizing: border-box; line-height: 1.3; position: relative; }
.low a.btn_link::after { font-family: fontello; content: '\e8e6'; color: #FFFFFF; position: absolute; right: 1rem; top: 2.6rem; font-weight: normal; }
.low a.btn_link2 { text-decoration: none; width: 80%; height: 3rem; color: #FFFFFF; font-size: 1.3rem; background: #d9bb96; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: .6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; }
.low p.tel a { font-family: "Josefin Sans", sans-serif; font-size: 2.4rem; background: #ffffff; margin: 0; text-align: center; display: block; text-decoration: none; color: #333333; }
.low p.tel a::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; }
.low .anchor { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
.low .anchor a { text-decoration: none; font-size: 1.4rem; display: flex; justify-content: center; align-items: center; width: 100%; height: auto; padding: .8rem 0; margin: 0 0 1rem 0; border: 3px #a6d398 double; background: #FFFFFF; color: #a6d398; font-weight: bold; }
.low .anchor a::before { font-family: fontello; content: '\e821'; display: inline-block; font-weight: normal; margin: 0 .4rem 0 0; }
.low .notice_wrapper { background: #fff; }

@media print, screen and (min-width: 768px) { .low .main { width: 1200px; margin: 0 auto 60px; }
  .low figure.image_r { float: right; width: 40%; margin: 0 0 0 3rem; }
  .low figure.image_r img { width: 100%; }
  .low figure.image_r figcaption { margin: .8rem 0 0 0; text-align: center; font-size: 1.8rem; }
  .low p { font-size: 1.6rem; margin: 0 0 2rem 0; }
  .low .bar { padding: .2rem 1rem; margin: 2.0rem 0 1.0rem; }
  .low .doctor_name { text-align: right; margin: 2rem 0 0 0; }
  .low .small { font-size: 1.4rem; line-height: 1.6; }
  .low .blue_text { padding: 2rem 3rem; margin: 2rem 0 3rem 0; }
  .low .blue_text p { font-size: 1.6rem; line-height: 1.6; }
  .low dl.smp { font-size: 1.6rem; display: flex; flex-wrap: wrap; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; box-sizing: border-box; }
  .low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #a6d398; width: 30%; display: flex; justify-content: center; align-items: center; border-bottom: .1rem #FFFFFF solid; }
  .low dl.smp dt:first-of-type { border-top: 0.1rem #a6d398 solid; }
  .low dl.smp dt:last-of-type { border-bottom: 0.1rem #a6d398 solid; }
  .low dl.smp dd { color: #333333; width: 70%; border-right: 0.1rem #a6d398 solid; border-bottom: 0.1rem #a6d398 solid; padding: 2rem; border-left: 0; line-height: 1.6; }
  .low dl.smp dd:first-of-type { border-top: 0.1rem #a6d398 solid; }
  .low dl.smp dd span br { display: none; }
  .low table.tbl_list { margin: 0 auto; }
  .low table.tbl_list th, .low table.tbl_list td { font-size: 1.6rem; font-weight: normal; padding: 1rem; border: 1px #333333 solid; }
  .low table.tbl_list2 { margin: 0 0 1.2rem 0; }
  .low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.6rem; font-weight: normal; padding: 1rem; border-bottom: 0.1rem #a6d398 solid; border-left: 0.1rem #a6d398 solid; }
  .low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: 0.1rem #a6d398 solid; }
  .low table.tbl_list2 th { width: 30%; background-color: #d9bb96; }
  .low table.tbl_list2 td { border-right: 0.1rem #a6d398 solid; }
  .low .flexmap { display: flex; justify-content: space-between; }
  .low .flexmap .map_box { width: 49%; background: #f1b1ba; }
  .low .flexmap .map_box figure { margin: 0; padding: 66px 0 0 0; }
  .low .flexmap .map_box figure img { width: 485px; margin: 0 auto; display: block; }
  .low .flexmap .map_box iframe { width: 100%; height: 582px; }
  .low .btn_flex { display: flex; }
  .low a.btn_link { text-decoration: none; width: 60%; height: auto; padding: 26px 0; color: #FFFFFF; font-size: 1.8rem; font-weight: bold; background: #a6d398; border-radius: 40px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; }
  .low a.btn_link2 { text-decoration: none; width: auto; height: auto; padding: 18px 60px; color: #FFFFFF; font-size: 1.8rem; background: #d9bb96; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: 6px; }
  .low a:hover { opacity: 0.6; }
  .low p.tel { font-family: "Josefin Sans", sans-serif; font-size: 2.8rem; background: #ffffff; margin: 0 0 10px 0; text-align: center; }
  .low p.tel::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; }
  .low .anchor { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
  .low .anchor a { text-decoration: none; font-size: 1.8rem; display: flex; justify-content: center; align-items: center; width: 23%; height: 35px; padding: 0; margin: 0; border: 3px #a6d398 double; background: #FFFFFF; color: #a6d398; font-weight: bold; }
  .low .anchor a::before { font-family: fontello; content: '\e821'; display: inline-block; font-weight: normal; margin: 0 10px 0 0; }
  .low .anchor a:hover { opacity: 0.8; }
  .low .anchor_wide a { width: 32%; margin: 0 0 12px 0; } }
/*医師・クリニック紹介*/
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; margin: 0 0 2rem 0; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li figure figcaption { text-align: center; font-size: 1.4rem; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
  .clinic ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .clinic ul.device li figure figcaption { text-align: center; font-size: 1.8rem; } }
/* クリニック紹介 */
.clinic .calendar_wrapper { background: none; }

/* アクセス */
.access table.access tr th, .access table.access tr td { font-size: 1.3rem; padding: .5rem 0; white-space: nowrap; }
.access table.access tr th span { color: #d9bb96; }
.access table.access tr td:first-of-type { width: 17rem; }
.access table.a_car { margin: 0 0 1rem 0; }
.access table.a_car tr td:first-of-type { width: 8rem; }
.access table.a_car tr td:nth-of-type(2) { width: 8rem; }
.access table.a_car tr td:last-of-type { text-align: right; }
.access p.phone { text-align: center; }
.access p.phone span.tel a { font-size: 2.8rem; color: #333333; font-family: "Josefin Sans", sans-serif; font-weight: 600; margin: 0 0 10px 0; text-decoration: none; }
.access p.phone span.tel::before { font-family: fontello; content: '\0e8d9'; display: inline-block; color: #d9bb96; font-weight: normal; font-size: 2.8rem; }
.access p.ov_info { width: 100%; white-space: nowrap; margin: 0; }

@media print, screen and (min-width: 768px) { .access table.access tr th, .access table.access tr td { font-size: 1.6rem; padding: 7px 0; }
  .access table.access tr td:first-of-type { width: 218px; }
  .access table.a_car { margin: 0 0 16px 0; }
  .access table.a_car tr td:first-of-type { width: 98px; }
  .access table.a_car tr td:nth-of-type(2) { width: 94px; }
  .access p.phone { font-size: 3.6rem; font-family: "Josefin Sans", sans-serif; font-weight: 600; margin: 0 0 10px 0; text-align: left; }
  .access p.phone span::before { font-family: fontello; content: '\0e8d9'; display: inline-block; color: #d9bb96; font-weight: normal; font-size: 2.8rem; }
  .access p.ov_info { width: 293px; white-space: nowrap; margin: 0; } }

/*# sourceMappingURL=style.css.map */
