@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#4d4d4d;}
a:visited{text-decoration:none; color:#4d4d4d;}
a:hover{text-decoration:none; color:#4d4d4d;}
a:active{text-decoration:none; color:#4d4d4d;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 830px; }

img { image-rendering: -webkit-optimize-contrast; }
body { font-size: 16px; min-width: 1000px; line-height: 1.75; letter-spacing: .1em; color: #4d4d4d; background-color: #fff; font-family: "Shippori Mincho", serif; font-weight: 400; font-style: normal; }
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background: #fff; padding: 0 30px; transition: .3s; }
header .logo img { height: 60px; }
header .wrap { display: flex; justify-content: space-between; align-items: center; }
header .gnav ul { display: flex; align-items: center; }
header .gnav ul li { padding: 0 20px; position: relative; }
header .gnav ul li:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 10px; background: #4d4d4d; }
header .gnav ul li:nth-child(4):before { display: none; }
header .gnav ul li > a { font-size: 13px; margin: 40px 0; display: block; position: relative; transition: .3s; }
header .gnav ul li > a::after { content: ""; background-color: #4d4d4d; bottom: -3px; height: 1px; left: 0; position: absolute; transform: scale(0, 1); transform-origin: left top; transition: transform .4s; width: 100%; }
header .gnav ul li > a:hover::after { transform: scale(1, 1); }
header .gnav ul .reservation { padding: 0; }
header .gnav ul .reservation > a { font-size: 16px; padding: 5px 20px; border-radius: 5px; border: 1px solid #4d4d4d; margin: 0; transition: .3s; cursor: pointer; }
header .gnav ul .reservation > a:hover { background: #4ebba8; color: #fff; border-color: #4ebba8; }
header .gnav ul .reservation > a:after { content: none; }
header .gnav .under-gnav { display: none; }
header .gnav .logo { display: none; }
header .menu-trg-area { position: fixed; top: 17px; right: 15px; margin: auto; display: none; width: 40px; height: 40px; border-radius: 3px; cursor: pointer; }
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 13px; width: 20px; height: 6px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #000;}
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { bottom: 0;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -18px;}
header .menu-trigger.active span:nth-of-type(2) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -17px;}

/* popup */
/* .popup-content { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; padding-top: 100px; z-index: 100; }
.popup-content .link_btn { margin-top: 50px; }
.popup-content .link_btn a { background: #4d4d4d; border: 1px solid #4d4d4d; color: #fff; letter-spacing: .2em; }
.popup-content .link_btn a:hover { background: #f2f2f2; color: #4d4d4d; }
.none-position { width: 30px; height: 30px; position: absolute; top: 5%; right: 5%; cursor: pointer; }
.none-position #popup-none { display: inline-block; vertical-align: middle; color: #4d4d4d; line-height: 1; width: 30px; height: 1px; background: currentColor; position: relative; transform: rotate(45deg); }
.none-position #popup-none:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: inherit; border-radius: inherit; transform: rotate(90deg); }
.popup-content .vertical-ttl { color: #4d4d4d; } */

/* footer */
.map iframe { width: 100%; height: 690px; vertical-align: bottom; }
.medical-area { padding: 80px 0 150px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.address { font-size: 17px; line-height: 2.05; margin-bottom: 30px; }
.medical-table { margin-bottom: 30px; }
.medical-table table { width: 560px; }
.medical-table table th { font-size: 16px; color: #4ebba8; background: #fff; }
.medical-table table td.week { border-bottom: 1px solid #4d4d4d; }
.medical-table table th.time { border-bottom: 1px solid #fff; background: #4ebba8; color: #fff; width: 130px; height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.medical-table table tr:last-child th.time { border-bottom: none; }
.medical-table table th.time .small-time { font-size: 11px; letter-spacing: .075em; }
.medical-table table td { width: calc((560px - 130px) / 7); border-bottom: 1px solid #4d4d4d; text-align: center; color: #4ebba8; background: #fff; }
.medical-table table tr:last-child td { border-bottom: none; }
.section-medical .link_btn { margin-right: 15px; }
.section-medical .link_btn a { color: #4ebba8!important; background: #fff; border: 1px solid #4ebba8; }
/* .section-medical .link_btn a:hover { color: #fff; background: #4ebba8; } */
footer { padding: 0 30px; background: #4d4d4d; }
footer .logo img { height: 60px; }
footer .wrap { display: flex; justify-content: space-between; align-items: center; }
footer .gnav ul { display: flex; align-items: center; }
footer .gnav ul li { padding: 0 20px; position: relative; }
footer .gnav ul li:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 10px; background: #fff; }
footer .gnav ul li:nth-child(4):before { display: none; }
footer .gnav ul li a { color: #fff; font-size: 13px; padding: 45px 0; display: block; position: relative; transition: .3s; }
footer .gnav ul li a::after { content: ""; background-color: #fff; bottom: 42px; height: 1px; left: 0; position: absolute; transform: scale(0, 1); transform-origin: left top; transition: transform .4s; width: 100%; }
footer .gnav ul li a:hover::after { transform: scale(1, 1); }
footer .gnav ul .reservation a:after { content: none; }
footer .gnav ul .reservation { padding: 0; }
footer .gnav ul .reservation a { font-size: 16px; padding: 5px 20px; color: #4d4d4d; background: #fff; border-radius: 5px; border: 1px solid #4d4d4d; transition: .3s; cursor: pointer; }
footer .gnav ul .reservation a:hover { background: #4d4d4d; color: #fff; border-color: #fff; }

/* common */
hr { border: none; border-top: 1px solid #4d4d4d; margin: 0; }
section { position: relative; }
.block-ttl { font-size: 25px; letter-spacing: .2em; }
.vertical-ttl { font-size: 17px; line-height: 2.05; letter-spacing: .2em; color: #4ebba8; writing-mode: vertical-rl; position: absolute; top: 100px; left: 5%; }
.sec_ttl { font-size: 30px; letter-spacing: .3em; margin-bottom: 60px; }
.link_btn a { padding: 10px 40px; border-radius: 3px; transition: .3s; }
.faq-list { padding-bottom: 120px; }
.faq-list li { margin-bottom: 15px; padding: 20px 25px; background: #fff; border-radius: 3px; cursor: pointer; }
.faq-list li:last-child { margin-bottom: 0; }
.faq-row { display: flex; align-items: center; }
.faq-q { width: 35%; letter-spacing: .2em; }
.faq-a { width: calc((100% - 35%) - 30px); font-size: 11px; line-height: 2.54545; letter-spacing: .1em; border-left: 1px solid #4d4d4d; padding-left: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; transition: .3s; }
.plus { position: relative; width: 30px; height: 30px; margin: 0 5px; }
.plus:before, .plus:after { content: ''; display: block; position: absolute;top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-color: #4d4d4d; border-radius: 10px; width: 12px; height: 1px; transition: .3s; }
.plus:after { transform: rotate(90deg); }
.expanded .faq-row { align-items: initial; }
.expanded .faq-a { -webkit-line-clamp: unset; white-space: normal; overflow: visible; transition: .3s; }
.expanded .plus:after { transform: rotate(0deg); }
.page-hero { margin-top: 102px; margin-bottom: 95px; height: 270px; display: flex; align-items: center; justify-content: center; padding: 10px; color: #fff; text-align: center; }
.page-hero .jp { font-size: 30px; letter-spacing: .3em; }
.page-hero .en { font-size: 17px; letter-spacing: .2em; margin-top: 10px; }
.common-button { background: #4d4d4d; border: 1px solid #4d4d4d; color: #fff!important; cursor: pointer; display: inline-block; transition: .3s; padding: 5px 40px; border-radius: 3px; transition: .3s; text-align: center; }
.common-button:hover { background: #fff; color: #4d4d4d!important; }
.post-header { border-bottom: 1px solid rgba(77,77,77,.5); padding-bottom: 40px; margin-bottom: 50px; }
.post-title { font-size: 20px; letter-spacing: .2em; line-height: 1.75; }
.yoyaku { position: fixed; bottom: 25px; left: 30px; right: 30px; margin: 0 auto; z-index: 30; }
.yoyaku a { font-size: 16px; display: block; background: #4ebba8; color: #fff; border-radius: 5px; padding: 15px 0; text-align: center;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

/* top-fv */
.section-fv { padding-top: 103px; position: relative; }
.section-fv .bg { display: flex; align-items: center; justify-content: end; }
.section-fv .bg figure { width: 80%; border-top-left-radius: 150px; overflow: hidden; padding-top: 0; height: calc(100vh - 103px); }
.section-fv .fv_ttl { display: flex; flex-direction: column; align-items: start; justify-content: center; position: absolute; top: 35%; left: 5%; bottom: 0; margin: auto; z-index: 20; }
.section-fv .fv_ttl .main { font-size: 54px; letter-spacing: .2em; background: #fff; margin-bottom: 20px; }
.section-fv .fv_ttl .sub { font-size: 24px; letter-spacing: .2em; background: #fff; }
.scroll-bar { position: absolute; left: 5%; bottom: 0; writing-mode: vertical-rl; }
.scroll-bar::before { content: ""; animation: scroll 2s infinite; background-color: #4d4d4d; bottom: 0; height: 140px; left: 0; margin: auto; position: absolute; right: 0; width: 2px; z-index: 2; }
.scroll-bar::after { content: ""; background-color: #4d4d4d; bottom: 0; height: 140px; left: 0; margin: auto; position: absolute; right: 0; width: 1px; }
@keyframes scroll { 0% { transform: scale(1, 0); transform-origin: 0 0; } 50% { transform: scale(1, 1); transform-origin: 0 0; } 51% { transform: scale(1, 1); transform-origin: 0 100%; } 100% { transform: scale(1, 0); transform-origin: 0 100%;	} }
.fv_news { position: absolute; bottom: 0px; left: 20%; z-index: 30; width: 100%; }
.fv_news ul { position: relative; }
.fv_news ul li { width: 80%; position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; }
.fv_news ul li a { display: flex; justify-content: center; border-top-left-radius: 15px; border-top-right-radius: 15px; overflow: hidden; width: 80%; }
.fv_news ul li a .fv_news_wrap { width: 85px; background: #4ebba8;  display: flex; align-items: center; justify-content: center; }
.fv_news ul li a .fv_news_logo { font-size: 17px; letter-spacing: .2em; color: #fff; }
.fv_news ul li a .fv_news_content { width: calc(100% - 85px); background-color: #fff; display: flex; align-items: center; padding: 15px 60px 15px 20px; position: relative; }
.fv_news ul li a .fv_news_date { font-size: 12px; letter-spacing: .075em; padding-right: 15px; position: relative;}
.fv_news ul li a .fv_news_date::before { content: ""; width: 1px; height: 10px; background: #4d4d4d; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; }
.fv_news ul li a .fv_news_text { font-size: 12px; letter-spacing: .075em; padding-left: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fv_news ul li a .fv_news_content::before { content: ""; width: 15px; height: 1px; background: #4d4d4d; position: absolute; top: 0; bottom: 0; right: 33px; margin: auto 0;}
.fv_news ul li a .fv_news_content::after { content: ""; width: 8px; height: 8px; border-top: 1px solid #4d4d4d; border-right: 1px solid #4d4d4d; transform: rotate(45deg); position: absolute; top: 0; bottom: 0; right: 30px; margin: auto 0;}

/* top-about */
.section-about { margin-top: 100px; }
.section-about .vertical-ttl { top: 0; }
.about-wrap { display: flex; align-items: start; justify-content: space-between; }
.about-wrap .about-icon { display: flex; flex-direction: column; align-items: center; justify-content: end; }
.about-wrap .about-icon img { margin-bottom: 30px; }
.about-wrap .block-ttl { writing-mode: vertical-rl; }
.about-wrap .about-text { writing-mode: vertical-rl; margin-top: 110px; }
.about-wrap .about-text p { font-size: 21px; line-height: 2.285; margin-left: 70px; }
.about-wrap .about-text p:last-of-type { margin-left: 0; }

/* top-news */
.section-news { margin-bottom: 110px; }
.section-news .vertical-ttl { top: 0; }
.section-news .link_btn { margin-top: 35px; }
.section-news .link_btn a { background: #4ebba8; border: 1px solid #4ebba8; color: #fff; cursor: pointer; padding: 10px 60px; }
.section-news .link_btn a:hover { background: #fff; border-color: #4ebba8; color: #4ebba8; }
.news_list ul li { margin-bottom: 15px; }
.news_list ul li a { display: flex; align-items: center; background: #edf8f6; padding: 20px; border-radius: 5px; }
.news_head { display: flex; align-items: center; }
.news_date { width: 65px; font-size: 12px; letter-spacing: .02em; }
.tate_border { width: .25px; height: 10px; background-color: #4d4d4d; margin: 0 20px; }
.news_tag { min-width: 95px; font-size: 12px; letter-spacing: .02em; padding: 1px 3px; background: #fff; border: 1px solid #4d4d4d; border-radius: 5px; display: flex; align-items: center; justify-content: center; text-align: center; word-break: break-word; overflow-wrap: anywhere; }
.news_text { width: calc(100% - 201px); font-size: 12px; letter-spacing: .02em; padding-left: 15px; padding-right: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; }
.news_text::before { content: ""; width: 15px; height: 1px; background: #4d4d4d; position: absolute; top: 0; bottom: 0; right: 4px; margin: auto 0; }
.news_text::after { content: ""; width: 8px; height: 8px; border-top: 1px solid #4d4d4d; border-right: 1px solid #4d4d4d; transform: rotate(45deg); position: absolute; top: 0; bottom: 0; right: 1px; margin: auto 0;  }
.single_wrap { position: relative; }
.single_wrap .vertical-ttl { top: 0; }
.news_pagination { display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 40px; }
.news_pagination li { margin: 0 8px; }
.news_pagination li a { display: flex; align-items: center; justify-content: center; text-align: center; width: 40px; height: 40px; font-size: 16px; letter-spacing: .1em; border-radius: 50%; background: #fff; border: 1px solid #4d4d4d; transition: .3s; }
.news_pagination li a:hover { background: #4d4d4d; color: #fff; }
.news_pagination li a.current { background: #4d4d4d; color: #fff; }
.news_pagination li a.current:hover { background: #4d4d4d; color: #fff; }
.news_pagination li.arrow_wrap { margin: 0; }
.news_pagination li.arrow_wrap a { position: relative; background: none; border: none; }
.news_pagination li.arrow_wrap a::before { content: ""; width: 8px; height: 8px; border-top: 1px solid #4d4d4d; border-right: 1px solid #4d4d4d; position: absolute; }
.news_pagination li.prev_arrow a::before { transform: rotate(225deg); top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.news_pagination li.next_arrow a::before { transform: rotate(45deg); top: 0; bottom: 0; right: 0; left: 0; margin: auto; }

/* top-kinds */
.kinds-area { padding: 90px 0 120px; }
.kinds-back { display: block; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; height: 310px; border-radius: 5px; overflow: hidden; }
.kinds-back .kinds-inner { width: 100%; padding: 0 60px; }
.kinds-back .block-ttl { font-size: 25px; letter-spacing: .3em; margin-bottom: 50px; }
.kinds-back ul li { border-bottom: 1px solid #4d4d4d; }
.kinds-back ul li a { display: block; font-size: 18px; letter-spacing: .2em; padding: 10px 0; position: relative; transition: .3s; cursor: pointer; }
.kinds-back ul li a:hover { opacity: .6; }
.kinds-back ul li a:before,
.kinds-back ul li a:after{ content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; vertical-align: middle; }
.kinds-back ul li a:before{ right: 3px; width: 15px; height: 1px; background: #4d4d4d; }
.kinds-back ul li a:after{ right: 0; width: 10px; height: 10px; border-radius: 2px; border-top: 1px solid #4d4d4d; border-right: 1px solid #4d4d4d; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.kinds-back.white .block-ttl { color: #fff; }
.kinds-back.white ul li { border-color: #fff; }
.kinds-back.white ul li a { color: #fff; }
.kinds-back.white ul li a:before{ background: #fff; }
.kinds-back.white ul li a:after{ border-color: #fff; }

/* top-dermatology */
.section-dermatology { padding: 100px 0 110px; }
.category-ttl { font-size: 22px; letter-spacing: .2em; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #4d4d4d; }

/* top-aesthetic */
.section-aesthetic { padding: 100px 0 120px; }
.section-aesthetic .faq-list li { background: #edf8f6; }
.section-aesthetic .link_btn a { background: #4ebba8; border: 1px solid #4ebba8; color: #fff; cursor: pointer; }
.section-aesthetic .link_btn a:hover { background: #fff; border-color: #4ebba8; color: #4ebba8; }
.section-aesthetic .link_btn a.active { color: #fff!important; }
.rate-sheet .link_btn a { background: #4ebba8; border: 1px solid #4ebba8; color: #fff; cursor: pointer; }
.rate-sheet .link_btn a:hover { background: #fff; border-color: #4ebba8; color: #4ebba8; }
.rate-sheet .link_btn a.active { color: #fff!important; }
.price_table { padding: 50px 0; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; overflow: auto; }
.price_table .closebtn { position: fixed; top: 20px; right: 20px; width: 60px; height: 60px; cursor: pointer; }
.price_table .closebtn::before,
.price_table .closebtn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 60%; height: 2px; background-color: #4d4d4d; transform-origin: center; }
.price_table .closebtn::before { transform: translate(-50%, -50%) rotate(45deg); }
.price_table .closebtn::after { transform: translate(-50%, -50%) rotate(-45deg); }
.simi_table { padding: 110px 0 140px; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; overflow: auto; }
.simi_table .simi_closebtn { position: fixed; top: 20px; right: 20px; width: 60px; height: 60px; cursor: pointer; }
.simi_table .simi_closebtn::before,
.simi_table .simi_closebtn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 60%; height: 2px; background-color: #4d4d4d; transform-origin: center; }
.simi_table .simi_closebtn::before { transform: translate(-50%, -50%) rotate(45deg); }
.simi_table .simi_closebtn::after { transform: translate(-50%, -50%) rotate(-45deg); }
.simi_wrap { margin-top: 90px; }
.simi_wrap table { width: 100%; }
.simi_wrap .simi-head { font-size: 16px; line-height: 1.3125; letter-spacing: .1em; padding: 15px 0; text-align: center; border-bottom: 1px solid #000; border-top: 1px solid #000; }
.simi_wrap .type_ { width: 225px; font-size: 16px; line-height: 2.1875; letter-spacing: .1em; padding-left: 20px; border-right: 1px solid #000; border-bottom: 1px solid #000; }
.simi_wrap .list_content { width: 330px; font-size: 14px; padding: 35px 0 35px 35px; border-bottom: 1px solid #000; }
.simi_wrap .list_content ul li { margin-bottom: 10px; }
.simi_wrap .row_td { width: calc(100% - 555px); position: relative; border-bottom: 1px solid #000; }
.simi_wrap .row_td:first-child { border-top: 1px solid #000; }
.simi_wrap .row_td .row_inner { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; margin: 20px 0 20px 60px; border-left: 1px solid #000; }
.simi_wrap .row_td .row_text { width: 115px; font-size: 12px; letter-spacing: .12em; background: #caebe5; padding: 5px 0; text-align: center; }
/* .simi_wrap .td_bg {  }
.simi_wrap .td_bg .td_bg_inner { text-align: center; border-left: 1px solid #000; }
.simi_wrap .td_bg .td_bg_tx { display: inline-block; font-size: 12px; letter-spacing: .12em; padding: 5px; background: #caebe5; } */

/* gallery */
.gallery-slider .slick-track { animation: scrollLeft 240s linear infinite; display: flex; }
@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.gallery-slider .slick-slide { width: auto !important; }
.gallery-slider .gallery-bg { display: block; position: relative; transition: .3s; }
.gallery-slider .gallery-bg::before {content: "";position: absolute;top: 0; left: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.6);opacity: 0;transition: 0.3s;z-index: 1; }
.gallery-slider .gallery-bg:hover::before { opacity: 1; }
.gallery-slider .gallery-bg span { display: block; font-size: 18px; letter-spacing: .2em; opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 20; text-align: center; display: flex; align-items: center; justify-content: center; }
.gallery-slider .gallery-bg:hover span { opacity: 1; }
.lightboxOverlay { background: rgba(77,77,77,.9)!important; opacity: 1!important;}
.lightbox .lb-outerContainer { background: none; }
.lightbox .lb-dataContainer { padding-top: 0; margin-bottom: 15px; position: relative; z-index: 15; }
.lightbox .lb-image { border-radius: 0; border: none; }


/* reserve */
.section-reserve { padding: 200px 0 200px; }
.section-reserve .sec_ttl { font-size: 30px; margin-bottom: 40px; }
.section-reserve hr { margin-bottom: 40px; }
.section-reserve .vertical-ttl { color: #4d4d4d; top: 200px; }
.section-reserve .link_btn { margin-top: 50px; }
.section-reserve .link_btn a { background: #4d4d4d; border: 1px solid #4d4d4d; color: #fff; letter-spacing: .2em; text-align: center; }
.section-reserve .link_btn a:hover { background: #f2f2f2; color: #4d4d4d; }

/* web_reservation */
.reservation_btn { display: block; position: fixed; top: 12%; right: 6%; z-index: 10; }
.reservation_btn img { width: 125px; }
.section-web_reservation { margin-top: 102px; padding: 100px 0 50px; }
.radius_wrap { border-radius: 5px; padding: 20px 20px 30px; }
.radius_wrap > p { text-align: center; margin-top: 10px; font-size: 12px; }
.reservation_ttl { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.reservation_ttl img { min-height: 62px; }
.reservation_ttl h2 { font-size: 17px; color: #4ebba8; letter-spacing: .2em; margin-top: 20px; margin-bottom: 15px; }
.reservation_ttl p { font-size: 14px; margin-bottom: 20px; }
.main-c-radius { background: #4ebba8; border: 1px solid #4ebba8; border-radius: 5px; padding: 3px 0; color: #fff; font-size: 14px; letter-spacing: .2em; text-align: center; }
.tab .main-c-radius { padding: 15px; margin: 40px 0; position: relative; z-index: 2; }
.tab .radius_wrap { min-height: 224px; padding: 20px 10px; position: relative; z-index: 2; }
.tab .reservation_ttl p { margin-bottom: 0; }
.tate_line { position: relative; }
.tate_line::before { content: ""; width: 1px; height: 100%; background: #000; position: absolute; left: 0; right: 0; top: -40px; margin: 0 auto; z-index: 1; }
.section-web_reservation .medical-table table { width: 100%; }
.section-web_reservation .medical-table table th.time { width: 315px; background: #4d4d4d; }
.section-web_reservation .medical-table table td { width: calc(100% / 7); color: #4d4d4d; }
.uketuke_wrap .link_btn a { background: #4ebba8; border: 1px solid #4ebba8; color: #fff; cursor: pointer; padding: 10px 60px; transition: .3s; }
.uketuke_wrap .link_btn a:hover { background: #fff; color: #4ebba8;  }
.uketuke_white { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.section-apply { padding: 110px 0 160px; }
.method_block.each .procedure .method { font-size: 13px; }
.procedure .method { display: block; padding: 15px 10px; font-size: 14px; color: #fff; border: 1px solid #4ebba8; background: #4ebba8; border-radius: 5px; position: relative; text-align: center; }
.procedure .method::before { content: ""; width: 17px;	height: 1px; position: absolute; top: initial; bottom: 24px; right: 17px; background: #fff; margin: auto 0px; transform: rotate(90deg); }
.procedure .method::after { content: ""; width: 11px; height: 11px; transform: rotate(135deg); position: absolute; top: 0px; bottom: -10px; right: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; margin: auto 0px; }	
.method_ttl { display: flex; align-items: start; margin-bottom: 20px; }
.method_ttl .mass { width: 30px; height: 30px; font-size: 17px; color: #fff; background: #4ebba8; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-right: 10px; }
.method_ttl .text { font-size: 17px; line-height: 2.058; }
.method_flex { display: flex; }
.method_flex .method_img { width: 40%; }
.method_flex .method_text { width: 60%; padding-left: 50px; }
.method_flex p { line-height: 2.5454; }
.smartphone { text-align: right; }
.smartphone img { width: 135px; }
.border_ttl { font-size: 17px; padding-bottom: 15px; border-bottom: 1px solid #4d4d4d; text-align: center; margin-bottom: 40px; }
.under_line {   display: inline; background: linear-gradient(transparent 70%, yellow 70%); -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0.2em; line-height: 1.6; }
.method_list { text-align: center; }
.method_list li { font-size: 11px; line-height: 2.5454; display: inline-block; border-bottom: 1px solid #4d4d4d; text-align: center; }
.method_flex.nyuryoku .method_img { width: 43%; padding-top: 115px; }
.method_flex.nyuryoku .method_text { width: 57%; }
.number_nyuryoku { position: absolute; top: 0; left: 0; width: 420px; }
.number_nyuryoku img { width: 100%; }

@media (max-width: 767px) {
	body { font-size: 14px; min-width: 415px; }
	.container-fluid { padding-right: 30px; padding-left: 30px; }
	header { padding: 0 15px; background: #fff; box-shadow: 0px 1px 20px 0px gray; }
	header .wrap { height: 65px; }
	header .logo img { width: 240px; height: auto; }
	header .gnav { position: fixed; left: 0; top: 0; width: 100%; top: 0; background: #fff; height: 100%; opacity: 0; visibility: hidden; transition: .3s; overflow: auto; }
	header .gnav.active { opacity: 1; visibility: visible; }
	header .gnav .under-gnav { display: block; }
	header .gnav .logo { display: block; }
	header .menu-trg-area { display: block; }
	header .menu-trigger.active span { background: #fff; }
	header .gnav ul { flex-wrap: wrap; justify-content: center; background: #4ebba8;padding: 70px 30px 30px 30px ;  }
	header .gnav ul li:nth-child(2):before { display: none; }
	header .gnav ul li:before { background: #fff; }
	header .gnav ul li > a { font-size: 14px; padding: 10px 0; margin: 0; color: #fff; }
	header .gnav ul li > a::after { background-color: #fff; bottom: 5px; }
	header .gnav ul .reservation { width: 100%; margin-top: 20px; }
	header .gnav ul .reservation a { width: 100%; font-size: 16px; text-align: center; padding: 10px 20px; color: #4ebba8; background: #fff; border: 1px solid #4ebba8; }
	header .gnav ul .reservation a:hover { color: #fff; background: #4ebba8; border-color: #fff; }
	header .gnav .under-gnav { padding: 30px 30px; }
	header .gnav .under-gnav .medical-table { margin-bottom: 20px; }
	header .gnav .under-gnav .link_btn a { color: #4ebba8; background: #fff; border: 1px solid #4ebba8;font-size: 12px; padding: 5px 8px; margin-right: 10px; }
	header .gnav .under-gnav .link_btn a:hover { color: #fff; background: #4ebba8; border-color: #fff; }
	header .gnav.active .logo { position: absolute; top: 0; left: 15px; }
	header .gnav.active .logo img { width: 240px; height: 60px; }

	/* popup */
	/* .popup-content { padding: 70px 45px 0 45px; }
	.popup-content .category-ttl { font-size: 24px; }
	.popup-content .link_btn { margin-top: 90px; }
	.popup-content .link_btn a { font-size: 16px; text-align: center; padding: 12px 0; }
	.none-position { top: 20px; right: 15px; }
	.none-position #popup-none { width: 20px; }
	.popup-content .vertical-ttl { left: 60px; } */

	/* footer */
	.map iframe { height: 110px; }
	.medical-area { padding: 80px 0 60px; background-image: url(../images/medicalhours_bg_sp.jpg) !important; }
	.address { font-size: 14px; margin-bottom: 80px; }
	.medical-table table { width: 100%; }
	.medical-table table th.time { width: 40px; height: 55px; font-size: 12px; line-height: 1.333; letter-spacing: .14em; }
	.medical-table table th.time.num { line-height: 1; letter-spacing: .04em; display: flex; align-items: center; flex-direction: column; justify-content: center; }
	.medical-table table th.time.num .vertical-line { transform: rotate(90deg); }
	.medical-table table td { width: calc((360px - 40px) / 7); font-size: 13px; }
	.section-medical .vertical-ttl { top: 50px; }
	.section-medical .note { letter-spacing: 0.09em !important; }
	.section-medical .link_btn { margin-right: 10px; }
	.section-medical .link_btn a { font-size: 12px; padding: 5px 8px; }
	footer { padding: 30px 30px; }
	footer .wrap { flex-direction: column; }
	footer .logo { margin-bottom: 20px; }
	footer .logo img { height: 55px; }
	footer .gnav ul { flex-wrap: wrap; justify-content: center; }
	footer .gnav ul li:nth-child(2):before { display: none; }
	footer .gnav ul li a { font-size: 14px; padding: 10px 0; }
	footer .gnav ul li a::after { bottom: 8px; }
	footer .gnav ul .reservation { width: 100%; margin-top: 20px; }
	footer .gnav ul .reservation a { width: 100%; font-size: 16px; text-align: center; padding: 10px 20px; }

	/* common */
	.vertical-ttl { font-size: 10px; writing-mode: initial; top: 40px; left: 30px; }
	.block-ttl { font-size: 18px; }
	.sec_ttl { font-size: 24px; margin-bottom: 40px; }
	.category-ttl { font-size: 17px; padding-bottom: 15px; margin-bottom: 30px; }
	.link_btn a { display: block; font-size: 13px; }
	.faq-list { padding-bottom: 50px; }
	.faq-list li { padding: 10px 20px; }
	.faq-row { position: relative; display: block; }
	.faq-q { width: 100%; font-size: 13px; padding-right: 40px; position: relative; }
	.faq-a { display: none; width: 100%; font-size: 12px; letter-spacing: .075em; line-height: 1.8; margin-top: 10px; padding-left: 0; padding-top: 15px; border-left: none; border-top: 1px solid #4d4d4d; }
	.plus { position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 30px; height: 30px; }
	.plus:before, .plus:after { top: -3px; }
	.expanded .faq-a { display: block; }
	.expanded .plus { bottom: initial; }
	.page-hero { margin-top: 65px; margin-bottom: 40px; height: 100px; }
	.page-hero .jp { font-size: 24px; }
	.page-hero .en { font-size: 10px; margin-top: 7px; }
	.post-header { padding-bottom: 20px; margin-bottom: 30px; }
	.post-title { font-size: 17px; }
	.common-button { width: 100%; display: block; padding: 10px 20px; }

	/* top-fv */
	.section-fv { padding-top: 65px; }
	.section-fv .bg figure { border-top-left-radius: 0; width: 100%; height: calc(100vh - 65px); padding-top: 0; }
	.section-fv .fv_ttl { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; align-items: center; }
	.section-fv .fv_ttl .kaiin { font-size: 72px; }
	.scroll-bar { left: 10%; }
	.scroll-bar::before, 
	.scroll-bar::after { background-color: #fff; height: 140px; }
	.fv_news { left: 0; right: 0; bottom: -1px; margin: 0 auto; }
	.fv_news ul li { width: 100%; }
	.fv_news ul li a { width: 100%; }
	.fv_news ul li a .fv_news_wrap { width: 70px; }
	.fv_news ul li a .fv_news_logo { font-size: 14px; }
	.fv_news ul li a .fv_news_content { width: calc(100% - 70px); padding: 10px 50px 10px 15px; flex-direction: column; align-items: start; }
	.fv_news ul li a .fv_news_content::before { right: 23px; }
	.fv_news ul li a .fv_news_content::after { right: 20px; }
	.fv_news ul li a .fv_news_date { font-size: 10px; padding-right: 0; }
	.fv_news ul li a .fv_news_date::before { display: none; }
	.fv_news ul li a .fv_news_text { font-size: 10px; padding-left: 0; width: 100%; }

	/* top-about */
	.section-about { padding-top: 160px; margin-top: 0; }
	.section-about .vertical-ttl { top: 90px; }
	.about-wrap { flex-direction: column; }
	.about-wrap .about-icon { flex-direction: initial; }
	.about-wrap .about-icon img { margin-bottom: 0; margin-right: 20px; }
	.about-wrap .block-ttl { writing-mode: initial; }
	.about-wrap .about-text { writing-mode: initial; margin-top: 50px; }
	.about-wrap .about-text p { font-size: 15px; line-height: 2.56; margin-left: 0; margin-bottom: 60px; }
	.about-wrap .about-text p:last-of-type { margin-bottom: 0; }

	/* top-news */
	.section-news { margin-bottom: 45px; }
	.section-news .sec_ttl { margin-bottom: 20px; padding-top: 45px; }
	.section-news .link_btn { margin-top: 25px; }
	.section-news .link_btn a { text-align: center; }
	.news_list ul li { margin-bottom: 10px; }
	.news_list ul li a { flex-direction: column; align-items: start; padding: 13px 30px 15px 20px; }
	.news_text { width: 100%; padding: 0 25px 0 0; margin-top: 10px; }
	.single_wrap .vertical-ttl { position: static; margin: 0 0 20px 30px; }
	#news-category .sec_ttl { margin-bottom: 15px; }
	.news_pagination { margin-top: 30px; }
	.news_pagination li { margin: 0 6px; }
	.news_pagination li a { font-size: 12.8px; width: 30px; height: 30px; }

	/* top-kinds */
	.kinds-area { padding: 60px 0 35px; }
	.kinds-back { height: 250px; }
	.kinds-back .kinds-inner { padding: 0 35px; }
	.kinds-back .block-ttl { font-size: 20px; margin-bottom: 40px; }
	.kinds-back ul li a { font-size: 14px; }

	/* top-dermatology */
	.section-dermatology { padding: 75px 0 0; }

	/* top-aesthetic */
	.section-aesthetic { padding: 80px 0 70px; }
	.section-aesthetic .vertical-ttl { top: 50px; }
	.rate-sheet .link_btn a { width: 100%; text-align: center; }
	.simi_table { padding: 60px 0; }
	.simi_wrap { margin-top: 30px; overflow-x: scroll; }
	.simi_wrap table { width: 700px; margin-bottom: 20px; }
	.simi_wrap .simi-head:nth-child(2) { text-align: left; padding-left: 105px; } 
	.simi_wrap .type_ { width: 150px; font-size: 13px; text-align: left; }
	.simi_wrap .list_content { width: 315px; }
	.simi_wrap .row_td { width: calc(100% - 465px); }
	.simi_wrap .row_td .row_inner { justify-content: initial; margin: 20px 0 20px 40px; padding-left: 40px; }
	.scroll-a::-webkit-scrollbar { width: 100%; }
	.scroll-a::-webkit-scrollbar-thumb { width: 60px !important; background: #A0A0A0; border-radius: 10px; border: 4px solid #ECECEC; }
	.scroll-a::-webkit-scrollbar-track { background: #ECECEC; border-radius: 10px; }

	/* reserve */
	.section-reserve { padding: 200px 0 100px; }
	.section-reserve .sec_ttl { font-size: 24px; margin-bottom: 15px; }
	.section-reserve hr { margin-bottom: 30px }
	.section-reserve .vertical-ttl { top: 160px; }

	/* reservation */
	.reservation_btn { top: 13%; right: 30px; }
	.reservation_btn img { width: 85px; }
	.section-web_reservation { margin-top: 65px; padding: 80px 0 50px; } 
	.radius_wrap > p { text-align: left; }
	.reservation_ttl h2 { margin-top: 15px; margin-bottom: 10px; }
	.tab { margin: 20px 0 }
	.tab .tate_line::before { display: none; }	
	.tab .main-c-radius { margin: 0 0 20px 0; cursor: pointer; transition: .3s; }	
	.tab .main-c-radius:hover { background: #fff; color: #4ebba8; border: 1px solid #4ebba8; }
	.tab .main-c-radius.active { background: #fff; color: #4ebba8; border: 1px solid #4ebba8; }
	.tab .main-c-radius::before { content: ""; width: 17px;	height: 1px; position: absolute; top: initial; bottom: 30px; right: 17px; background: #fff; margin: auto 0px; transform: rotate(90deg); }
	.tab .main-c-radius:hover::before {background: #4ebba8; }
	.tab .main-c-radius.active::before { border-color: #4ebba8; }
	.tab .main-c-radius::after { content: ""; width: 11px; height: 11px; transform: rotate(135deg); position: absolute; top: 0px; bottom: -10px; right: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; margin: auto 0px; }	
	.tab .main-c-radius:hover::after { border-color: #4ebba8; }
	.tab .main-c-radius.active::after { border-color: #4ebba8; }
	.tab .radius_wrap { min-height: 173px; display: none; border-top: 1px solid #ddd; padding: 20px 15px; background: #fff; }
	.tab .radius_wrap.open { display: block; position: relative; }
	.tab .radius_wrap.open::before { content: ""; width: 1px; height: 20px; background: #4d4d4d; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; }
	.tab .radius_wrap.open:last-child::before { display: none; }
	.section-web_reservation .medical-table table th.time { width: 63px; }
	.section-web_reservation .medical-table table td { width: calc(100% / 7); }
	.retreat_block { display: contents; }
	.section-apply { padding: 80px 0 50px; }
	.method_ttl { flex-direction: column; align-items: start; }
	.method_ttl .mass { margin-bottom: 10px; }
	.method_ttl .text { font-size: 16px; }
	.method_flex { flex-direction: column; }
	.method_flex .method_img { width: 90%; order: 2; margin: 0 auto 30px auto; text-align: center; }
	.method_flex .method_text { display: contents; width: 100%; padding-left: 0; }
	.method_flex .method_ttl { order: 1; }
	.method_flex p { order: 3; }
	.method_flex .procedure { order: 4; }
	.smartphone img { width: 45%; }
	.number_nyuryoku { position: static; width: 100%; }
	.method_flex.nyuryoku .method_img { width: 85%; text-align: center; padding-top: 20px; margin: 0 auto; }
	.method_flex.nyuryoku .method_text { display: block; width: 100%; text-align: center; }
	.number_nyuryoku { text-align: center; }
	.number_nyuryoku img { width: 85%; }
	.method_list li { text-align: left; line-height: 1.727272; padding: 5px 0; }
}
