@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Noto Sans JP", sans-serif; color: #646464; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "Noto Sans JP", sans-serif; color: #646464; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

section { height: auto; overflow: hidden; margin: 0 0 3rem 0; }
section.first { margin: 0; }
section.s_h2 { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

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

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

/* :::::::::: マージン :::::::::: */
.mt0 { margin-top: 0px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mb0 { margin-bottom: 0px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb45 { margin-bottom: 45px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml45 { margin-left: 45px !important; }

.ml50 { margin-left: 50px !important; }

.mr0 { margin-right: 0px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr25 { margin-right: 25px !important; }

.mr30 { margin-right: 30px !important; }

.mr35 { margin-right: 35px !important; }

.mr40 { margin-right: 40px !important; }

.mr45 { margin-right: 45px !important; }

.mr50 { margin-right: 50px !important; }

/* :::::::::: パディング :::::::::: */
.pt0 { padding-top: 0px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt25 { padding-top: 25px !important; }

.pt30 { padding-top: 30px !important; }

.pt35 { padding-top: 35px !important; }

.pt40 { padding-top: 40px !important; }

.pt45 { padding-top: 45px !important; }

.pt50 { padding-top: 50px !important; }

.pb0 { padding-bottom: 0px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb25 { padding-bottom: 25px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb35 { padding-bottom: 35px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb45 { padding-bottom: 45px !important; }

.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl25 { padding-left: 25px !important; }

.pl30 { padding-left: 30px !important; }

.pl35 { padding-left: 35px !important; }

.pl40 { padding-left: 40px !important; }

.pl45 { padding-left: 45px !important; }

.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr25 { padding-right: 25px !important; }

.pr30 { padding-right: 30px !important; }

.pr35 { padding-right: 35px !important; }

.pr40 { padding-right: 40px !important; }

.pr45 { padding-right: 45px !important; }

.pr50 { padding-right: 50px !important; }

/* :::::::::: 行揃え :::::::::: */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 1200px; }
  section { height: auto; overflow: hidden; margin: 0 0 6rem 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; position: relative; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }

.main { width: 90%; margin: 0 auto; padding: 1rem 0 0 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 4rem 0 6rem; background-color: #FFFFFF; }
  .main { width: 1200px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
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; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin: 0 0 1rem 0; padding: 0; }
header .head_frame .header_info .head_logo { width: 65%; margin: 0; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 1.2rem 0 .6rem 3rem; }
header .head_frame .header_info .head_access { width: auto; margin: 1rem auto 0; }
header .head_frame .header_info .head_access p { margin: 0; }
header .head_frame .header_info .head_access p.tel a { display: none; }
header .head_frame .header_info .head_access p.access { color: #4a4a4a; font-size: 1.6rem; line-height: 1.6; }
header .head_frame .header_info .head_access p.park { background-color: #765e53; color: #FFFFFF; font-size: 1.2rem; line-height: 1.6; width: 100%; height: auto; padding: .4rem 0; border-radius: 1rem; display: block; text-align: center; }
header .key_on .key_visual { width: 100%; /*height: 32rem;*/ height: auto; background-position: center top; background-size: 120% auto; background-repeat: no-repeat; padding: 2rem 0; }
header .key_on .key_visual .key_contents { width: 100%; margin: 0 auto; padding: 10rem 0 0 0; position: relative; }
header .key_on .key_visual .key_contents p.txt { width: 90%; height: auto; background-color: #FFFFFF; color: #ca9b33; font-size: 1.2rem; margin: 0 auto; padding: .4rem 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; }
header .key_on .key_visual .key_contents .table_wrapper { width: 90%; margin: 2rem auto 0; }
header .key_on .key_visual .key_contents .open { position: absolute; right: 0; left: 0; margin: auto; width: 90%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 1rem 0 0 0; }
header .key_on .key_visual .key_contents .open figure { width: 48%; }
header .key_on .key_visual .key_contents .open figure img { width: 100%; }
header .key_on .key_visual .bnr_info { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 1rem 0 0 0; }
header .key_on .key_visual .bnr_info a { width: 50%; text-align: center; }
header .key_on .key_visual .bnr_info a.cell { display: block; margin: 0 0 1.0rem; }
header .key_on .key_visual .bnr_info a img { width: 9rem; }
header .key_visual_low { background: url("../images/key_visual_low.png") repeat; background-size: contain; background-position: center; overflow: hidden; width: 100%; height: auto; margin: 0; padding: 0; }
header .key_visual_low h1 { font-size: 2rem; font-weight: normal; padding: 3rem 0; text-align: center; color: #FFFFFF; }

@media print, screen and (min-width: 768px) { header .head_frame { width: 100%; margin: 0; padding: 1.2rem 0 0 0; background-color: #FFFFFF; }
  header .head_frame .header_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 1200px; margin: 0 auto 2.6rem; padding: 0; }
  header .head_frame .header_info .head_logo { width: 38rem; margin: 0; }
  header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 0; }
  header .head_frame .header_info .head_access { width: auto; margin: 3.2rem auto 0; }
  header .head_frame .header_info .head_access p { margin: 0; text-align: center; }
  header .head_frame .header_info .head_access p.tel { display: block; color: #765e53; font-size: 2.4rem; font-weight: 700; line-height: 1.2; }
  header .head_frame .header_info .head_access p.tel a { color: #765e53; }
  header .head_frame .header_info .head_access p.access { color: #4a4a4a; font-size: 1.4rem; line-height: 1.6; }
  header .head_frame .header_info .head_access p.park { background-color: #765e53; color: #FFFFFF; font-size: 1.4rem; line-height: 1.6; width: 19.4rem; height: 2.2rem; border-radius: 1rem; 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; }
  header .key_on .key_visual { width: 100%; height: 55rem; background-position: top; background-size: auto; background-repeat: no-repeat; padding: 0; margin: 0; }
  header .key_on .key_visual .key_contents { width: 1200px; margin: 0 auto; padding: 3rem 0 0 0; position: relative; }
  header .key_on .key_visual .key_contents p.txt { width: 71.2rem; height: 6rem; background-color: #FFFFFF; color: #ca9b33; font-size: 3rem; margin: 0; 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; }
  header .key_on .key_visual .key_contents .table_wrapper { width: 58.5rem; margin: 24.8rem 0 0 0; }
  header .key_on .key_visual .key_contents .open { position: absolute; right: 0; left: inherit; bottom: 0; padding: 0; width: 38.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  header .key_on .key_visual .key_contents .open figure { width: auto; }
  header .key_on .key_visual .key_contents .open figure img { width: 100%; }
  header .key_on .key_visual .bnr_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 260px 80px 0 0; }
  header .key_on .key_visual .bnr_info a { width: auto; }
  header .key_on .key_visual .bnr_info a.cell { display: block; margin: 0 40px 0 0; }
  header .key_on .key_visual .bnr_info a img { width: 180px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
  header .key_on .key_visual .bnr_info a:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }
  header .key_visual_low { background: url("../images/key_visual_low.png") repeat; background-size: auto; background-position: center top; width: 100%; height: 20rem; 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; }
  header .key_visual_low h1 { font-size: 3.4rem; color: #FFFFFF; font-weight: normal; padding: 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; }
  .main_nav_pc nav { width: 58rem; margin: 3.2rem 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; 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: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 8.8rem; padding: 1.4rem 0; margin: 0 auto; box-sizing: border-box; }
  .main_nav_pc nav ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; height: 8.8rem; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: .1rem #dadada solid; }
  .main_nav_pc nav ul li:last-child { border-right: .1rem #dadada solid; }
  .main_nav_pc nav ul li.treatment, .main_nav_pc nav ul li.online { display: block; cursor: pointer; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #646464; font-size: 1.4rem; width: 100%; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav ul li a::before { display: block; margin: 0 0 1.2rem 0; }
  .main_nav_pc nav ul li a::after { display: block; font-size: 1rem; color: #c2ab79; margin: .4rem 0 0 0; }
  .main_nav_pc nav ul li.home a::before { content: url("../images/menu_01.png"); }
  .main_nav_pc nav ul li.home a::after { content: 'HOME'; }
  .main_nav_pc nav ul li.doctor a::before { content: url("../images/menu_02.png"); }
  .main_nav_pc nav ul li.doctor a::after { content: 'DOCTOR'; }
  .main_nav_pc nav ul li.treatment { position: relative; }
  .main_nav_pc nav ul li.treatment a::before { content: url("../images/menu_03.png"); }
  .main_nav_pc nav ul li.treatment a::after { content: 'GUIDE'; }
  .main_nav_pc nav ul li.clinic a::before { content: url("../images/menu_04.png"); }
  .main_nav_pc nav ul li.clinic a::after { content: 'CLINIC'; }
  .main_nav_pc nav ul li.access a::before { content: url("../images/menu_05.png"); }
  .main_nav_pc nav ul li.access a::after { content: 'ACCESS'; }
  .main_nav_pc nav ul li.online { position: relative; }
  .main_nav_pc nav ul li.online a { letter-spacing: -2px; }
  .main_nav_pc nav ul li.online a::before { content: url("../images/menu_06.png"); }
  .main_nav_pc nav ul li.online a::after { letter-spacing: 0; content: 'ONLINE'; }
  .main_nav_pc nav ul li.faq { position: relative; }
  .main_nav_pc nav ul li.faq a::before { content: url("../images/menu_07.png"); }
  .main_nav_pc nav ul li.faq a::after { content: 'FAQ'; }
  .main_nav_pc nav ul li ul { width: auto; margin: 0; display: none; z-index: 999999; position: absolute; right: -50%; left: -50%; height: 0; padding: 2rem 0 0 0; }
  .main_nav_pc nav ul li ul li { width: 100%; height: 5rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ca9b33; border-right: 0; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; border-left: 0; padding: 0 8px; }
  .main_nav_pc nav ul li ul li:first-of-type { border-left: 0; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 1.8rem 0; background-color: #ca9b33; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; color: #FFFFFF; line-height: 1.4; border-left: 0 !important; }
  .main_nav_pc nav ul li ul li a:hover { border-bottom: #FFFFFF .1rem solid; margin: 0 0 0 0; padding: 1.8rem 0; height: auto; background-color: #fef8ef; color: #765e53; }
  .main_nav_pc nav ul li ul li a::before, .main_nav_pc nav ul li ul li a::after { content: '' !important; }
  .main_nav_pc nav ul li ul.main_nav_online { right: 0; }
  .main_nav_pc nav ul.open_nav { display: block; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { width: 100%; padding: .3rem; background-color: #FFFFFF; -webkit-box-sizing: border-box; box-sizing: border-box; }
.table_wrapper p { font-size: 1.2rem; color: #646464; margin: .8rem 0 0 0; text-align: left; }
.table_wrapper p span { color: #d0a74d; }

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: #FFFFFF .3rem solid; }
table.timetable tr:last-child { border: 0; }
table.timetable tr th { padding: 1.2rem 0; text-align: center; font-weight: normal; background-color: #9b8b84; color: #FFFFFF; font-size: 1.2rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #FFFFFF .3rem solid; }
table.timetable tr th:last-child { border-right: 0; }
table.timetable tr td { text-align: center; padding: 1.2rem 0; font-size: 1.2rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #646464; background-color: #f4f4f4; width: 11%; border-right: #FFFFFF .3rem solid; }
table.timetable tr td span { color: #d0a74d; }
table.timetable tr td:last-child { border-right: 0; }
table.timetable tr td.time { white-space: nowrap; width: 23%; text-align: center; color: #9b8b84; background-color: #f1e7db; font-size: 1.4rem; }
table.timetable.doctor th { background-color: #156082; }
table.timetable.doctor th.time { width: 23%; }
table.timetable.doctor td { background-color: #ccd2d8; }
table.timetable.doctor td.pm { background-color: #e7eaed; }

@media print, screen and (min-width: 768px) { .table_wrapper { width: 100%; padding: .3rem; background-color: #FFFFFF; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .table_wrapper p { font-size: 1.4rem; color: #646464; margin: .8rem 0 0 0; text-align: left; }
  .table_wrapper p span { color: #d0a74d; }
  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: #FFFFFF .3rem solid; }
  table.timetable tr:last-child { border: 0; }
  table.timetable tr th { padding: 1.2rem 0; text-align: center; font-weight: normal; background-color: #9b8b84; color: #FFFFFF; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #FFFFFF .3rem solid; }
  table.timetable tr th:last-child { border-right: 0; }
  table.timetable tr td { text-align: center; padding: 1.2rem 0; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #646464; background-color: #f4f4f4; width: 11%; border-right: #FFFFFF .3rem solid; }
  table.timetable tr td span { color: #d0a74d; }
  table.timetable tr td:last-child { border-right: 0; }
  table.timetable tr td.time { white-space: nowrap; width: 23%; text-align: center; color: #9b8b84; background-color: #f1e7db; font-size: 1.4rem; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 2rem 0; margin: 0 0 2rem 0; background-color: #fef8ef; }
.notice_wrapper h2.top::after { content: 'news'; }
.notice_wrapper .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 25rem; width: 100%; margin: 1.4rem auto 0; padding: 1rem 1.6rem 1rem 1.4rem; overflow-y: scroll; box-sizing: border-box; }
.notice_wrapper .notice_frame dl { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt { color: #be9255; font-size: 1.4rem; font-weight: normal; margin: .6rem 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt span.date_text { font-size: 1.2rem; margin: 0 0 0 10px; }
.notice_wrapper .notice_frame dl dd { margin: 0 0 1.8rem 0; }
.notice_wrapper .notice_frame dl dd p { color: #646464; font-size: 1.3rem; margin: 0; padding: 0 0 1.8rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; }

@media print, screen and (min-width: 768px) { .notice_wrapper { width: 1200px; margin: 0 auto; padding: 30px 0 30px 85px; background-color: #fef8ef; 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; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 280px; width: 863px; margin: 0 30px 0 auto; padding: 0 10px 0 0; overflow-y: scroll; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt { color: #be9255; font-size: 2rem; font-weight: normal; margin: 0 0 .8rem 0; padding: 0; }
  .notice_wrapper .notice_frame dl dt span.date_text { font-size: 1.4rem; margin: 0 0 0 10px; }
  .notice_wrapper .notice_frame dl dd { margin: 0 0 16px 0; }
  .notice_wrapper .notice_frame dl dd p { color: #646464; font-size: 1.6rem; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　日本泌尿器科学会専門医による専門性のある診療
----------------------------------------------------------- */
.features_wrapper { background-color: #625b53; width: 100%; height: auto; padding: 3rem 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.features_wrapper h2.top { color: #FFFFFF; }
.features_wrapper h2.top::after { content: 'Features'; }
.features_wrapper .features { width: 100%; margin: 2rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.features_wrapper .features .feature_box { width: auto; height: auto; margin: 0 0 1.6rem 0; }
.features_wrapper .features .feature_box img { border-radius: 8px; width: 30rem; }
.features_wrapper .features .feature_box .txt_box { background-color: #FFFFFF; border-radius: 8px; width: 30rem; height: auto; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.features_wrapper .features .feature_box .txt_box p { font-size: 1.3rem; line-height: 1.4; margin: 0; }
.features_wrapper .features .feature_box .txt_box p span { width: 3.3rem; height: 3.3rem; background-color: #d2aa5d; border-radius: 5px; color: #FFFFFF; font-weight: 900; 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; }
.features_wrapper .features .feature_box .txt_box a.link_arrow { color: #e1b9a8; font-size: 1.3rem; margin: 1.4rem 0 0 0; display: block; }
.features_wrapper .features .feature_box .txt_box a.link_arrow::before { font-family: fontello; content: '\0f006'; display: inline-block; margin: 0 10px 0 0; }
.features_wrapper .features a .feature_box:hover { opacity: 0.8; }
.features_wrapper .features a .feature_box .txt_box p { color: #646464; }

@media print, screen and (min-width: 768px) { .features_wrapper { background-color: #625b53; width: 100%; height: auto; padding: 10rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_wrapper .features { width: 1200px; margin: 3rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_wrapper .features .feature_box { position: relative; width: 360px; height: 430px; margin: 0; }
  .features_wrapper .features .feature_box img { position: absolute; top: 0; left: 0; border-radius: 8px; width: auto; }
  .features_wrapper .features .feature_box .txt_box { position: absolute; bottom: 0; right: 0; background-color: #FFFFFF; border-radius: 8px; width: 300px; height: 250px; padding: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_wrapper .features .feature_box .txt_box p { font-size: 1.6rem; line-height: 1.4; }
  .features_wrapper .features .feature_box .txt_box p span { width: 33px; height: 33px; background-color: #d2aa5d; border-radius: 5px; color: #FFFFFF; font-weight: 900; 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 -10px 0; }
  .features_wrapper .features .feature_box .txt_box a.link_arrow { color: #e1b9a8; font-size: 1.4rem; margin: 12px 0 0 0; display: block; }
  .features_wrapper .features .feature_box .txt_box a.link_arrow::before { font-family: fontello; content: '\0f006'; display: inline-block; margin: 0 10px 0 0; }
  .features_wrapper .features .feature_box .txt_box a.link_arrow:hover { color: #ca9b33; }
  .features_wrapper .features a .feature_box:hover { opacity: 0.8; }
  .features_wrapper .features a .feature_box .txt_box p { color: #646464; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatment_wrapper { background-color: #FFFFFF; width: 100%; height: auto; padding: 3rem 0 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.treatment_wrapper h2.top::after { content: 'Medical treatment information'; }
.treatment_wrapper .treatment { width: 100%; margin: 2rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.treatment_wrapper .treatment a { width: 90%; display: block; }
.treatment_wrapper .treatment a .trm_box, .treatment_wrapper .treatment a .trm_box_s { width: 100%; display: block; margin: 0 0 1.2rem 0; }
.treatment_wrapper .treatment a .trm_box p, .treatment_wrapper .treatment a .trm_box_s p { color: #FFFFFF; font-weight: 700; margin: 0; }
.treatment_wrapper .treatment a .trm_box p::after, .treatment_wrapper .treatment a .trm_box_s p::after { content: '\03e'; display: inline-block; font-weight: normal; margin: 0 0 0 10px; }
.treatment_wrapper .treatment a .trm_box span, .treatment_wrapper .treatment a .trm_box_s span { color: #FFFFFF; font-size: 1.1rem; line-height: 1.2; }
.treatment_wrapper .treatment a .trm_box { height: 16rem; width: 100%; background-repeat: no-repeat !important; background-size: 100% !important; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 5rem 0 0 0; }
.treatment_wrapper .treatment a .trm_box p { font-size: 1.8rem; }
.treatment_wrapper .treatment a .trm_box_s { height: auto; padding: 1rem; background: #bba07d; border-radius: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.treatment_wrapper .treatment a .trm_box_s p { font-size: 1.6rem; }
.treatment_wrapper .treatment a .trm_box_01 { background: url("../images/treatment_01.jpg"); }
.treatment_wrapper .treatment a .trm_box_02 { background: url("../images/treatment_02.jpg"); }
.treatment_wrapper .treatment a .trm_box_03 { background: url("../images/treatment_03.jpg"); }

@media print, screen and (min-width: 768px) { .treatment_wrapper { background-color: #FFFFFF; width: 100%; height: auto; padding: 10rem 0 8rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .treatment_wrapper .treatment { width: 1200px; margin: 3rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: inherit; -ms-flex-pack: inherit; justify-content: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .treatment_wrapper .treatment a { width: auto; margin: 0 45px 20px 0; }
  .treatment_wrapper .treatment a .trm_box, .treatment_wrapper .treatment a .trm_box_s { width: 370px; text-align: center; vertical-align: middle; display: table-cell; margin: 0; }
  .treatment_wrapper .treatment a .trm_box:hover, .treatment_wrapper .treatment a .trm_box_s:hover { opacity: 0.8; }
  .treatment_wrapper .treatment a .trm_box p, .treatment_wrapper .treatment a .trm_box_s p { color: #FFFFFF; font-weight: 700; margin: 0; }
  .treatment_wrapper .treatment a .trm_box p::after, .treatment_wrapper .treatment a .trm_box_s p::after { content: '\03e'; display: inline-block; font-weight: normal; margin: 0 0 0 10px; }
  .treatment_wrapper .treatment a .trm_box span, .treatment_wrapper .treatment a .trm_box_s span { color: #FFFFFF; font-size: 1.4rem; }
  .treatment_wrapper .treatment a .trm_box { height: 200px; padding: 0; }
  .treatment_wrapper .treatment a .trm_box p { font-size: 3rem; }
  .treatment_wrapper .treatment a .trm_box_s { height: 100px; background: #bba07d; border-radius: 8px; padding: 0 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .treatment_wrapper .treatment a .trm_box_s p { font-size: 2rem; }
  .treatment_wrapper .treatment a:nth-of-type(3n) { margin: 0 0 20px 0; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background-color: #FFFFFF; width: 100%; margin: 0 auto; padding: 1rem 0 0 0; font-size: 0; }
.overview_bg .overview { padding: 0; margin: 0 auto; width: 98%; }
.overview_bg .overview .overview_frame { display: block; width: 90%; margin: 2.6rem auto 0; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_left { padding: 0; margin: 0 0 1.8rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left figure { margin: 0 auto 2rem; text-align: center; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left figure img { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left table.overview_list { margin: 0 0 1.8rem 0; border-collapse: separate; border-spacing: 0 .4rem; }
.overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr th, .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td { font-size: 1.2rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; }
.overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr th { width: 154px; color: #9b8b84; background: #f1e7db; vertical-align: middle; text-align: left; padding: 0 0 0 12px; border-radius: 6px 0 0 6px; }
.overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td { width: 432px; color: #4c4c4c; border: 2px #f1e7db solid; padding: 12px 0 12px 12px; border-radius: 0 6px 6px 0; }
.overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td span.park { color: #f29faf; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 35rem; margin: 0 0 0 auto; border-radius: 10px; border: .2rem #d5d5d5 solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_right figure { width: 100%; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_right figure img { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right a.gmap { width: 100%; text-decoration: none; text-align: center; border: 2px #765e53 solid; border-radius: 18px; display: block; padding: 10px 0; margin: 12px 0; color: #765e53; font-size: 1.4rem; }

@media print, screen and (min-width: 768px) { .overview_bg { background-color: #FFFFFF; width: 100%; margin: 0 auto; padding: 10rem 0; font-size: 0; }
  .overview_bg .overview { padding: 0; margin: 0 auto; width: 1200px; }
  .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; width: 1200px; margin: 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { width: 600px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_left { padding: 0 15px 0 0; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left figure { margin: 0 auto 40px; text-align: center; width: 340px; }
  .overview_bg .overview .overview_frame .overview_frame_left figure img { width: 100%; }
  .overview_bg .overview .overview_frame .overview_frame_left table.overview_list { margin: 0 0 30px 0; border-collapse: separate; border-spacing: 0 5px; }
  .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr th, .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td { font-size: 1.4rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; }
  .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr th { width: 154px; color: #9b8b84; background: #f1e7db; vertical-align: middle; text-align: left; padding: 0 0 0 12px; border-radius: 6px 0 0 6px; }
  .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td { width: 432px; color: #4c4c4c; border: 2px #f1e7db solid; padding: 12px 0 12px 12px; border-radius: 0 6px 6px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.overview_list tr td span.park { color: #f29faf; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 554px; height: 573px; margin: 0 0 0 auto; border-radius: 10px; border: 2px #d5d5d5 solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_right figure { width: 554px; margin: 0 0 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_right figure img { width: 554px; }
  .overview_bg .overview .overview_frame .overview_frame_right a.gmap { width: 554px; text-decoration: none; text-align: center; border: 2px #765e53 solid; border-radius: 18px; display: block; padding: 16px 0; margin: 12px 0 0 auto; color: #765e53; font-size: 1.6rem; }
  .overview_bg .overview .overview_frame .overview_frame_right a.gmap:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer .footer_wrapper { display: none; }
footer .global-nav { position: fixed; left: 0; bottom: 0; padding: .4rem .8rem; background-color: #be9255; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; }
footer .nav-item { display: table-cell; white-space: nowrap; width: 80%; }
footer .nav-item:last-child { width: 20%; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.6rem; }
footer .nav-item a i { font-size: 1.6rem; margin: 0 .2rem 0 0; }
footer .nav-item span { border-radius: .6rem; padding: 1.2rem 0; display: block; }
footer .nav-item span.link { background-color: #765e53; margin: 0 1rem 0 0; }
footer .nav-item span.totop { background-color: #625b53; }
footer .copyright { text-align: center; background-color: #fef8ef; height: auto; margin: 0; padding: 1.2rem 1rem 4rem; }
footer .copyright a { text-decoration: none; font-size: 1.1rem; color: #b0966f; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; background-color: #fef8ef; width: 100%; height: auto; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 1200px; margin: 0 auto; padding: 1.8rem 0 3rem; 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: left; margin: 0 0 1.2rem 0; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 1rem; border-right: .1rem #b0966f solid; margin: 0; }
  footer .footer_wrapper .footer_frame ul li br { display: none; }
  footer .footer_wrapper .footer_frame ul li:first-child { border-left: .1rem #b0966f solid; }
  footer .footer_wrapper .footer_frame ul li a { color: #b0966f; font-size: 1.2rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.6; }
  footer .footer_wrapper .footer_frame ul li.treatment, footer .footer_wrapper .footer_frame ul li.online { display: none; }
  footer .copyright { text-align: left; height: auto; background-color: #fef8ef; margin: 0 auto; padding: 0 0 18px 0; width: 1200px; }
  footer .copyright a { text-decoration: none; font-size: 1.2rem; margin: 0; color: #b0966f; } }
/* -----------------------------------------------------------
　ネット予約
----------------------------------------------------------- */
.side-menu { display: none; }

@media print, screen and (min-width: 768px) { .side-menu { display: block; position: fixed; top: 200px; right: 0; left: inherit; z-index: 9999; }
  .side-menu a { background-color: transparent; }
  .side-menu a img { display: block; }
  .side-menu a p { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 13vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; display: none; }

@media print, screen and (min-width: 768px) { #pagetop { position: fixed; top: 400px; right: 0; margin: 0; height: 70px; text-align: center; }
  #pagetop a { /*
width: 38px;
height: 180px;
background-color: #d8c2a7;
border-radius: 10px 0 0 10px;
writing-mode: vertical-rl;
position: relative;
*/ 		/*
		p{ font-size: 1.6rem; color: #FFFFFF; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
			white-space: nowrap;
			&::before{
				content: "\00f005";
				font-family: fontello;
			}
		}
		*/ }
  #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; right: 0; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 24vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #765e53; opacity: 0.9; }
.drawr p { color: #765e53; font-size: 1.2rem; text-align: center; padding: 1.8rem 0; background-color: #ffffff; 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 { 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; }
.drawr ul.hbg li.treatment, .drawr ul.hbg li.online { display: none; }

.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: 5rem; height: 5rem; position: absolute; cursor: pointer; top: 1rem; right: 1rem; padding: 0 0 .6rem 0; background-color: #be9255; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

a { text-decoration: none; }
a .map_viewer { 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: 5rem; height: 5rem; position: absolute; cursor: pointer; top: 5.6rem; right: 0; color: #FFFFFF; padding: 0; background-color: #9b8b84; border-radius: 0; -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: 26rem; height: auto; margin: 0; /*メニュー下のバナー*/ }
  aside div ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style-type: none; }
  aside div ul li { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; margin: 0 auto; width: 100%; padding: 0 .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 7rem; border-radius: .4rem; margin: 0 0 1rem 0; background-color: #FFFFFF; }
  aside div ul li a { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; font-size: 2.2rem; font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside div ul li:nth-of-type(-n+2) { border: .2rem #fd8960 solid; }
  aside div ul li:nth-of-type(-n+2) a { color: #fd8960; }
  aside div ul li:nth-child(n + 3):not(:nth-child(n + 5)) { border: .2rem #fd828c solid; }
  aside div ul li:nth-child(n + 3):not(:nth-child(n + 5)) a { color: #fd828c; }
  aside div ul li:nth-child(n + 5):not(:nth-child(n + 7)) { border: .2rem #f385c9 solid; }
  aside div ul li:nth-child(n + 5):not(:nth-child(n + 7)) a { color: #f385c9; }
  aside .banner { margin: 0; }
  aside .banner a { text-decoration: none; }
  aside .banner a figure { margin: 4rem auto 0; text-align: center; }
  aside .banner a figure:hover { opacity: 0.7; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

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

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

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

/*二つ(access)*/
.img_two_ac { display: block; }
.img_two_ac li { margin-bottom: 10px; }
.img_two_ac li img { width: 100%; }

.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_doctor { float: right; margin: 0 0 1rem 1.8rem; }
  .img_doctor img { width: 400px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  /*二つ(access)*/
  .img_two_ac { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .img_two_ac li { list-style: none; margin: 0 10px; overflow: hidden; font-size: 1.5rem !important; line-height: 1.5; width: 650px; }
  .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; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding-left: 1.3em; text-indent: -1.3em; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

ul.list_latin { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_latin li { line-height: 130%; font-size: 1.2rem; list-style-type: lower-latin; 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; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.4rem; 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.4rem; 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.4rem; 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.4rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_latin { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_latin li { line-height: 130%; font-size: 1.4rem; list-style-type: lower-latin; 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.4rem; 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.4rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.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.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1200px; }
  dl.bio_list dt { width: 120px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1080px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h2 { clear: both; }
h2.top { color: #646464; font-size: 2rem; font-weight: normal; text-align: center; margin: 0 0 2rem 0; padding: 0; display: grid; line-height: 1.4; }
h2.top::before { content: url("../images/h2_top.png"); display: block; margin: 0 0 .2rem 0; }
h2.top::after { color: #e1b9a8; font-size: 1.4rem; font-weight: normal; }
h2.one_column { border-bottom: 0; text-align: center; position: relative; }
h2.one_column::before { content: ''; position: absolute; left: 50%; bottom: -1rem; display: inline-block; width: 6rem; height: .3rem; -webkit-transform: translateX(-50%); transform: translate(-50%); background-color: #5d4b95; }

h3 { color: #646464; background-color: #f3ece3; font-size: 1.8rem; font-weight: normal; padding: 1rem 1rem 1rem 1.6rem; margin: 2rem 0 1.4rem 0; border-radius: .8rem; }

h4 { color: #d8b973; font-weight: normal; font-size: 1.7rem; padding: 1rem 0; margin: 2rem 0 1.2rem; border-top: #d8b973 .1rem solid; border-bottom: #d8b973 .1rem solid; }

h5 { color: #222222; font-weight: bold; font-size: 1.6rem; margin: 1.8rem 0; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top { color: #646464; font-size: 3.6rem; font-weight: normal; text-align: center; margin: 0; padding: 0; display: grid; line-height: inherit; }
  h2.top::before { content: url("../images/h2_top.png"); display: block; margin: 0 0 8px 0; }
  h2.top::after { color: #e1b9a8; font-size: 1.4rem; font-weight: normal; margin: 8px 0 0 0; }
  h2.one_column { border-bottom: 0; text-align: center; position: relative; }
  h2.one_column::before { content: ''; position: absolute; left: 50%; bottom: -2rem; display: inline-block; width: 7rem; height: .4rem; -webkit-transform: translateX(-50%); transform: translate(-50%); background-color: #5d4b95; }
  h3 { color: #646464; background-color: #f3ece3; font-size: 2.8rem; font-weight: normal; padding: 1.4rem 1rem 1.4rem 2rem; margin: 3rem 0 1.8rem 0; border-radius: .8rem; }
  h4 { color: #d8b973; font-weight: normal; font-size: 2.4rem; padding: 16px 0; margin: 24px 0 18px; border-top: #d8b973 .1rem solid; border-bottom: #d8b973 .1rem solid; }
  h5 { color: #222222; font-weight: bold; font-size: 2.0rem; margin: 2.4rem 0 1.8rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low .mg0 { margin: 0 !important; }
.low .wrapper { background-color: #FFFFFF; }
.low .red { color: red; }
.low .blue { color: blue; }
.low .orange { color: orange; }
.low a:hover { opacity: .8; color: orange; }
.low .cornflowerblue { color: cornflowerblue; }
.low figure img.machine { display: block; margin: 0 auto 2rem; width: 80%; }
.low .main p { line-height: 1.6; }
.low .main p.txt_right { display: block; text-align: right; }
.low .main p.g_txt { font-size: 1.8rem; color: #625b53; margin: 0; }
.low ul li { font-size: 1.2rem; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.2rem; }
.low ul.certificate { margin: 0 0 1.8rem 0; }
.low ul.certificate li { line-height: 2; padding-left: 1.6em; text-indent: -1.6em; }
.low ul.certificate li:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #9b8b84; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.low ul.hospital { border: 0.1rem #765e53 solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2rem 1rem; }
.low ul.hospital li { padding: 0 0 1rem 0; padding-left: 1.4rem; text-indent: -1.5rem; line-height: 1.4; }
.low ul.hospital li:last-of-type { margin: 0; }
.low dl.smp { font-size: 1.3rem; display: block; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #9b8b84; 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; line-height: 1.3; }
.low dl.smp dd { color: #646464; border-left: 0.1rem #9b8b84 solid; border-right: 0.1rem #9b8b84 solid; line-height: 1.4; }
.low dl.smp dd:last-of-type { border-bottom: 0.1rem #9b8b84 solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #765e53; font-size: 2rem; }
.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 { color: #FFFFFF; background-color: firebrick; font-size: 1.8rem; font-weight: normal; padding: 1.2rem 7rem; margin: 4rem auto 1.6rem; border-radius: 10px; display: table; }
.low table.check { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-collapse: separate; margin: 0 0 1.6rem 0; }
.low table.check tr th, .low table.check tr td { font-size: 1.2rem; padding: 1rem; line-height: 1.4; }
.low table.check tr th p, .low table.check tr td p { margin: 0; font-size: 1.0rem; }
.low table.check tr th { color: #FFFFFF; background-color: #765e53; border-right: 1px #FFFFFF solid; vertical-align: middle; font-size: 1.2rem; padding: 1rem; line-height: 1.4; }
.low table.check tr th:last-of-type { border-right: 0; text-align: center; }
.low table.check tr th:nth-child(1) { width: 30%; }
.low table.check tr th:nth-child(2) { width: 50%; }
.low table.check tr th:nth-child(3) { width: 20%; }
.low table.check tr td { border-right: .1rem #CCCCCC solid; border-bottom: .1rem #CCCCCC solid; vertical-align: middle; }
.low table.check tr td:first-of-type { border-left: .1rem #CCCCCC solid; }
.low table.check tr td.sub { background-color: #bbf1cf; }
.low table.price { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-collapse: separate; margin: 0 0 1.6rem 0; }
.low table.price tr th, .low table.price tr td { font-size: 1.2rem; padding: 1rem; line-height: 1.4; }
.low table.price tr th p, .low table.price tr td p { margin: 0; font-size: 1.0rem; }
.low table.price tr th { color: #FFFFFF; background-color: #765e53; border-bottom: 1px #CCCCCC solid; vertical-align: middle; font-size: 1.2rem; padding: 1rem; line-height: 1.4; }
.low table.price tr th:last-of-type { border-right: 0; text-align: center; }
.low table.price tr td { vertical-align: middle; border-bottom: 1px #CCCCCC solid; border-right: 1px #CCCCCC solid; }
.low table.price tr td.zero { border-top: 1px #CCCCCC solid; }
.low table.price tr td.sub { background-color: #bbf1cf; }
.low table.list tr th:nth-child(1) { width: 22%; }
.low table.list tr th:nth-child(2) { width: 50%; }
.low table.list tr th:nth-child(3) { width: 7%; }
.low table.list tr th:nth-child(4) { width: 7%; }
.low table.list tr th:nth-child(5) { width: 7%; }
.low table.list tr th:nth-child(6) { width: 7%; }
.low .schedule_wrapper { width: 100%; 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; }
.low .schedule_wrapper .schedule_box { width: 32%; margin: 0 0 1.6rem 0; }
.low .schedule_wrapper .schedule_box p { text-align: center; margin: 0; }
.low .schedule_wrapper .schedule_box .schedule_week { height: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; }
.low .schedule_wrapper .schedule_box .schedule_week .blue { width: 25%; background-color: darkgoldenrod; }
.low .schedule_wrapper .schedule_box .schedule_week .yellow { width: 12.5%; background-color: gold; 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; }
.low .schedule_wrapper .schedule_box .schedule_week_rest { height: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; }
.low .schedule_wrapper .schedule_box .schedule_week_rest .blue { width: 100%; background-color: darkgoldenrod; color: #FFFFFF; font-size: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media print, screen and (min-width: 768px) { .low .wrapper { margin: 10rem 0; padding: 0; }
  .low h2.top { margin: 0 0 5rem 0; }
  .low figure img.machine { display: block; margin: 0 auto 2rem; width: 60%; }
  .low ul li { font-size: 1.4rem; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.4rem; }
  .low ul.certificate { margin: 0 0 2.8rem 0; }
  .low ul.certificate li a:hover { opacity: 0.8; }
  .low ul.hospital { border: 0.1rem #765e53 solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2rem; }
  .low ul.hospital li { padding: 0 0 1rem 0; padding-left: 1.4rem; text-indent: -1.5rem; line-height: 1.4; }
  .low ul.hospital li:last-of-type { margin: 0; }
  .low dl.smp { font-size: 1.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #9b8b84; width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: .1rem #FFFFFF solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1.0rem; }
  .low dl.smp dt:first-of-type { border-top: 0.1rem #9b8b84 solid; }
  .low dl.smp dt:last-of-type { border-bottom: 0.1rem #9b8b84 solid; }
  .low dl.smp dd { color: #646464; width: 70%; border-right: 0.1rem #9b8b84 solid; border-bottom: 0.1rem #9b8b84 solid; padding: 2rem; border-left: 0; line-height: 1.6; }
  .low dl.smp dd:first-of-type { border-top: 0.1rem #9b8b84 solid; }
  .low dl.smp dd span br { display: none; }
  .low .main p { line-height: 1.8; }
  .low .main p.txt_right { display: block; text-align: right; }
  .low .main p.g_txt { font-size: 2rem; color: #625b53; margin: 0; }
  .low .clinic_map { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: distribute; justify-content: space-around; }
  .low .clinic_map figure { width: auto; }
  .low .clinic_map figure figcaption { text-align: center; font-size: 1.6rem; color: #fff; background-color: #fef8ef; padding: .8rem 0; margin: 0 0 1.2rem 0; }
  .low .flexmap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .low .flexmap .map_box { width: 49%; }
  .low .flexmap .map_box figure { margin: 0; }
  .low .flexmap .map_box figure img { width: 588px; }
  .low .flexmap .map_box iframe { width: 100%; height: 561px; }
  .low a.btn { color: #FFFFFF; background-color: firebrick; font-size: 2.8rem; font-weight: normal; padding: 14px 50px; margin: 40px auto 20px; border-radius: 10px; display: table; }
  .low a.btn:hover { background-color: darksalmon; }
  .low table.check { margin: 0 0 30px 0; }
  .low table.check tr th, .low table.check tr td { font-size: 1.6rem; line-height: 1.6; }
  .low table.check tr th p, .low table.check tr td p { margin: 0; font-weight: normal; font-size: 1.6rem; }
  .low table.check tr th { margin: 0; font-weight: normal; font-size: 1.6rem; }
  .low table.check tr th br { display: none; }
  .low table.check tr th:nth-child(1) { width: 30%; }
  .low table.check tr th:nth-child(2) { width: 50%; }
  .low table.check tr th:nth-child(3) { width: 20%; }
  .low table.check tr td { border-left: 0; }
  .low table.check tr td p { text-align: center; }
  .low table.check tr td:first-of-type { border-left: 1px #CCCCCC solid; }
  .low table.check tr td.border_none { border-left: 0; }
  .low table.price { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border-collapse: separate; margin: 0 0 1.6rem 0; }
  .low table.price tr th, .low table.price tr td { font-size: 1.6rem; padding: 1rem; line-height: 1.4; }
  .low table.price tr th p, .low table.price tr td p { margin: 0; font-size: 1.0rem; }
  .low table.price tr th { color: #FFFFFF; background-color: #765e53; border-bottom: 1px #CCCCCC solid; vertical-align: middle; font-size: 1.6rem; padding: 1rem; line-height: 1.4; }
  .low table.price tr th:last-of-type { border-right: 0; text-align: center; }
  .low table.price tr td { vertical-align: middle; border-bottom: 1px #CCCCCC solid; border-right: 1px #CCCCCC solid; }
  .low table.price tr td.zero { border-top: 1px #CCCCCC solid; }
  .low table.price tr td.sub { background-color: #bbf1cf; }
  .low table.list tr th:nth-child(1) { width: 20%; }
  .low table.list tr th:nth-child(2) { width: 40%; }
  .low table.list tr th:nth-child(3) { width: 10%; }
  .low table.list tr th:nth-child(4) { width: 10%; }
  .low table.list tr th:nth-child(5) { width: 10%; }
  .low table.list tr th:nth-child(6) { width: 10%; }
  .low .schedule_wrapper { width: 100%; 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; }
  .low .schedule_wrapper .schedule_box { width: 32%; margin: 0 0 20px 0; }
  .low .schedule_wrapper .schedule_box p { text-align: center; margin: 0; }
  .low .schedule_wrapper .schedule_box .schedule_week { height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .low .schedule_wrapper .schedule_box .schedule_week .blue { width: 25%; background-color: darkgoldenrod; }
  .low .schedule_wrapper .schedule_box .schedule_week .yellow { width: 12.5%; background-color: gold; 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; }
  .low .schedule_wrapper .schedule_box .schedule_week_rest { height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .low .schedule_wrapper .schedule_box .schedule_week_rest .blue { width: 100%; background-color: darkgoldenrod; color: #FFFFFF; font-size: 1.4rem; 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; } }
/* クリニック紹介 */
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li p { font-size: 1.2rem; margin: 1rem auto 3rem; text-align: left; width: 90%; }
.clinic ul.device li p span { font-size: 1.6rem; display: block; text-align: center; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .clinic ul.device li p { font-size: 1.6rem; margin: 1rem auto 0; text-align: left; width: 70%; }
  .clinic ul.device li p span { font-size: 2rem; display: block; text-align: center; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.first dl.flow dt { background-color: #765e53; 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.4rem; line-height: 1.6; width: 100%; text-align: left; } }
.txt_c { text-align: center; }

.catch { font-size: 140%; }

@media print, screen and (min-width: 768px) { .catch { font-size: 240%; } }
.box_beige { background-color: #F3ECE3; padding: 30px; }
.box_beige h3 { color: #646464; font-size: 1.8rem; font-weight: normal; padding: 0; margin: 0 auto 30px; border-radius: none; text-align: center; }

@media print, screen and (min-width: 768px) { .box_beige h3 { font-size: 2.8rem; } }

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