﻿@charset "UTF-8";

/* =======================================

	不動産ページ

========================================== */
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}

#contents{
	background: url(img/bk_fudosan.png) no-repeat center bottom;
	padding-bottom: 80px;
	width: 720px;
	margin: 0 auto;
}
#contents h1{
	margin: 5px 0 0 0;
}

/* パンくずリスト
---------------------------------------------------- */
ol.topicPath {
	margin: 15px 10px 10px 0;
	font-size: 12px;
}
ol.topicPath li {
	display: inline;
}
ol.topicPath li a {
	margin-right: 6px;
}


/* 一覧ページ
------------------------------------------ */
#obj_list a:link{
	text-decoration: none;
	color: #2a2a2a;
}
#obj_list a:visited{
	text-decoration: none;
	color: #2a2a2a;
}
#obj_list a:active{
	text-decoration: none;
	color: #2a2a2a;
}
#obj_list a:hover{
	text-decoration: none;
	color: #2a2a2a;
}
#obj_list h2{
	margin: 50px 0 15px 0;
	text-align: center;
}
#obj_list h3{
	color: #4ba225;
	border: 1px solid #4ba225;
	background: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 8px 4px;
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#obj_list .section{
	overflow: hidden;
	margin: 0 0 50px 0;
	padding: 10px 15px;
}
#obj_list a{
  overflow:hidden;
  outline:none;
}
#obj_list a:hover .section{
	background-color: #edf2d2;
}
#obj_list .section .photo{
	width: 176px;
	float: left;
}
#obj_list .section .text{
	width: 490px;
	float: right;
}
#obj_list .section .text .summary{
	border-bottom: 1px dashed #4ba225;
	margin: 0 0 8px 0;
	padding: 5px 0;
	overflow: hidden;
}
#obj_list .section .text .summary p{
	width: 360px;
	float: left;
}
#obj_list .section .text .summary ul{
	width: 110px;
	float: right;
}
#obj_list .section .text .summary ul li{
	float: left;
	margin: 0 0 0 5px;
}
#obj_list .section .text .summary ul.parking{
	width: 80px;
	float: right;
}

#obj_list .section .point{
	margin: 2px 0 8px 0;
	text-indent: -122px;
	padding-left: 120px;
}
#obj_list .section .point .osusume{
	font-size: 14px;
	font-weight: bold;
	color: #4ba225;
}
#obj_list .section .point .red{
	color: #FF0000;
	font-style: normal;
}

/* 募集の有無 */
.bosyu img{
	vertical-align: middle;
}
/*.bosyu img{
	position: absolute;
	top: 8px;
	left: 200px;
}
.bosyu img.icon_parking {
	position: absolute;
	top: 7px;
	left: 220px;
}
.bosyu img.icon_mina {
	position: absolute;
	top: 7px;
	left: 260px;
}*/

@media screen and (max-width: 640px) {
	#contents{
		width: 100%;
		background-size: contain;
		padding: 0 10px 50px;
	}
	#obj_list h2{
		margin: 15px 0;
		text-align: center;
		overflow: hidden;
	}
	#obj_list h2 img {
		max-width: 480px;
	}
	#obj_list .section{
		margin: 0 0 30px 0;
		padding: 10px;
	}
	#obj_list .section .photo{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 8px;
	}
	#obj_list .section .text{
		width: 100%;
		float: none;
	}
	#obj_list .section .text .summary p{
		width: 200px;
		float: left;
	}
	#obj_list .section .text .summary ul{
		width: 110px;
		float: right;
	}
	#obj_list .section .point{
		text-indent: 0;
		padding-left: 0;
	}
}

