@charset "utf-8";
.main_img{
	background-image: url(../image/search/img_01.jpg);
}
.contents_wrap{
	padding-top:70px;
	
}
.check_wrap{
	width:470px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.check_wrap label{
	width:25%;
}
.check_tit{
	width:25%;
	margin-top:20px;
	font-size: 21px;
}
.check_wrap02{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:20px;
}
.check_wrap02 label{
	width:50%;
	
}
.search_btn{
	width:125px;
	height: 35px;
	background-color: #e08585;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	border-radius: 5px;
	float: right;
	margin-top:30px;
	margin-right: 20px;
}
.search_table_wrap{
	width:470px;
	margin:0 auto;
	margin-top:50px;
}
.search_table_wrap table{
	width:100%;
	
}
.search_table_wrap table, .search_table_wrap th, .search_table_wrap td
{
		border-collapse: collapse;
    border:1px solid #333;
	font-size: 16px;

	}
tr .m_btn{
	width:100px;
}
tr .tiiki{
	background-color: #dfe86b;
	width: 1em;
	
	
}
.search_table_wrap th{
	background-color: #e08585;
	padding: 5px;
}
.search_table_wrap td{
	padding: 5px;
}
.more_btn{
	width:84px;
	height: 23px;
	color: #fff;
	background-color:#a3e59e; 
	text-align: center;
	line-height: 23px;
	border-radius: 5px;
	
}
.map_wrap{
	width:470px;
	height: 300px;
	margin:0 auto;
	margin-top:50px;
}
.no_en{
	font-size: 20px;
	text-align: center;
	color: #e08585;
	font-weight: bold;
	margin-top:50px;
}
	










@media (min-width:641px){
	
.check_wrap{
	width:880px;
	}
.check_tit{
	font-size: 18px;
	width:25%;
	}
	.check_wrap02{
		width:75%;
		 justify-content:flex-start;
	}
	.check_wrap02 label{
		width:33%;
	}
	.search_btn{
		margin-right: 200px;
	}
	.search_table_wrap{
		width:880px;
	}
	tr .tiiki{
	width:60px;
	
	
}
	.map_wrap{
	width:880px;
	height: 600px;
}
	.more_btn:hover{
		opacity: 0.5;
	}
	
	
	
	
}