@charset "UTF-8";
html {
    font-size: 85%;
    overflow: auto;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    overflow-x: hidden;
    width: 100%;
}
html.over {
    overflow: hidden;
}
@font-face {
    font-family: 'Copperplate';
    src: url('../font/Copperplate.ttf') format('truetype');
}
@font-face {
    font-family: 'DIN Alternate Bold';
    src: url('../font/DIN Alternate Bold.ttf') format('truetype');
}
.link_btn_large {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    padding: 4vw 0;
    background: #333;
    color: #fff;
    font-size: 4vw;
    margin: 0 auto;
}
.link_btn_large span {
    right: 3vw;
    position: absolute;
    top: 50%;
    margin-top: -1.8vw;
    font-size: 3.6vw;
}
.link_btn_large:hover {
    background: #40B1BF;
    color: #fff;
}
.page .single_youtube {
    width: 90vw;
    margin: 4vw auto;
}
.page .single_youtube iframe {
    width: 100%;
    height: 50vw;
    margin: 5vw 0;
}
.sec {
    margin: 5vw auto;
}
.sec h2 {
    font-family: 'Copperplate';
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8vw 0;
}
.auto {
    width: 94%;
    margin: auto;
    position: relative;
    padding: 0;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
.red {
    color: #FF0004;
}
.doctor_case_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6vw 0 0;
    padding-bottom: 2vw;
}
.doctor_case_block img {
    width: 17%;
    margin: 2%;
}
.doctor_case_block p {
    font-size: 3.5vw;
    font-weight: bold;
}
.author3 {
    color: #d052d2;
    border-bottom: 2px solid #d052d2;
}
.author4 {
    color: #658dde;
    border-bottom: 2px solid #658dde;
}
.author7 {
    color: #57b95e;
    border-bottom: 2px solid #57b95e;
}
.author8 {
    color: #e875a9;
    border-bottom: 2px solid #e875a9;
}
.author11 {
    color: #6dc6e0;
    border-bottom: 2px solid #6dc6e0;
}
.author12 {
    color: #e64e6b;
    border-bottom: 2px solid #e64e6b;
}
.author13 {
    color: #ed8825;
    border-bottom: 2px solid #ed8825;
}
.author14 {
    color: #D4C03A;
    border-bottom: 2px solid #D4C03A;
}
.author21 {
    color: #C0A161;
    border-bottom: 2px solid #C0A161;
}
.author18 {
    color: #ca94d6;
    border-bottom: 2px solid #ca94d6;
}
.author25 {
    color: #88cd7c;
    border-bottom: 2px solid #88cd7c;
}
.video {
    margin: 0 auto 6vw;
    width: 90%;
}
.video iframe {
    width: 100%;
    height: 253px;
}
.site-link {
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 5px solid #40B1BF;
}
.site-link ul {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.site-link ul li {
    width: 33.33%;
    border-left: 1px solid rgb(243, 240, 236);
}
.site-link ul li:last-child {
    border-right: 1px solid rgb(243, 240, 236);
}
.site-link ul li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
}
.site-link ul li.active a {
    background: #40B1BF;
    color: #fff;
}
.site-header {
    width: 100%;
    max-width: 1060px;
    height: 18vw;
    margin: 0 auto;
    position: relative;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 60%;
    padding-left: 2vw;
}
.header-logo img {
    width: 100%;
    padding: 2vw;
}
.header-info {
    width: 455px;
    height: 18vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
}

.header-info .contact-pop a {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    height: 13vw;
    margin: auto;
}
.header-info .contact-pop li:hover i {
    color: #fff;
}
.header-info .tel-pop a {
    display: table;
    align-items: center;
    text-align: center;
    height: 14vw;
    padding: 2vw 0;
    margin: auto;
}
.header-info .web-pop a {
    padding: 2vw;
}
.header-tel {
    position: relative;
    cursor: pointer;
    height: 18vw;
    width: 23%;
}
.header-tel>a {
    text-align: center;
    padding: 3vw 0 0;
    display: table;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: #fff;
    color: #333;
    line-height: 2;
    width: 100%;
    text-align: center;
}
.header-tel img {
    width: 10vw;
    display: block;
    margin: 0 auto 2.6vw;
}
.header-info .head-contact {
    display: none;
}
.header-tel.head-contact>a {
    background: #fff;
}
.header-tel i {
    font-size: 7vw;
    margin-bottom: 0;
    color: #333;
    display: block;
    height: 8.4vw;
}
.header-tel.head-contact i {
    font-size: 9vw;
    margin-bottom: 0;
    color: #333;
    display: block;
    height: 9.2vw;
}
.header-line {
    position: relative;
    width: 23%;
    height: 18vw;
    display: none;
}
.header-line>a {
    padding: 1.8vw 0 0;
    display: table;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: #499e19;
    color: #fff;
    line-height: 2;
    width: 100%;
    text-align: center;
    height: 18vw;
}
.header-line .link_ico {
    width: 9vw;
    margin-bottom: -3px;
}
.header-popup-link span {
    display: block;
    font-size: 2.2vw;
    margin-top: 1vw;
}
.header-line span {
    display: block;
    font-size: 2.2vw;
    margin-top: 1vw;
}
.header-tel .header-popup-link span {
    margin-top: 0.2vw;
}
.header-line .header-popup-link span {
    margin-top: 0;
}
.header-line>a i {
    font-size: 40px;
    color: #fff;
    display: block;
}
.header-popup {
    position: absolute;
    display: none;
    width: 100vw;
    right: -17.2vw;
    z-index: 99;
}
.header-popup.line-pop {
    right: -34.4vw;
}
.header-popup.tel-pop {
    right: -51.7vw;
}
.header-popup.contact-pop {
    right: -56.3vw;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #C1B19C;
    color: #fff;
    font-size: 10px;
}
.popup-close {
    cursor: pointer;
    font-size: 12px;
}
.popup-list {
    display: flex;
    align-items: center;
    /* justify-content: center;
    flex-direction: column; */
    line-height: 1.2;
    background: #fff;
}
.line-pop img {
    width: 10vw;
    margin: 0 2vw 0 4vw;
}
.web-pop img {
    width: 13vw;
    padding: 2vw
}
.popup-list li {
    width: 50%;
    padding: 5px;
    background: #eee;
    border-right: 1px solid #fff;
}
.popup-list li:last-child {
    border-right: 0;
}
.contact-pop .popup-list li {
    padding: 2vw 4vw;
}
.contact-pop .popup-list li i {
    padding-right: 3vw;
    font-size: 10vw;
}
.line-pop .popup-list li {
    background: #499e19;
}
.web-pop .popup-list li {
    background: #ca7411;
}
.popup-list .tel-place {
    font-size: 4vw;
}
.tel-pop .popup-list .tel-place {
    font-size: 2.5vw;
}
.popup-list .tel-num {
    font-size: 6vw;
}
.popup-list .tel-date {
    font-size: 2.5vw;
}
.tel-pop .popup-list li:hover {
    background: #47b0d7;
    color: #fff;
}
.contact-pop .popup-list li:hover {
    background: #47b0d7;
    color: #fff;
}
.line-pop .popup-list li:hover {
    background: #60b431;
    color: #fff;
}
.web-pop .popup-list li:hover {
    background: #da8f39;
    color: #fff;
}
.header-contact {
    position: relative;
    width: 23%;
    height: 18vw;
    display: none;
}
.header-contact>a {
    padding: 6px 0;
    display: table;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: #ca7411;
    color: #fff;
    line-height: 2;
    width: 100%;
    text-align: center;
}
.header-contact>a .link_ico {
    width: 8vw;
}
.header-contact>a span {
    display: block;
    font-size: 2.2vw;
    margin-top: 0;
}
.header-contact>a i {
    font-size: 36px;
    margin-block: 2px;
    color: #fff;
    display: block;
}
.header-info .header-spmenu {
    position: relative;
    width: 45%;
    height: 18vw;
    background: #333;
}
.menuspan {
    display: block;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    position: relative;
}
.popup-list .contact-position {
    font-size: 4vw;
    color: #fff;
}
.header-menu {
    font-family: 'Noto Sans JP', sans-serif;
    border-top: 1px solid rgb(243, 240, 236);
    border-bottom: 1px solid rgb(243, 240, 236);
}
.global-menu {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 62px;
}
.global-menu li {
    width: 16.66%;
    height: inherit;
    border-right: 1px solid rgba(64, 177, 191, 0.07);
}
.global-menu li:last-child {
    border-right: none;
}
.global-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 10px;
    height: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.global-menu li.active a,
.global-menu li:hover a {
    background: rgba(64, 177, 191, 0.07);
}
/***** SP Toggle Menu Btn  *****/
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: absolute;
    top: 57px;
    right: 10px;
    width: 27px;
    height: 21px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #40B1BF;
    border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0px;
}
.menu-trigger span:nth-of-type(2) {
    top: 9px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}
.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}
.online_bnr {
    margin: 60px auto;
    text-align: center;
}
.online_bnr img {
    width: 750px;
}
.menu_bnr {
    width: 90%;
    margin: 0 auto;
    display: table;
    padding: 4vw 0;
}

