@charset "UTF-8";
*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 0 0 1.0em; }

img { height: auto; border: none; object-fit: contain; }

iframe { max-width: 100%; height: 100%; border: none; }

em, i { font-style: normal; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.ani-fadein { animation: fadeIn 1s forwards; }

@keyframes fadeDown { 0% { opacity: 0; transform: translateY(-3rem); }
  100% { opacity: 1; transform: translateY(0); } }
.ani-fadedown { animation: fadeDwon 0.5s forwards; }

@keyframes fadeUp { 0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); } }
.ani-fadeup { animation: fadeUp 0.5s forwards; }

@keyframes fadeToLeft { 0% { opacity: 0; transform: translateX(10rem); }
  100% { opacity: 1; transform: translateX(0); } }
.ani-fadeleft { animation: fadeToLeft 0.5s forwards; }

@keyframes fadeToRight { 0% { opacity: 0; transform: translateX(-10rem); }
  100% { opacity: 1; transform: translateX(0); } }
.ani-faderight { animation: fadeToRight 0.5s forwards; }

@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
@font-face { font-family: 'Amiri'; src: url("Amiri/Amiri-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Italianno'; src: url("Italianno/Italianno-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.cf::before { content: ''; display: block; }
.cf::after { clear: both; content: ''; display: block; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

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

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

.bold { font-weight: bold; }

.font_L { font-size: 120%; }

.img_c { margin: 0 auto 1.2rem; }

.img_l, .img_r { max-width: 80%; margin: 0 auto 1.2rem; }

@media screen and (min-width: 48em), print { .img_c { margin: 0 auto 20px; }
  .img_l { float: left; max-width: 380px; margin: 5px 40px 20px 0; }
  .img_r { float: right; max-width: 380px; margin: 5px 0 20px 40px; }
  .fit .img_l, .fit .img_r { margin-bottom: 0; }
  .l-imgbox { display: flex; align-items: flex-start; }
  .l-imgbox .img_l { flex: none; order: 1; float: none; margin-top: 0; margin-bottom: 0; }
  .l-imgbox .img_l + * { flex: 1; order: 2; margin: 0; }
  .l-imgbox .img_r { flex: none; order: 2; float: none; margin-top: 0; margin-bottom: 0; }
  .l-imgbox .img_r + * { flex: 1; order: 1; margin: 0; } }
.mb40 { margin-bottom: 4.0rem; }

.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3rem !important; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.mt5 { margin-top: 0.5rem; }

.mt0 { margin-top: 0; }

main.wrap > section ~ section { margin-top: 4.0rem; }
main.wrap > section section { margin-top: 3.0rem; }
main.wrap > section section section { margin-top: 2.5rem; }
main.wrap > section section section section { margin-top: 2.0rem; }
main.wrap > section h2 + section, main.wrap > section h3 + section, main.wrap > section h4 + section, main.wrap > section h5 + section { margin-top: 0 !important; }

article + article { margin-top: 4.0rem; }
article .intro { display: flow-root; margin-top: 1.8rem; margin-bottom: 3.6rem; }
article > section ~ section { margin-top: 3.8rem; }
article > section > section { margin-top: 3.2rem; }
article > section > section > section { margin-top: 2.6rem; }
article > section > section > section > section { margin-top: 2.2rem; }
article h2 + section, article h3 + section, article h4 + section, article h5 + section { margin-top: 0 !important; }

@media screen and (min-width: 48em), print { .mb40 { margin-bottom: 80px; }
  .mt40 { margin-top: 80px; }
  .mt30 { margin-top: 60px !important; }
  .mt20 { margin-top: 40px; }
  .mt10 { margin-top: 20px; }
  .mt5 { margin-top: 10px; }
  main.wrap > section ~ section { margin-top: 80px; }
  main.wrap > section section { margin-top: 60px; }
  main.wrap > section section section { margin-top: 40px; }
  main.wrap > section section section section { margin-top: 30px; }
  article + article { margin-top: 80px; }
  article .intro { margin-top: 50px; margin-bottom: 70px; }
  article .intro > .img_l, article .intro > .img_r { margin-bottom: 0; }
  article > section ~ section { margin-top: 70px; }
  article > section > section { margin-top: 55px; }
  article > section > section > section { margin-top: 40px; }
  article > section > section > section > section { margin-top: 30px; } }
.l-flex { display: flex; flex-wrap: wrap; }

.flex2, .flex3 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex2 > *, .flex3 > * { width: 48%; }
.flex2 > *:nth-child(-n+2), .flex3 > *:nth-child(-n+2) { margin-top: 0 !important; }

.flex2_pc, .flex3_pc { display: block; }

@media screen and (min-width: 48em), print { .flex2_pc, .flex3_pc { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .flex2_pc > * { width: 48%; }
  .flex2_pc > *:nth-child(-n+2) { margin-top: 0 !important; }
  .flex3 > *, .flex3_pc > * { width: 30%; }
  .flex3 > *:nth-child(-n+3), .flex3_pc > *:nth-child(-n+3) { margin-top: 0 !important; } }
.tit_01 { margin: 0 0 3.0rem; padding: 3.0rem 1.0rem; font-size: 2.2rem; }

.tit_02, .contactus_tit, .feature_tit, .cmenu_tit { min-height: 3.6em; margin: 0 0 2.0rem; padding-top: 1em; font-weight: 600; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-size: 2.0rem; line-height: 1.2; color: #c26d29; background: url(../img/tit_02.png) no-repeat 0.6rem 0; background-size: auto 3.6em; }

.tit_03, body#page_first .flow dt { margin: 0 0 1.4rem; padding: 0.4rem 0 0.5rem 0.8rem; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: 600; font-size: 1.8rem; line-height: 1.2; border-left: 1px solid #cea082; border-bottom: 1px solid #cea082; }
.tit_03 span, body#page_first .flow dt span { font-size: 80%; }

.tit_04 { margin: 0 0 1.0rem; padding: 0.2rem 0 0.4rem 0.8rem; font-weight: normal; font-size: 1.6rem; line-height: 1.2; border-left: 1px solid #878787; border-bottom: 1px solid #878787; }

.tit_05 { margin: 0 0 1.0rem; padding: 0 0 0 0.5rem; font-weight: normal; font-size: 1.6rem; line-height: 1.2; border-left: 0.3rem solid #cecece; }

@media screen and (min-width: 48em), print { .tit_01 { margin: 0 0 30px; padding: 40px 0; font-size: 3.2rem; }
  .tit_02, .contactus_tit, .feature_tit, .cmenu_tit { min-height: 130px; margin: 0 0 28px; font-size: 3.0rem; letter-spacing: 0.01em; background-size: auto; }
  .tit_03, body#page_first .flow dt { margin: 0 0 16px; padding: 3px 0 5px 11px; font-size: 2.4rem; letter-spacing: 0.01em; }
  .tit_04 { margin: 0 0 14px; padding: 5px 0 7px 11px; font-size: 2.0rem; letter-spacing: 0.01em; }
  .tit_05 { margin: 0 0 12px; padding: 0 0 0 7px; font-size: 1.8rem; letter-spacing: 0.01em; border-left-width: 5px; } }
.marker_dsc, .lst_ul > li, .lst_ul_line > li { padding-left: 1.4em; text-indent: -1.2em; }
.marker_dsc::before, .lst_ul > li::before, .lst_ul_line > li::before { display: inline-block; width: 1em; height: 1em; margin-right: 0.2em; content: ''; background: #a27f2e; border-radius: 50%; transform: scale(0.5); vertical-align: -0.12em; }
.marker_dsc > *, .lst_ul > li > *, .lst_ul_line > li > * { text-indent: 0; }

.lst_ul > li.none, .lst_ul > li.etc { padding-left: 0; text-indent: 0; }
.lst_ul > li.none::before, .lst_ul > li.etc::before { display: none; }
.lst_ul_line > li { display: inline-block; margin-bottom: 0.3em; margin-left: 0.5em; }
.lst_ul_line > li.none, .lst_ul_line > li.etc { padding-left: 0; text-indent: 0; }
.lst_ul_line > li.none::before, .lst_ul_line > li.etc::before { display: none; }

.lst_ol > li { margin-left: 1.4em; list-style-type: decimal; }
.lst_ol > li::marker { font-weight: bold; color: #a27f2e; }

.lst_marker { margin-left: 1em; }
.lst_marker > li { padding-left: 1em; text-indent: -1em; }
.lst_marker > li > * { text-indent: 0; }
.lst_marker > li.none { padding-left: 0; text-indent: 0; }
.lst_marker > li.none::before { display: none; }

.tbl_, .tbl_exam, .tbl_price { border-collapse: collapse; background: #fff; }
.tbl_ caption, .tbl_exam caption, .tbl_price caption { text-align: left; }
.tbl_ th, .tbl_exam th, .tbl_price th, .tbl_ td, .tbl_exam td, .tbl_price td { padding: 0.5rem; text-align: left; font-weight: normal; border: 1px solid #ac6d3b; }
@media screen and (min-width: 48em), print { .tbl_ th, .tbl_exam th, .tbl_price th, .tbl_ td, .tbl_exam td, .tbl_price td { padding: 15px 20px; } }
.tbl_ thead th, .tbl_exam thead th, .tbl_price thead th { color: #fff; background: #be9c68; }
.tbl_ tbody th, .tbl_exam tbody th, .tbl_price tbody th { background: #efe8d4; }

.box_, .box_symptoms, .box_disease, .box_eff, .box_notice { margin: 1em 0; padding: 1.0rem; }
.box_ > :last-child, .box_symptoms > :last-child, .box_disease > :last-child, .box_eff > :last-child, .box_notice > :last-child { margin-bottom: 0; }
.box_.lst_ul, .lst_ul.box_symptoms, .lst_ul.box_disease, .lst_ul.box_eff, .lst_ul.box_notice { margin: 1em 0; }
.box_.lst_ul li:not(:first-child), .lst_ul.box_symptoms li:not(:first-child), .lst_ul.box_disease li:not(:first-child), .lst_ul.box_eff li:not(:first-child), .lst_ul.box_notice li:not(:first-child) { margin-top: 0.5em; }
@media screen and (min-width: 48em), print { .box_, .box_symptoms, .box_disease, .box_eff, .box_notice { padding: 20px; } }
.box_symptoms { background: #fef7ec; }
.box_disease, .box_eff { background: #e7f6f2; }
.box_notice { background: #fef8d9; border: 1px solid #fdf1b1; }

.btn_, .btn_detail, .btn_back { display: inline-block; padding: 0.1rem 1em 0; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: 600; text-decoration: none !important; line-height: 1.8; text-align: center; color: #fff; background: #be9c68; transition: 0.4s; box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 48em), print { .btn_, .btn_detail, .btn_back { padding: 3px 1em 1px; }
  .btn_:hover, .btn_detail:hover, .btn_back:hover { background: #73aa4b; } }

.btn_detail::after, .btn_back::after { display: inline-block; margin-left: 0.4em; font-family: 'fontello'; font-weight: normal; content: '\e805'; font-size: 70%; vertical-align: 0.2em; }

.lnk_, .lnk_to, .lnk_external, .news_body a, body#page_clinic .relation a, .related_lnk dd a { text-decoration: underline; }
.lnk_:hover, .lnk_to:hover, .lnk_external:hover, .news_body a:hover, body#page_clinic .relation a:hover, .related_lnk dd a:hover { text-decoration: none; }
.lnk_to { color: #be9c68; }
.lnk_external { color: #be9c68; }
.lnk_external::after { content: '≫'; }
.lnk_external:hover { color: #c26d29; }

.bnr { transition: 0.2s; }
.bnr:hover { filter: brightness(115%); opacity: 0.9; }

em { font-weight: bold; }

.marker { padding-left: 1em; text-indent: -1em; }
.marker > * { text-indent: 0; }

.tel { font-family: 'Amiri', serif; line-height: 1; white-space: nowrap; font-size: 145%; }
.tel.ico a::before { margin-right: 0.15em; font-family: 'fontello'; font-weight: normal; font-size: 64%; content: '\e801'; vertical-align: 0.1em; }
@media screen and (min-width: 48em), print { .tel { letter-spacing: -0.03em; line-height: 0.8; }
  .tel.ico::before { margin-right: 0.15em; font-family: 'fontello'; font-weight: normal; font-size: 64%; content: '\e801'; vertical-align: 0.1em; }
  .tel.ico a::before { display: none; } }

.tbl_time { width: 100%; border-collapse: collapse; }
.tbl_time .opn { color: #a27f2e; }
.tbl_time caption { caption-side: bottom; margin-top: 0.5em; text-align: left; }
.tbl_time thead th { padding: 0.8rem 0; font-weight: normal; color: #fff; background: #878787; }
.tbl_time thead th:first-child { width: 30%; }
.tbl_time thead th:last-child { width: 12%; }
.tbl_time tbody th { padding: 0.8rem 0; font-weight: normal; white-space: nowrap; border-bottom: 1px solid #707070; }
.tbl_time tbody td { padding: 0.8rem 0; text-align: center; border-bottom: 1px solid #707070; font-size: 80%; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; }
  .tbl_time thead th { padding: 10px 0; font-weight: normal; }
  .tbl_time tbody th, .tbl_time tbody td { padding: 14px 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

html { font-size: calc(100vw / 32); font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', 'Hiragino Sans', Meiryo, sans-serif; }

body { color: #402F07; background: #fff; word-wrap: break-word; }
body.spnav_modal { width: 100%; height: 100%; overflow: hidden; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; }
.main.wrap { padding: 1.0rem 1.4rem 4.0rem; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1240px; }
  a { transition: 0.4s; }
  .wrap { width: 1200px; margin: auto; padding-left: 220px; }
  .main { font-size: 1.6rem; }
  .main.wrap { padding: 20px 0 80px 270px; line-height: 1.9; } }
@media screen and (max-width: 47.99em) { .headerWrap { padding-bottom: 6.0rem; }
  .headerWrap .clinic_head { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; }
  .headerWrap .clinic_head .logo { height: 6.0rem; }
  .headerWrap .clinic_head .logo a { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; width: 100%; height: 100%; background: #fff url(../img/logo_horizontal.svg) no-repeat center center/auto 3.6rem; }
  .headerWrap .clinic_head .contact { display: none; }
  body#page_index .headerWrap { padding-bottom: 12.0rem; } }
@media screen and (min-width: 48em), print { .headerWrap { position: fixed; top: 0; left: 0; bottom: 0; z-index: 1; width: 216px; height: 100%; padding-bottom: 0; background: #fff; box-shadow: 9px 0 9px rgba(0, 0, 0, 0.08); }
  .headerWrap .clinic_head { height: 350px; padding: 16px 0 0; background: linear-gradient(#fcf8f2, #efdfc4 205px, #fff 205px); }
  .headerWrap .clinic_head .logo { height: 190px; }
  .headerWrap .clinic_head .logo a { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; width: 190px; height: 162px; margin: 0 auto; background: url(../img/logo.png) no-repeat center top; }
  .headerWrap .clinic_head .contact { padding: 22px 0 15px; text-align: center; }
  .headerWrap .clinic_head .contact .tel { margin-bottom: 15px; font-size: 2.8rem; }
  .headerWrap .clinic_head .contact .adr { font-weight: bold; font-size: 1.4rem; line-height: 1.4; -webkit-text-size-adjust: none; }
  .headerWrap .clinic_head .contact .adr em { display: block; margin-top: 8px; }
  body#page_index .headerWrap { padding-bottom: 0; } }
@media screen and (max-width: 47.99em) { .js-overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100vw; height: 100vh; background: rgba(71, 68, 50, 0.8); z-index: 1; }
  .js-sp_box { display: none; position: fixed; top: 5.0rem; left: 4vw; z-index: 5; width: 92vw; min-height: 50vh; max-height: 75vh; overflow-y: auto; }
  .js-sp_box.is_open { display: block; }
  .js-menu_box { display: none; }
  #sp_nav { width: 100%; padding: 1.0rem 0; line-height: 1; background: rgba(255, 255, 255, 0.9); }
  #sp_nav .lnav { display: flex; align-items: center; width: 100%; }
  #sp_nav .lnav > li { flex: 1; }
  #sp_nav .lnav > li:not(:last-child) { border-right: 1px dotted #aaa; }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button { display: block; width: 100%; padding: 0.5rem 1.0rem; font-size: 1.0rem; text-align: center; color: inherit; background: transparent; border: 0; }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before { display: block; margin-bottom: 0.8rem; font-family: 'fontello'; font-size: 1.6rem; color: #c26d29; }
  #sp_nav .lnav > li > a.home::before, #sp_nav .lnav > li button.home::before { content: '\e80a'; }
  #sp_nav .lnav > li > a.call::before, #sp_nav .lnav > li button.call::before { content: '\e801'; }
  #sp_nav .lnav > li > a.access::before, #sp_nav .lnav > li button.access::before { content: '\e80d'; }
  #sp_nav .lnav > li > a#sp_menu::before, #sp_nav .lnav > li button#sp_menu::before { content: '\e80e'; transform: scale(1.1) translateY(1px); }
  body.spnav_modal #sp_nav { z-index: 1; }
  #nav .gnav { font-size: 1.4rem; background: #fff; border: 2px solid #9f702a; }
  #nav .gnav li:not(:last-child) { border-bottom: 1px solid #dfd9cf; }
  #nav .gnav li a { display: block; padding: 1.4rem 2.0rem; }
  #nav .gnav li .sub_btn { display: flex; justify-content: space-between; padding: 1.4rem 2.0rem; }
  #nav .gnav li .sub_btn::after { font-family: 'fontello'; content: '\e804'; color: #c26d29; }
  #nav .gnav li .sub_btn.close::after { transform: rotate(180deg); }
  #nav .gnav li .sub_box { margin: 0 2.0rem 1.0rem; padding: 0.5rem; color: #fff; background: #9f702a; }
  #nav .gnav li .sub_box ul { display: flex; flex-wrap: wrap; }
  #nav .gnav li .sub_box ul li { flex: 1; min-width: 50%; border-color: transparent; }
  #nav .gnav li .sub_box ul li a { padding: 0.5rem 1.0rem; }
  #nav .gnav li .sub_box ul li a::before { content: '・'; } }
@media screen and (min-width: 48em), print { .js-menu_box { display: none; }
  #sp_nav { display: none; }
  #nav { height: calc(100% - 350px); }
  #nav.js-overflow { overflow-x: hidden; overflow-y: auto; }
  #nav.js-overflow .gnav > li.js-menu { position: static !important; }
  #nav.js-overflow .gnav > li .js-menu_box { top: 650px; left: 216px; }
  #nav .gnav { width: 180px; margin-left: 16px; border-top: 1px solid #be9c68; }
  #nav .gnav > li { border-bottom: 1px solid #be9c68; }
  #nav .gnav > li.sub { position: relative; }
  #nav .gnav > li > a, #nav .gnav > li .sub_btn { display: block; height: 70px; padding: 25px 1px 5px 1px; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; font-size: 1.6rem; line-height: 1.4; }
  #nav .gnav > li > a::before, #nav .gnav > li .sub_btn::before { display: block; font-family: 'EB Garamond', serif; font-weight: normal; font-size: 1.4rem; content: attr(data-title); color: #be9c68; }
  #nav .gnav > li > a:hover, #nav .gnav > li .sub_btn:hover { text-shadow: 0 0 0 #be9c68; background: #fbfaf7; }
  #nav .gnav > li .sub_btn { cursor: pointer; }
  #nav .gnav > li .sub_btn::after { margin-left: 5px; font-family: 'fontello'; font-weight: normal; font-size: 80%; content: '\e805'; vertical-align: 0.1em; }
  #nav .gnav > li .sub_btn.close { color: #c26d29; text-shadow: 0 0 0 #be9c68; background: #fbfaf7; }
  #nav .gnav > li .sub_box { position: absolute; top: 45px; left: 200px; }
  #nav .gnav > li .sub_box ul { display: flex; flex-wrap: wrap; width: 400px; color: #fff; background: rgba(159, 112, 42, 0.9); }
  #nav .gnav > li .sub_box ul > li { width: 50%; font-size: 1.6rem; line-height: 30px; border-top: 1px solid #c1ac67; }
  #nav .gnav > li .sub_box ul > li:nth-child(-n + 2) { border-top: 0; }
  #nav .gnav > li .sub_box ul > li:nth-child(odd) { border-right: 1px solid #c1ac67; }
  #nav .gnav > li .sub_box ul > li a { display: block; padding: 0 3px; }
  #nav .gnav > li .sub_box ul > li a::before { content: '・'; }
  #nav .gnav > li .sub_box ul > li a:hover { background: #8b6225; } }
:target::before { content: ''; display: block; height: 14.0rem; margin: -14.0rem 0 0; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 40.0px; margin: -40.0px 0 0; } }

.overview { padding: 2.0rem 1.0rem 0; font-size: 1.2rem; background: url(../img/a_background.jpg); background-size: contain; }
.overview .clinic_name { text-align: center; margin: 0 0 1.0rem; }
.overview .clinic_name img { max-width: 90%; margin: auto; }
.overview .clinic_contact { display: flex; justify-content: center; align-items: flex-end; column-gap: 2.0rem; margin: 0 0 2.0rem; font-size: 1.4rem; }
.overview .clinic_contact .tel { color: #c26d29; }
.overview .outline { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 1em; line-height: 1.4; }
.overview .outline dt { width: 7em; text-align: center; color: #fff; background: #878787; border-radius: 0.75em; }
.overview .outline dd { width: calc(100% - 8.2em); }
.overview .outline .adr br { display: none; }
.overview .tbl_time { margin: 2.0rem 0; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 78px 0 0; font-size: 1.6rem; background-size: auto; }
  .overview .clinic_name { margin: 0 0 25px; }
  .overview .clinic_name img { max-width: 568px; }
  .overview .clinic_contact { margin: 0 0 70px; font-size: 1.8rem; }
  .overview .clinic_contact .tel { font-size: 3.8rem; }
  .overview .col { display: flex; justify-content: space-between; margin-bottom: 86px; }
  .overview .outline { width: 470px; line-height: 1.6; gap: 1.5em 1em; }
  .overview .tbl_time { width: 440px; margin: 0; line-height: 1.6; }
  .overview .gmap { height: 564px; padding-left: 216px; } }
.footer { padding: 1.0rem; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-size: 1.2rem; line-height: 1; text-align: center; color: #fff; background: #878787; }
.footer ul { display: none; }
.footer .copyright { display: block; }

@media screen and (min-width: 48em), print { .footer { padding-top: 44px; padding-left: calc(50% - 350px); padding-bottom: 26px; padding-right: calc(50% - 620px); font-size: 1.6rem; }
  .footer ul { display: block; margin-bottom: 46px; text-align: center; }
  .footer ul li { display: inline-block; padding: 0 22px 0 20px; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child) { border-right: 1px solid #fff; }
  .footer ul li a { font-weight: 600; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav .sub { display: none; }
  .footer .copyright { font-size: 1.4rem; } }
#pageup { position: fixed; bottom: 0.8rem; right: 1.0rem; z-index: 1; width: 3.6rem; height: 3.6rem; padding: 0; line-height: 1; text-align: center; background: linear-gradient(#ab6c3a, #ab6c3a 12%, #cf9956 40%, #c2894f 66%, #c79056 84%, #dfb763); border: none; border-radius: 50%; box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16); cursor: pointer; }
#pageup::before { font-size: 2.4rem; font-family: 'fontello'; content: '\e800'; color: #fff; }
#pageup span { display: none; }

@media screen and (min-width: 48em), print { #pageup { bottom: 40px; right: 20px; width: 72px; height: 72px; transition: filter 0.4s; }
  #pageup::before { font-size: 5.0rem; }
  #pageup:hover { filter: contrast(125%); } }
#keyvsl { position: relative; max-width: 100%; height: 22.0rem; padding-top: 6.0rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .open { position: absolute; top: 10.0rem; left: 0.5rem; display: grid; align-content: center; justify-content: center; width: 30vw; height: 30vw; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-size: 1.4rem; text-align: center; color: #fff; background: rgba(71, 68, 50, 0.8); border: 1px solid #fff; border-radius: 50%; }
#keyvsl .open span { font-family: inherit; color: #ffe9ce; }
#keyvsl .catch { position: absolute; bottom: -12rem; right: 1.0rem; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: 600; font-size: 1.7rem; line-height: 1.3; text-align: right; }
#keyvsl .catch span { display: block; color: #ac6d3b; }
#keyvsl .catch span:last-child { margin-top: 3px; font-family: 'EB Garamond', serif; font-weight: normal; font-size: 1.4rem; }
#keyvsl .catch span:last-child::after { display: inline-block; content: ''; width: 6em; margin-left: 8px; vertical-align: middle; border-top: 1px solid #c26d29; }

@media screen and (min-width: 48em), print { #keyvsl { height: 630px; padding-top: 0; background-size: cover; }
  #keyvsl .open { top: 30px; left: auto; right: calc(50% - 600px); width: 188px; height: 188px; font-size: 3.0rem; line-height: 1.33; background: rgba(71, 68, 50, 0.4); }
  #keyvsl .open span { margin-top: 5px; }
  #keyvsl .catch { bottom: -100px; right: calc(50% - 610px); width: 720px; font-size: 3.2rem; line-height: 1; letter-spacing: 0.02em; }
  #keyvsl .catch span:first-child { margin-bottom: 36px; text-shadow: rgba(255, 255, 255, 0.3) 1px 0px 0px, rgba(255, 255, 255, 0.3) 0.540302px 0.341471px 0px, rgba(255, 255, 255, 0.3) -0.416147px 0.909297px 0px, rgba(255, 255, 255, 0.3) -0.989992px 0.14112px 0px, rgba(255, 255, 255, 0.3) -0.653644px -0.756802px 0px, rgba(255, 255, 255, 0.3) 0.283662px -0.958924px 0px, rgba(255, 255, 255, 0.3) 0.96017px -0.279415px 0px; filter: drop-shadow(0 0 5px #fff); }
  #keyvsl .catch span:last-child { margin-top: 24px; font-size: 2.2rem; }
  #keyvsl .catch span:last-child::after { width: 340px; } }
body#page_index .main { padding-top: 12rem; background: url(../img/a_background.jpg) repeat-x left top; background-size: auto 65rem; }
@media screen and (min-width: 48em), print { body#page_index .main { padding-top: 140px; background-size: auto; } }

.index_section, .philosophy, .contactus, .feature, .cmenu { position: relative; padding: 4.0rem 1.0rem; }
.index_section::before, .philosophy::before, .contactus::before, .feature::before, .cmenu::before { position: absolute; top: -0.6rem; right: 0.6rem; content: attr(data-title); font-family: 'EB Garamond', serif; font-style: italic; font-size: 3.2rem; letter-spacing: -0.02em; line-height: 1; opacity: 0.75; }
@media screen and (min-width: 48em), print { .index_section::before, .philosophy::before, .contactus::before, .feature::before, .cmenu::before { top: -16px; right: calc(50% - 595px); font-size: 8.8rem; }
  .index_section .wrap, .philosophy .wrap, .contactus .wrap, .feature .wrap, .cmenu .wrap { position: relative; } }

.flex2_area { position: relative; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.flexbox { width: 100%; }

@media all and (min-width: 48em), print { .flex2_area { margin: 0 auto; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; }
  .flexbox { width: 49%; margin: 0 .5rem; } }
.bnr_area { width: 95%; /*height: 80px;*/ border: 1px solid #C26D29; padding: 0.2rem; margin: 1rem auto; }
.bnr_area._reserve { background: url(../img/bnr_reserve.png) #FFF no-repeat right/100%; }
.bnr_area._reserve .lead { margin: 0 0 0 42px; font-weight: bold; color: #C26D29 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; letter-spacing: 1.2px; }
.bnr_area._reserve .title { display: block; font-weight: bold; font-size: 1.6rem; line-height: 1.2; letter-spacing: 10px; color: #C26D29 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; margin: 0 0 0 40px; }
.bnr_area._reserve ul.clinic_contact li { letter-spacing: 3px; color: #716a63; margin: 0 0 0 60px; }

.bnr_area_com { width: 95%; padding: 0; margin: 0 auto; color: #716a63; font-weight: bold; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; }

.bnr_area2 { width: 95%; height: 80px; border: 1px solid #C26D29; padding: .5rem; margin: .5rem auto; }
.bnr_area2 .title { display: block; font-size: 2rem; line-height: 1.2; color: #C26D29 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; margin: 0; font-weight: bold; }
.bnr_area2 span { display: block; font-size: 1.4rem; line-height: 1.2; color: #716a63 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; margin: 0; font-weight: bold; text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; }
.bnr_area2._prostate { background: url(../img/bnr_prostate.png) #F8F3E5 no-repeat right/100%; }
.bnr_area2._private { background: url(../img/bnr_private.png) #F8F3E5 no-repeat right/100%; }
.bnr_area2._urology { background: url(../img/bnr_urology.png) #F8F3E5 no-repeat right/100%; }
.bnr_area2._examination { background: url(../img/bnr_examination.png) #F8F3E5 no-repeat right/100%; }

@media screen and (min-width: 48em), print { .bnr_area { width: 640px; /*height: 140px;*/ border: 1px solid #C26D29; padding: 1.5rem 2rem; margin: 0 auto .5rem; }
  .bnr_area._reserve { background: url(../img/bnr_reserve.png) #FFF no-repeat right/100%; }
  .bnr_area._reserve .lead { font-size: 2rem; letter-spacing: 14px; color: #C26D29 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; margin: 0 0 10px 80px; text-align: left; font-weight: bold; }
  .bnr_area._reserve .title { display: block; font-size: 3rem; letter-spacing: 25px; line-height: 1.2; color: #C26D29 !important; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; margin: 0 0 10px 60px; text-align: left; }
  .bnr_area._reserve ul.clinic_contact li { font-size: 3.5rem; letter-spacing: 10px; color: #716a63; margin: 0 0 0 110px; }
  .bnr_area_com { width: 640px; padding: 0; margin: 0 auto; }
  .bnr_area2 { width: 100%; height: 110px; border: 1px solid #C26D29; padding: .8rem 1rem; margin: 0 auto; }
  .bnr_area2 .title { display: block; font-size: 3rem; margin: 0; }
  .bnr_area2 span { font-size: 2.2rem; margin: .5rem 0 0; }
  .bnr_area2._prostate { background: url(../img/bnr_prostate.png) #F8F3E5 no-repeat right/108%; }
  .bnr_area2._private { background: url(../img/bnr_private.png) #F8F3E5 no-repeat right/108%; }
  .bnr_area2._urology { background: url(../img/bnr_urology.png) #F8F3E5 no-repeat right/108%; }
  .bnr_area2._examination { background: url(../img/bnr_examination.png) #F8F3E5 no-repeat right/108%; } }
.bnr_info { width: 100%; text-align: center; margin: 40px 0 0; }
.bnr_info li { margin: 10px 0 0; }
.bnr_info li a img { display: inline; }
@media screen and (min-width: 48em), print { .bnr_info { display: flex; justify-content: center; flex-wrap: wrap; }
  .bnr_info li { margin: 25px 13px 0; width: 35%; }
  .bnr_info li.wide { width: 100%; margin: 25px 0 0; }
  .bnr_info li.wide a img { max-width: 49%; } }

.news_title { cursor: pointer; }

.news_body { display: none; word-wrap: break-word; }

.information { margin: 5rem 0 0; padding: 0 1rem 3rem; background-color: #fff; background-image: url(../img/index_information_bg.jpg); background-repeat: no-repeat; background-position: center bottom; background-size: contain; }
.information .wrap { position: relative; top: -3rem; }
.information_tit { min-height: 2.6em; width: 3.0em; margin: 0 auto 1.0rem; padding-top: 0.3em; font-family: 'EB Garamond', serif; font-weight: normal; font-style: italic; font-size: 3.0rem; line-height: 1; color: #c26d29; background: url(../img/tit_02.png) no-repeat 1.2rem 0; background-size: auto 2.4em; }
.information_box { max-height: 14.0rem; overflow-y: auto; }
.information_box dl { background: rgba(255, 255, 255, 0.6); }
.information_box dl dt { padding-left: 1.5rem; color: #c26d29; }
.information_box dl dt::before { margin-left: -1.5rem; font-family: 'fontello'; font-weight: normal; content: '\e803'; vertical-align: text-bottom; }
.information_box dl dt.close::before { content: '\e802'; }
.information_box dl dt.close .btn { display: none; }
.information_box dl dt span { display: inline-block; margin-left: 0.5rem; vertical-align: text-top; line-height: 1; }
.information_box dl dt .ttl { font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; }
.information_box dl dt .btn { padding: 1px 3px; font-size: 1.0rem; border: 1px solid #c26d29; }
.information_box dl dt .btn::after { font-family: 'fontello'; font-weight: normal; font-size: 80%; margin-left: 0.2rem; content: '\e804'; }
.information_box dl dt .date { font-size: 1.2rem; }
.information_box dl dd { margin-left: 1.6rem; font-size: 1.3rem; }
.information_box dl dd:not(:last-of-type) { margin-bottom: 1em; }

@media screen and (min-width: 48em), print { .information { padding: 0; background-position: calc(50% - 540px) top; background-size: auto; margin: 15rem 0 0; }
  .information .wrap { top: -80px; display: flex; justify-content: space-between; }
  .information_tit { width: 140px; min-height: 130px; margin: 0; padding-top: 20px; font-size: 4.5rem; background-position: 6px 0; background-size: auto; }
  .information_box { width: 790px; max-height: 180px; margin-top: 126px; }
  .information_box dl { width: 770px; background: transparent; }
  .information_box dl dt { padding: 2px 0 2px 25px; }
  .information_box dl dt::before { margin-left: -25px; vertical-align: text-bottom; }
  .information_box dl dt span { margin-left: 8px; vertical-align: text-top; }
  .information_box dl dt .ttl { font-size: 2.0rem; }
  .information_box dl dt .btn { padding: 2px 6px; font-size: 1.2rem; }
  .information_box dl dt .btn:hover { background: #fffbf5; }
  .information_box dl dt .date { font-size: 1.4rem; vertical-align: baseline; }
  .information_box dl dd { margin-left: 25px; font-size: 1.6rem; } }
.philosophy { background-color: #efe8d4; background-image: url(../img/index_philosophy_bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: 120% auto; }
.philosophy::before { color: #fff; }
.philosophy_tit { margin: 0 0 3.0rem; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: 600; line-height: 1.2; color: #c26d29; }
.philosophy_tit span { display: block; margin-top: 0.5rem; font-weight: normal; font-size: 1.3rem; color: #707070; }
.philosophy_box { overflow: hidden; }
.philosophy_box p { opacity: 0; display: grid; grid-template-columns: 1.4em auto; grid-template-rows: auto 1.5em; align-items: end; margin: 1em 0 0 -0.5em; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; font-size: 1.3rem; line-height: 1.3; }
.philosophy_box p::before { grid-column: 1/2; grid-row: 1/3; display: block; content: ''; margin-right: 0.7em; height: 100%; border-right: 2.5px solid #fff; }
.philosophy_box p::after { grid-column: 1/3; grid-row: 2/3; display: block; content: ''; margin-bottom: 0.8em; border-top: 2.5px solid #fff; }
.philosophy_box p.trigger { animation: fadeToLeft 1s ease-out forwards; }

@media screen and (min-width: 48em), print { .philosophy { min-height: 650px; padding: 48px 0 0; background-size: auto; }
  .philosophy_tit { margin: 0 0 40px; font-size: 3.2rem; }
  .philosophy_tit span { margin-top: 10px; font-size: 2.0rem; }
  .philosophy_box p { display: grid; grid-template-columns: 37px auto; grid-template-rows: auto 32px; min-height: 122px; margin: 25px 0 0; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; font-size: 2.2rem; }
  .philosophy_box p:nth-child(1) { width: 540px; }
  .philosophy_box p:nth-child(2) { width: 520px; margin-left: 55px; }
  .philosophy_box p:nth-child(3) { width: 540px; } }
@media print { .philosophy_box p { animation: none; opacity: 1; } }
.contactus::before { color: #e8d4c7; opacity: 1; }
.contactus_tit { font-size: 1.8rem; padding-top: 0.8em; text-align: center; background-position: left top; }
.contactus_tit span { font-size: 2.0rem; }
.contactus_box { font-size: 1.3rem; }
.contactus_box ul { position: relative; background: linear-gradient(to right, #fff 45%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0) 100%); line-height: 1.2; }
.contactus_box ul::after { position: absolute; bottom: 0; right: 0; z-index: -1; width: 100%; height: 100%; content: ''; background-repeat: no-repeat; background-position: right bottom; background-size: 50vw auto; }
.contactus_box ul:nth-child(1)::after { background-image: url(../img/index_contactus_01.jpg); }
.contactus_box ul:nth-child(2)::after { background-image: url(../img/index_contactus_02.jpg); }
.contactus_box ul li { margin-bottom: 1.0rem; }

@media screen and (min-width: 48em), print { .contactus { padding: 52px 0 90px; }
  .contactus_tit { padding-top: 20px; padding-left: 155px; font-size: 2.4rem; text-align: left; text-indent: -97px; }
  .contactus_tit span { font-size: 3.0rem; }
  .contactus_box { display: flex; justify-content: space-between; font-size: 1.8rem; }
  .contactus_box ul { height: 410px; background: none; }
  .contactus_box ul::after { display: block; background-size: auto; }
  .contactus_box ul:nth-child(1) { width: 470px; }
  .contactus_box ul:nth-child(2) { width: 412px; }
  .contactus_box ul li { margin-top: 8px; } }
.feature { background: #efe8d4; }
.feature::before { color: #fff; }
.feature_tit { display: table; margin: 0 auto 1.5rem; }
.feature_tit::after { display: block; height: 1px; content: ''; border-bottom: 1px solid #CEA082; }
.feature_lst { counter-reset: tNum 0; }
.feature_lst li { opacity: 0; position: relative; counter-increment: tNum 1; }
.feature_lst li:not(:last-child) { margin-bottom: 2.0rem; }
.feature_lst li::before { display: block; height: 11.0rem; content: ''; background-repeat: no-repeat; background-size: cover; }
.feature_lst li::after { position: absolute; right: 1.0rem; top: 4.2rem; content: counter(tNum); font-family: 'Italianno', cursive; font-weight: normal; font-size: 10.0rem; line-height: 1; color: #fff; }
.feature_lst li .txt { margin: 1.0rem 0 0.7rem; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; font-size: 1.3rem; }
.feature_lst li .lnk a { position: relative; display: block; min-width: 10em; padding: 0.2rem 3em; font-weight: bold; color: #ac6d3b; border: 1px solid #be8e68; text-align: center; }
.feature_lst li .lnk a::after { position: absolute; top: 0; right: 0.5rem; font-family: 'fontello'; font-weight: normal; font-size: 4.0rem; line-height: 0.6; content: '\e806'; }
.feature_lst li.trigger { animation: fadeIn 1.5s ease-out forwards; }
.feature_lst_doctor::before { background-image: url(../img/index_ft_doctor.jpg); background-position: left top; }
.feature_lst_cancer::before { background-image: url(../img/index_ft_cancer.jpg); background-position: left center; }
.feature_lst_network::before { background-image: url(../img/index_ft_network.jpg); background-position: left center; }
.feature_lst_access::before { background-image: url(../img/index_ft_access.jpg); background-position: left center; }

@media screen and (min-width: 48em), print { .feature { padding: 22px 0 90px; }
  .feature_tit { display: block; margin: 0 0 14px; }
  .feature_tit::after { margin-top: 6px; }
  .feature_lst { display: flex; flex-wrap: wrap; gap: 52px 70px; }
  .feature_lst li { width: 430px; }
  .feature_lst li:not(:last-child) { margin-bottom: 0; }
  .feature_lst li::before { height: 193px; background-position: left top; }
  .feature_lst li::after { top: 120px; right: 20px; font-size: 16.0rem; line-height: 94px; }
  .feature_lst li .txt { margin: 16px 0 9px; font-size: 1.8rem; line-height: 1.66; }
  .feature_lst li .lnk a { display: inline-block; min-width: 150px; letter-spacing: 0.05em; }
  .feature_lst li .lnk a::after { right: -36px; font-size: 4.5rem; line-height: 0.55; transition: 0.4s; }
  .feature_lst li .lnk a:hover { background-color: #fff; }
  .feature_lst li .lnk a:hover::after { right: -48px; } }
@media print { .feature_lst li { animation: none; opacity: 1; } }
.cmenu::before { color: #efe8d4; }
.cmenu_tit { display: table; margin: 0 auto 1.5rem; }
.cmenu_lead { margin-bottom: 0; text-align: center; font-size: 1.3rem; }
.cmenu_lst { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 1.5rem; margin: 2.0rem 0.5rem 0; }
.cmenu_lst li { opacity: 0; width: 46%; }
.cmenu_lst li > a, .cmenu_lst li > span { display: block; text-align: center; line-height: 1; }
.cmenu_lst li > a::before, .cmenu_lst li > span::before { display: block; width: 100%; height: 10.0rem; margin-bottom: 0.8rem; background-repeat: no-repeat; background-position: center top; background-size: contain; content: ''; }
.cmenu_lst li a::after { display: inline-block; margin-left: 0.4rem; font-weight: normal; font-family: 'fontello'; font-size: 80%; content: '\e805'; vertical-align: 0.15em; }
.cmenu_lst li .urology::before { background-image: url(../img/index_cmenu_urology.svg); }
.cmenu_lst li .w_urology::before { background-image: url(../img/index_cmenu_w_urology.svg); }
.cmenu_lst li .nephrology::before { background-image: url(../img/index_cmenu_nephrology.svg); }
.cmenu_lst li .examination::before { background-image: url(../img/index_cmenu_examination.svg); }
.cmenu_lst li .examination a { display: inline-block; font-size: 1.2rem; }
.cmenu_lst li .examination a + a { margin-left: 1.0rem; }
.cmenu_lst li .selfpay::before { background-image: url(../img/index_cmenu_selfpay.svg); }
.cmenu_lst li.trigger { animation: fadeDown 0.5s ease-out forwards; }

@media screen and (min-width: 48em), print { .cmenu { padding: 55px 0 110px; }
  .cmenu .wrap { display: grid; grid-template-columns: 198px auto; grid-template-rows: 160px auto; }
  .cmenu_tit { grid-column: 1/2; grid-row: 1/2; width: auto; display: block; margin: 0; }
  .cmenu_lead { grid-column: 2/3; grid-row: 1/2; padding: 40px 0 0; font-size: 1.8rem; line-height: 1.33; text-align: left; }
  .cmenu_lst { grid-column: 1/3; grid-row: 2/3; display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 129px; margin: 0; }
  .cmenu_lst li { width: 224px; }
  .cmenu_lst li > a::before, .cmenu_lst li > span::before { height: 170px; margin-bottom: 16px; transition: 0.4s; }
  .cmenu_lst li > a:hover:before, .cmenu_lst li > span:hover:before { box-shadow: 0 0 10px rgba(194, 109, 41, 0.3); }
  .cmenu_lst li .examination a { font-size: inherit; }
  .cmenu_lst li .examination a + a { margin-left: 1em; }
  .cmenu_lst li a:hover { color: #c26d29; } }
@media print { .cmenu_lst li { animation: none; opacity: 1; } }
.heading { display: flex; justify-content: center; align-items: center; min-height: 16.0rem; padding: 6.0rem 1.0rem 0; color: #fff; background: url(../img/tit_heading.jpg) no-repeat center top/cover; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: 600; font-size: 2.2rem; line-height: 1.2; }
@media screen and (min-width: 48em), print { .heading { justify-content: normal; min-height: 234px; padding-top: 0; padding-left: calc(50% - 350px); padding-right: calc(50% - 620px); font-size: 3.8rem; letter-spacing: 0.01em; } }

.container { background: url(../img/a_background.jpg) repeat-x left top; background-size: auto 10em; }
@media screen and (min-width: 48em), print { .container { background: linear-gradient(transparent 174px, #fff 174px), url(../img/a_background.jpg) repeat-x left top; background-size: auto; } }

.breadcrumbs { padding: 1.0rem; font-size: 1.1rem; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs li:not(:first-child)::before { display: inline-block; margin: 0 0.2em; content: '＞'; }
@media screen and (min-width: 48em), print { .breadcrumbs { width: 1200px; margin: 0 auto; padding: 16px 0 10px; font-size: 1.6rem; }
  .breadcrumbs a:hover { text-decoration: underline; } }

body#page_doctor .doctor_greeting img { max-width: 50%; }
body#page_doctor .lst_bio { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 0.3em; padding: 0 0 0 0.5rem; }
body#page_doctor .lst_bio dt { width: 4em; white-space: nowrap; }
body#page_doctor .lst_bio dd { width: calc(100% - 4.8em); }
@media screen and (min-width: 48em), print { body#page_doctor .doctor_greeting img { max-width: 230px; margin: 0 0 0 50px; }
  body#page_doctor .doctor_profile section { margin-top: 40px; }
  body#page_doctor .doctor_profile .other { display: flex; flex-wrap: wrap; justify-content: space-between; }
  body#page_doctor .doctor_profile .other > section { width: 46%; } }

body#page_clinic .relation a { color: #777; }
body#page_clinic .relation a:hover { color: #c26d29; }
@media screen and (min-width: 48em), print { body#page_clinic .relation { display: flex; flex-wrap: wrap; justify-content: space-between; }
  body#page_clinic .relation > * { width: 48%; }
  body#page_clinic .relation > *:nth-child(-n+2) { margin-top: 0 !important; } }

#clinic_slide img, #clinic_slide p, #device_slide img, #device_slide p { display: none; }
#clinic_slide .sp-black, #device_slide .sp-black { background: rgba(134, 104, 58, 0.85); }
#clinic_slide .sp-layer.sp-black.sp-padding, #device_slide .sp-layer.sp-black.sp-padding { text-align: center; font-size: 3.2rem; }
#clinic_slide .sp-layer.sp-black.sp-padding span, #device_slide .sp-layer.sp-black.sp-padding span { display: block; font-weight: normal; font-size: 2.6rem; }
#clinic_slide .sp-selected-thumbnail, #device_slide .sp-selected-thumbnail { border: 4px solid rgba(134, 104, 58, 0.8); }
@media screen and (min-width: 48em), print { #clinic_slide .sp-layer.sp-black.sp-padding, #device_slide .sp-layer.sp-black.sp-padding { font-size: 2.4rem; }
  #clinic_slide .sp-layer.sp-black.sp-padding span, #device_slide .sp-layer.sp-black.sp-padding span { font-size: 1.8rem; } }

.related_lnk { margin: 1.5em 0 0; line-height: 1.4; }
.related_lnk dt { margin-bottom: 0.2em; }
.related_lnk dt::before { margin-right: 0.3em; font-family: 'fontello'; font-weight: normal; content: '\e805'; color: #c26d29; }
.related_lnk dd a { color: #be9c68; }

.tbl_exam { width: 100%; }
.tbl_exam tbody th { width: 30%; vertical-align: top; }
.tbl_exam tbody td { vertical-align: top; }
@media screen and (min-width: 48em), print { .tbl_exam tbody th, .tbl_exam tbody td { vertical-align: middle; } }

.dl_effect { margin: 1em 0; }
.dl_effect dt { font-weight: bold; }
.dl_effect dd[class*="box_"] { margin: 0; }

.dl_price { display: flex; flex-wrap: wrap; font-size: 1.3rem; border: 1px solid #ac6d3b; }
.dl_price dt { flex: 1 1 35%; padding: 0.5em 1em; background: #efe8d4; }
.dl_price dt:not(:first-of-type) { border-top: 1px solid #ac6d3b; }
.dl_price dd { flex: 1 1 35%; padding: 0.5em 1em; white-space: nowrap; text-align: center; border-top: 1px solid #ac6d3b; }
.dl_price dd:first-of-type { border-top: none; }
@media screen and (min-width: 48em), print { .dl_price { display: inline-flex; margin: 5px 0; font-size: 1.6rem; } }

.tbl_price { width: 100%; font-size: 1.3rem; }
.tbl_price th { text-align: center; }
.tbl_price thead th { white-space: nowrap; }
.tbl_price tbody tr > *:last-child { text-align: center; white-space: nowrap; }
@media screen and (min-width: 48em), print { .tbl_price { margin: 20px 0; font-size: 1.6rem; } }

body#page_first .flow dd { position: relative; margin: 0; padding-left: 0.5rem; }
body#page_first .flow dd:not(:last-child) { margin-bottom: 6.0rem; }
body#page_first .flow dd:not(:last-child)::after { position: absolute; bottom: -5.0rem; left: 0; right: 0; display: block; width: 0; height: 0; margin: auto; content: ''; border-style: solid; border-width: 2.0rem 3.0rem 1.0rem 3.0rem; border-color: #be9c68 transparent transparent transparent; }
@media screen and (min-width: 48em), print { body#page_first .flow dd { padding-left: 12px; }
  body#page_first .flow dd:not(:last-child) { margin-bottom: 80px; }
  body#page_first .flow dd:not(:last-child)::after { bottom: -60px; } }

body#page_access .access_dl { display: flex; flex-wrap: wrap; row-gap: 0.5rem; }
body#page_access .access_dl dt { width: 5em; padding: 0.5rem 0; font-family: YuMincho, 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif; font-weight: bold; text-align: center; color: #c26d29; background: linear-gradient(#fff, #efe8d4 70%); border-bottom: 1px solid #be9c68; }
body#page_access .access_dl dd { flex-basis: calc(100% - 5em); padding: 0.5rem 0.8em; border-bottom: 1px solid #be9c68; }
body#page_access .gmap { height: 30.0rem; margin: 2.0rem 0; border: 1px solid #be9c68; }
@media screen and (min-width: 48em), print { body#page_access .access_dl { display: flex; flex-wrap: wrap; row-gap: 0.5rem; }
  body#page_access .access_dl dt { width: 7em; padding: 15px 0; }
  body#page_access .access_dl dd { flex: 1 1 calc(25% - 7em); padding: 15px; }
  body#page_access .access_dl dd:first-of-type { flex-basis: 60%; }
  body#page_access .access_dl dd:first-of-type br { display: none; }
  body#page_access .tbl_time { font-size: 2.0rem; }
  body#page_access .gmap { height: 50.0rem; } }

#access_slide img, #access_slide p { display: none; }
#access_slide .sp-black { background: rgba(0, 0, 0, 0.7); }
#access_slide .sp-layer.sp-black.sp-padding { text-align: center; font-size: 3.2rem; }
#access_slide .sp-selected-thumbnail { border: 4px solid rgba(0, 0, 0, 0.7); }
@media screen and (min-width: 48em), print { #access_slide .sp-layer.sp-black.sp-padding { font-size: 2.4rem; } }

body#page_404 .main { padding-top: 3em; }
body#page_404 .main .tit_02, body#page_404 .main .contactus_tit, body#page_404 .main .feature_tit, body#page_404 .main .cmenu_tit { margin-bottom: 60px; }
body#page_404 .main p { text-align: center; }
@media screen and (min-width: 48em), print { body#page_404 .main { padding-top: 70px; }
  body#page_404 .main .tit_02, body#page_404 .main .contactus_tit, body#page_404 .main .feature_tit, body#page_404 .main .cmenu_tit { margin-bottom: 100px; } }

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