﻿@charset "utf-8";

/* Reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}

/* PC */

.clinic_sec{
	height:100vh;
	background: #2e2231;
	margin-bottom:0;
}

.clinic_bg{
	position:relative;
}

.clinic_bg h2{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 40px;
	font-weight: 300;
    letter-spacing: 0.3em;
}

.clinic_info{
	max-width: 1000px;
    margin: 100px auto;
    text-align: center;
	padding: 0 10px;
}

.clinic_info p{
	line-height: 2em;
    font-weight: 200;
	padding: 0 10px;
}

.clinic_info h2{
	position: relative;
	letter-spacing: 10px;
	padding: 0;
	padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.clinic_info h2::after{
	position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background: #999;
}

.clinic_info h3{
	font-size: 19px;
    font-weight: 300;
    letter-spacing: 5px;
	margin-bottom: 10px;
}

.clinic_info dl{
	display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
    color: #606060;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    box-sizing: border-box;
}

.clinic_info_bg{
    width:100%;
    background:url("../img/access/clinic_info_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.clinic_info_text{
	display: table;
    margin: 20px auto;
    padding: 70px 20px;
    background: #fff;
}

.clinic_info_text h3{
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
}


.clinic_info_text ul{
	text-align: left;
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2em;
    font-weight: 200;
}

.clinic_box{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.clinic_box_l{
    width: 47%;
}
.clinic_box_l h2{
    font-size: 26px;
    letter-spacing: 3px;
}

.clinic_box_r{
    width: 50%;
}





@media (max-width: 1280px){


}

/* スマホ */

@media (max-width: 960px){
    .clinic_bg{
        margin-top:80px;
    }
    .clinic_bg img {
    object-fit: cover;
    height: 300px;
    }



}

@media (max-width: 768px){
 
 
}

@media (max-width: 650px){

    .clinic_bg h2{
        font-size:26px;
    }

    .clinic_info_bg {
    padding: 50px 0;
    }

    .clinic_info h2{
        font-size:20px;
        padding-bottom: 25px;
		margin-bottom: 30px;
    }

    .clinic_info_text ul {
    font-size: 12px;
    }

    .clinic_box{
        flex-direction: column;
    }

    .clinic_box_l {
    width: 100%;
}

    .clinic_box_r{
        width: 100%;
    }

     

}