.header-info a.header_line_img {
	display: none;
}
.header-info a.header_web_img {
	display: none;
}
.header-info a.header_tel_img {
	display: none;
}
.footer_line_img {
	position: relative;
	display: block;
}
.footer_line_img span {
    font-size: 2.8vw;
    background: #57bc6a;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    padding: 0.4vw 2.6vw;
    top: -2.5vw;
    position: absolute;
    display: block;
    left: 4vw;
    border: 3px solid #fff;
}
.footer_web_img {
	position: relative;
	display: block;
}
.footer_web_img span {
    font-size: 2.8vw;
    background: #e89192;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    padding: 0.4vw 2.6vw;
    top: -2.5vw;
    position: absolute;
    display: block;
    left: 6vw;
    border: 3px solid #fff;
}
.footer_tel_img {
	position: relative;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(9px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes menu-bar01 {
    0% {
        transform: translateY(9px) rotate(45deg);
    }
    50% {
        transform: translateY(9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-9px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}
@keyframes menu-bar02 {
    0% {
        transform: translateY(-9px) rotate(-45deg);
    }
    50% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(45deg);
    }
}
@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(9px) rotate(0);
    }
    100% {
        transform: translateY(9px) rotate(45deg);
    }
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(-45deg);
    }
}
@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(-9px) rotate(-45deg);
    }
}
.foot_fixed {
    position: fixed;
    bottom: -4vw;
    left: 0;
    z-index: 99;
}
.foot_reserved {
    position: relative;
    display: flex;
    width: 100%;
}
.foot_reserved li {
    width: 50%;
}
/*
.foot_reserved:after {
	position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -40vw;
    content: '';
    width: 80vw;
    height: 6.2vw;
    background: url(../images/common/present_20000.png) no-repeat;
    background-size: 100%;
}
*/
.foot_reserved li a:hover {
    opacity: 0.9;
}
.container {
    padding: 0;
    min-width: 96%;
}
.site-header {
    padding: 10px 0;
}
.site-link ul {
    padding: 0;
}
.site-link ul li a {
    line-height: 2.5;
}
.site-link ul li:first-child {
    border-left: none;
}
.site-link ul li:last-child {
    border-right: none;
}
.header-info {
    width: 40%;
    font-size: 2vw;
}
.header-contact>a {
    padding: 2.5vw 0 1vw;
    justify-content: center;
}
.header-contact>a i {
    margin-right: 0.5rem;
}
.header-menu {
    position: relative;
    width: 100%;
    display: none;
}
.global-menu {
    height: auto;
    padding: 0;
    flex-wrap: wrap;
}
.header-menu .global-menu {
    display: none;
}
.global-menu li {
    width: 33.3%;
}
.global-menu li:nth-of-type(1),
.global-menu li:nth-of-type(2),
.global-menu li:nth-of-type(3) {
    border-bottom: 1px solid rgba(64, 177, 191, 0.07);
}
.global-menu li:nth-of-type(3n) {
    border-right: none;
}
.global-menu li a {
    padding: 0 2px;
    height: 3em;
    line-height: 1.2;
}
.global-menu li a.menulist {
    display: none;
}
.sp-menu {
    width: 100%;
    display: table;
}
.sp-menu li {
    width: 50%;
    float: left;
    text-align: center;
    background: #ecf8fa;
}
.sp-menu li a {
    display: block;
    /*        background: rgba(64, 177, 191, 0.07);*/
    padding: 3vw 0;
    line-height: 2;
    border-bottom: 1px solid #40B1BF;
    border-right: 1px solid #40B1BF;
    font-size: 1.1em;
    color: #40B1BF;
    margin-bottom: 1px;
}
.sp-menu li:nth-child(even) a {
    border-right: 0;
}
.sp-menu li.parent>a {
    /*        background: #40B1BF;
	color: #fff;*/
    border-bottom: 1px solid #40b1bf;
}
.nav_cam {
    padding: 4vw;
    display: table;
}
.nav_cam #metaslider_container_5 {
    margin-bottom: 0;
}
.nav_cam .nav_title {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #00b1bf;
}
.nav_cam .nav_img {
    width: 100%;
}
.top_first_banner {
    margin-top: 100px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0;
}
.online_bnr {
    margin: 6vw auto;
    text-align: center;
}
.online_bnr img {
    width: 90%;
}
.content_area iframe {
    margin: 20px 0;
    width: 100%;
    height: 53vw;
}
.contact-body .sns-link li {
    width: 17%;
    height: 17%;
    margin: 0 1vw 2vw 0;
}
.more-btn {
    margin-top: 12vw;
    display: flex;
    justify-content: center;
}
 .breadcrumb {
    margin: 0;
    padding: 5px 0;
}
 .breadcrumb ul {
    margin: 0 10px;
    overflow: hidden;
}
 .breadcrumb ul li {
    font-size: 10px;
    float: left;
}
 .breadcrumb ul li a {
    color: #000;
}
 .breadcrumb ul li:after {
    padding: 0 10px;
    content: ">";
}
 .breadcrumb ul li:last-child:after {
    content: "";
    display: none;
}
.blue_back {
    background: #3fb1bf;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10;
    opacity: 0.7;
    display: none;
}
.sp_nav_top {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 99;
    border: 1px solid #fff;
    width: 70%;
    background: #00b1bf;
}
.sp_nav_clinic {
    display: flex;
    margin: 2%;
    background: #fff;
}
.sp_nav_clinic li {
    padding: 2%;
    width: 33%;
    text-align: center;
    color: #00b1bf;
    border-right: 5px solid #00b1bf;
}
.sp_nav_clinic li:last-child {
    border: none;
    width: 34%;
}
.spnav_wraper {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100vh;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    overflow: scroll;
    display: none;
}
.white_nav {
    position: absolute;
    overflow: hidden;
    width: 90%;
    margin: 5%;
    background: #fff;
    z-index: 99;
    top: 12vw;
    padding: 0 0 12vw;
}
.nav_clinic_info {
    padding: 0 4vw;
    display: table;
}
.tab_clinic {
    display: flex;
    width: 50%;
}
.tab_y {
    width: 50%;
    text-align: center;
    padding: 1vw 0;
    background: #00b1bf;
    color: #fff;
}
.tab_g {
    width: 50%;
    text-align: center;
    padding: 1vw 0;
    background: #b3963f;
    color: #fff;
}
.clinic_info {
    padding: 4vw;
    border: 1px solid #00b1bf;
    display: table;
}
.clinic_info img {
    width: 40%;
    float: left;
}
.clinic_info .infomation {
    width: 55%;
    float: right;
}
.infomation_clinic_name {
    color: #00b1bf;
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 1vw;
}
.infomation_add {
    margin-bottom: 1vw;
    font-size: 3vw;
}
.top_banner_box {
    width: 90%;
    margin: 4vw auto;
}
.infomation .header-popup-link {
    width: 30px;
    height: 30px;
}
.infomation .header-info {
    width: 100%;
    justify-content: normal;
}
.close {
    position: absolute;
    top: 7vw;
    right: 8vw;
    width: 6vw;
    height: 6vw;
    z-index: 99;
}
.ginza_nav_info {
    display: none;
}
.nav_pick_bnr {
    width: 100%;
    display: flex;
}
.nav_pick_bnr p {
    width: 48%;
    margin-right: 4%;
}
.nav_pick_bnr p:nth-child(even) {
    margin-right: 0;
}
main {
    margin-top: 18vw;
}
header {
    overflow: visible !important;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 18vw;
    top: 0;
}
.dryamada {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #efefef;
}
.ginzaonly {
    color: #BF9330;
    display: block;
    font-size: 12px;
}
.ablock {
    display: table;
    width: 100%;
}
.ablock .lbox {
    float: left;
    width: 60%;
}
.ablock .rbox {
    float: right;
    width: 40%;
}
.ablock .rbox img {
    width: 80%;
}
footer {
    width: 100%;
    background: #f5f5f5;
    display: table;
    position: relative;
    bottom: 0;
}
.footer_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.footer_inner .footer_list {
    display: table;
    width: 100%;
}
.footer_inner .footer_list .footer_nav {
    width: 100%;
}
.footer_nav_title {
    font-size: 3vw;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.footer_menu {
    padding: 0;
}
.footer_menu dl {
    margin-bottom: 20px;
    font-size: 15px;
}
.footer_menu dl dt {
    color: #8c8c8c;
    margin-bottom: 0;
    font-size: 3.5vw;
}
.footer_menu dl dd a {
    margin-right: 4vw;
    font-size: 3vw;
}
.footer_nav ul {
    padding: 0;
    font-size: 3.2vw;
}
.footer_nav ul li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.8;
    padding: 2vw 2vw 2vw 6vw;
    border-bottom: 1px solid #ebebeb;
    font-size: 3vw;
}
.footer_nav ul li i {
    margin-left: 3vw;
    font-size: 4vw;
    position: relative;
    top: 0.3vw;
}
.footer-copyright {
    background: #333;
    padding: 2rem 0 20vw;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
}
.footer-copyright p {
    float: none;
    background: transparent;
    font-size: 4vw;
}
.acd-check {
    display: none;
}
.acd-label {
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 2vw 2vw 2vw 4vw;
    position: relative;
}
.acd-label:after {
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 2vw;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: bold;
}
.acd-content {
    display: table-column;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked+.acd-label:after {
    content: '-';
}
#acd-check1:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    display: block;
}
#acd-check2:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check3:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check4:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check5:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check6:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check7:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check8:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#acd-check9:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 2vw;
    visibility: visible;
    display: block;
}
#side-menu {
    display: none;
}
.other_list {
    display: table;
    margin: auto;
    width: 90%;
}
.other_list li {
    width: 48%;
    margin-right: 4%;
    text-align: left;
    float: left;
    font-size: 3vw;
    margin-bottom: 4vw;
}
.other_list li:nth-child(2n) {
    margin-right: 0;
}
.clinic_list {
    display: flex;
    margin: 4vw auto;
    width: 94%;
    flex-wrap: wrap;
}
.clinic_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
}
.clinic_list li:nth-of-type(2n) {
    margin-right: 0;
}
.clinic_list .cli {
    height: 2vw;
    margin: 7vw 0;
    font-family: 'Copperplate';
    font-size: 6vw;
    color: #816e57;
}
.clinic_list .cli img {
    height: 100%;
}
.clinic_list .gene {
    height: 5vw;
    margin: 3vw 0;
}
.clinic_list .gene img {
    height: 100%;
}
.clinic_st {
    background: #f5f5f5;
    position: relative;
    height: 64vw;
    overflow: hidden;
}
.clinic_st img.footer_clinic_img {
    height: 20vw;
    position: relative;
    left: -10vw;
    max-width: none;
}
.clinic_st .clinic_box {
    padding: 2.5vw;
    text-align: center;
}
.clinic_st .clinic_h3 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
.clinic_st .f_tel {
    display: block;
    font-size: 9vw;
    font-weight: bold;
    position: relative;
    padding: 1vw 0 2vw;
}
.clinic_st .f_tel i {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.clinic_st .f_add {
    font-size: 2.4vw;
    margin-bottom: 1vw;
    line-height: 1.2;
}
.clinic_st .f_station {
    font-size: 2.4vw;
}
.clinic_st .f_ico {
    position: absolute;
    top: 2.6vw;
    font-size: 4vw;
    right: 4vw;
}
.clinic_st .f_ico a {
    margin-right: 4vw;
}
.other {
    padding: 4vw 0;
    margin: 4vw auto;
    border-top: 1px solid #333;
    display: table;
}
.service-list-btn {
    display: none;
}
/*   case  */
.searchform_wraper {
    margin-bottom: 3vw;
    padding: 4vw 0 1vw;
    border-top: 1px solid #e3e3e3;
    background: #f8f8f8;
}
section .title {
    text-align: center;
    position: relative;
}
section .title h2 {
    margin: 0 0 3vw 0;
    padding: 0 3vw;
    font-size: 5vw;
    text-align: center;
    line-height: 1;
    display: inline-block;
    /* background: #f3f1ec; */
    z-index: 2;
    position: relative;
}
section#case_archive .search {
    margin: 0 auto 3vw auto;
    width: 100%;
}
section#case_archive .search .select {
    margin: 0;
    overflow: hidden;
}
section#case_archive .search .selectList {
    display: none;
}
section#case_archive .search .select dl {
    width: 100%;
    margin: 0 2vw 2vw 0;
    float: left;
    overflow: hidden;
}
section#case_archive .search .select dl dt {
    width: 27%;
    padding: 3vw 3vw 0 0;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: right;
    float: left;
}
section#case_archive .search .select dl dd {
    width: 70%;
    float: left;
}
section#case_archive .search .select dl dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #dcdbdc;
    border-radius: 0px;
    background: #fff url(../images/common/ico_select.png) no-repeat right 15px center / 9px auto;
    outline: none;
}
section#case_archive .search input[type=text] {
    width: 100%;
    height: 43px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 0px;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