/* 詳細ページ
------------------------------------------ */
#detail {
	border-radius: 10px;
	border: 1px solid #4ba225;
	margin: 30px 0;
	overflow: hidden;
}
#detail .title{
	overflow: hidden;
	border-bottom: 1px solid #4ba225;
	padding-bottom: 5px;
	
	display: flex;
	justify-content: space-between;
}
#detail .title h2{
	background: url(img/bk_title_detail.png) no-repeat 5px 5px;
	font-size: 30px;
	padding: 12px 5px 0 72px;
	/*width: 400px;
	float: left;*/
}
#detail .title ul{
	/*width: 175px;
	float: right;*/
	margin: 25px 15px 5px 0;
}
#detail .title li{
	float: left;
	margin: 0 0 0 5px;
}
#detail .title li img{
	vertical-align: middle;
}
#detail .title li.icon_parking{
	margin-left: 31px;
}
#detail .img{
	width: 290px;
	margin: 15px;
	float: left;
}
#detail .img .photo_area li {
	margin-bottom: 8px;
}
#detail .img .map_area{
	margin: 20px 0;
	text-align: center;
}
#detail .img .map_area a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom:1;
}
#detail .img .map_area .gmap img{
	margin: 10px 0 0 0;
}
#detail .img .PDF{
	text-align: center;
}
#detail .img .PDF img{
	vertical-align: middle;
	margin-left: 2px;
}
#detail .img .PDF a{
	color: #4ba225;
	text-decoration: underline;
}
#detail .img .PDF a:hover{
	color: #4ba225;
	text-decoration: none;
}
#detail .text{
	width: 362px;
	margin: 15px 15px 30px 15px;
	float: right;
}
#detail .text h3{
	color: #4ba225;
	font-size: 22px;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#detail .text h4{
	color: #4ba225;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 20px 0;
	text-indent: -1em;
	padding-left: 1em;
}
#detail .text h5{
	font-weight: bold;
	margin: 15px 0 3px 0;
}
#detail .gaiyo{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #4ba225;
}
#detail .gaiyo dt{
	width: 82px;
	background: #4ba225;
	color: #ffffff;
	clear: both;
	float: left;
	text-align: center;
	margin: 0 0 5px 0;
}
#detail .gaiyo dd{
	margin: 0 0 5px 90px;
}
#detail .gaiyo li{
	list-style: inside disc;
	padding: 0 0 0 5px;
}
#detail table td{
	border: 1px solid #4ba225;
	padding: 3px 15px;
}

#toiawase a:hover img {
	opacity:0.5;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
}

/* お問合せ */
.tel_box_pc {
	background: url(img/bk_tel.png) no-repeat 0 0;
	padding: 10px 60px 0 320px;
	height: 96px;
	width: 720px;
	text-align: right;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.tel_box_pc .dep {
	font-size: 16px;
	margin-top: 5px;
}
.tel_box_pc .charge {
	font-size: 12px;
}
.tel_box_sp {
		display: none;
}


@media screen and (max-width: 640px) {
	#detail {
		border-radius: 10px;
		border: 1px solid #4ba225;
		margin: 30px 0;
		overflow: hidden;
	}
	#detail .title {
		display: block;
	}
	#detail .title h2{
		width: 100%;
		/*float: none;*/
		line-height: 1.2;
		margin-bottom: 4px;
	}
	#detail .title ul{
		width: 100%;
		float: none;
		margin: 0 0 0 70px;
	}
	#detail .img{
		width: 100%;
		float: none;
		text-align: center;
		margin: 20px 0;
	}
	#detail .text {
		width: 100%;
		float: none;
		margin: 0;
		padding: 10px 15px;
	}
	table {
		margin-bottom: 30px;
		width: 100%;
	}
	h1 {
		width: 100%;
		overflow: hidden;
	}
	h1 img {
		max-width: 520px;
	}
	.tel_box_pc {
		display: none;
	}
	.tel_box_sp {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		border-radius:5px;
		border: 1px solid #008837;
		padding: 0 0 10px;
	}
	.tel_box_sp .tel_contact {
		background: #008837;
		position: relative;
		margin-bottom: 14px;
	}
	.tel_box_sp .tel_contact:after {
		content: "";
		position: absolute;
		bottom: -23px;
		right: 48%;
		border: 12px solid transparent;
		border-top: 12px solid #008837;
	}
	.tel_box_sp .dep {
		font-weight: bold;
		font-size: 18px;
		line-height: 1.4;
	}
	.tel_box_sp .charge {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.4;
	}
}



/* Youtube */
.youtube_box {
	clear: both;
	width: 100%;
	margin: 30px auto;
	padding: 0 15px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 640px) {
.youtube_box {
	margin: 0 0 30px;
}
}