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

.top{
	padding: 250px 0 90px;
	background: url(../img/top_bg.png) no-repeat center bottom;
}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top .icon {
	padding: 60px 0;
}


@media screen and (max-width: 1024px) {
.top{
	padding: 120px 0 0;
}
.top .wrap {
}
.top h3 {
	font-size: 24px;
	font-weight: bold;
    height: 80px;
    padding: 15px 0 0px;
	background-size: 240px;
}
.top h3 span {

}
.top .icon {
	padding: 20px 0;

}
.top .image {
	padding: 0 15px 120px;
	background: url(../img/top_bg.png) no-repeat right -15px bottom;
}

}

.facility{
	background: #FFD9D9;
	padding: 60px 0 90px;
}
.facility h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
}
.facility h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;

}
.facility ul{
}
.facility ul li{
	margin: 60px 0 0;
}
@media screen and (max-width: 1024px) {

.facility{
    background: #FFD9D9;
    padding: 30px 15px 90px;
}
.facility h3 {
	font-size: 24px;
}
.facility h3 span {
}
.facility ul li{
	margin: 20px 0 0;
}
.facility ul li img {
	margin: 20px 0 0;
}

}


/* CSS Document */

.covid19{
	padding: 90px 0 90px;
}
.covid19 h3 {
	color: #630;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	background: url(../img/top_ttl.png) no-repeat top center;
	height: 100px;
	padding: 10px 0 0px;
}
.covid19 h4 {
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0;
}

.covid19 h4:before { content: ""; border-top: dotted 2px #231815; float: left; width: 100%; padding-top: 40px; }
.covid19 p.outline { font-size: 24px; line-height: 40px; font-weight: bold; margin: 60px 0; }

.covid19 ul {
	display: flex; justify-content: space-evenly; margin: 60px 0;
}

.covid19 ul li img {
	height: 320px;
	border-radius: 10px;
}

@media screen and (max-width: 1024px) {
.covid19{
	padding: 120px 15px 30px;
	background: #FFF;

}
.covid19 h3 {
	font-size: 24px;
	font-weight: bold;
    height: 80px;
    padding: 0px;
	background-size: 240px;
}
.covid19 h4 {
	font-size: 20px;
	margin: 0 0 15px;
}
.covid19 h4:before { content: ""; border-top: dotted 2px #231815; float: left; width: 100%; padding-top: 30px; }

.covid19 p {
	font-size: 14px;
}

.covid19 p.outline { font-size: 16px; line-height: 1.5em; font-weight: bold; margin: 30px 0; }

.covid19 ul {
	display: block; margin: 15px 0;
}


.covid19 li {
	margin: 0;
	padding: 15px;
}
.covid19 ul li img {
	height: auto;
}


}