section#case_archive .search .btn {
    margin: 3vw 0;
    text-align: center;
}
section#case_archive .search .btn input[type=submit] {
    width: 94%;
    padding: 4vw;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    border: none;
    outline: none;
    background: #000;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 50px;
}
.top_case_cat_list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}
.top_case_cat_list li {
    display: inline-block;
    margin: 0 .1em 1rem;
}
.top_case_cat_list li a:hover {
    color: #fff;
    background: #40B1BF;
}
.section-title {
    font-family: 'Noto Sans JP', sans-serif;
    border-top: 1px solid #F3F0EC;
    border-bottom: 1px solid #F3F0EC;
}
.container {
    width: 96%;
    min-width: auto;
    max-width: auto;
    margin: 0 auto;
    padding: 0;
}
.section-title h3 {
    padding: 1rem 0;
    font-size: 1.4rem;
    text-align: center;
}
.grad-btn, .grad-btn2 {
    font-size: 0.5rem !important;
}
.grad-trigger:checked~.grad-btn {
    bottom: 10px;
}
.grad-trigger:checked~.grad-btn .fa {
    top: 65%;
}
.grad-trigger2:checked~.grad-btn2 {
    bottom: 10px;
}
.grad-trigger2:checked~.grad-btn2 .fa {
    top: 65%;
}
.grad-trigger {
    display: none;
}
.grad-btn, .grad-btn2 {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 160px;
    margin: auto;
    padding: .1em 0;
    border-radius: 2px;
    border: 1px solid #666;
    background: #fff;
    color: #666;
    font-size: .6rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.grad-item, .grad-item2 {
    position: relative;
    overflow: hidden;
    height: 60px;
}
.grad-btn::before, .grad-btn2::before {
    content: "続きを読む";
}
#case_archive {
    width: 96%;
    margin: auto;
}
.respons_gray {
    background: #6f7070;
    padding: 3px 10px;
    color: #fff;
    margin-right: 3vw;
    font-size: 2.8vw;
}
.case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
}
.case-list .caseLi {
    margin: 20px auto 0;
}
.case-list .case-wrap {
    position: relative;
    padding: 1rem 1rem 2vw;
}
.case-list .case-cat-name {
    display: inline;
    margin: 4px 3px 3px 0px;
    padding: 5px 12px;
    border: 1px solid #333;
    background: #fff;
    font-size: 10px;
    font-weight: 100;
}
.case-list .case-event {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    text-align: center;
    background: #F29300;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    display: none;
}
.case-list .case-title {
    display: table;
    font-size: 1rem;
    padding: 0 0.2rem 0.5rem;
    height: 3rem;
    line-height: 1.2;
}
.case-list .case-title span {
    display: table-cell;
    vertical-align: middle;
}
.case-list .case-title span a {
    color: #40B1BF;
    text-decoration: underline;
}
.case-list .case-img {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.case-list .case-img .before-img,
.case-list .case-img .after-img {
    position: relative;
    width: 48%;
}
.before-img:after {
    content: '';
    position: absolute;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    right: -3.3vw;
    top: 50%;
    margin-top: -1vw;
    width: 2vw;
    height: 4vw;
    background-size: 2vw;
}
.case-list .case_title_h3 {
    width: 100%;
    background: #e6e6e6;
    padding: 2vw 0;
    text-align: center;
    font-size: 4vw;
    margin: 3vw 0;
    font-weight: bold;
}
.case-list .case-img .before-img {
    margin-right: 4%;
}
.case-img a {
    display: block;
    position: relative;
}
.case-list .case-img .lo_lo {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.case-list .case-img .before-img img,
.case-list .case-img .after-img img {
    max-width: 100%;
    height: auto;
}
.case-list h3 {
    margin: 1rem 0 0;
}
.case-list .case-desc {
    padding: 0 0 1.8rem;
    font-size: 0.8rem;
    line-height: 2;
    text-align: justify;
    /* min-height: 21em; */
}
.case-list .btn-default {
    width: 100%;
    bottom: 0;
}
.lolo {
    width: 450px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.lolo img {
    width: 100%;
}
.lolo2 {
    width: 450px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.lolo2 img {
    width: 100%;
}
.lolocase {
    width: 50%;
    position: absolute;
}
.lolocase img {
    width: 100%;
}
.lolo2case {
    width: 50%;
    position: absolute;
    left: 50%;
}
.lolo2case img {
    width: 100%;
}
.post-type-archive-case .case-list .caseLi {
    width: 96%;
}
/*.case-list .case-wrap {
        min-height: 350px; 
    } */
.lolo {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}
.lolo img {
    width: 100%;
}
.lolo2 {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 350px;
}
.lolo2 img {
    width: 100%;
}
.lolocase {
    width: 48%;
    position: absolute;
}
.lolocase img {
    width: 100%;
}
.lolo2case {
    width: 48%;
    position: absolute;
    left: 59%;
}
.lolo2case img {
    width: 100%;
}
.commonBnr {
    display: none;
}
/* ç—‡ä¾‹å†™çœŸã®æœ€åˆã®å¤§ããªç”»åƒ */
body.single .section-content .case-list .caseLi {
    min-height: auto;
}
body.single .section-content .case-list .case-wrap {
    min-height: auto;
}
body.single .case-list .txt {
    margin: 0 auto;
    width: 95%;
}
body.single .case-list .txt p {
    margin-bottom: 2%;
    letter-spacing: 0.15rem;
    line-height: 2;
}
/* ç—‡ä¾‹å†™çœŸã®æœ€åˆã®å¤§ããªç”»åƒã“ã“ã¾ã§ */
.case-list .case-title {
    width: 100%;
    font-size: 1.2rem;
}
.case-list .case-title span {
    text-align: center;
}
.case-list .case-img .before-img:before,
.case-list .case-img .after-img:before {
    padding: 0.2rem;
    font-size: 0.8rem;
}
.case-list .case-desc {
    padding-bottom: 4vw;
    font-size: 0.9rem;
}
.case-list .btn-default {
    font-size: 1rem;
}
.btn-default {
    display: block;
    margin: 0 auto;
    padding: 3vw 0;
    width: 100%;
    font-size: 3vw;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1.1;
    background: #333;
    color: #fff;
    text-align: center;
}
.btn-default.more_see {
    width: 90%;
    text-align: center;
    margin: 2vw auto 6vw;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
}
.btn-default.more_see:hover {
    color: #fff;
    background: #40B1BF;
}
.btn-default.more_see span {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
}
.case-list .btn-default {
    width: 70%;
    padding: 10px 0;
    bottom: 0;
    font-size: 12px;
    position: relative;
}
.case-list .btn-default span {
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.case-list .btn-default:hover {
    color: #fff;
    background: #40B1BF;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12vw;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    font-size: 12vw;
    color: #6faebd;
    opacity: 1;
}
main .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12vw;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '・';
    text-align: center;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}
main .slick-dots li.slick-active button:before {
    font-size: 12vw;
    color: #6faebd;
    opacity: 1;
}
.case_random {
    width: 90%;
    margin: 0px auto 4vw;
}
.case_random .case_random_title {
    font-size: 4vw;
    font-weight: bold;
    padding: 2vw 0;
    border-bottom: 2px solid #333;
}
.case_random ul {
    padding: 30px 0;
    display: table;
}
.case_random li {
    display: inline-block;
    float: left;
    background: #333;
    color: #fff;
    padding: 2vw 3vw;
    border-radius: 50px;
    margin-right: 3vw;
    margin-bottom: 4vw;
    font-size: 3vw;
}
.case_random li a:hover {
    color: #fff;
}
.case_random li:hover {
    background: #6faebd;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.case-list .case-title {
    font-size: 3.5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.author_info {
    display: table;
    justify-content: flex-start;
    align-items: center;
    margin: 2vw 0 3vw;
    width: 100%;
}
.author_info_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 3vw;
    margin-bottom: 3vw;
}
.author_info_left img {
    width: 12vw;
    margin-right: 1vw;
}
.case_make {
    text-align: center;
    font-size: 3.4vw;
    letter-spacing: 0.01em;
    color: #333;
    margin: 1vw 0;
    padding: 0.4vw 0;
    font-weight: bold;
    background: #e6e6e6;
}
.case_make.after_color {
    background: #707070;
    color: #fff;
}
/* æ–°æ–½è¡“ãƒšãƒ¼ã‚¸ç”¨ */
body.single h2 {
    position: relative;
    display: inline-block;
    margin-bottom: .2em;
}
/* æ–½è¡“å€‹åˆ¥ãƒšãƒ¼ã‚¸ï¼ˆå¤§ï¼‰å°‚ç”¨ */
body.single-face .case-list .caseLi, body.single-body .case-list .caseLi,
body.single-skin .case-list .caseLi, body.single-other .case-list .caseLi {
    padding: 0;
    width: 100%;
    border: none;
}
body.single-face .case-list .case-img, body.single-body .case-list .case-img,
body.single-skin .case-list .case-img, body.single-other .case-list .case-img {
    background: url(../images/top2019/main_sankaku.png) no-repeat center center;
}
body.single-face .case-list .grad-item::before, body.single-body .case-list .grad-item::before,
body.single-skin .case-list .grad-item::before, body.single-other .case-list .grad-item::before {
    background: none;
}
body.single-face .case-list .grad-item, body.single-body .case-list .grad-item,
body.single-skin .case-list .grad-item, body.single-other .case-list .grad-item {
    height: auto;
}
body.single-face .case-list .grad-item p, body.single-body .case-list .grad-item p,
body.single-skin .case-list .grad-item p, body.single-other .case-list .grad-item p {
    font-size: 12px;
}
/* ç—‡ä¾‹å†™çœŸå€‹åˆ¥ãƒšãƒ¼ã‚¸ï¼ˆå¤§ï¼‰å°‚ç”¨ */
body.single-case .section-content .case-list .caseLi {
    padding: 0;
    width: 100%;
    border: none;
}
body.single-case .section-content .case-list .case-img {
    background: url(../images/common/ico_case_arrow.png) no-repeat center center;
}
body.single-case .section-content .case-list .case-img .before-img,
body.single-case .section-content .case-list .case-img .after-img {
    position: relative;
    width: 45%;
}
body.single-case .section-content .case-list .case-img .after-img {
    margin-left: 10%;
}
body.single-case .section-content .case-list .case-img .before-img:before,
body.single-case .section-content .case-list .case-img .after-img:before {
    padding: 2px 8px;
    top: 0.8rem;
    left: 1.3rem;
    font-size: 1.2rem;
    border: 2px solid #fff;
}
body.single-case .section-content .grad-item {
    padding: 20px;
    background: #fafafa;
}
.lolocase {
    width: 50%;
    position: absolute;
}
.lolo2case {
    width: 50%;
    position: absolute;
}
.lolocase img {
    width: 100%;
}
.lolo2case img {
    width: 100%;
}
/* 症例写真のもっと見る */
.grad-wrap {
    position: relative;
}
.grad-btn, .grad-btn2 {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 3vw;
    width: 45%;
    margin: auto;
    padding: .1em 0;
    border-radius: 2px;
    border: none;
    background: #fff;
    color: #666;
    font-size: .6rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.grad-btn::before, .grad-btn2::before {
    content: "続きを読む";
    position: relative;
    font-size: 2.8vw;
}
.grad-item, .grad-item2 {
    position: relative;
    overflow: hidden;
    height: 80px;
    padding: 3vw 0 5vw;
}
.grad-item::before, .grad-item2::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
}
.grad-item p, .grad-item2 p {
    font-size: 10px !important;
    color: #666;
    line-height: 1.2 !important;
    letter-spacing: 1px !important
}
.grad-trigger {
    display: none;
}
.grad-trigger:checked~.grad-btn {
    bottom: 5px;
}
.grad-trigger:checked~.grad-btn::before {
    content: "閉じる"
}
.grad-trigger:checked~.grad-item {
    height: auto;
}
.grad-trigger:checked~.grad-item::before {
    display: none;
}
.grad-btn .fa {
    margin-left: .3em;
    font-size: 3vw;
    position: relative;
}
.grad-trigger:checked~.grad-btn .fa {
    position: absolute;
    top: 15px;
    margin-top: -1em;
    transform: rotate(180deg);
}
.grad-trigger2 {
    display: none;
}
.grad-trigger2:checked~.grad-btn2 {
    bottom: 5px;
}
.grad-trigger2:checked~.grad-btn2::before {
    content: "閉じる"
}
.grad-trigger2:checked~.grad-item2 {
    height: auto;
}
.grad-trigger2:checked~.grad-item2::before {
    display: none;
}
.grad-btn2 .fa {
    margin-left: .3em;
    font-size: 3vw;
    position: relative;
    top: 3vw;
    right: 9vw;
}
.grad-trigger2:checked~.grad-btn2 .fa {
    position: absolute;
    top: 15px;
    margin-top: -1em;
    transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
    .grad-btn, .grad-btn2 {
        font-size: 2.4vw;
    }
    .grad-trigger:checked~.grad-btn {
        bottom: 10px;
    }
    .grad-trigger:checked~.grad-btn .fa {
        top: 76%;
        right: 12vw;
    }
    .grad-trigger2:checked~.grad-btn2 {
        bottom: 10px;
    }
    .grad-trigger2:checked~.grad-btn2 .fa {
        top: 65%;
    }
}
.border-none {
    border: none !important;
}
.pt-30 {
    padding-top: 30px;
}
.searchform_wraper {
    margin-bottom: 30px;
    padding: 45px 0 5px;
    border-top: 1px solid #e3e3e3;
    background: #f8f8f8;
}
body.post-type-archive-case .breadcrumb {
    margin: 0;
}
.case-list--ninki {
    justify-content: left;
    padding: 0;
}
.case-list--ninki .case-cat-name {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #cccc !important;
    background: #fff;
    font-size: 14px;
    color: #ccc;
}
.respons_gray {
    background: #6f7070;
    padding: 3px 10px;
    color: #fff;
    margin-right: 3vw;
    font-size: 2.8vw;
}
@media only screen and (max-width: 768px) {
    .searchform_wraper {
        margin-bottom: 5%;
        padding: 5% 3%;
        background: #fff;
        border-bottom: 1px solid #e3e3e3;
    }
    .case-list--ninki .case-cat-name {
        margin-right: 1%;
        padding: 5px 3px;
        font-size: 12px;
    }
    body.post-type-archive-case ul.case-list li {
        margin: 0vw auto 10vw;
    }
}
.btn-default {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1.1;
}
.case-list .btn-default {
    width: 40%;
    background: none;
    color: #333;
    font-size: 3vw;
    text-align: right;
}
.case-list .btn-default:hover {
    background: none;
    color: #666;
}
.case-list .btn-default span {
    right: -3vw;
    position: absolute;
    top: 50%;
    margin-top: -1.2vw;
}
.gideFade {
    display: inline-block;
}
section#case_archive .pager {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
section ul.pager li {
    margin: 0 3px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}
section ul.pager li span {
    width: 40px;
    padding: 12px 0;
    color: #fff;
    border: 1px solid #d6d7d6;
    background: #40B1BF;
    display: block;
}
section ul.pager li a {
    width: 40px;
    padding: 12px 0;
    color: #000;
    border: 1px solid #d6d7d6;
    background: #fff;
    display: block;
}
section ul.pager li.next, section ul.pager li.prev {
    margin: 0 12px;
}
section ul.pager li.next a, section ul.pager li.prev a {
    width: auto;
    padding: 12px 10px;
}
.gideline {
    padding: 4vw;
    border: 2px solid #8cc7cf;
    margin: 4vw auto;
    width: 94%;
    background: #fff;
    letter-spacing: 0.15rem;
    line-height: 2;
}
.footer-popup-close {
    cursor: pointer;
    font-size: 12px;
}
.footer-popup-list {
    width: 100%;
}
.footer-popup-list li {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #333;
    text-align: center;
    display: table;
    padding: 8vw 0;
    line-height: 1;
}
.footer-popup-list li .popup_clinic {
    text-align: center;
    font-size: 7vw;
    width: 100%;
    font-weight: bold;
    line-height: 1.1;
}
.footer-popup-list li .popup_clinic span {
    font-size: 3vw;
    display: block;
    line-height: 1.8;
}
.footer-popup-list li .popup_web_service {
    font-size: 7vw;
    float: right;
    text-align: center;
    width: 100%;
    position: relative;
    top: 10px;
}
.footer-popup-list li .popup_web_service a {
    font-size: 13vw;
    display: block;
    position: relative;
    font-family: 'DIN Alternate Bold';
}
.footer-popup-list li .fa-line {
    color: rgb(104, 184, 43);
}
.footer-popup-list li .popup_web_service a.popup_phone {
    font-size: 10vw;
    margin-top: 2vw;
}
.footer-popup-list li .popup_web_service a.popup_phone i {
    font-size: 8vw;
    margin-right: 3vw;
    top: -2px;
    position: relative;
}
.footer-popup-list li:last-child {
    border-bottom: 0;
}
a.footer-popup-link {
    display: block;
    width: 100%;
    height: 100%;
}
.other-cont-list .footer-popup-list li {
    margin: 0;
    width: 100%
}
.other-cont-list .footer-popup-list li::after {
    content: none
}
.js-modal {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
}
.js-modal__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.js-modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 60vh;
    border-radius: 5px;
    background: #FFF;
    position: relative;
}
.js-close-btn {
    top: 5%;
    right: 5%;
    position: absolute;
}
/* ãŠå•ã„åˆã›ã®ãƒãƒƒãƒ—ã‚¢ãƒƒãƒ—ã“ã“ã¾ã§ */
/*========= ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã®ãŸã‚ã®CSS ===============*/
/*ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ãŸã‚¨ãƒªã‚¢*/
#g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
/*ä¸¸ã®æ‹¡å¤§*/
.circle-bg {
    position: fixed;
    z-index: 998;

    width: 100px;
    height: 3.5vw;
    background: rgba(255, 255, 255, 1.0);


    right: -100px;
    top: 18vw;
    transition: all .6s;

}
.circle-bg.circleactive {
   /*transform: scale(50);*/
	height: 100vh;
	width: 100vw;
	right: 0;
	overflow-y: auto;
	padding-bottom: 10vw;
}

#g-nav-list {
    display: none;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
    display: table;
    margin: 27vw auto;
}

#g-nav ul {
    opacity: 0;
    position: relative;
    z-index: 999;
    top: 7%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

#g-nav.panelactive ul {
    opacity: 1;
}
.navmenu {
    display: contents;
}
/* èƒŒæ™¯ãŒå‡ºç¾å¾Œã«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ li ã‚’è¡¨ç¤ºâ€»ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã«ã‚ˆã£ã¦èª¿æ•´ã—ã¦ãã ã•ã„ã€‚ä¸å¿…è¦ãªã‚‰å‰Šé™¤*/
#g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 ç§’é…ã‚‰ã›ã¦å‡ºç¾*/
    animation-fill-mode: forwards;
    opacity: 0;
    margin-bottom: 5vw;
}
@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*ãƒªã‚¹ãƒˆã®ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆè¨­å®š*/
#g-nav li.menu_clinic {
    text-align: center;
    list-style: none;
    font-size: 5vw;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#g-nav li.menu_clinic a {
    color: #fff;
    text-decoration: none;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 100;
    border-radius: 45px;
    margin-bottom: 0vw;
    position: relative;
    width: 45%;
    display: block;
    height: auto;
}
#g-nav li.menu_clinic a i {
    position: absolute;
    right: 5vw;
}
.contact_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*========= ãƒœã‚¿ãƒ³ã®ãŸã‚ã®CSS ===============*/
.openbtn {
    position: relative;
    top: 2.5vw;
    right: 0;
    z-index: 10000;
    cursor: pointer;
    width: 100%;
    height: 13.4vw;
}
.openbtn.active+.menuspan {
    display: none;
}
/*Ã—ã«å¤‰åŒ–*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 5.1vw;
    height: 0.4vw;
    border-radius: 2px;
    background-color: #fff;
    width: 40%;
    color: #fff;
}
.openbtn span:nth-of-type(1) {
    top: 2.2vw;
}
.openbtn span:nth-of-type(2) {
    top: 5vw;
}
.openbtn span:nth-of-type(3) {
    top: 7.8vw;
}
.openbtn.active span:nth-of-type(1) {
    top: 5vw;
    right: 5vw;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
    background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 7.3vw;
    right: 5vw;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
    background-color: #fff;
}
.slick-dots li button:before {
    font-size: 12vw;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #6faebd;
}
.title_section {
    width: 100%;
    background: url(../images/top/section_title_bg.jpg) center no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: -1px;
    clear: both;
}
.title_section_inner {
    padding: 4vw 0;
    text-align: center;
    color: #fff;
}
.title_section_inner h2 {
    font-family: 'Copperplate';
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-align: center;
}
.title_section_inner p {
    font-size: 18px;
    letter-spacing: 0.2em;
}
.ope_box {
    width: 90%;
    padding: 2vw 0 5vw;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    position: relative;
    font-size: 4vw;
    margin: 5vw auto;
}
.ope_box:after {
    position: absolute;
    font-weight: 900;
    content: '';
    right: 0.8rem;
    vertical-align: middle;
    background-image: url(../images/common/arrow_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 20px;
    height: 30px;
    bottom: -3px;
    left: 50%;
    margin-left: -10px;
}
.section-content2 {
    display: none;
    margin: 4vw 0;
}
.service-list .search-treatment {
    padding: 2rem;
    border: 1px solid #d6d7d6;
    overflow: hidden;
    display: table;
    width: 90%;
    margin: 0 auto 7vw;
}
.search-treatment h5.sub-title-treatment {
    padding: 15px 20px;
    color: #333;
    font-size: 1rem;
    border: 1px solid #d6d7d6;
    border-bottom: none;
    background: linear-gradient(#ffffff 75%, #f2f2f2);
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
}
.search-treatment h5.sub-title-treatment:before {
    color: #333;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    margin-right: 1rem;
}
.search-treatment .sub-list {
    display: none;
    margin-bottom: 2rem
}
.search-treatment .sub-list li {
    /* display: flex; */
    color: #333;
    padding: 15px 20px;
    font-size: 1rem;
    border: 1px solid #d6d7d6;
    border-bottom: none;
}
.search-treatment .sub-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-right: 1rem;
    color: #178d9c;
}
.section-tabs {
    display: flex;
    width: 100%;
    align-items: center;
}
.section-tabs li {
    width: 25%;
    border: 1px solid #333;
    text-align: center;
    align-items: center;
    font-size: 4vw;
    padding: 6vw 0;
    position: relative;
}
.section-tabs li:after {
    position: absolute;
    font-weight: 900;
    content: '';
    vertical-align: middle;
    background-image: url(../images/ginza/down_arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 15px;
    width: 30px;
    height: 30px;
    bottom: 2vw;
    left: 9vw;
    /*transform:rotate(-90deg); */
}
.section-tabs li.active {
    background: #eaeaea;
}
.service_sp {
    background: #eaeaea;
}
.service_sp .container {
    width: 100%;
}
.search-tab {
    display: none;
}
.search-tab.show {
    display: block;
}
.search-tab ul {
    display: table;
    width: 100%;
}
.search-tab ul li {
    width: 50%;
    float: left;
    border: 1px solid #fff;
}
.search-tab ul li img {
    width: 100%;
}
.sns .sns_bnr_list {
    width: 90%;
    margin: auto;
    margin-bottom: 2vw;
    display: table;
}
.sns .sns_bnr_list a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: block;
    float: left;
}
.sns .sns_bnr_list a:nth-of-type(2n) {
    margin-right: 0;
}
.sns .sns_bnr_list a img {
    width: 100%;
}
.contact_menu {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    text-align: center;
    display: none;
    top: -13%;
    position: relative;
}
.contact_menu.open {
    display: block;
}
.contact_menu a {
    width: 100%;
    padding: 5vw 0 5vw 20vw;
    background: #000;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
    font-size: 3.5vw;
    line-height: 1.2;
    height: 14vw;
    position: relative;
}
.contact_menu a .fa-envelope {
    font-size: 7vw;
    position: absolute;
    left: 7vw;
}
.contact_menu a .fa-chevron-right {
    font-size: 6vw;
    position: absolute;
    RIGHT: 5vw;
}
.sp_nav_ul {
    display: table;
    width: 100%;
}
.sp_nav_ul li {
    width: 33.49%;
    float: left;
    border: 1px solid #333;
    text-align: center;
    background: #fff;
    margin-left: -0.3vw;
    padding: 5vw;
}
.sp_nav_ul li:first-child {
    margin-left: 0;
}
.sp_nav_ul li:nth-child(4) {
    margin-left: 0;
    margin-top: -1px;
}
.sp_nav_ul li:nth-child(5) {
    margin-top: -1px;
}
.sp_nav_ul li:nth-child(6) {
    margin-top: -1px;
}
#g-nav ul.sp_nav_ul {
    width: 100%;
    position: relative;
}
#g-nav ul.sp_nav_ul li {
    margin-bottom: 0;
}
#g-nav ul.sp_nav_ul li a {
    height: auto;
    background: none;
}
#g-nav .sp_nav_index {
    position: relative;
    width: 80%;
    margin: 0 auto 6vw;
}
#g-nav-list .sp_link_img {
	width: 80%;
	margin: 4vw auto;
}
#g-nav-list .sp_link_img a {
	display: block;
	height: auto;
    margin-bottom: 4vw;
}
.footer_drkanshu {
    clear: both;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 6vw 0;
}
.footer_drkanshu_inner {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 6vw;
}
.footer_drkanshu_ttl {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333;
}
.footer_drkanshu_list {
    display: block;
    justify-content: center;
    align-items: center;
}
.footer_drkanshu_list_inner {
    font-size: 100%;
    width: 90%;
    margin: auto;
}
.footer_drkanshu_list_ttl {
    font-weight: bold;
    margin-bottom: 5%;
    text-align: center;
}
.footer_drkanshu_list_txt {
    font-size: 100%;
    margin-bottom: 5%;
}
.footer_drkanshu_list_link a {
    text-decoration: none;
    padding: 18px 60px;
    background: #333;
    color: #fff;
    position: relative;
    font-size: 18px;
    display: table;
}
.footer_drkanshu_list_link a span {
    position: absolute;
    right: 10px;
    top: 23px;
}
.footer_drkanshu_list_link a:hover {
    background: #4abed3;
}
.footer_drkanshu_photo {
    margin-bottom: 5%;
}
.footer_drkanshu_photo {
    order: 2;
    flex-basis: 30%;
    text-align: center;
}
.footer_drkanshu_photo img {
    width: 70%;
    margin: 0 auto;
}
.columnPager ul {
    width: 90%;
    margin: 4vw auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

.footer_concept {
    background: url(/wp/wp-content/themes/aclinic/assets/images/concept/concept_top_bg.png) no-repeat center top;
    background-size: cover;
    padding: 8vw 4vw;
    line-height: 2.0;
    text-align: left;
}
.footer_concept_txt {
    text-align: left;
}

.footer_inner .link_item {
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
}
.footer_inner .link_item dt {
    font-size: 4vw;
    height: 10vw;
    border-bottom: 1px solid #ebebeb;
    padding: 2vw 0 2vw 4vw;
}
.footer_inner .link_item dd {
    background: #fff;
}
.footer_inner .link_item dd>ul>li {
    line-height: 1.8;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.footer_inner .link_item dd>ul>li:first-of-type {
    border-top: 1px solid #ebebeb;
}
.footer_inner .link_item dd>ul>li:before {
    content: "";
    top: 14px;
    right: 5px;
    left: auto;
    transition: all ease .3s;
    width: .3em;
    height: .3em;
    border: 1px solid #606060;
    border-top: none;
    border-left: none;
    display: block;
    line-height: 1;
    font-size: 4vw;
    font-family: Meiryo, arial, clean, verdana, hiragino kaku gothic pro, ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯, Osaka, sans-serif;
    transform: rotate(-45deg);
    position: absolute;
}
.footer_inner .link_item dd>ul.accordion>li:before {
    content: "+";
    top: 2.5vw;
    width: 1em;
    height: 1em;
    border: none;
    transform: unset;
    text-align: center;
    text-decoration: none;
}
.accordion li span {
    font-size: 3vw;
    line-height: 5vw;
    display: block;
    padding: 2vw 2vw 2vw 4vw;
}
.footer_inner .link_item dd>ul.accordion>li.plus:before {
    content: "-";
}
.footer_inner .link_item dd>ul.accordion>li ul li:first-child {
    border-top: 1px solid #ebebeb;
}
.footer_inner .link_item dd ul.accordion li ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 2vw 2vw 2vw 2vw;
    padding-left: 6vw;
}
.footer_inner .accordion li ul {
    margin: 10px 0 25px;
}
.footer_inner .link_item li {
    margin: 0;
    padding: 0;
    font-size: 12.5px;
}
.footer_inner .link_item:nth-child(4n) {
    margin: 0;
}
.foot_top {
    margin-bottom: 40px;
}
.footer_inner .link_item dd ul.accordion li ul li a {
    display: block;
}
/*//////////
CTAã®ãƒœã‚¿ãƒ³
/////////*/
.cam_box_reserve {
    width: 100%;
    background: #e6e6e6;
    padding: 5vw;
    margin: auto;
}
.cam_box_reserve_text {
    text-align: center;
    padding: 2vw;
    background: #fff;
    font-size: 4vw;
    margin: auto;
    margin-bottom: 3vw;
    width: 90%;
    border-radius: 30px;
    font-weight: bold;
}
.cam_box_reserve_clinic {
    font-size: 5vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.01em;
}
.cam_box_reserve_box {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cam_box_reserve_box a {
    width: 31%;
    display: flex;
    margin-right: 3.5%;
    align-items: center;
    text-align: center;
    background: #888888;
    height: 26vw;
    position: relative;
    border-radius: 8px;
}
.cam_box_reserve_box a:nth-of-type(3) {
    margin-right: 0;
}
.reserve_box_txt {
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #fff;
    line-height: 1.3;
}
.cam_box_reserve_box p {
    display: none;
}
.cam_box_reserve_box .reserve_box_txt p.db {
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1;
    display: block;
}
.cam_box_reserve_box .reserve_box_txt p {
    display: block;
}
.cam_box_reserve_box .reserve_box_txt span {
    font-size: 2.4vw;
    line-height: 1;
    display: block;
    margin-top: 1vw;
    letter-spacing: 0.01em;
}
.cam_box_reserve_box .reserve_box_txt p span {
    font-size: 2.4vw;
    line-height: 1;
    display: block;
    margin-top: 1vw;
    letter-spacing: 0.01em;
}
.cam_box_reserve_box a.reserve_box_line {
    background: #95a5a3;
}
.cam_box_reserve_box a.reserve_box_reserve {
    background: #c09b91;
}
.cam_box_reserve_box a.reserve_box_line:hover {
    background: #45940d;
}
.cam_box_reserve_box a.reserve_box_reserve:hover {
    background: #bd7a7b
}
.cam_box_reserve_box a.reserve_box_line:before {
    content: '';
    background-image: url(../images/common/line_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10vw;
    margin: auto;
    height: 10vw;
    position: absolute;
    font-size: 20px;
    left: 50%;
    color: #fff;
    top: 3vw;
    margin-left: -5vw;
}
.cam_box_reserve_box a.reserve_box_reserve:before {
    content: '';
    background-image: url(../images/common/web_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9vw;
    margin: auto;
    height: 9vw;
    position: absolute;
    font-size: 9vw;
    left: 50%;
    color: #fff;
    top: 3vw;
    margin-left: -4.5vw;
}
.cam_box_reserve_box a.reserve_box_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    width: 7vw;
    margin: auto;
    height: 7vw;
    position: absolute;
    font-size: 7vw;
    left: 50%;
    margin-left: -3.5vw;
    color: #fff;
    top: 2vw;
}
.cam_box_reserve_box a.reserve_box_tel:hover {
    background: #7dafc1;
}
/*//////////
ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—
/////////*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 23vw;
    background: #3f98ef;
    opacity: 0.6;
    z-index: 99;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.sns_bnr_list_clinic {
    display: flex;
    width: 60%;
    margin: 2vw auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}
.sns_bnr_list_clinic a {
    width: 47%;
    margin-right: 6%;
}
.sns_bnr_list_clinic a:last-child {
    margin-right: 0;
}
.footer_tel_box {
    background: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 8vw 0;
    margin: 10vw 0 4vw;
}
.footer_tel_box .footer_tel_info {
    width: 90%;
    margin: auto;
    line-height: 1.2;
    font-weight: bold;
}
.footer_tel_info .footer_tel_top {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 1.2;
}
.footer_tel_info .footer_tel_number {
    font-size: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DIN Alternate Bold';
    line-height: 1.2;
}
.footer_tel_info .footer_tel_number img {
    margin-right: 2vw;
    height: 7vw;
}
.footer_tel_info .footer_tel_time {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 1.2;
}
.js-modal-close {
    font-size: 8vw;
    position: absolute;
    right: 2vw;
    top: 0vw;
    padding: 0;
}
.modal_ul {
    padding: 2vw 0;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__bg2 {
    background: rgba(130, 139, 148, 1.0);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 5vw 5vw 7vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    position: relative;
}
.modal__content2 {
    left: 50%;
    padding: 5vw 5vw 7vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 74%;
    position: relative;
	color: #fff;
}
.modal_ul li {
    display: table;
    justify-content: space-between;
    align-items: center;
    padding: 1vw;
    border-bottom: 1px dotted #333;
}
.modal_box_right {
    width: 60%;
    display: flex;
    margin: 1vw auto 0vw;
}
.modal_box_right a {
    display: block;
    margin-right: 4vw;
}
.modal_box_right a:last-child {
    margin-right: 0;
}
.modal_box_left {
    font-weight: bold;
    text-align: center;
}
.modal_box_left .clinicName {
    font-size: 3.4vw;
}
.modal_box_left p {
    font-size: 2.6vw;
}
.tel_info {
    text-align: center;
    margin: 1vw auto 0;
    width: 90%;
    font-weight: bold;
    line-height: 1.2;
}
.tel_info_text {
    font-size: 3vw;
    line-height: 1.8;
}
.tel_number {
    font-size: 9vw;
    font-family: 'DIN Alternate Bold';
    display: block;
    margin: 3vw auto;
    width: 100%;
}
.tel_number img {
    margin-right: 2vw;
    width: 100%;
}
.tel_info_ul {
    display: table;
    width: 100%;
    margin: 3vw auto;
}
.tel_info_ul li {
    width: 100%;
    margin-bottom: 4%;
}
.tel_info_ul li:last-child {
    margin-right: 0;
}
.footer_tel_box .calandar_link {
    display: flex;
    margin: 20px auto 0;
}
.footer_tel_box .calandar_link a {
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
    padding: 3vw 0;
    height: 11vw;
    color: #fff;
    position: relative;
    border-radius: 10px;
}
.footer_tel_box .calandar_link a.line_link {
    margin-right: 6%;
    text-align: center;
    background: #57bc6a;
}
.footer_tel_box .calandar_link a.web_link {
    text-align: center;
    background: #e89192;
}
.footer_tel_box .calandar_link a img {
    width: 35px;
    margin-right: 10px;
}
.footer_tel_box .calandar_link a.web_link img {
    width: 30px;
}
.tel_info .footer_tel_info {
    width: 90%;
    margin: 4vw auto;
}
.tel_info .footer_tel_info .footer_tel_number {
    font-size: 9vw;
	    margin: 3vw 0;
}
.modal__content2 .js-modal-close-tel {
	font-size: 30px;
}
.header-interview {
	display: none;
}
.header-interview2 {
    position: relative;
    cursor: pointer;
    height: 18vw;
    width: 45%;
}
.header-interview2 a {
    padding: 3vw 0 0;
    display: table;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #333;
    line-height: 2;
    width: 100%;
    text-align: center;
    color: #333;
    background: #fff;
}
.header-interview2 img {
    width: 8.5vw;
    display: block;
    margin: 0 auto 1vw;
}
.interview_info_title {
    padding: 0 0 3vw;
    text-align: center;
}
.interview_info_title_p {
    font-size: 4vw;
}
.interview_info_title_h {
    font-size: 6vw;
}
.interview_info_block {
    display: table;
    margin-bottom: 6vw;
    padding-bottom: 0;
    border-bottom: 1px solid #333;
}
.interview_info_dl {
    width: 100%;
    display: flex;
    margin-bottom: 6%;
    position: relative;
}
.interview_info_dl:after {
    content: '';
    background-image: url(../images/common/sankaku_mark.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    margin: auto;
    height: 50px;
    position: absolute;
    font-size: 20px;
    bottom: -10vw;
    color: #fff;
    left: 50%;
    margin-left: -12px;
}
.interview_info_dl:nth-of-type(3):after {
    display: none;
}
.interview_info_dl dt {
    width: 40%;
    margin-right: 5%;
}
.interview_info_dl dd {
    width: 55%;
}
.interview_info_dl dd span {
    float: left;
}
.interview_info_dl dd p {
    margin-left: 10%;
    font-size: 15px;
}
.interview_line_ul {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}
.interview_line_ul li {
    width: 45%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
}
.interview_line_ul li:nth-of-type(2n) {
    margin-right: 0;
}
.interview_line_ul li p {
    width: 40%;
    margin-right: 5%;
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.interview_line_ul li p span {
    display: block;
    font-size: 2vw;
}
.interview_line_ul li a {
    width: 65%;
    display: block;
}
.js-modal-close-interview {
    float: right;
    font-size: 8vw;
}
section.article {
    width: 90% !important;
    margin: 10vw auto !important;
    float: none !important;
}
.article .title_box {
    text-align: center;
}
.youtube {
    width: 90% !important;
    margin: 40px auto;
    text-align: center;
}
.youtube iframe {
    width: 100% !important;
    height: 50vw !important;
}
section.supervision {
	border: 15px solid #eee;
    padding: 2vw 6vw 6vw;
    margin: 7vw auto;
    width: 100% !important;
    float: none !important;
}
section.supervision h3 {
	text-align: center;
	padding: 2vw 0;
	font-size: 4vw;
}
section.supervision dl {
	display: flex;
	width: 100%;
}
section.supervision dl dt {
	width: 70%;
	margin: auto;
}
section.supervision dl dd {
	width: 90%;
	margin: auto;
}
section.supervision dl dd h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
section.supervision dl dd p {
	
}
/*//////////
404
/////////*/
#er404 .breadcrumb {
    border-bottom: 1px solid #333;
}
.error_box {
    width: 90%;
    padding: 0;
    text-align: center;
    margin: 6vw auto 8vw;
    font-size: 3.4vw;
}
.error_box h2 {
    font-size: 4.4vw;
    font-weight: bold;
    margin-bottom: 4vw;
}
.error_box ul {
    margin: 4vw auto;
}
.error_box p {
    margin-bottom: 4vw;
}
/*--------各院ごとの症例--------*/
.case-list.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.case-list .slick-prev {
    left: -10px;
    width: 32px;
    height: 200px;
    background: url(../images/top/slick_prev.png) no-repeat left 6px center;
    background-size: 12px;
    cursor: pointer;
    z-index: 9;
}
.case-list .slick-next {
    right: -10px;
    width: 32px;
    height: 200px;
    background: url(../images/top/slick_next.png) no-repeat right 6px center;
    background-size: 12px;
    cursor: pointer;
    z-index: 9;
}
.case-list .slick-track {
    display: flex;
}
.case-list .slick-track .caseLi {
    display: flex;
    height: auto;
    flex-direction: column;
    margin-top: 0;
}
.bestshot_box .case-list .slick-track .caseLi {
    margin-top: 20px;
}
.case-list .slick-track .caseLi .case_title_h3 {
    margin-top: 0;
}
.case-list .slick-track .caseLi .case-wrap {
    height: 100%;
    padding: 30px 0 70px;
}
.case-list .caseLi .case-title {
    height: auto;
}
.case-list .caseLi .grad-item, .case-list .caseLi .grad-item2 {
    padding-top: 0;
}
.case-list .slick-track .caseLi .link_btn_large {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*--------症例検索--------*/
#case_archive .case {
    padding-bottom: 20px;
}
/*
.full div.main01 {
    display: none;
}
*/
section .case_top_img .title {
    padding: 30px 0 30px;
}
section .case_top_img .title h2 {
    font-size: 20px;
    margin: 0;
}
#case_archive .search dl dd {
    display: flex;
    flex-wrap: wrap;
}
.case_top_img .case_search {
    width: 90%;
    margin-top: 0;
}
section#case_archive.case_common .search .select dl dd select {
    color: #000;
    font-size: 15px;
}
section#case_archive.case_common .search .select dl dd select, section#case_archive .case_search .search input[type=text] {
    height: 50px;
    padding: 4px 10px;
    font-size: 16px;
}
#case_archive .search input[type="radio"] {
    display: none;
}
#case_archive .search input[type="radio"]~label, #case_archive .search .select .popular-treatment a {
    cursor: pointer;
    display: inline-block;
    width: calc(25% - 6px);
    font-size: 14px;
    line-height: 1.5;
    background-color: #eaeaea;
    border-radius: 100px;
    text-align: center;
    padding: 6px 4px 6px;
    margin: 0 8px 10px 0;
    transition-duration: .3s;
}
#case_archive .search .select .popular-treatment a {
    width: auto;
    padding: 6px 14px 6px;
}
#case_archive .search input[type="radio"]:checked+label, #case_archive .search .select .popular-treatment a.active {
    background-color: #d89c9c;
    color: #fff
}
#case_archive .search input[type="radio"]~label:nth-of-type(4n) {
    margin-right: 0;
}
#case_archive .search .select_design input[type="radio"]~label {
    width: calc(30% - 6px);
}
#case_archive .select2-selection {
    padding: 0;
}
#case_archive .select2-container--default .select2-selection--single {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 4px 10px;
    border: 1px solid #dcdbdc;
    border-radius: 0px;
    background: #fff url(../images/common/ico_select.png) no-repeat right 15px center / 9px auto;
    outline: none;
    flex-wrap: wrap;
    align-content: center;
}
#case_archive .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0;
    line-height: normal;
}
#case_archive .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
section#case_archive .case_top_img .case_search .search .select dl {
    display: block;
    float: none;
    margin: 0 0 24px;
}
section#case_archive #search_form_area .select dl dt {
    width: 100%;
    font-size: 16px;
    float: none;
    padding: 0 0 6px;
    text-align: left;
}
section#case_archive #search_form_area .select dl dd {
    width: 100%;
    float: none;
    padding: 0;
}
section#case_archive .case_search #search_form_area dl.select_gender {
    margin-bottom: 12px;
}
section#case_archive .case_top_img .case_search .search dl.select_age {
    margin-bottom: 16px;
}
#case_archive .select_gender dd, #case_archive .select_age dd {
    padding-top: 5px;
}
.doctor_select_img {
    width: 100%;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-results .select2-results__option--selectable {
    display: flex;
    padding: 4px 10px;
    min-height: 44px;
    align-items: center;
}
.select2-container--default .select2-results__option.select2-results__option--selected {
    background-color: #eaeaea
}
.select2-container--default .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d89c9c;
    color: #fff;
}
.doctor_select_img img {
    display: block;
    width: 36px;
    margin-right: 6px;
}
.doctor_select_img .text {
    width: calc(100% - 80px);
    line-height: 1.5;
}
section#case_archive .case_top_img .search .btn {
    margin-bottom: 0;
}
/*--------症例検索結果--------*/
#case_archive .case-list .case-img {
    margin-bottom: 22px;
}
#case_archive .searchform_wraper {
    padding-top: 0;
    border-bottom: none;
}
#case_archive .searchform_wraper>.title {
    padding: 30px 0 30px;
}
#case_archive .searchform_wraper h2 {
    font-size: 20px;
    margin: 0;
}
.search_text {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid #d89c9c;
}
.search_text h3 {
    background-color: #d89c9c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px 5% 10px;
}
.search_text .search_inner {
    display: flex;
    padding: 24px 0 10px 5%;
    flex-wrap: wrap;
}
.search_text .search-item {
    display: flex;
    font-size: 14px;
    margin: 0 24px 16px 0;
    align-items: center;
}
.search_text .search-item .title {
    padding: 4px 10px 3px;
    background-color: #eaeaea;
    margin-right: 8px;
    font-weight: 600;
    white-space: nowrap;
}
.search_text .search-item .image {
    width: 40px;
    margin-right: 8px;
}
section#case_archive .search_area {
    width: 90%;
    margin: 0 auto;
}
section#case_archive .searchform_wraper .search_area .title {
    padding: 10px 0;
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
    background: #fff url(../images/common/ico_select.png) no-repeat right 10px center / 12px auto;
}
section#case_archive .searchform_wraper .search_area .title h2 {
    font-size: 17px;
    font-weight: 400;
}
section#case_archive .searchform_wraper .search .btn {
    margin: 14px 0 70px;
}
section#case_archive .searchform_wraper .search_area .search {
    padding-top: 30px;
}
section#case_archive .search_area .search {
    padding: 40px 20px 54px;
    width: 100%;
    margin-top: 30px;
}
section#case_archive .search_area .search .select dl dt {
    width: 100%;
    font-size: 16px;
    float: none;
    padding: 0 0 6px;
    text-align: left;
}
section#case_archive .search_area .search .select dl dd {
    width: 100%;
    float: none;
    padding: 0;
}
section#case_archive .search_area .search .select dl {
    display: block;
    float: none;
    margin: 0 0 24px;
}
section#case_archive .search_area .search dl.select_gender {
    margin-bottom: 12px;
}
section#case_archive .search_area .search dl.select_age {
    margin-bottom: 16px;
}
section#case_archive .search_text {
    margin-bottom: 10px;
}
#case_archive .case {
    margin-top: 12px;
    padding-top: 16px;
}
#case_archive .case-list {
    display: flex;
    padding: 0;
}
#case_archive .case-list li {
    width: 100%;
    padding: 26px 3% 10px;
    margin-bottom: 16px;
    background-color: #FFF;
}
#case_archive .bestshot .case-list li {
    padding: 0;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
    background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
    background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3:after {
    background-image: none;
}
.case-list .title_box {
    color: #bebebe;
}
.case-list .case-wrap .case_title_h3 {
    background: none;
    text-align: left;
    font-size: 12px;
    margin: 0 5px 0 0;
    width: auto;
    padding: 0;
}
#case_archive .case_make.after_color {
    background: #e6e6e6;
    color: #333;
}
.no-swiper .case-list .case-img img.case_image_1 {
    width: calc(50% + 5.1vw);
    margin: 1vw auto 0 auto;
}
#case_archive .grad-btn::before {
    font-size: 14px;
}
#case_archive .link_btn_large {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#case_archive .case-list .case-desc {
    margin-top: 0;
}
#case_archive .listLisk p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
}
#case_archive .grad-btn .fa {
    vertical-align: middle;
    position: static;
}
.case_head_area {
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    padding: 2px 8px 1px;
    background-color: #d89b9c;
    margin-bottom: 10px;
}
.slick-slide .case_head_area {
    position: absolute;
    top: 0;
    left: 0;
}
.case-list .title_box {
    margin-bottom: 6px;
}
/*--------症例ページャー--------*/
#case_archive .case-list .slick-dots li {
    width: 20px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
