@charset "utf-8";

.search-by-post {

}
.search-by-post__post {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px;
	margin-top: 30px;
	border: solid 2px #666;
	border-radius: 8px;
}
.search-by-post__post-symbol {
	font-weight: bold;
	color: #333;
	padding: 0.25em 0.75em;
	padding-inline-end: 0.5em;
}
.search-by-post__post-input {
	border-radius: 0 8px 8px 0;
	padding: 0.25em 0.75em;
	padding-inline-start: 0.5em;
	flex-basis: 100%;
	border: none;
	display: block;
	font-size: 1.5em;
}

.search-by-post__post-input::placeholder {
	color: #bbb;
}
.search-by-post__title {
	color: #03265e;
	font-weight: bold;
}
.search-by-post__search-address {
	color: #666;
}
.search-by-post__status::after {
	display: block;
	padding: 0.5em 1.25em;
	border-radius: 5px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}
.search-by-post__status[data-status="empty"]::after {
	content: attr(data-text-if-empty);
}
.search-by-post__status[data-status="not-found"]::after {
	content: attr(data-text-if-not-found);
}
.search-by-post__status[data-status="loading"]::after {
	content: '';
	background: url(/img/loader/loader.gif) no-repeat center center;
	background-size: 40px;
	height: 25px;
	padding: 30px;
}
.search-by-post__suggest {
	
}
.search-by-post__suggest:empty {
	display: none;
}


@media screen and (max-width: 768px){
	#area01 { border-top: 1px #ccc solid; }
	#area01 li {
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-left: 1px #ccc solid;
	}
	#area01 li a {
		display: block;
		font-size: 1.4rem;
		padding: 10px 14px;
	}
	#area01 li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}
	
	#area02 dl { margin: 0 0 12px; }
	#area02 dl:last-child { margin: 0; }
	#area02 dl dt { margin: 0 0 8px; }
	#area02 dl dd {
		display: none;
		width: 100%;
		font-size: 1.4rem;
	}
	#area02 dl dd ul { border-top: 1px #ccc solid; }
	#area02 dl dd ul li {
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-left: 1px #ccc solid;
	}
	#area02 dl dd ul li a {
		display: block;
		padding: 14px;
	}
	#area02 dl dt:before {
		font-family: "FontAwesome";
		content: "\f13a";
		margin: 0 2px 0 0;
	}
	#area02 dl dt:after {
		content: "エリア表示";
	}
	#area02 dl dd li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}

	#area-search01 {
		border: 1px #ccc solid;
		padding: 12px;
	}
	#area-search01 ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
	    -ms-flex-align: center;
		align-items: center;
	}

	#area-search01 ul:after {
		display: flex;
	}

	#area-search01 li {
		float:left;
		width:33%;
	}

	#area-search01 li a{
		display: block;
		
	}


	#area-search01 ul input.roundbt {
		border: none;
		padding: 6px 1em;
	}

	#area-search02 ul {
		border-top: 1px #ccc solid;
		border-right: 1px #ccc solid;
		border-left: 1px #ccc solid;
		line-height: 2;
	}
	#area-search02 li {
		border-bottom: 1px #ccc solid;
		font-size: 1.4rem;
	}
	#area-search02 li a {
		display: block;
		padding: 12px;
	}
	#area-search02 li a:before {
		font-family: "FontAwesome";
		content: "\f111";
		margin: 0 2px 0 0;
	}

	#result-list > ul { border-top: 1px #ccc solid; }
	#result-list > ul > li:nth-child(even){
		background: #efefef;
	}
	#result-list li > div {
		padding: 10px 16px;
	}
	#result-list li > h4 {
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc dotted;
		border-left: 1px #ccc solid;
		font-size: 1.5rem;
		margin-bottom:0;
	}
	#result-list li > h4 a {
		display: block;
		color: #03265e;
		padding: 10px 16px;
	}
	#result-list li > h4 a:before {
		font-family: "FontAwesome";
		content: "\f0da";
		margin: 0 2px 0 0;
	}
	#result-list li > div {
  		display: table;
		width: 100%;
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-left: 1px #ccc solid;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	#result-list li > div { line-height: 1.4; }
	#result-list li > div > p { margin: 0 0 10px; }
	#result-list li > div li { display: inline-block; }
	#result-list li > div li img { vertical-align: middle; }
	#result-list >img{
		width:inherit!important;
	}
	
	
	


}

