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

/* 中身======================================================================================================== */

/* 検索部分 */
#search dl{
	position: relative;
	padding: 190px 0 0;
}

#search dt{
	background-color: #3D9941;
	display: block;
	color: #FFF;
	text-align: center;
	width: 320px;
	height: 160px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: absolute;
	top: 0;
}

#search dt#btn_line{ left: 0; }
#search dt#btn_area{ left: 350px; }
#search dt#btn_map{ right: 0; }

#search dt:hover{
	cursor: pointer;
}

#search dt.now:after{
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #3D9941 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -15px;
}

#search dt .icon{
	padding: 20px 0;
}

#search dt p{
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}

#search dt#btn_line p{ background-image: url(images/search_btn_title_line.png); }
#search dt#btn_area p{ background-image: url(images/search_btn_title_area.png); }
#search dt#btn_map p{ background-image: url(images/search_btn_title_map.png); }

#search dt p:after{
	content:"";
	background-image: url(../images/arrow_b_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -16px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#search dt:hover p:after{
	bottom: 10px;
}

#search dt p span{
	display: none;
}

#search dd{
	display: none;
	float: none;
	clear: both;
}

#search dd em{
	font-size: 16px;
	font-weight: bold;
	color: #3D9941;
	display: block;
	margin: 20px 0 10px;
	padding: 20px 0 0;
	border-top: solid 1px #CCC;
}

#search dd em:first-child{
	border: none;
	padding: 0;
	margin: 0 0 10px;
}

#search dd li{
	width: 25%;
	float: left;
	margin: 0 0 15px;
}

#search dd #station_select li{
	width: 20%;
}

#search dd li label span{
	font-size: 11px;
}

#search dd .station_btn{
	overflow: hidden;
	height: 40px;
	width: 320px;
	margin: 0 auto;
}

#search dd .station_btn a{
	background-color: #3D9941;
	background-image: url(images/btn_search_st.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#search dd .station_btn a:hover{
}

#search dd .station_btn a span{
	display: none;
}

#search dd .submit_btn{
}

#search dd #station_select{
	display: none;
}

#search dd .submit_btn a{
	background-color: #3D9941;
	background-image: url(images/btn_search_submit.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 40px;
	width: 320px;
	margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#search dd .submit_btn a:hover{
}

#search dd .submit_btn a span{
	display: none;
}

#search dd iframe{
	height: 300px;
}

/* 一覧 */

#list ul{width:100%;display: flex;
    flex-flow: row wrap;
    justify-content: space-between;}

#list .count{
	font-size: 16px;
	font-weight: bold;
}

#list .count span{
	color: #3D9941;
	font-size: 26px;
}

#list li{display: flex;
    flex-direction: column;
    flex: 0 0 32%;
	border: solid 1px #CCC;
	padding: 10px;

}

#list li a:hover{}

#list li .icon{
	position: relative;
	top:  initial;
	right:  initial;
	width: 100%;
	margin: 0 10px;
	text-align: center;
}

#list li .icon span{
	float: left;
	width: 30%;
	margin: 0 1%;
}

#list li .photo{
	text-align: left;
	height: auto;
	width: 100%;
}

#list li .photo img{}

#list li .text{flex: 1 auto;
	font-size: 80%;
	margin: 0 0 0 20px;
}

#list li .text2{
	width: 50%;
}

#list li h3{
	color: #3D9941;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	/*background-image: url(images/icon_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding: 0 0 0 10px;
	font-style: normal;
}

#list li h3 .house{
	color: #111;
	padding: 0 0 0 10px;
}

#list li table{
	font-size: 14px;
	line-height: 1.8;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

#list li th,
#list li td{
	line-height: 30px;
}

#list li th{
	border: solid 1px #666;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 85px;
}

#list li td{
}

#list li .openhouse{
	margin: 20px 0 0;
}

#list li .openhouse em{
	color: #3D9941;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

#list li .openhouse .day{
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

#list li .openhouse .time{
	color: #F00;
	font-weight: bold;
}

#list li .price{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #D80000;
}

#list li .btn{
	width: 100%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	top: 0;
	left: 0;
	margin-top: 20px;
}

#list li .btn a{
	display: block;
	height: 100%;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#list li .btn a:hover{
	background-color: rgba(255,255,255,0.2);
}

#list li .btn a .text{
	background-color: #3D9941;
	background-image: url(images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	width: 200px;
	position: relative;
	bottom: 5px;
	right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#list li .btn a:hover .text{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

#list li .btn a .text span{
	display:none;
}


/* レスポンシブ======================================================================================================== */
@media screen and (max-width: 670px){

#search dl{
	position: relative;
	padding: 0;
	margin: 0 -20px;
}

#search dt{
	text-align: center;
	width: 100%;
	height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	position: inherit;
	top: ;
	text-align: left;
	vertical-align: middle;
	margin: 2px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}

#search dt p:after{
	bottom: 15px;
	left: auto;
	right: 20px;
	margin: 0;
}

#search dt.now p:after{
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

#search dt:hover p:after{
	bottom: 15px;
}

#search dt:first-child{
	margin: 0;
}

#search dt:hover{
	background-position: 95% center;
}

#search dt#btn_line{ left: ; }
#search dt#btn_area{ left:0; }
#search dt#btn_map{ right: ; }

#search dt.now:after{
	display: none;
}

#search dt.now{
}

#search dt .icon{
	padding: 5px 0.5em 5px 0;
	display: inline-block;
	vertical-align: middle;
}

#search dt p{
	display: inline-block;
	background: none !important;
	height: auto;
	vertical-align: middle;
}

#search dt p span{
	display: inline;
}

#search dd em{
	padding: 10px 20px;
	margin: 0;
}

#search dd em:first-child{
	padding: 10px 20px;
	margin: 0;
}

#search dd li{
	width: 100%;
	margin: 0;
	padding: 8px 20px;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
}

#search dd li label{
	display: block;
	width: 100%;
}

#search dd .station_btn a{
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#search dd .submit_btn a{
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


#search dd .cler1 {
	display: none;
}



#list .count{
	margin: 10px 0;
}

#list ul{display: flex;
  flex-direction: column;
  text-align: center;
	margin: 0 -20px;
}

#list li {
	margin: 0;
	padding: 20px 20px 10px;
	border: none;
	border-bottom: solid 1px #CCC;
}

#list li:first-child{
	border-top: solid 1px #CCC;
}

#list li .photo{
	float: none;
	height: auto;
	width: 100%;
}

#list li .photo img{
	width: 100%;
	height: auto;
}

#list li .icon{
	position: relative;
	top:  initial;
	right:  initial;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

#list li .icon span{
	float: left;
	width: 31.3%;
	text-align: center;
	margin: 0 1%;
}

#list li .icon span img{
	display: block;
}

#list li .text{
	display: block;
	float: none;
	clear: both;
	margin: 0px;
}

#list li .text2{
	width: 100%;
}

#list li h3{
	font-size: 14px;
	line-height: 1.8;
	min-height: 40px;
}

#list li h3 .house{
	display: block;
	padding: 0;
	font-size: 12px;
}

#list li table{
	font-size: 12px;
	margin: 0 -10px;
}

#list li .openhouse{
	margin: 0;
}

#list li .openhouse .day{
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}

#list li .openhouse .time{
	font-size: 12px;
}

#list li .btn a .text{
	display: block;
}


}