#case_archive .slick-dots li button:before {
    font-size: 48px;
    left: -14px;
    pointer-events: none;
}
#case_archive .pt-30 {
    padding-top: 0;
}
#case_archive .pagination .pager {
    padding-top: 16px;
    margin: 0 0 10px;
}
#case_archive ul.pager li span {
    width: 34px;
    padding: 14px 0;
}
#case_archive ul.pager li a {
    width: 34px;
    padding: 14px 0;
}
#case_archive ul.pager li a:hover {
    background: #38a3b6;
    color: #fff;
    border: 1px solid #38a3b6;
}
#case_archive ul.pager li.next a, #case_archive ul.pager li.prev a {
    padding: 14px 16px;
}
/*--------症例タイトル--------*/
.case-list .caseLi .case-title {
    height: auto;
    font-size: 17px;
    line-height: 1.4;
    color: #d89b9c;
}
/*--------ベストショット--------*/
.bestshot_box {
    width: 92%;
    margin: 0 auto;
}
.bestshot_box .case-list {
    padding-top: 0;
}
.bestshot_box .case-list li {
    margin: 0 auto 36px;
}
.bestshot_box .case_head_area {
    position: absolute;
    top: 0;
    left: 0;
}
.bestshot_box .case-list li:last-of-type {
    margin: 0 auto;
}
.bestshot_box .case-list .case-wrap {
    padding-top: 32px;
}
.bestshot .case-list.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.bestshot .slick-dots {
    bottom: -10px;
}
.case-list .swiper-button-next {
    background: url(../images/top/slick_next.png) no-repeat right 6px center;
    background-size: 12px;
    width: 32px;
    height: 100%;
    margin-top: 0;
    right: -10px;
}
.case-list .swiper-button-prev {
    background: url(../images/top/slick_prev.png) no-repeat left 6px center;
    background-size: 12px;
    width: 32px;
    height: 100%;
    margin-top: 0;
    left: -10px;
}
.bestshot_box .case-list .case-img {
    height: auto;
}
.bestshot_box .case-list .slick-slide .case-img {
    height: 54vw;
}
/*--------症例詳細--------*/
.single-case section#case_archive .search form#searchform {
    width: 100%;
}
.single-case section#case_archive .search_case .middle_title {
    margin-bottom: 6px;
}
.single-case section#case_archive .search_case .small_title {
    width: 92%;
    margin: 0 auto;
    line-height: 1.7;
}
.case_single .case_box_single {
    margin-bottom: 10px;
}
/*--------一枚画像の症例--------*/
.case-list .case-img a {
    display: inline-block !important;
    height: 100%;
    text-align: center;
}
#case_archive .case_image_area {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}
#case_archive .case_image_area .before, #case_archive .case_image_area .after {
    position: absolute;
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    color: #fff;
    padding: 1px 6px 1px;
    background-color: #000;
    border: 1px solid #fff;
}
#case_archive .case_image_area .after {
    background-color: #d89c9c;
}
#case_archive .case_vertical .before {
    top: 6px;
    left: 6px;
}
#case_archive .case_vertical .after {
    top: 6px;
    left: calc(50% + 6px);
}
#case_archive .case_horizontal .before {
    top: 6px;
    left: 6px;
}
#case_archive .case_horizontal .after {
    top: calc(50% + 6px);
    left: 6px;
}
/*--------症例検索結果（デザイン2）--------*/
#case_archive .searchform_wraper {
    padding-top: 0;
}
#case_archive .searchform_wraper>.title {
    padding: 30px 0 30px;
}
#case_archive .searchform_wraper h2 {
    font-size: 20px;
    margin: 0;
}
.search_text {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid #d89c9c;
}
.search_text h3 {
    background-color: #d89c9c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px 5% 10px;
}
.search_text .search_inner {
    display: flex;
    padding: 24px 0 10px 5%;
    flex-wrap: wrap;
}
.search_text .search-item {
    display: flex;
    font-size: 14px;
    margin: 0 24px 16px 0;
    align-items: center;
}
.search_text .search-item .title {
    padding: 4px 10px 3px;
    background-color: #eaeaea;
    margin-right: 8px;
    font-weight: 600;
    white-space: nowrap;
}
.search_text .search-item .image {
    width: 40px;
    margin-right: 8px;
}
section#case_archive .search_area {
    width: 90%;
    margin: 0 auto;
}
section#case_archive .searchform_wraper .search_area .title {
    padding: 10px 0;
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
    background: #fff url(../images/common/ico_select.png) no-repeat right 10px center / 12px auto;
}
section#case_archive .searchform_wraper .search_area .title h2 {
    font-size: 17px;
    font-weight: 400;
}
section#case_archive .searchform_wraper .search .btn {
    margin: 0;
}
section#case_archive .search .btn input[type=submit] {
    width: 94%;
    padding: 16px 5% 14px;
}
section#case_archive .search_area .search {
    padding: 0 !important;
    width: 100%;
}
section#case_archive .search_area .search form {
    padding: 0 0 30px;
}
section#case_archive .search_area .search .select dl dt {
    width: 100%;
    font-size: 16px;
    float: none;
    padding: 0 0 6px;
    text-align: left;
}
section#case_archive .search_area .search .select dl dd {
    width: 100%;
    float: none;
    padding: 0;
}
section#case_archive .search_area .search .select dl {
    display: block;
    float: none;
    margin: 0 0 24px;
}
section#case_archive .search_area .search dl.select_gender {
    margin-bottom: 12px;
}
section#case_archive .search_area .search dl.select_age {
    margin-bottom: 16px;
}
section#case_archive .search_text {
    margin-bottom: 10px;
}
#case_archive .case-list {
    display: flex;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
    background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
    background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3:after {
    background-image: none;
}
.case-list .case-wrap .case_title_h3 {
    background: none;
    text-align: left;
    font-size: 12px;
    margin: 0 5px 0 0;
    width: auto;
    padding: 0;
}
.no-swiper .case-list .case-img img.case_image_1 {
    width: calc(50% + 5.1vw);
    margin: 1vw auto 0 auto;
}
#case_archive .searchform_wraper {
    padding: 0 4%;
    margin: 0 auto;
    position: relative;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