@media screen and (min-width: 769px){
	#area01 {
		width: 720px;
		margin: auto;
		height: 336px;
		background: url( ../images/area/area-map.webp ) no-repeat top left;
		position: relative;
	}
	#area01 li { position:absolute; }
	#area01 li:first-child { top: 30px; left: 370px; }
	#area01 li:nth-child(2) { top: 156px; left: 550px; }
	#area01 li:nth-child(3) { top: 220px; left: 500px; }
	#area01 li:nth-child(4) { top: 250px; left: 370px; }
	#area01 li:nth-child(5) { top: 110px; left: 300px; }
	#area01 li:last-child { top: 210px; left: 180px; }
	#area01 li a {
		display: block;
		width: 8em;
		color: #fff !important;
		background: #09295c;
		font-size: 1.4rem;
		text-align: center;
		padding: 8px 0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	#area02{
		margin:0 20px 15px;
    text-align: center;
	}
	#area02 dl {
		border-bottom: 2px #ccc dotted;
		letter-spacing: -0.4em;
		padding: 8px 0;
		display: flex;
flex-wrap: wrap;
	}
	#area02 dl dt,
	#area02 dl dd,
	#area02 dl dd li {
		display: inline-block;
		letter-spacing: normal;
	}
	#area02 dl dt {
		width: 25%;
		color: #03265e;
	}
	#area02 dl dd {
		width: 75%;
	}
	#area02 dl dt:before {
		font-family: "FontAwesome";
		content: "\f0da";
		margin: 0 2px 0 0;
	}
	#area02 dl dd ul {     display: flex;
    width: 100%;
    letter-spacing: -0.4em;
    flex-wrap: wrap;}
	#area02 dl dd li { letter-spacing: normal; }
	#area02 dl dd li:not(:last-child):after {
		content: "|";
		margin: 0 4px;
	}

	#area-search01 {
		border: 1px #ccc solid;
		padding: 20px 30px;
	}
	#area-search01 ul {
		-js-display: flex;
		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
	    -ms-flex-align: center;
		align-items: center;
	}
	#area-search01 ul label { margin: 0 1em 0 0; }
	#area-search01 ul input.roundbt {
		border: none;
		padding: 6px 32px;
	}

	#area-search02 {
		border: 1px #ccc solid;
		line-height: 2;
		padding: 20px 16px;
	}
	#area-search02 li {
		display: inline-block;
		font-size: 1.4rem;
		margin: 0 1em 0 0;
	}
	#area-search02 li a:before {
		font-family: "FontAwesome";
		content: "\f111";
		margin: 0 2px 0 0;
	}
	
	#result-list > ul { border-top: 1px #ccc solid; }
	#result-list > ul > li:nth-child(even){
		background: #efefef;
	}
	#result-list li > h4,
	#result-list li > div {
		padding: 10px 16px;
	}
	#result-list li > h4 {
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc dotted;
		border-left: 1px #ccc solid;
		font-size: 1.5rem;
		margin:0!important;
	}
	#result-list li > h4 a { color: #03265e; }
	#result-list li > h4 a:before {
		font-family: "FontAwesome";
		content: "\f0da";
		margin: 0 2px 0 0;
	}
	#result-list li > div {
  		display: table;
		width: 100%;
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-left: 1px #ccc solid;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	#result-list li > div > p,
	#result-list li > div > ul {
		display: table-cell;
		vertical-align: middle;
	}
	#result-list li > div > ul { text-align: right; }
	#result-list li > div li { display: inline-block; }
	#result-list li > div li img { vertical-align: middle; }
	



}
