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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 共通 */
.request__btn {
	font-size: 16px;
}

.request__btn:hover {
	cursor: pointer;
}

.tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	margin-bottom: 70px;
}

.tbl tr th {
	width: 30%;
	padding: 20px;
	border-bottom: 1px solid #DDD;
	font-weight: 600;
}

.tbl tr td {
	width: 70%;
	padding: 20px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}


/* mv */
.mv {
	background-image: url("/img/property/mv.jpg");
}



/* thumbnail */
.thumbnail__wrapper {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	max-width: 1000px;
}

.thumbnail__wrapper::before {
	display: block;
	content: "";
	padding-top: 65%;
}

.thumbnail__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}



/* overview */
.overview__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.overview__left {
	width: 47%;
}

.overview__h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.overview__address {
	margin-bottom: 30px;
}

.overview__type {
	background-color: #108a61;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
	padding: 0 15px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.overview__price {
	font-size: 48px;
	font-weight: 600;
}

.overview__price-label {
	font-size: 18px;
	border: 1px solid #333;
	padding: 3px 5px;
	margin-right: 15px;
	vertical-align: 10px;
}

.overview__price-unit {
	font-size: 24px;
	margin-left: 10px;
}

.overview__right {
	width: 47%;
	position: relative;
	display: block;
	overflow: hidden;
}

.overview__right::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.overview__right iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.overview__box {
	margin-bottom: 80px;
}

.overview__explanation {
	margin-bottom: 80px;
}



/* gallery */
.gallery {
	background-color: #F9F9F9;
}

.gallery__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery__box::before {
	display: block;
	content: "";
	width: 22%;
	order: 1;
}

.gallery__box::after {
	display: block;
	content: "";
	width: 22%;
}

.gallery__box li {
	width: 22%;
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.gallery__box li::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.gallery__box li img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.gallery__box li img:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.movie__wrapper {
	position: relative;
	display: block;
	margin-top: 100px;
}

.movie__wrapper::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.movie__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* neighborhood */
.neighborhood {
	background-color: #F9F9F9;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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




	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 共通 */
.request__btn {
	font-size: 14px;
}
	
.tbl {
	margin-bottom: 30px;
}

.tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	border-bottom: none;
	font-weight: 600;
}

.tbl tr td {
	display: block;
	width: 100%;
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #DDD;
}
	



/* overview */
.overview__box {
	display: block;
}

.overview__left {
	width: 100%;
	margin-bottom: 30px;
}

.overview__h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.overview__address {
	margin-bottom: 15px;
}

.overview__type {
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.overview__price {
	font-size: 32px;
}

.overview__price-label {
	font-size: 14px;
	padding: 3px 5px;
	margin-right: 10px;
	vertical-align: 5px;
}

.overview__price-unit {
	font-size: 18px;
	margin-left: 7px;
}

.overview__right {
	width: 100%;
}

.overview__box {
	margin-bottom: 50px;
}

.overview__explanation {
	margin-bottom: 30px;
}



/* gallery */
.gallery__box li {
	width: 47%;
	margin-bottom: 20px;
}

.movie__wrapper {
	margin-top: 50px;
}


	
	
	
	
}