@charset "UTF-8";

/*======================================
	観光スポット一覧
=======================================*/

/* *** */
main h2 {
	margin-bottom: 0.5em;
}
#category_info {
	margin-bottom: 2em;
/*
	margin-left:  3.125%;
	margin-right: 3.125%;
*/
}
#category_info_copy {
	margin-bottom: 0.5em;
	color: #3b3a3a;
	font-weight: bold;
	font-size: 140%;
}
#category_info_text {
	margin-bottom: 0.5em;
}
#category_info_img {
	display: none;
}



main h3 {
	font-size: 120%;
	padding:  3.125%;
	background-color: #8bba2c;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

/* 枠 */
#spot_list_box {
/*
	margin-left:  3.125%;
	margin-right: 3.125%;
	padding-left:  3.125%;
	padding-right: 3.125%;
*/
	padding-top:    20px;
	padding-bottom: 0;
}

/* サブカテゴリ */
#search_sub_category {
	margin-bottom: 0.5em;
	padding-bottom: 0.8em;
	border-bottom: solid 1px #333;

	margin-left:  3.125%;
	margin-right: 3.125%;
}
#search_sub_category select {
	margin-left: 0.3em;
}

/* 一覧 */
#spot_list {
	margin-bottom: 1em;
}
#page_spot_search #spot_list {
	border-top: dotted 1px #999;
}
#spot_list li.data {
	border-bottom: dotted 1px #999;
	padding-left:  3.125%;
	padding-right: 3.125%;
	padding-top: 1em;
	padding-bottom: 1em;
}
#spot_list li.data .image {
	width: 30%;
	float: left;
}
#spot_list li.data .info {
	width: 67%;
	float: right;
}

/* 写真 */
#spot_list p.img img {
	border: solid 1px #666;
	margin-bottom: 0.8em;
}

/* 詳細を見る */
#spot_list p.detail_btn {
}
#spot_list p.detail_btn a {
	display: block;
	color: #333;
	border: solid 1px #8bba2c;
	padding: 3px 0 3px 28px;
	text-decoration: none;
	background: url(../img/arrow1.png) no-repeat 8px center;
	background-size: 15px 15px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#spot_list p.detail_btn a:hover {
	background-color: #dbeaac;
}

/* タイトル */
#spot_list p.title {
	margin-bottom: 0.3em;
	font-size: 120%;
	font-weight: bold;
}

/* 説明 */
#spot_list p.description {
	margin-bottom: 1em;
}

/* カテゴリ */
#spot_list ul.category_list li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/* 該当するデータがありません */
#search_no_data_message {
	margin-left:  3.125%;
	margin-right: 3.125%;
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #f00;
}

/* さらに絞り込む */
#search_more {
	margin-left:  3.125%;
	margin-right: 3.125%;
}
#search_more h4 {
	border-bottom: solid 2px #8bba2c;
	font-weight: normal;
	font-size: 105%;
	padding-left: 35px;
	background: url(../img/spot/search_icon_title.png) no-repeat 0 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0.8em;
}
#search_more dt {
	margin-bottom: 0.2em;
	height: 23px;
	line-height: 23px;
	background: url(../img/spot/search_icon_category.png) no-repeat 0 center;
	padding-left: 30px;
	font-size: 95%;
}
#search_more dt#search_more_purpose {
	background-image: url(../img/spot/search_icon_purpose.png);
}
#search_more dt#search_more_area {
	background-image: url(../img/spot/search_icon_area.png);
}
#search_more dt#search_more_keyword {
	background-image: url(../img/spot/search_icon_keyword.png);
}

