    /*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------スマホ--------*/
    /*--------トップページ--------*/
    .mainwrap {
        margin: 0 auto;
        max-width: 390px;
        background: #FFF;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }
    .imageblock {
        font-size: 0;
        position: relative;
    }
    .btn {
        display: inline-block;
        font-size: 0;
        width: 88.06%;
        border-radius: 999px;
        box-shadow: 4px 4px 3px rgba(0,0,0,.3);
    }
    .btn1 {
        /* top: .7%; */
        top: 3%;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: .7;
        transition: .15s;
    }
    .review_wrap {
        position: absolute;
        width: 100%;
        top: 28%;
        left: 0;
    }
    .btn2 {
        /* bottom: 75%; */
        bottom: 18%;
    }
    .btn3 {
        bottom: 36%;
    }
    .slider_wrap {
        padding-bottom: 5%;
    }
    .slick-dots {
        bottom: -35px;
    }
    .slick-dots li {
        margin: 0;
    }
    .slick-dots li button::before {
        display: none;
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #EBEBEB;
        padding: 0;
        margin: 0;
    }
    .slick-dots li.slick-active button {
        background: #C5C5C5;
    }
    .clinic_list {
        border-bottom: 1px solid;
    }
    .clinic_list dt {
        cursor: pointer;
        font-size: 14px;
        border-top: 1px solid;
        position: relative;
        padding: 25px 20px 25px 20px;
    }
    .clinic_list dt::before, .clinic_list dt::after {
        content: "";
        position: absolute;
    	top: 50%;
    	right: 20px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 16.2px;
    	height: 1px;
    	background: #000;
    	transition: .15s;
    }
    .clinic_list dt::after {
        transform: translateY(-50%) rotate(90deg);
    	-webkit-transform: translateY(-50%) rotate(90deg);
    	-ms-transform: translateY(-50%) rotate(90deg);
    }
    .clinic_list dt.clicked::after {
        transform: translateY(-50%) rotate(0deg);
    	-webkit-transform: translateY(-50%) rotate(0deg);
    	-ms-transform: translateY(-50%) rotate(0deg);
    }
    .clinic_list dd {
        margin: 0;
        display: none;
        padding: 0 20px 20px;
    }
    .clinic_txt1 {
        font-weight: 500;
        font-size: 14px;
        background: #82919F;
        color: #FFF;
        padding: 0 13px;
        margin-bottom: 10px;
    }
    .clinic_txt2 {
        font-size: 12px;
        padding: 0 15px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .google_map iframe {
        width: 100%;
    }
    .bg_image {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: url(../../assets/img/bg.png);
        left: 0;
        top: 0;
    }
    .pcmenu_nav {
        display: none;
    }
    .pcbtn {
        display: none;
    }
    .nav-ham span {
    	display: block;
    	width: 20px;
    	height: 2px;
    	background-color: #fff;
    	position: absolute;
    	transition: transform 0.5s, opacity 0.5s, width 0.3s;
    	border-radius: 9999px;
    	left: 22px;
    }
    .nav-ham span:nth-child(1) {
    	top: 20px;
    }
    .nav-ham span:nth-child(2) {
    	top: 0;
    	bottom: 0;
    	margin: auto;
    	display: none;
    }
    .nav-ham span:nth-child(3) {
    	bottom: 20px;
    }
    .sp-nav-layout {
    	position: fixed;
    	background: rgba(0, 0, 255, 0.9);
    	top: 53px;
    	right: 0;
    	color: #ffffff;
    	visibility: hidden;
    	opacity: 0;
    	transform: translateX(100%);
    	transition: 0.5s ease-in-out;
    	z-index: 50;
    	padding: 30px 40px;
    }
    /*sp nav*/
    .nav-ham {
    	display: block;
    	position: fixed;
    	top: 0;
    	right: 0;
    	width: 64px;
    	height: 53px;
    	cursor: pointer;
    	z-index: 100;
    	background: #000;
    	z-index: 60;
    }
    .open .nav-ham {
    	/*position: fixed;*/
    }
    .open .nav-ham span {
    	background-color: #fff;
    }
    .open .nav-ham span:nth-child(1) {
    	transform: translateY(5.5px) rotate(45deg);
    }
    .open .nav-ham span:nth-child(2) {
    	top: 0;
    	bottom: 0;
    	margin: auto;
    	width: 0px;
    	opacity: 0;
    }
    .open .nav-ham span:nth-child(3) {
    	transform: translateY(-5.5px) rotate(-45deg);
    }
    .open .sp-nav-layout {
    	visibility: visible;
    	opacity: 1;
    	transform: translateX(0);
    }
    .open .sp-nav-layout ul li {
    	transform: translateX(0);
    }
    .spmenu {
    	padding: 0;
    	list-style: none;
    }
    .spmenu li {
        margin: 35px 0;
    }
    .spmenu li a {
        color: #FFF;
        opacity: .6;
        font-size: 18px;
        font-weight: 400;
        transition: .15s;
    }
    .spmenu li a:hover, .spmenu li.active a {
        opacity: 1;
    }
    .spbtn {
        display: inline-block;
        font-size: 0;
        position: fixed;
        right: 0;
        bottom: 15px;
        width: 50px;
        z-index: 99;
    }
    .margin-top-1 {
        margin-top: -1px;
    }
    
    .tabarea_btn {
        font-size: 0;
        width: 50%;
    }
    .tab_off {
        cursor: pointer;
    }
    .tabarea_btn img.-off {
        display: none;
    }
    .tab_off img.-on {
        display: none;
    }
    .tab_off img.-off {
        display: inline;
    }
    .tab_cts_off img {
        display: none;
    }
    .tabarea_cts {
        font-size: 0;
    }
    
    
    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        /*--------トップページ--------*/
        .logo {
            display: inline-block;
            font-size: 0;
            width: 88px;
            position: fixed;
            z-index: 3;
            left: 20px;
            top: 0
            height: 50px;
        }
        .pcmenu_nav {
            display: block;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 5;
            width: calc(50% - 195px);
            height: 100%;
        }
        .pcmenu {
            position: absolute;
        	top: 50%;
        	left: 50%;
        	transform: translate(-50%, -50%);
        	-webkit-transform: translate(-50%, -50%);
        	-ms-transform: translate(-50%, -50%);
        	z-index: 6;
        	padding: 0;
        	list-style: none;
        	text-align: center;
        }
        .pcmenu li {
            margin: 25px 0;
        }
        .pcmenu li a {
            color: #FFF;
            opacity: .5;
            font-size: 14px;
            font-weight: 500;
            transition: .15s;
        }
        .pcmenu li a:hover, .pcmenu li.active a {
            opacity: 1;
        }
        .pcbtn {
            display: inline-block;
            z-index: 8;
            position: fixed;
            width: 271.522px;
            bottom: 80px;
            left: calc(50% + (50% - 195px) / 2 + 195px);
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        }
        .nav-ham {
            display: none;
        }
        a.spbtn {
            display: none!important;
        }
    }
    
    
    
    
    
    /*--------PC--------*/
    @media screen and (min-width: 1180px) {
        /*--------トップページ--------*/
    }
    
    
    
    
