@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:599px){
	.pc{display: none;}
	.sp{display: inherit;}
	
	section,.content{
		width: 100%;
		padding: 0 20px;
	}
	
	header{
		height: 125vw;
		border-left: none;
	}
	
	header .info_area .txt_sml {
    padding-top: 3vw;
    font-size: 3.6vw;
}
	
	.concept .big_txt {
    font-size: 5.3vw;
    padding-top: 11.5vw;
    font-weight: 600;
    line-height: 1.6;
    color: #4e5347;
    letter-spacing: .2vw;
    padding-bottom: 5vw;
}
	
	.concept{
		font-size: 3.5vw;
	}
	
	ul.flex2 {
    display: block;
    justify-content: space-between;
    margin: 5vw 0;
}
	
	ul.flex2 li{
		width: 100%;
	}
	
	h3 {
    color: #a18c5f;
    margin-bottom: 2vw;
    line-height: 1.5;
}
	
	.concept {
    margin-bottom: 12vw;
   
    padding-bottom: 12vw;
}
	
	header .logo_area{
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 10px;
		transform:none;
	}
	header .logo img{width:70%;}
	header .near{font-size: 0.92em;}
	header .info_area{
		top:calc(61% + 25px);
		left: 50%;
		width: 75%;}
	
	header .info_area .date{font-size: 15vw;}
	header .info_area .open{font-size: 11vw;}
	header .tel{font-size: 6.2vw;}
	
	header .logo_txt {
    font-size: 8vw;
		text-align: center;
		margin-bottom: 2vw;}
	
	.policy_in{
		width: 100%;
	}
	
	ul.flex3{
		width: 100%;
		display: block;
	}
	
	ul.flex3 li{
		width: 100%;
	}
	
	.policy_box{
		margin-bottom: 7vw;
	}
	
	.message table th{
		width: 30%;
	}
	
	.yoyaku a{padding: 20px 10px;}
	
	header .photo:before{background: linear-gradient(to right,rgba(245,244,242,1) 50%,rgba(255,255,255,0)80%);}
	
	.message_in{flex-wrap: wrap;}
	.message .img_area{
		margin-left: 0;
		flex-basis: 100%;
		margin-bottom: 20px;
		order: 1;
	}
	.message .img_area img{
		height: 125vw;
		object-position: 50% 5%;
	}
	
	.message .img_area img.sp {height:auto;}
	
	.message .txt_area{order: 2;}
	
	.message .read{
		letter-spacing: 0.15em;

		padding-bottom: 0;
	}
	
	ul.flex2 table th {
		width: 32%;
	}

		.message {
		margin-bottom: 10vw;
	}

		.policy {
		padding: 10vw 5vw;
	}
 	
	.policy_box img {height:auto;}
		.harf {
		display: block;
		margin-top: 20px;
		justify-content: space-between;
		margin-bottom: 8vw;
	}

		.harf div {
		width: 100%;
			margin-bottom: 20px;
	}
	

	.message_in.treatment_flow .box_content {width: 100%;}


	.message_in.treatment_flow img {width:100%; margin-bottom: 3vw;}

	
	.staff{padding: 40px 0;}
	.staff_in{display: block;}
	.staff_box{margin:0 0 30px;}
	
	.policy{padding: 40px 20px;}
	.policy_in{display: block;}
	.policy_box h3{letter-spacing: 0.1em;}
	.policy_in .text,.policy_in .image{flex-basis:100%;margin-bottom: 40px;}
	.policy_in .image{order: 1;}
	.policy_in .text{order: 2;}
	.policy_in.add {margin: -20px auto 80px;}
	
	.menu{padding: 40px 0;}
	.menu ul li{
		width: 42vw;
		height: 42vw;}
	
	
	.medical ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 0;
}

.medical ul li{
	display: table;
    flex-basis: calc(100%);
    margin-bottom: 30px;
    text-align: left;
}


