@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../dormitory/01.webp);
	background-position: center;
}

.sd-box{display: flex; justify-content: space-between; gap: 20px;}
.sd-box-inn{width: 100%; margin-bottom: 20px;}
.sd-img{width: 100%; height: 250px; background: no-repeat right bottom/cover;}
.img-sa{height: 500px;}
.sd-box-inn table{margin-top: 10px; width: 100%;}
.table-ttl{background-color: #FFFFEF; letter-spacing: 4px;}
td{text-align: center;}
.table-price{text-align: right;}
.note-ttl{text-align: center; background: #f8eacf; padding: 3px; margin-bottom: 10px;}
.sd-box-inn ul{display: flex; justify-content: space-between; gap: 4%; flex-wrap: wrap;}
.sd-box-inn ul li{width: 40%; list-style: disc; margin-left: 1.1em; font-size: .8rem;}

ul.apartment > li{width: 25%;}

@media (max-width: 767px) {
	#header{height: 70vw;}

	.sd-box{flex-wrap: wrap;}
	.img-sa{height: 300px;}

}
