h1{
	margin:0 auto;
	padding:50px 0;
}
h1 .text{
	font-size:40px;
	font-weight:500;
	line-height:1.5;
}
h1 .text span{
	margin:30px auto 0;
	font-size:20px;
	font-weight:500;
	line-height:1;
	display:block;
}
@media (max-width: 600px) {
	h1 .text{
		font-size:8.1vw;
	}
	h1 .text span{
		font-size:4.3vw;
	}
}

.entrance{
	width:100%;
	margin:0;
	padding:0;
	background-image:url("../i/back_entrance.jpg");
	background-position:center top;
	background-size:cover;
	overflow:hidden;
}

div.news{
	margin:0;
	padding:5px 0;
	background-color:rgba(238,135,180,.5);
}
ul.news{
	width:70%;
	margin:30px auto;
	padding:0;
	list-style-type:none;
	display:block;
}
ul.news li{
	margin:15px auto 0;
	padding:0;
}
ul.news li:nth-child(1){
	margin:0 auto;
}
ul.news li a span{
	font-size:16px;
	font-weight:500;
	line-height:1.5;
	vertical-align:top;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
	display:inline-block;
}
ul.news li a span:nth-child(1){
	width:16%;
}
ul.news li a span:nth-child(2){
	width:84%;
}
@media (max-width: 1020px) {
	ul.news li a span:nth-child(1){
		width:100%;
	}
	ul.news li a span:nth-child(2){
		width:100%;
	}
}

.box > img{
	width:100%;
	max-width:1000px;
	margin:30px auto 0;
	padding:0;
}

.therapist{
	width:90%;
	margin:30px auto;
	position:relative;
}
.therapist div,
.therapist img{
	display:block;
}
.therapist img{
	width:40%;
	top:0;
	right:0;
	margin:0 0 0 60%;
	position:relative;
}
.therapist div{
	width:55%;
	width:auto;
	bottom:0;
	right:0;
	margin:auto 45% 0 auto;
	position:absolute;
}
.therapist div span{
	display:block;
}

#concept {
	padding-top:50px;
	margin-top:-50px;
	display:block;
}

.corona{
	margin:0 auto 30px;
	padding:30px 0;
	background:#d2ecfa;
	position:relative;
	display:block;
	overflow:hidden;
}
.corona img{
	width:15%;
	margin:3% 3% 0 0;
	padding:0;
	background:#d2ecfa;
}
.corona img:nth-of-type(5){
	margin:3% 0 0 0;
}
@media (max-width: 800px) {
	.corona img{
		width:24%;
		margin:5% 5% 0 0;
		padding:0;
		background:#d2ecfa;
	}
	.corona img:nth-of-type(2),
	.corona img:nth-of-type(5){
		margin:5% 0 0 0;
	}
}

.banner{
	width:100%;
	max-width:1000px;
	margin:10px auto;
	padding:0;
}
.banner a,
.banner a img{
	width:100%;
	max-width:1000px;
	margin:0;
	padding:0;
}
.banner.pc{
	display:block;
}
.banner.mb{
	display:none;
}
@media (max-width: 1020px) {
	.banner.pc{
		display:none;
	}
	.banner.mb{
		display:block;
	}
}