#case_archive .searchform_wraper>.title {
    text-align: left;
    padding: 16px 80px 12px 0;
}
#case_archive .searchform_wraper h2 {
    padding: 0;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 4px;
}
#case_archive .searchform_wraper .text {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-right: 12px;
}
section#case_archive .searchform_wraper .search_area {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
section#case_archive .searchform_wraper .search_area .title {
    width: 66px;
    padding: 20px 4px 20px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    background: #fff url(../images/common/ico_select.png) no-repeat center bottom 8px / 10px auto;
    position: absolute;
    top: -72px;
    right: 0;
}
section#case_archive .searchform_wraper .search_area .title h2 {
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
}
.case-center-search {
    width: 1200px;
    font-size: 20px;
    text-align: left;
    padding: 12px 4% 0;
    margin: 0 auto;
}
#case_archive .case {
    background-color: #e6e6e6;
}
/*--------症例ページャー--------*/
#case_archive .pt-30 {
    padding-top: 0;
}
#case_archive .pagination {
    position: relative;
}
#case_archive .pagination .pager {
    width: calc(100% - 100px);
    text-align: right;
    padding: 10px 4% 0;
    margin: 0 0 10px;
    position: absolute;
    top: -43px;
    right: 0;
}
#case_archive .pagination .pager li {
    text-align: center;
}
#case_archive ul.pager li span {
    width: 30px;
    padding: 10px 0;
}
#case_archive ul.pager li a {
    width: 30px;
    padding: 10px 0;
}
#case_archive ul.pager li a:hover {
    background: #38a3b6;
    color: #fff;
    border: 1px solid #38a3b6;
}
#case_archive ul.pager li.next {
    margin: 0 0 0 10px;
}
#case_archive ul.pager li.prev {
    margin: 0 10px 0 0;
}
#case_archive ul.pager li.next a, #case_archive ul.pager li.prev a {
    padding: 10px 10px;
}
.case-list {
    display: block;
}
/*--------オススメの施術--------*/
#case_archive .search .recommend_list {
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
#case_archive .search .recommend_list dt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 14px;
}
#case_archive .search .recommend_list .top_case_cat_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#case_archive .search .recommend_list .top_case_cat_list li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 100px;
    margin: 0 12px 12px 0;
    overflow: hidden;
}
#case_archive .search .recommend_list .top_case_cat_list li a {
    display: block;
    padding: 9px 14px 8px;
    color: #fff;
    background-color: #333;
    transition-duration: .3s;
}
#case_archive .search .recommend_list .top_case_cat_list li a:hover {
    background-color: #d89c9c;
}
/*--------各院ごとの症例ページ--------*/
.doctor_case_block.author3, .doctor_case_block.author4, .doctor_case_block.author7, .doctor_case_block.author8, .doctor_case_block.author11, .doctor_case_block.author12, .doctor_case_block.author13, .doctor_case_block.author14, .doctor_case_block.author18, .doctor_case_block.author19, .doctor_case_block.author20, .doctor_case_block.author21, .doctor_case_block.author25, .doctor_case_block.author35 {
    color: #333;
    border-bottom: 2px solid #333;
    margin-bottom: 24px;
}
.case-list .slick-slide .case-img {
    width: 100%;
    height: auto;
}
.case-list .case-img .case-image-type-1 {
    margin: 0 auto;
}
.case-list .case-img .case-image-wrapper, .case-list .case-img .no-swiper, .case-list .case-img .case_image_area, .case-list .case-img .case-image-wrapper .case_image_area a, .case-list .case-img .case-image-wrapper .case_image_area img {
    display: flex;
    max-height: 100%;
    margin: 0 auto;
}
/*--------症例詳細ページの最下部の再検索--------*/
.case_info_area .search_case {
    width: 90%;
    margin: 0 auto;
}
section#case_archive .case_info_area .search_case .select dl {
    display: block;
    float: none;
    margin: 0 0 24px;
}