.medical ul li img{
	width: 100%;
	
	margin-bottom: 3px;
	object-fit: cover;
}
	
	footer .info_area {padding: 40px 20px 35px;}
	footer .logo{width: 100%;
		text-align: center;}
	
	footer .info_in,
	footer .right, footer .left{display: block;text-align: center;}
	footer .info_area .add{
		font-size: 1.07em;
		color: var(--txt);
		text-align: center;}
	
	footer .info_area .near{display: none;}
	
	footer .info_area .tel{font-size: 8vw;
	margin:6vw auto;}
	footer .hour{margin: auto;}
	footer .hour th, footer .hour td{padding: 10px;}
	
	footer .recruit{
		background: none;
		padding: 0;
	}
	footer .recruit h3,
	footer .recruit .txt{display: none;}
	
	.btn a{display: block;}
	.btn {
    margin-bottom: 5vw;
}
	.archive {
    padding-top: 12vw;
    padding-bottom: 12vw;
}
	
	.chui {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6vw;
}
	
	.copy{font-size: 4vw;}
	
	h2{
		font-size: 2em;
	}
	
	header .logo img{
		margin-top: 0;
	}
	
	
	
	.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,1);
    opacity: 0;
    transition: .3s;
     pointer-events: none;
    z-index: 100;
}

.lb img {
    width: 100% !important;
    max-height: 100%!important;
    cursor: pointer;
}



.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}



/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}

.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}
	
	.policy_box100 img{
		width: 100%;
		height: 60vw;
	}
	
	hr{
	margin-top: 3em;
	margin-bottom: 3.5em;
}
	
	.mg_t{
	margin-top: 3em;
}
	
	/*  Table + Form-------------------------------------*/
	table.t01,.form-table{ display: block; border-spacing: 0; margin-top: 8vw; }
	.form-table .row{ display: block; width: 100%; }
	table.t01 th,.form-table dt{ display: block; width: 100%; text-align: center; border-right: none; border-bottom: solid 1px #e9e5e0; padding: 1em 0; }
	.form-table dt:after{ position: static; transform: none; font-size: 2.6666vw; margin-left: 1em; }
	table.t01 td,.form-table dd{ display: block; width: 100%; text-align: center; margin-bottom: 1em;}
	.form-table .row + .row{ margin-top: 4vw; }
	.form-table dd span{ font-size: 3.2vw; }
	.form-table dd .box{ white-space: nowrap; }
	.form-table dd .box + .box{ margin-top: 3vw; }
	.form-table dd input[type="text"].small{ width: 9vw; padding: 0; text-align: center; }
	.form-table dd input[type="text"]{ height: 10vw; }
	.form-table dd select{ width: 25vw; height: 10vw; }
	.confirm{ margin-top: 6vw; width: 100%; }
	
	
	
	.left_box{
		width: 100%;
		margin-top: 10px;
	}
	.right_box{
		width: 100%;
		margin-top: 0px;
	}
	
		.right_box img{
		width: 100%;
	}
	
	.left_box2{
		width: 100%;
	}
	
	.left_box2 img{
		width: 100%;
	}
	
		
	.right_box2{
		width: 100%;
		margin-top: 10px;
	}
	
	
	#medical ul{
	display: block;
	}
	
	#medical ul li{
		font-size: 15px;
	}
	
	#medical ul li img{
	margin-bottom: 15px;	
	}
	
	.infection ul li{
	margin-bottom: 10px;	
	}
	
	.policy_box p{
	font-size: 15px;	
	}
	
header .photo {
    background-position-x: 30%;
    background-position-y: -67%;
    background-size: 360%;
	
}
	
	.infection p{
	    font-size: 1em;
    line-height: 1.5em;
margin-left: 0px;		
	}	
	
.contact{
margin: 50px	auto;
}
	.policy_box{
	margin-left: 	0px;
	}	
	
	
	.youtube{
		    width: 40%;
    margin: 20px auto 0;
	}
	
	.youtube img{
	margin-left: 7px;
	width: 500px;
    position: relative;
    bottom: 10px;
}

	.box100{
	display: block;
	
}
	
	
}

@media screen and (max-width:340px){
	h2{font-size: 8vw;}
	footer .hour{width: 100%;}
	footer .hour th, footer .hour td{padding: 5px;}
	footer .info_area .add{font-size: 1em;}
}



