@charset "UTF-8";

#area .main-visual {
	height: 0;
	padding-top: 25.5%;
	background: url('../../images/visual/area-visual.jpg') no-repeat;
	background-size: contain;
}
.input-search {
	width: 420px;
	margin: 0 auto 4rem;
	padding: 2rem;
	background: #efe9e6;
	box-sizing: border-box;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
}
.input-search p {
	font-family: "Noto Serif";
	font-size: 2.5rem;
	text-align: center;
}
.input-search span {
	display: inline-block;
	width: 100%;
	margin: 2rem 0 1rem;
	color: #454545;
	font-size: 1.8rem;
	text-align: center;
}
.input-search img {
	width: 100%;
}
.search {
	height: 60px;
	margin: 0 0 2rem;
}
.search::after {
	display: table;
	clear: both;
	content: "";
}
.search input {
	float: left;
	height: 60px;
	background: #fff;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
}
.search span {
	float: left;
	display: block;
	width: 24px;
	height: 60px;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	line-height: 60px;
}
#FirstNum {
	width: 98px;
}
#LastNum {
	width: 177px;
	margin-right: 1.9rem;
}
.search-result p.possible,
.search-result p.impossible {
	margin: 0 auto 2rem;
	padding: 1rem 1.5rem;
	background: #e52b2b;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Noto Sans Japanese";
	box-sizing: border-box;
	border-radius: 5px;
}
.search-result p.possible 	{ width: 60%; }
.search-result p.impossible { width: 75%; }
.search button {
	width: 60px;
	height: 60px;
	background: url('../../images/btn/btn-search.png') no-repeat;
	background-size: contain;
}
.click-result {
	position: relative;
	width: 768px;
	margin: 8rem auto 7rem;
	padding: 5rem 3rem 4rem;
	background: #f6f6f6;
	box-sizing: border-box;
	border: 1px solid #fefefe;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.click-result span {
	position: absolute;
	top: -20px;
	left: 50%;
	display: block;
	width: 173px;
	height: 37px;
	margin-left: -80px;
	background: #58463b;
	color: #fff;
	font-family: "Noto Serif";
	font-size: 1.8rem;
	text-align: center;
	line-height: 37px;
	border-radius: 10px;
}
.click-result span::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	box-sizing: border-box;
	border-top: 10px solid #58463b;
	border-right: 10px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
	content: "";
}
p.city-result {
	font-size: 1.6rem;
}

.area_list h3 {
	margin-top: 30px;
}

.area_list dl dt {
	font-weight: bold;
}

.area_list dl dd {
	margin-bottom: 20px;
}
@media screen and ( max-width: 668px ) and ( min-width: 0px ) {
	#area .main-visual {
		padding-top: 39.4%;
		background: url('../../images/visual/sp-area-visual.jpg') no-repeat;
		background-size: contain;
	}
	.input-search {
		width: 90%;
	}
	#FirstNum {
		width: 80px;
	}
	#LastNum {
		width: 121px;
		margin-right: 1rem;
	}
	.search-result p.possible,
	.search-result p.impossible { width: 100%; }
	.click-result { width: 100%; }
	#map-click .click-result a {
		margin-left: 0 !important;
	}
}
input{
	padding:0.6em;
}