/*-----------------------------------------------------------------------------------------
*症例写真検索の医院の箇所の修正
-----------------------------------------------------------------------------------------*/
section#case_archive .case_top_img .case_search .search .select dl.clinic_list {

}
section#case_archive .case_top_img .case_search .search .select dl.clinic_list dt {

}
section#case_archive .case_top_img .case_search .search .select dl.clinic_list dd {

}



/*-----------------------------------------------------------------------------------------
*症例写真検索のドクターの箇所の修正
-----------------------------------------------------------------------------------------*/
section#case_archive
  .case_top_img
  .case_search
  .search
  .select
  dl.doctors_list {
  padding-top: 13px;
}
section#case_archive
  .case_top_img
  .case_search
  .search
  .select
  dl.doctors_list
  dd {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  width: calc(100% - 120px);
  justify-content: space-between;
}
section#case_archive .search .select .doctors_list dd label {
  display: flex;
  position: relative;
  background-color: #eaeaea;
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 0px 10px 0;
  width: 48%;
  align-items: center;
}
section#case_archive .search .select .doctors_list dd input[type="checkbox"]:checked + label {
  background-color: #d89c9c;
  color: #fff;
}
section#case_archive .search .select .doctors_list dd label:nth-of-type(2n) {
  margin-right: 0;
}
section#case_archive .search .select .doctors_list dd input[type="checkbox"] {
  display: none;
}
section#case_archive .search .select .doctors_list dd label .img {
  width: 40px;
  height: 40px;
}
section#case_archive .search .select .doctors_list dd label .img img {
    display: block;
}
section#case_archive .search .select .doctors_list dd label .affiliation {
  padding: 3px 10px 2px 4px;
  width: calc(100% - 38px);
  line-height: 1.3;
  font-size: 11px;
}
section#case_archive .search .select .doctors_list dd label .affiliation .doctor_name {
  font-size: 14px;
}
.sp_none {
    display: none;
}
section#case_archive .search .select .doctors_list dt .multiple_select {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
  }