#search_more dd {
	margin: 0;
	margin-bottom: 0.8em;
}
#search_more dd select,
#search_more dd input
{
	width: 100%;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#search_more p.submit {
	text-align: center;
}
#search_more p.submit input {
	text-align: center;
	color: #fff;
	width: 250px;
	padding: 0.2em 0;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: solid 1px #7fad2b;
	background-image: -moz-linear-gradient(top, #83b12f, #6dae54 50%, #3fa237);
	background-image: -ms-linear-gradient(top, #83b12f, #6dae54 50%, #3fa237);
	background-image: -o-linear-gradient(top, #83b12f, #6dae54 50%, #3fa237);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#83b12f), color-stop(0.5, #6dae54), to(#3fa237));
	background-image: -webkit-linear-gradient(top, #83b12f, #6dae54 50%, #3fa237);
	background-image: linear-gradient(top, #83b12f, #6dae54 50%, #3fa237);
}

/* ページネーション */
div.page_ctrl {
/*
	padding-left:  3.125%;
	padding-right: 3.125%;
*/
}
div.page_link {
	text-align: center;
	margin: 1em 0 2em;
}
div.page_link li {
	display: inline;
}
div.page_link li a {
	display: inline-block;
	margin: 0.1em 0;
	padding: 0.1em 0.5em;
	border: solid 2px #8bba2c;
	margin: 2px 3px;
	color: #690;
	text-decoration: none;
}
div.page_link li a:hover {
	background-color: #dbeaac;
}
div.page_link span.now {
	display: inline-block;
	margin: 0.1em 0;
	padding: 0.1em 0.5em;
	border: solid 2px #999;
	margin: 0 3px;
	color: #999;
	font-weight: bold;
}
div.page_ctrl p.mes {
	text-align: center;
	margin-bottom: 1.5em;
}
div.page_ctrl p.mes span {
	color: #690;
	font-weight: bold;
	font-size: 120%;
	padding: 0 2px;
}




/*======================================
	タブレット
=======================================*/
@media print,screen and (min-width: 600px) {

	/* 名称 */
	main h3 {
		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}

	/* 枠 */
	#spot_list_box {
		margin-left:  0;
		margin-right: 0;
/*
		padding-left:  3.125%;
		padding-right: 3.125%;
*/
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* サブカテゴリ */
	#search_sub_category {
		overflow: hidden;
	}
	#search_sub_category ul {
		margin-top: 0.5em;
	}
	#search_sub_category li {
		float: left;
		margin-right: 0.3em;
		margin-bottom: 0.5em;
	}
	#search_sub_category a {
		display: inline-block;
		background: url(../img/spot/subcategory_pochi1.png) no-repeat 8px center;
		background-size: 11px 11px;
		background-color: #8bba2c;
		color: #fff;
		padding: 2px 1em 2px 22px;
		text-decoration: none;
		font-size: 85%;

		   -moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		        border-radius: 15px;
	}
	#search_sub_category li.sel a,
	#search_sub_category a:hover
	{
		background-image: url(../img/spot/subcategory_pochi2.png);
		background-color: #f18600;
	}

	/* カテゴリ情報 */
	#category_info {
		margin-left:  0;
		margin-right: 0;
	}

}
/* タブレットここまで */


/*======================================
	PC
=======================================*/
@media print,screen and (min-width: 980px) {

	/* カテゴリ情報 */
	#category_info {
		position: relative;
		min-height: 190px;
	}
	#category_info_img {
		display: block;
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
		min-height: 190px;
	}
	#category_info_copy, #category_info_text {
		width: 55%;
	}

	/* さらに絞り込む */
	#search_more dt,
	#search_more dd
	{
	}
	#search_more dt {
		clear: both;
		float: left;
		width: 24%;
		padding-top: 3px;
	}
	#search_more dd {
		float: right;
		width: 71%;
	}

	/* 詳細を見る */
	#spot_list li.data {
		position: relative;
	}
	#spot_list p.detail_btn a {
		position: absolute;
		top: 1em;
		right: 3.125%;
		width: 90px;
		font-size: 85%;
	}
	#spot_list p.title {
		margin-right: 127px;
	}

	/* タイトル */
	p.title 

}
/* PCここまで */



