@charset "utf-8";
@media (max-width: 700px) {
#facility {
	        margin-top: 10%;
    padding-top: 6.92%;
    margin-bottom: 26.92%;
}
#facility_cont_catch {
	background-image: url(../images/onp_4_grreen.svg), url(../images/onp_16_pink.svg), url(../images/onp_8_blue.svg), url(../images/onp_toon_blue.svg), url(../images/onp_8_ora.svg), url(../images/onp_4_grreen.svg);
    background-size: 9.23% auto, 9.23% auto, 0, 7.69% auto, 9.23% auto, 9.23% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 20% top 0%, left top 16.15%, left 7.69% bottom 58.46%, right 22.3% top, right top 15.38%, right 2.3% bottom 2.69%;
	margin-bottom: 3.07%;
}
.facility_catch_img {
	width: 26.15%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.facility_catch_img img {
}
#facility_cont_catch p{
    text-align: left;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 500;
}
#facility ul {
    margin-top: 9.23%;
}
#facility ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
	flex-direction: column-reverse;
}
.facility_txt-wrap {
    width: 100%;
}
.facility_h {
    border-bottom: 4px dotted #584D41;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.facility_h h2 {
    font-size: 20px;
	line-height: 1.4em;
}
.facility_txt {
}
.facility_txt p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 16px;
}
.facility_img {
    width: 100%;
	margin-bottom: 16px;
}
.facility_img img {
    border-radius: 16px;
}
}