.header_instagram_open ul {
	background: #fff;
	width: 100%;
	padding: 4vw;
	color: #333;
	display: none;
	flex-wrap: wrap;
	position: fixed;
	right: 0;
	top: 18vw;
	transition: all .6s;
}
.header_instagram_open ul.upon {
	width: 100%;
	right: 0;
	display: flex;
}
.header_instagram_open li {
	width: 21%;
	text-align: center;
	margin-right: 5.3%;
	font-size: 3.4vw;
	font-weight: bold;
}
.header_instagram_open li:nth-of-type(4n) {
	margin-right: 0;
}
.header_instagram_open li img {
	width: 11.5vw;
}
.sp_menu_rn {
	margin: 10vw 0;
}
.sp_menu_rn .sp_menu_rn_web_link {
	width: 90%;
	margin: 4vw auto;
	text-align: center;
	position: relative;
	display: block;
	background: #589ba4;
	color: #fff;
	font-size: 4vw;
	height: auto;
	padding: 3vw;
	border-radius: 5px;
}
.sp_menu_rn .sp_menu_rn_web_link:before {
	content: "";
	width: 20px;
	height: 28px;
	background-image: url(../images/common/web_list.png);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: contain;
	margin-right: 14px;
	position: absolute;
	left: 15vw;
	top: 30%;
}
.sp_menu_rn .sp_menu_rn_web_link:after {
	content: "";
	width: 16px;
	height: 20px;
	background-image: url(../images/top_rn/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: contain;
	margin-right: 14px;
	position: absolute;
	right: 0vw;
	top: 37%;
}
.sp_menu_rn_txt {
	font-size: 3.6vw;
	font-weight: bold;
	margin: 2vw 0;
}
.sp_menu_rn_block {
	width: 92%;
	margin: 2vw auto;
}
.sp_menu_rn_li {
	position: relative;
}
.sp_menu_rn_ul_title {
	border-bottom: 1px solid #333;
	position: relative;
	padding: 4vw 0;
	font-size: 5vw;
}
.sp_menu_rn_ul_title_link {
	border-bottom: 1px solid #333;
	position: relative;
	display: block;
	padding: 4vw 0;
	font-size: 5vw;
}
.sp_menu_rn_ul_title:after {
	content: "+";
	width: 20px;
	height: 20px;
	margin-right: 14px;
	position: absolute;
	right: 0;
	top: 26%;
}
.sp_menu_rn_ul_title.click:after {
	content: "ー";
	width: 20px;
	height: 20px;
	margin-right: 14px;
	position: absolute;
	right: 0;
	top: 33%;
    font-size: 4vw;
}
.sp_menu_rn_box {
	display: none;
}
.sp_menu_rn_box a {
	font-size: 3vw;
	padding: 4vw 0 4vw 4vw;
	display: block;
	height: auto;
	border-bottom: 1px solid #333;
	position: relative;
}
.sp_menu_rn_box a:after {
	content: "";
	width: 10px;
	height: 15px;
	background-image: url(../images/top_rn/arrow_bk.png);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: contain;
	margin-right: 14px;
	position: absolute;
	right: 0vw;
	top: 37%;
}
.sp_menu_rn_a_link {
	margin: 6vw 0;
}
.sp_menu_rn_a_link a {
	width: 100%;
	margin-right: 4%;
	margin-bottom: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2e2e2e;
	color: #fff;
	padding: 18px 0;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	transition: all .6s;
}
.sp_menu_rn_a_link a:hover {
	background: #589ba4;
}
.sp_menu_rn_a_link a img {
	height: 35px;
	margin-right: 15px;
}
.sp_menu_rn_a_link a:after {
	content: "";
	width: 16px;
	height: 20px;
	background-image: url(../images/top_rn/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: contain;
	margin-right: 14px;
	position: absolute;
	right: 0vw;
	top: 37%;
}

.sp_menu_rn_a_link00 a {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4vw;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    background: #2e2e2e;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    transition: all .6s;
    float: left;
}

.sp_menu_rn_a_link00 {
    margin: 6vw 0;
}

.sp_menu_rn_a_link00 a:hover {
    background: #589ba4;
}
.sp_menu_rn_a_link00 a img {
    height: 25px;
}
.sp_menu_rn_a_link00 a:after {
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(../images/top_rn/arrow_wh.png);
    background-repeat: no-repeat;
    background-position: center top 0px;
    background-size: contain;
    margin-right: 14px;
    position: absolute;
    right: 0vw;
    top: 37%;
}
.sp_menu_rn_clinic {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sp_menu_rn_clinic li {
	width: 45%;
	margin-right: 10%;
	margin-bottom: 4vw;
	font-size: 4vw;
	position: relative;
}
.sp_menu_rn_clinic li:nth-of-type(2n) {
	margin-right: 0;
}
.sp_menu_rn_clinic li:after {
	content: "";
	width: 2vw;
	height: 3vw;
	background-image: url(../images/top_rn/arrow_bk.png);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: contain;
	margin-right: 14px;
	position: absolute;
	right: 19vw;
	top: 28%;
}
.bg_clear {
	width: 100%;
	height: 150vh;
	display: none;
	position: fixed;
	z-index: -1;
}
.bg_clear.plus {
	display: block;
}

/*-----------------------------------------------------------------------------------------
目次用
-----------------------------------------------------------------------------------------*/

#ez-toc-container.counter-hierarchy {
	margin: 4vw auto;
	padding: 4vw 4vw 2vw;
	width: 94%;
}
div#ez-toc-container .ez-toc-title {
	text-align: center;
	display: block !important;
	font-size: 5vw;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
	display: none;
}
.ez-toc-list {
	margin: auto;
	width: 100%;
}
div#ez-toc-container ul {
	padding: 3vw 0;
}
div#ez-toc-container ul li {
	font-size: 3.6vw;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------------
