@charset "UTF-8";

/*======================================
	トップページ
=======================================*/
main{
	padding:0 0 5em;
	margin: 0 auto 2em;
}
section{
	margin-bottom:0;
	position: relative;
}
#page_title{
	margin:1em 0;
	color:#eb8721;
	font-size:200%;
	width:100%;
	text-align:center;
}
h2#page_title:before{
	content:"";
	display:inline-block;
	background:url(../img/midashi_search.png) left top 8px no-repeat;
	width:32px;
	height:40px;
	background-size:contain;

}
h2#page_title span{
	background:url(../img/line_t.png) left top repeat-y;
	background-size:2px auto;
	color:#221814;
	font-weight:normal;
	font-size:50%;
	padding:1em;
	margin-left:1em;
}
.title{
	background:#221814;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	margin-bottom:1em;
	padding:5px 0.5em;
}

.scol{
	padding:20px;
}

/* 目的 */
#col1{
	width:44%;
	float:left;
}
#col1 .input{
	margin-left:1em;
}
#col1 .input li{
	margin-bottom:1em;
}
#col1 .input label{
	margin:0 1.5em 0 0;
}
#col1 .input li:last-child label{
	margin:0 !important;
}

/* 市町村 */
#col2{
	width:56%;
	float:right;
}

#tab_list{
	overflow:hidden;
	text-align:center;
}
#tab_list li{
	float:left;
	width:47%;
	font-weight:bold;
	color:#fff;
	font-size:140%;
	text-align:center;
	padding:10px 0;
	
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	
	background-color:#bbbbb2;
	cursor:pointer;
}
#tab_list li span{
	position:relative;
	padding-left:30px;
}
#tab_list li span:before{
	content:"";
	width:24px;
	height:29px;
	background-size:contain;
	background:url(../img/icon_search.png) left top 2px no-repeat;
	display:inline-block;
	position:absolute;
	left:0;
}

#tab_list li:hover{
	opacity:0.7;
}
#tab_list li#tab_order_title{
	margin:0;
}
#tab_list li#tab_map_title{
	margin:0 6% 0 0;
}
#tab_map_title_pc{
	display:inline;
}
#tab_map_title_sp{
	display:none;
}

.tab{
	padding:1em;
	border-top: 5px solid #eb8721;
	border-left: 1px solid #bbbbb2;
	border-right: 1px solid #bbbbb2;
	border-bottom: 1px solid #bbbbb2;
}
.tab .tab_wrap{
	border: 1px solid #bbbbb2;
	background:#f2f3ed;
	padding:0.5em 1.5em;
	overflow:hidden;
}

/* 50音順 */
#tab_order .tab_order_list{
	clear:both;
	border-bottom:1px dotted #bbbbb2;
	overflow: hidden;
}
#tab_order .tab_order_list:last-child{
	border-bottom:none;
}
#tab_order .title{
	background:#bbbbb2;
	color:#fff;
	width:2em;
	text-align:center;
	padding:0.3em 0.5em;
	float:left;
	margin:1em 1em 1em 0;
	font-size:100%;
}
#tab_order .select_list{
	overflow:hidden;
	margin-top:1em;
}
#tab_order .select_list li{
	float:left;
	margin:0 1em 1em 0;
}

/* 地図 */
#map_wrap{
	max-width:280px;
	margin:0 auto;
}
.map_size{
	width:100%;
	margin:0 auto;
}


.search_btn{
	width:200px;
	position:absolute;
	top:450px;
	left:12%;
}
.search_btn input:hover,
.return_btn:hover{
	cursor: pointer;
}
input.btn_cmn{
	border-radius:5px;
	padding:10px 0 10px 20px;
	background-color:#664b3a;
	background-image:url(../img/btn_mk.png);
	background-repeat:no-repeat;
	background-position: left 60px top 13px;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	text-align:center;
	width:100%;
}
.return_btn{
	border-radius: 5px;
	background: #eb8721;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-align:center;
	padding: 5px;
	width:100px;
	margin:20px auto 0;
}


@media screen and (max-width: 880px) {
	#page_title{
		margin:0.5em 0;
		font-size:180%;
	}
	h2#page_title:before{
		background: url(../img/midashi_search.png) left top 5px no-repeat;
		width: 25px;
		height: 30px;
		background-size:contain;
	}
	#page_title span{
		display:block;
		background:url(../img/line_y.png) left top repeat-x !important;
		background-size:auto 2px !important;
		margin-left:0 !important;
	}
	#col1,
	#col2{
		width:100%;
		float:none;
	}
	
	#col1{
		margin-bottom:3em;
	}
	#col1 .input li{
		display: inline-block;
		float:left;
	}
	
	.search_btn {
		position: static;
		margin:2em auto;
	}
}
@media screen and (max-width: 648px) {
	
	.title{
		font-size:120%;
	}
	
	#tab_list li{
		font-size:120%;
	}
	#tab_list li span{
		padding-left:20px;
	}
	#tab_list li span:before{
		width:18px;
		height:21px;
		background: url(../img/icon_search.png) left top 3px no-repeat;
		background-size: 100%;
	}
	
	#tab_order .tab_order_list{
		border-bottom:none;
	}
	#tab_order .tab_wrap{
		padding:1em;
	}
	#tab_order .title{
		width:100%;
		float:none;
		padding:6px 0;
		font-size:130%;
		position:relative;
		cursor:pointer;
		margin:0 0 5px 0;
	}
	#tab_order .title:after{
		content:url(../img/sp_btn_down.png);
		width:28px;
		height:28px;
		border-radius:5px;
		background:#fff;
		padding:4px;
		position:absolute;
		top:5px;
		right:15px;
	}
	#tab_order .title_open:after{
		content:url(../img/sp_btn_up.png);
	}
	#tab_order .select_list{
		display:none;
		margin:1.5em 0;
	}
	
	#tab_map_title_pc{
		display:none;
	}
	#tab_map_title_sp{
		display:inline;
	}
}

@media screen and (max-width: 400px) {

	#col1 .input label {
		margin-right:1em;
	}
	#tab_list li{
		font-size:100%;
	}
	#tab_list li span:before{
		width:15px;
		height:18px;
		background: url(../img/icon_search.png) left top 3px no-repeat;
		background-size: 100%;
	}
}

p.error_title {
	background-color: #f00;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
}
p.error_message {
	font-size: 120%;
}
