@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本家族*/
/*ゴシック家族*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; color: #1b1b1b; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; color: #1b1b1b; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 2rem 0; }
section.first { margin: 0; }
section.s_h2 { padding: 0; margin: 0 0 4rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.text_c { text-align: center; }

.bold_text { font-weight: bold; }

.text_red { color: #bf2a44; }

.text_sml { font-size: 80%; }

.underline { text-decoration: underline; }

@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 1080px; }
  section { height: auto; overflow: hidden; margin: 0 0 4rem 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0 0 6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
.underline { text-decoration: underline; }

/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; background-size: contain; background-color: #FFFFFF; position: relative; }
article.low { margin: 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto 2rem; 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: 4rem 0 0 0; background-color: #FFFFFF; }
  .wrapper { width: 1080px; margin: 0 auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .main { width: 815px; margin: 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
header .head_frame .header_info { display: block; width: 100%; margin: 3vw 0 0 0; padding: 0; }
header .head_frame .header_info .head_logo { width: 75%; margin: 0; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 0 0 0 1rem; }
header .head_frame .header_info .head_info { width: 90%; margin: 0 auto; padding: 0; }
header .head_frame .header_info .head_info .upper_info p { text-align: center; margin: 0 0 1.2rem 0; }
header .head_frame .header_info .head_info .upper_info p.tel { display: none; }
header .head_frame .header_info .head_info .upper_info p.tel a { display: inline-block; text-decoration: none; color: #bf2a44; font-size: 1.8rem; margin: 2rem 0 0 0; }
header .head_frame .header_info .head_info .upper_info p.access { margin: 1rem 0; font-size: 2rem; }
header .head_frame .header_info .head_info .upper_info p.access i { color: #a9988f; }
header .head_frame .header_info .head_info .upper_info p.access span { color: #bf2a44; font-weight: bold; }
header .head_frame .header_info .head_info .reserve { display: none; }
header .key_on .key_visual { width: 100%; height: 135vw; background-position: center top; background-size: contain; background-repeat: no-repeat; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header .key_on .key_visual .key_contents { width: 100%; margin: auto 0 0 0; }
header .key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-size: auto 100%; background-position: center top; width: 100%; height: auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 1rem 0; }
header .key_visual_low h1 { padding: 0; font-size: 2rem; color: #00a0d1; font-weight: bold; margin: 1.6rem 0 2.6rem; }
header .open { text-align: center; font-size: 1.8rem; font-weight: bold; margin: 1rem 0; line-height: 1.6; }
header .open .oct { color: #bf2a44; margin: 0; }
header .open .color { color: #452615; }

@media print, screen and (min-width: 768px) { header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
  header .head_frame .header_info { 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: 1080px; margin: 3rem auto; padding: 0; }
  header .head_frame .header_info .head_logo { width: 486px; margin: 0; }
  header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 0; }
  header .head_frame .header_info .head_info { width: auto; margin: 0; padding: 0; }
  header .head_frame .header_info .head_info .upper_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
  header .head_frame .header_info .head_info .upper_info p.tel, header .head_frame .header_info .head_info .upper_info p.access { display: block; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #bf2a44; font-weight: bold; margin: 0; line-height: inherit; }
  header .head_frame .header_info .head_info .upper_info p.tel i::before, header .head_frame .header_info .head_info .upper_info p.access i::before { width: inherit; color: #a9988f; font-size: 2rem; margin: 0 .4rem 0 0; vertical-align: top; }
  header .head_frame .header_info .head_info .upper_info p.tel { font-size: 2.2rem; margin: 0 1.4rem 0 0; }
  header .head_frame .header_info .head_info .upper_info p.tel a { color: #bf2a44; }
  header .head_frame .header_info .head_info .upper_info p.access { font-size: 1.8rem; color: #41210f; font-weight: normal; }
  header .head_frame .header_info .head_info .upper_info p.access span { color: #bf2a44; font-size: 1.6rem; font-weight: bold; }
  header .head_frame .header_info .head_info a { text-decoration: none; }
  header .head_frame .header_info .head_info a p.reserve { padding: 0 2rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.6rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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%; }
  header .head_frame .header_info .head_info a p.reserve i::before { width: inherit; font-size: 1.6rem; margin: 0 .6rem 0 0; }
  header .head_frame .header_info .head_info a p:hover { opacity: 0.8; }
  header .key_on .key_visual { width: 100%; height: 49.1rem; background-position: center top; background-size: auto; background-repeat: no-repeat; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  header .key_on .key_visual .key_contents { width: 1080px; margin: 0 auto; }
  header .key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-size: auto; background-position: center top; width: 100%; height: 21.6rem; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; }
  header .key_visual_low h1 { padding: 0; font-size: 3.4rem; color: #00a0d1; font-weight: bold; margin: 0 0 5rem 0; }
  header .open { text-align: center; font-size: 2.8rem; font-weight: bold; margin: 4rem 0 3rem; line-height: inherit; }
  header .open::before { content: ''; background-image: url("../images/leaf_left.png"); background-repeat: no-repeat; display: inline-block; padding: 1rem 0 .6rem 7.7rem; margin: 0 1.4rem 0 0; }
  header .open::after { content: ''; background-image: url("../images/leaf_right.png"); background-repeat: no-repeat; display: inline-block; padding: 1rem 7.7rem .6rem 0; margin: 0 0 0 1.4rem; }
  header .open .oct { color: #bf2a44; margin: 0; }
  header .open .color { color: #452615; }
  header .open br { display: none; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; }
  .main_nav_pc nav { width: 100%; margin: 0; border-top: .1rem #e0e0e0 dashed; height: 4.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1080px; margin: 0 auto; height: 4.6rem; }
  .main_nav_pc nav ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; margin: 0 4rem 0 0; }
  .main_nav_pc nav ul li a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #020202; font-size: 1.6rem; line-height: 1.4; width: 100%; height: auto; }
  .main_nav_pc nav ul li a:hover { color: #009ccd; }
  .main_nav_pc nav ul li::before { content: "■"; color: #d95162; margin: 0 .6rem 0 0; }
  .main_nav_pc nav ul li:last-of-type { margin: 0; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { width: 95%; margin: 0 auto; background-color: #FFFFFF; }
.table_wrapper span.spade { color: #06b4ea; }
.table_wrapper span.heart { color: #d95162; }
.table_wrapper span.star { color: #f5df14; padding: 0; }
.table_wrapper span.chg { font-size: 1rem; color: #000000; }

table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 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; border-bottom: #b49380 .1rem solid; }
table.timetable tr th { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; padding: .6rem 0; text-align: center; font-weight: normal; color: #FFFFFF; background-color: #d95162; font-size: 1.1rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #FFFFFF .1rem solid; }
table.timetable tr th:last-of-type { border-right: 0; }
table.timetable tr td { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: center; padding: 1rem 0; font-size: 1.1rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #bf2a44; background-color: #FFFFFF; border-right: #b49380 .1rem solid; width: 10%; }
table.timetable tr td.time { width: 30%; text-align: center; color: #1b1b1b; font-size: 1.1rem; white-space: nowrap; }
table.timetable tr td:last-of-type { border-right: 0; }
table.timetable tr:last-of-type { padding: 0 0 2rem 0; }

.notice_time { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: center; font-size: 1.2rem; color: #1b1b1b; line-height: 1.4; margin: 0; padding: .9rem 0; width: auto; }

.notice_sub { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: left; font-size: 1.1rem; color: #1b1b1b; line-height: 1.3; margin: 0; padding: 0 1.2rem 1.2rem 1.2rem; width: auto; }

ul.notice_sub { margin-left: 1.5em; }

@media print, screen and (min-width: 768px) { .table_wrapper { width: 44.4rem; margin: 5rem auto 0 0; background-color: #FFFFFF; }
  table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 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; border-bottom: #b49380 .1rem solid; }
  table.timetable tr th { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; padding: 1rem 0; text-align: center; font-weight: normal; color: #FFFFFF; background-color: #d95162; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #FFFFFF .1rem solid; }
  table.timetable tr th:last-of-type { border-right: 0; }
  table.timetable tr td { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: center; padding: 1rem 0; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #bf2a44; background-color: #FFFFFF; border-right: #b49380 .1rem solid; width: 4rem; }
  table.timetable tr td.time { width: auto; text-align: center; color: #1b1b1b; font-size: 1.6rem; white-space: nowrap; }
  table.timetable tr td:last-of-type { border-right: 0; }
  table.timetable tr:last-of-type { padding: 0 0 2rem 0; }
  .notice_time { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: center; font-size: 1.6rem; color: #1b1b1b; line-height: 140%; margin: 0; padding: 1.4rem 0; width: auto; }
  .notice_sub { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-align: left; font-size: 1.4rem; color: #1b1b1b; line-height: 140%; margin: 0; padding: 0 1.2rem 1.2rem 1.2rem; width: auto; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting { background: url("../images/bg_sand.jpg") repeat; display: block; padding: 2rem 0; }
.greeting h2.round { background: -webkit-gradient(linear, left top, right top, from(#f88639), to(#613030)); background: linear-gradient(90deg, #f88639, #613030); margin: 0 auto 1.6rem; }
.greeting h2::after { content: 'Greeting'; color: #e9d3c3; }
.greeting .greeting_txt { border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 2rem 0; width: 95%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 1.2rem; color: #1b1b1b; }

@media print, screen and (min-width: 768px) { .greeting { background: url("../images/bg_sand.jpg") repeat; 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; padding: 4rem 3.5rem 4rem 0; }
  .greeting h2 {       /*&::after{
				content: 'Greeting';
				color: #e9d3c3;
			}*/ }
  .greeting h2.round { background: -webkit-gradient(linear, left top, right top, from(#f88639), to(#613030)); background: linear-gradient(90deg, #f88639, #613030); margin: 0 0 0 3.4rem; }
  .greeting .greeting_txt { border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 3rem 0; width: 562px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 1.6rem; color: #1b1b1b; } }
/* -----------------------------------------------------------
　ご来院のみなさまへ
----------------------------------------------------------- */
.sand { background: url("../images/bg_grass.jpg") repeat; display: block; padding: 2rem 0; }
.sand h2 { /* &::after{ content: 'Greeting'; color: #e9d3c3; }*/ }
.sand h2.round { background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); margin: 0 auto 1.6rem; }
.sand .sand_txt { border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 2rem 0; width: 95%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.sand .sand_txt p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 1.2rem; color: #1b1b1b; width: 92%; margin: 0 auto 2rem; line-height: 1.6; }
.sand .sand_txt p.r_txt { text-align: right; margin: 0 auto; }

@media print, screen and (min-width: 768px) { .sand { background: url("../images/bg_grass.jpg") repeat; 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; padding: 4rem 3.5rem 4rem 0; }
  .sand h2 {       /*&::after{
				content: 'Greeting';
				color: #e9d3c3;
			}*/ }
  .sand h2.round { background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); margin: 0 0 0 3.4rem; }
  .sand .sand_txt { border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 3rem 0; width: 562px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .sand .sand_txt p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 1.6rem; color: #1b1b1b; width: 90%; margin: 0 auto 2rem; }
  .sand .sand_txt p.r_txt { text-align: right; margin: 0 auto; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice { background: url("../images/bg_sky.jpg") repeat; display: block; padding: 2rem 0; }
.notice h2.round { background: -webkit-gradient(linear, left top, right top, from(#78d4f0), to(#07b4ea)); background: linear-gradient(90deg, #78d4f0, #07b4ea); margin: 0 auto 1.6rem; }
.notice h2::after { content: 'News'; color: #a18067; }
.notice .notice_frame { height: 500px; width: 95%; border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 2rem 0; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; background: transparent; overflow-y: scroll; }
.notice .notice_frame dl { padding: 0 1.4rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice .notice_frame dl dt { margin: 0; color: #bf2a44; font-size: 1.2rem; font-weight: bold; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; line-height: 1.4; }
.notice .notice_frame dl dt span.date_text { background-color: #d86677; color: #FFFFFF; border-radius: .4rem 0 .4rem 0; margin: 0 1rem 0 0; padding: .2rem .6rem 0; font-weight: normal; }
.notice .notice_frame dl dt:not(:first-of-type) { margin: 1em 0 0; }
.notice .notice_frame dl dd { color: #1b1b1b; margin: 1rem 0 3rem 0; font-size: 1.4rem; line-height: 1.6; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; padding: 0; }
.notice .notice_frame dl dd.link_text { margin: 0 0 4rem 0; }
.notice .notice_frame dl dd a { color: #D91114; }

@media print, screen and (min-width: 768px) { .notice { background: url("../images/bg_sky.jpg") repeat; 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; padding: 4rem 3.5rem 4rem 0; }
  .notice h2.round { background: -webkit-gradient(linear, left top, right top, from(#78d4f0), to(#07b4ea)); background: linear-gradient(90deg, #78d4f0, #07b4ea); margin: 0 0 0 3.4rem; }
  .notice h2::after { content: 'News'; color: #a18067; }
  .notice .notice_frame { height: 400px; width: 562px; border-top: .1rem #f6c0c7 solid; border-bottom: .1rem #f6c0c7 solid; padding: 3rem 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: transparent; overflow-y: scroll; }
  .notice .notice_frame dl { padding: 0 1.4rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice .notice_frame dl dt { margin: 0; color: #bf2a44; font-size: 1.6rem; font-weight: bold; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; }
  .notice .notice_frame dl dt:not(:first-of-type) { margin: 1em 0 0; }
  .notice .notice_frame dl dt span.date_text { background-color: #d86677; color: #FFFFFF; border-radius: .4rem 0 .4rem 0; margin: 0 1rem 0 0; padding: .2rem .6rem; font-weight: normal; }
  .notice .notice_frame dl dd { color: #1b1b1b; margin: 1rem 0 3rem 0; font-size: 1.6rem; line-height: 1.4; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; padding: 0 0 0 10.2rem; }
  .notice .notice_frame dl dd.link_text { margin: 0 0 4rem 0; }
  .notice .notice_frame dl dd a { color: #D91114; }
  .notice .notice_frame dl dd a:hover { opacity: 0.8; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　当院の特徴
----------------------------------------------------------- */
.features .features_wrapper { width: 100%; display: block; }
.features .features_wrapper figure img { width: 80%; margin: 0 auto; display: block; }
.features .features_wrapper figure p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; margin: .8rem auto 1.8rem; font-size: 1.4rem; color: #1b1b1b; line-height: 1.4; width: 80%; }
.features .features_wrapper figure p span { color: #bf2a44; }
.features .features_wrapper figure a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #FFFFFF; font-size: 1.4rem; background-color: #e05d6d; text-align: center; padding: .6rem 0; width: 80%; margin: 1rem auto 0; display: block; border-radius: 1rem; }

@media print, screen and (min-width: 768px) { .features .features_wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .features .features_wrapper figure img { width: 250px; margin: 0 auto; display: block; }
  .features .features_wrapper figure p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; margin: 1.8rem auto 0; font-size: 1.8rem; color: #1b1b1b; line-height: 1.4; width: 250px; }
  .features .features_wrapper figure p span { color: #bf2a44; }
  .features .features_wrapper figure a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #FFFFFF; font-size: 1.6rem; background-color: #e05d6d; text-align: center; padding: .6rem 0; width: 250px; margin: 1rem auto 0; display: block; border-radius: 1rem; }
  .features .features_wrapper figure a:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background: url("../images/bg_grass.jpg") repeat; width: 100%; margin: 0 auto; padding: 0; }
.overview_bg .overview { padding: 0 0 4.4rem 0; margin: 0 auto; width: 100%; }
.overview_bg .overview figure { height: auto; background-color: #FFFFFF; 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; padding: 1.6rem 0; }
.overview_bg .overview figure img { width: 75%; margin: 0; }
.overview_bg .overview .overview_frame { display: block; width: 95%; margin: 0 auto 2rem; padding: 0 0 2rem 0; background-color: #ffffff; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 1rem; }
.overview_bg .overview .overview_frame .overview_frame_left dl { font-size: 0; width: 100%; margin: 0; display: block; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { 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; padding: .4rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 0; background-color: #d95162; width: 100%; height: auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.4rem; text-align: left; margin: 0; font-weight: normal; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #444444; font-size: 1.4rem; line-height: 1.4; margin: 0; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: .1rem #b49380 solid; border-right: .1rem #b49380 solid; width: 100%; height: auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span { font-size: 1.6rem; color: #bf2a44; font-weight: bold; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.cap { color: #bf2a44; font-size: 1rem; color: #009ccd; font-weight: normal; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd .tel a { text-decoration: none; color: #d95162; font-size: 1.8rem; font-weight: bold; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd.station { line-height: 0.9; padding: 1rem; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd.station p { margin: 0 0 -0.6rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd.station p.other { margin: 1rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd:last-of-type { border-bottom: .1rem #b49380 solid; }
.overview_bg .overview .overview_frame .overview_frame_left .table_wrapper { margin: 2rem 0 0 0; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { height: 30rem; width: 95%; margin: 0 auto; display: block; }
.overview_bg .overview .overview_frame .overview_frame_right a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #FFFFFF; font-size: 1.4rem; background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); text-align: center; padding: .6rem 0; width: 80%; margin: 2rem auto 0; display: block; border-radius: 1rem; }

@media print, screen and (min-width: 768px) { .overview_bg { background: url("../images/bg_grass.jpg") repeat; width: 100%; margin: 0 auto; padding: 0; }
  .overview_bg .overview { padding: 0 0 4.4rem 0; margin: 0 auto; width: 100%; }
  .overview_bg .overview figure { height: 14.2rem; background-color: #FFFFFF; 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; padding: 0; }
  .overview_bg .overview figure img { width: 43.4rem; margin: 0; }
  .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; padding: 0 0 5rem 0; background-color: #ffffff; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; width: 54rem; }
  .overview_bg .overview .overview_frame .overview_frame_left { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2rem 0 4rem; }
  .overview_bg .overview .overview_frame .overview_frame_left dl { font-size: 0; width: 100%; margin: 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; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { 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; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 0; border-bottom: .1rem #FFFFFF solid; background-color: #d95162; width: 27%; height: auto; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:first-of-type { border-top: .1rem #d95162 solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:last-of-type { border-bottom: .1rem #d95162 solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.6rem; text-align: left; margin: 0; font-weight: normal; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #444444; font-size: 1.8rem; line-height: 1.6; margin: 0; padding: 1.3rem 1rem 1.3rem 3rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 0; border-bottom: .1rem #b49380 solid; width: 73%; height: auto; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span { font-size: 1.8rem; color: #bf2a44; font-weight: bold; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span.cap { color: #bf2a44; font-size: 1.2rem; color: #009ccd; font-weight: normal; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd .tel { color: #d95162; font-size: 2.2rem; font-weight: bold; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd:first-of-type { border-top: .1rem #b49380 solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.station { line-height: 1.2; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.station p { margin: 0 0 -2rem 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.station p.other { margin: 1.2rem 0 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_left .table_wrapper { margin: 5rem 0 0 0; width: 100%; }
  .overview_bg .overview .overview_frame .overview_frame_right { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 4rem 0 2rem; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { height: 52rem; width: 100%; }
  .overview_bg .overview .overview_frame .overview_frame_right a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #FFFFFF; font-size: 1.6rem; background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); text-align: center; padding: .8rem 0; width: 22rem; margin: 2.4rem auto 0; display: block; border-radius: 1rem; }
  .overview_bg .overview .overview_frame .overview_frame_right a:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 1.2rem; }
footer .footer_wrapper { display: none; }
footer .global-nav { position: fixed; left: 0; bottom: 0; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; background-color: #d95162; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0px; white-space: nowrap; }
footer .nav-item:first-child { border-left: 0; }
footer .nav-item a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; color: #FFFFFF; font-size: 1.4rem; }
footer .nav-item a i { font-size: 1.2rem; margin: 0 .2rem 0 0; }
footer .copyright { text-align: center; margin: 0; padding: 1rem 0 0 0; }
footer .copyright a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; font-size: 1.2rem; margin: 0; color: #1b1b1b; }

@media print, screen and (min-width: 768px) { footer { background-color: #FFFFFF; width: 1080px; margin-bottom: 0; height: auto; padding: 0 0 4rem 0; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { border-top: .1rem #e9dbd3 solid; width: 100rem; margin: 0 auto; padding: 4.4rem 0; display: block; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer .footer_wrapper .footer_frame ul { text-align: center; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 10px; border-right: .2rem #bbbbbb solid; margin: 0 0 2rem 0; }
  footer .footer_wrapper .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_wrapper .footer_frame ul li a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #1b1b1b; font-size: 1.6rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.6; }
  footer .copyright { text-align: center; margin: 0; padding: 0; }
  footer .copyright a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; text-decoration: none; font-size: 1.4rem; margin: 0; color: #1b1b1b; }
  footer .copyright a:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 6rem; right: 0; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0; padding: 0; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 69px; height: auto; }
  #pagetop { position: fixed; bottom: 56px; 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; display: block; } }
@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; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 23vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #41210f; opacity: 0.9; }
.drawr p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.2rem; text-align: center; padding: 1.8rem 0; background-color: #a9988f; margin: 0; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; border-bottom: #ffffff 1px dashed; }
.drawr ul.hbg li a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #ffffff; font-size: 1.2rem; text-decoration: none; padding: 1.6rem 0; display: block; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li:last-child { border-bottom: 0; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { 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; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }
.main_nav_sp ul.gnav li { width: 100%; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; border-bottom: #ffffff 1px solid; text-align: center; }
.main_nav_sp ul.gnav li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.toggle { display: none; }

.toggle-label { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; width: 100%; height: 4.0rem; padding: 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 .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 4px; width: 3.6rem; background: #ffffff; content: ''; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - .8rem); font-size: 1.0rem; 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: 4.8rem; height: 4.8rem; position: absolute; cursor: pointer; top: 0; right: 0.5rem; padding: 0 0 .6rem 0; background-color: #bf2a44; border-radius: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media print, screen and (min-width: 768px) { aside { display: inline; width: 220px; height: auto; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside div ul.aside { 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; width: 220px; margin: 0 0 0 auto; }
  aside div ul.aside li { -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; height: 5rem; border-bottom: .1rem #FFFFFF solid; background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); }
  aside div ul.aside li.tit { height: 8.5rem; color: #FFFFFF; font-size: 2rem; font-weight: bold; }
  aside div ul.aside li.tit i { font-size: 5rem; }
  aside div ul.aside li.tit:hover { background: -webkit-gradient(linear, left top, right top, from(#e2606f), to(#c32f46)); background: linear-gradient(90deg, #e2606f, #c32f46); }
  aside div ul.aside li a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #FFFFFF; padding: 0 0 0 1.6rem; }
  aside div ul.aside li a::before { font-family: "fontello"; content: '\0e806'; font-size: .8rem; margin: 0 1rem 0 0; }
  aside div ul.aside li:hover { background: -webkit-gradient(linear, left top, right top, from(#02aade), to(#55c6e9)); background: linear-gradient(90deg, #02aade, #55c6e9); }
  aside a.bnr_monshin { display: block; text-decoration: none; font-size: 1.6rem; font-weight: bold; color: #FFFFFF; background-color: #bf2a44; width: 220px; padding: 2rem 0 1.8rem; margin: 2rem 0 0 auto; text-align: center; }
  aside a.bnr_monshin span { font-size: 1.25rem; display: block; line-height: 1.5; color: #feffa3; letter-spacing: 0.2rem; }
  aside a.bnr_monshin:hover { opacity: 0.8; }
  aside a.bnr_monshin:nth-child(3) { margin-top: 1px; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_left { margin: 0 0 10px 0; text-align: center; }
.img_left img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 60%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

.img_faq { margin: 0 0 10px 0; text-align: center; max-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: 100%; margin: 0 auto 2rem 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 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_left { float: left; margin: 0 10px 10px 0; }
  .img_left img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 320px; height: auto; }
  .img_center { float: none; margin: 0 0 1rem 0; text-align: center; }
  .img_center img { width: 100%; height: auto; }
  .img_faq { float: none; margin: 0 0 1rem 0; text-align: center; /*width: 50%;*/ }
  /*画像右*/
  .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: 48%; margin: 0 auto 2rem auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.2rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.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.2rem; 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%; font-size: 1.2rem; list-style-type: none; padding: 0 0 0 1.4rem; text-indent: -1.2rem; /*margin: 0 0 2rem 0;*/ }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }
ul.list_none li span.cap { color: #009ccd; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 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.2rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

ul.certificate { margin: 0 0 1.8rem 0; }
ul.certificate li { font-size: 1.2rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; line-height: 2; vertical-align: top; position: relative; padding-left: 1rem; }
ul.certificate li:before { content: ""; width: 8px; height: 8px; display: inline-block; background-color: #bf2a44; border-radius: 50%; position: absolute; top: 11px; left: 0; }
ul.certificate li a { text-decoration: none; }
ul.certificate li a:hover { opacity: 0.8; }
ul.certificate li dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: top; -ms-flex-align: top; align-items: top; /* 子要素をflexboxにより中央に配置する */ }
ul.certificate li dl dt { width: 5.5em; }
ul.certificate li dl dd { width: calc(100% - 6em); }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; 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.6rem; 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.6rem; 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.6rem; list-style-type: none; padding: 0 0 0 1.8rem; text-indent: -1.8rem; /*margin: 0 0 2.8rem 0;*/ }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  ul.list_none li span.cap { font-size: 90%; color: #009ccd; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -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.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.certificate { margin: 0 0 2.8rem 0; }
  ul.certificate li { font-size: 1.6rem; line-height: 1.6; padding-left: 2rem; }
  ul.certificate li::before { top: 7px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
dl.bio_list dt { width: 100%; margin: 0; font-weight: normal; color: #313131; background-color: #ffd8dd; padding: 1rem 0; text-align: center; border-bottom: .1rem solid #a9988f; border-left: .1rem solid #a9988f; border-right: .1rem solid #a9988f; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; /*display: flex;*/ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
dl.bio_list dt:first-of-type { border-top: .1rem solid #a9988f; }
dl.bio_list dd { width: 100%; margin: 0; padding: 1rem; border-bottom: .1rem solid #a9988f; border-right: .1rem solid #a9988f; border-left: .1rem solid #a9988f; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; 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; }
dl.bio_list dd a { text-decoration: none; font-weight: bold; color: #bf2a44; }

dl.price dt { padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: .1rem solid #a9988f; }
dl.price dd { -webkit-box-sizing: border-box; box-sizing: border-box; }

dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media 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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 20%; margin: 0; font-weight: normal; height: auto; border-right: none; display: -webkit-box; display: -ms-flexbox; display: flex; }
  dl.bio_list dd { width: 78%; margin: 0; height: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 1rem; }
  dl.bio_list dd:first-of-type { border-top: .1rem solid #a9988f; }
  dl.price dt { /*width:40%;*/ width: 62%; text-align: left; /*padding: 0 1rem;*/ border-right: 0; }
  dl.price dd { /*width:38%;*/ width: 36%; }
  dl.heigher dt, dl.heigher dd { height: 10rem; }
  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.6rem; -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; } }
/*見出し*/
h2, h3, h4 { clear: both; }

h2.top { color: #bf2a44; font-size: 2.0rem; font-weight: bold; text-align: left; margin: 0 0 2.8rem 0; padding: 0 4.3rem .2rem 0; border-bottom: .2rem #d3ebb6 solid; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; line-height: 1.3; }
h2.top::after { font-family: "fontello"; content: '\0e808'; font-size: 7.6rem; margin: 0; color: #ecfac8; display: inline-block; position: absolute; bottom: -3.5rem; right: 0; }
h2.round { color: #FFFFFF; font-size: 1.8rem; text-align: center; vertical-align: middle; width: 10rem; height: 10rem; border-radius: 50%; padding: 1.1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
h2.round::before { font-family: "fontello"; content: '\0e805'; font-size: 3rem; margin: 0 0 .6rem 0; display: block; }
h2.round::after { font-size: 1.2rem; display: block; margin: .6rem 0 0 0; }
h2.low { display: block; font-size: 2.2rem; }

h3 { color: #41210f; font-weight: bold; font-size: 1.8rem; padding: .6rem .6rem .6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1.6rem 0; background: #dbf1ff; height: auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
h3::before { content: '●'; font-size: 1.2rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #88c6ea; }

h3.title { color: #41210f; font-weight: bold; font-size: 1.8rem; padding: .6rem .6rem .6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1.6rem 0; background: #ffffff; height: auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
h3.title::before { content: '●'; font-size: 1.2rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #41210f; }

h4 { color: #41210f; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-weight: normal; font-size: 1.6rem; padding: .4rem 0; margin: 0 0 1.4rem 0; width: 100%; background: #e5dfdc; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
h4::before { content: '●'; font-size: .8rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #a9988f; }

h5 { color: #41210f; font-weight: normal; font-size: 1.6rem; padding: 0 0 0.4rem 0; margin: 1.8rem 0 1rem 0; border-bottom: #41210f 4px dashed; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top { color: #bf2a44; font-size: 2.4rem; font-weight: bold; text-align: left; margin: 0 0 3.3rem 0; padding: 0 0 1rem 0; border-bottom: .2rem #d3ebb6 solid; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.3; position: relative; }
  h2.top::before { content: url("../images/gradiate_circle.png"); display: inline-block; margin: 0 8px 0 0; vertical-align: middle; }
  h2.top::after { font-family: "fontello"; content: '\0e808'; font-size: 9.6rem; margin: 0; color: #ecfac8; display: inline-block; position: absolute; bottom: -4.4rem; right: 0; }
  h2.round { color: #FFFFFF; font-size: 2rem; text-align: center; vertical-align: middle; width: 16.8rem; height: 16.8rem; border-radius: 50%; padding: 3.6rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  h2.round::before { font-family: "fontello"; content: '\0e805'; font-size: 4rem; margin: 0 0 .8rem 0; display: block; }
  h2.round::after { font-size: 1.4rem; display: block; margin: .8rem 0 0 0; }
  h2.low { display: block; font-size: 2.6rem; margin: 0 0 2.3rem 0; }
  h3 { color: #41210f; font-weight: bold; font-size: 2.2rem; padding: .8rem 0; margin: 3rem 0 2.2rem 0; background: #dbf1ff; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h3::before { content: '●'; font-size: 1.2rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #88c6ea; }
  h3.title { color: #41210f; font-weight: bold; font-size: 2.5rem; padding: .8rem 0; margin: 3rem 0 2.2rem 0; background: #ffffff; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h3.title::before { content: '●'; font-size: 2.2rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #41210f; }
  h4 { color: #41210f; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-weight: normal; font-size: 2rem; padding: .6rem 0; margin: 2rem 0 1.2rem 0; background: #e5dfdc; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  h4::before { content: '●'; font-size: .8rem; margin: 0 1.2rem 0 1.2rem; display: inline-block; color: #a9988f; }
  h5 { color: #41210f; font-weight: normal; font-size: 2.8rem; padding: 0 0 0.4rem 0; margin: 1.8rem 0 1rem 0; border-bottom: #41210f 4px dashed; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.2rem; line-height: 1.4; }
.low ul.adjust { margin: 0; }
.low ul.list_adjust { margin: 0; }
.low ul.list_adjust li::before { background-color: transparent; }
.low p { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-size: 1.2rem; line-height: 1.6; }
.low p.main_txt { margin: 1.2rem 0 0 0; }
.low p.txt_right { display: block; text-align: right; }
.low p.keio { padding: 0 0 0 18px; margin: 0; }
.low p.reserve { text-decoration: none; font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif; color: #FFFFFF; font-size: 1.4rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem auto 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; 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: 80%; }
.low li { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
.low a { text-decoration: none; }
.low a.txt_link { text-decoration: underline; font-size: 1.2rem; color: #bf2a44; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.low a.txt_link::before { content: '>> '; font-size: 1.0rem; }
.low a p.link_btn { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.4rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: .6rem auto 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; 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: 90%; height: auto; padding: 1rem 0; }
.low a p.link_btn::before { content: '\0025B6'; font-size: .8rem; margin: 0 .6rem 0 0; }
.low table.panel { width: 100%; border-right: 0.1rem #bf2a44 solid; border-left: 0.1rem #bf2a44 solid; font-size: 1.2rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
.low table.panel tr th { background-color: #bf2a44; color: #FFFFFF; padding: 1rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: .1rem #FFFFFF solid; }
.low table.panel tr td { border-bottom: 0.1rem #bf2a44 solid; border-right: 0.1rem #bf2a44 solid; border-top: 0.1rem #bf2a44 solid; padding: 1rem .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; color: #1b1b1b; width: 25%; }

@media print, screen and (min-width: 768px) { .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.6rem; line-height: 1.6; }
  .low ul.adjust { margin: 0; }
  .low ul.list_adjust { margin: 0; }
  .low ul.list_adjust li::before { background-color: transparent; }
  .low p { font-size: 1.6rem; line-height: 1.8; }
  .low p.main_txt { margin: 1.8rem 0 0 0; }
  .low p.txt_right { display: block; text-align: right; }
  .low p.keio { text-indent: 1.14em; display: inline-block; margin: 0; padding: 0; }
  .low p.reserve { text-decoration: none; font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif; color: #FFFFFF; font-size: 1.6rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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: 60%; }
  .low p.reserve:hover { opacity: 0.8; }
  .low a { text-decoration: none; }
  .low a.txt_link { text-decoration: underline; font-size: 1.6rem; color: #bf2a44; }
  .low a.txt_link::before { content: '>> '; font-size: 1.2rem; }
  .low a.txt_link:hover { opacity: 0.8; }
  .low a p.link_btn { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.6rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem 0 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; 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: 22.7rem; height: 3.6rem; }
  .low a p.link_btn::before { content: '\0025B6'; font-size: 1.0rem; margin: 0 .6rem 0 0; }
  .low a p:hover { opacity: 0.8; }
  .low table.panel { width: 100%; border-right: 0.1rem #bf2a44 solid; border-left: 0.1rem #bf2a44 solid; font-size: 1.6rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .low table.panel tr th { background-color: #bf2a44; color: #FFFFFF; padding: 1rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: .1rem #FFFFFF solid; }
  .low table.panel tr td { border-bottom: 0.1rem #bf2a44 solid; border-right: 0.1rem #bf2a44 solid; border-top: 0.1rem #bf2a44 solid; padding: 1rem .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; color: #1b1b1b; width: 25%; } }
/* クリニック紹介 */
.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: #bf2a44; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.2rem; 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.6rem; line-height: 1.6; width: 100%; text-align: left; } }
/* アクセス */
.access .table_wrapper { width: 100%; margin: 0; }
.access .table_wrapper table.timetable tr td.time { width: 30%; }
.access .table_wrapper .notice_time { text-align: left; }
.access .table_wrapper .notice_sub { font-size: 1.1rem; }
.access iframe { width: 100%; height: 30rem; margin: 0 auto; display: block; }

@media print, screen and (min-width: 768px) { .access .table_wrapper { width: 100%; margin: 0; }
  .access .table_wrapper .notice_sub { font-size: 1.4rem; }
  .access iframe { width: 100%; height: 40rem; margin: 0; display: block; } }
/* Q&A */
dl.faq-dl dt { background-color: #dbf1ff; color: #41210f; padding: 0.6em 0.8em; margin-bottom: 0.5em; line-height: 1.7; }
dl.faq-dl dt::before { font-weight: bold; content: "Q."; margin-right: 0.25em; }
dl.faq-dl dd { font-size: 1.2rem; line-height: 1.7; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; margin-bottom: 2em; border-radius: 0.3em; }
dl.faq-dl dd::before { font-weight: bold; content: "A."; margin-right: 0.3em; }

@media print, screen and (min-width: 768px) { dl.faq-dl dt { font-size: 2em; }
  dl.faq-dl dd { font-size: 1.6rem; } }
/* 美容皮膚科 */
section.linkbtn_be div.link_btn a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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%; }

.beauty_photo { max-width: 100%; margin: 0 auto; display: block; padding: 10px 0; }

.txt_beauty { vertical-align: top !important; line-height: 1.5; }

@media print, screen and (min-width: 768px) { section.linkbtn_be div.link_btn a { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #FFFFFF; font-size: 1.6rem; text-align: center; font-weight: bold; height: 3.2rem; background-color: #df5c6b; border-radius: .8rem; margin: 1.1rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; 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: 30%; }
  section.linkbtn_be div:hover { opacity: 0.8; }
  .beauty_photo { width: 80%; margin: 0 auto; display: block; padding: 10px 0; }
  .txt_beauty { vertical-align: top !important; line-height: 1.5; } }
/* LEDヒーライト */
.flow-list { counter-reset: flowNum; margin: 1.8rem 0; padding: 0; list-style: none; }
.flow-list dd { margin: 0 0 4rem; padding: 1.4rem 1.6rem; background: #fafcf1; border-radius: .6rem; position: relative; font-size: 1.2rem; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; line-height: 2; }

dl.flow-list dd .arrow { height: 40px; }
dl.flow-list dd figure img { width: 100%; height: auto; }
dl.flow-list dd span { height: 40px; width: 80px; display: block; position: relative; margin: 15px 100px 15px; }
dl.flow-list dd span.text_big { height: auto; width: auto; display: inline-block; position: relative; margin: 0 auto; font-size: 2.8rem; }

.flow-list dd::after { content: '▼'; position: absolute; bottom: -3rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #dfee96; font-size: 2rem; line-height: 1; }
.flow-list dd:last-of-type::after { display: none; }

@media print, screen and (min-width: 768px) { .flow-list { counter-reset: flowNum; margin: 1.8rem 0; padding: 0; list-style: none; }
  .flow-list dd { margin: 0 0 4rem; padding: 1.4rem 1.6rem; background: #fafcf1; border-radius: .6rem; position: relative; font-size: 1.6rem; line-height: 1.6; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: top; -ms-flex-align: top; align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  .flow-list dd p { width: 70%; }
  .flow-list dd figure { width: 26%; text-align: right; margin-left: 4%; }
  .flow-list dd figure img { width: 100%; height: auto; }
  dl.flow-list dd .arrow { height: 40px; }
  dl.flow-list dd span { height: 40px; width: 80px; display: block; position: relative; margin: 15px 100px 15px; }
  .flow-list dd::after { content: '▼'; position: absolute; bottom: -3rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #dfee96; font-size: 2rem; line-height: 1; }
  .flow-list dd:last-of-type::after { display: none; } }

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