医師一覧へのリンク、ガイドライン、監修用
-----------------------------------------------------------------------------------------*/
.op_info {
  margin-top: 40px;
  clear: both;
}
.op_info .op_info_ttl {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.op_info .doctor_society, .op_info .guideline {
  /* background: #f4f4f4; */
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  clear: both;
}
.op_info .doctor_society p, .op_info .guideline p,.op_info .doctor_society ul li, .op_info .guideline ul li{
	font-size:14px;
}
.op_info .doctor_society_list {
  margin: 20px 0;
  /* font-size: 14px; */
}
.op_info .guideline ul {
  margin: 10px 0;
}
.op_info .author_prof_main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.op_info .author_prof_main dt {
  width: 50%;
}
.op_info .author_prof {
  border: 10px solid #ccc;
  padding: 10px;
  margin-bottom: 40px;
}
.op_info .author_prof_main dd {
  width: 100%;
}
.op_info .author_prof .history_area {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
  /* flex-flow: wrap; */
  gap: 20px;
  flex-direction: column;
}
.op_info .author_prof .history_area .history {
  width: 100%;
}
.op_info .author_prof .history_area .history p {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.author_prof_main_ttl {
  font-size: 16px;
  margin: 0 0 1em;
  line-height: 1.8;
  text-align: center;
  font-weight:bold;
  margin: 0 auto;
  width: 100%;
}
.op_info .author_prof .history dl {
  display: flex;
  flex-flow: wrap;
  /* width: calc(50% - 20px); */
}
.op_info .author_prof .history dl dt {
  width: 4em;
  margin-right: 1em;
}
.op_info .author_prof .history dl dd {
  width: calc(100% - 5em);
  line-height: 1.5;
}
.op_info .author_prof_simple{
	display: flex;
	gap: 20px;
	margin: 0 auto 30px;
	border: 6px solid #ccc;
	padding: 20px;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	text-align:center;
	
}
.op_info .author_prof_simple_img{
	width: 50%;
	height:auto;
}
.op_info .author_prof_simple_ttl{
	font-size:18px;
}
.op_info .author_prof .link_btn{
	background:#333;
	color:#fff;
	display: flex;
	width:80%;
	margin: 20px auto;
	padding: 10px;
	justify-content: space-evenly;
	align-items: center;
}