@charset "UTF-8";
/* mixins */



.residence_info {
	width: 980px;
	margin: 20px 0 auto;
	display: flex;
	justify-content: space-between;
}

.resi_ph {
	width: 54%;
}

.spec {
	width: 43%;
}


@media only screen and (max-width: 736px) {

	.residence_info {
		display: block;
		width: 100%;
		padding: 0 5% 0 5%;
	}

	.resi_ph {
		width: 100%;
	}

	.spec {
		width: 100%;
	}

}



.spec dl {
	display: flex;
	justify-content: space-between;
	font-size: 11px !important;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0;
	align-items: flex-start;
}

.spec dl dt {
	width: 30%;
	text-align: center;
	background: #464646;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.spec dl dd {
	width: 65%;
	font-size: 11px;
}

.spec dl dd span {
	font-size: 22px;
	font-weight: bold;
	color: #cf0b3f;
}

.spec dl:nth-child(1) dd {
	line-height: 1.2;
}


.cv_btn a {
	width: 50%;
	margin: 60px auto 80px auto;
	background: #cf0b3f;
	color: #fff;
	font-size: 18px;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	text-align: center;
	display: block;
}

.cv_btn a:hover {
	color: #fff;
}



.spec_02 {
	width: 100%;
}


.spec_02 dl {
	display: flex;
	justify-content: space-between;
	font-size: 11px !important;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0;
	align-items: flex-start;
}

.spec_02 dl dt {
	width: 15%;
	text-align: center;
	background: #464646;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.spec_02 dl dd {
	width: 82%;
	font-size: 11px;
}


.resi_map h3,
.spec_02 h3 {
    font-size: 2.0rem;
    border-bottom: 2px solid #cccccc;
    line-height: 2;
    margin-bottom: 15px;
}

.resi_map h3::after,
.spec_02 h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 75px;
    height: 2px;
    background: #cf0b3f;
    bottom: -2px;
}


.resi_map {
	width:　100%;
	margin: 0 0 30px 0;
}




@media only screen and (max-width: 736px) {
	.cv_btn a {
		width: 90%;
		margin: 20px auto 40px auto;
	}

	.spec_02 {
		padding: 0 5% 0 5%;
	}

	.resi_map {
		padding: 0 5% 0 5%;
	}

	.spec_02 dl dt {
    	width: 30%;
	}

	.spec_02 dl dd {
	    width: 65%;
	    font-size: 11px;
	}
}





@media only screen and (max-width: 736px) {
	.main-contents dl.company dt {
		width: 7em;
	}
	.main-contents dl.company dd {
		padding: 10px 0 10px 7em;
	}
	.main-contents div.txtImgType01 .floL01 {
		margin-bottom: 20px;
	}
	.main-contents div.txtImgType01 .floL01,
	.main-contents div.txtImgType01 .floR01 {
		width: auto;
		float: none;
	}
	.main-contents div.txtImgType01 img {
		width: auto;
	}
	.main-contents .media-photo-list {
		color: #fff;
		background: #000;
	}
	.main-contents .media-photo-list .wrap {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.main-contents .media-photo-list .flL,
	.main-contents .media-photo-list .flR {
		width: 50%;
		text-align: center;
	}
	.main-contents .media-photo-list a {
		color: #fff;
		text-decoration: none;
	}
	.main-contents .media-photo-list .flL p,
	.main-contents .media-photo-list .flR p {
		padding: 10px;
	}
}
