
/* tourist info
_____________________________________________________*/

#tourist_info_area {
	border-bottom: 10px solid #000;
}
#breadcrumb {
	color: #FFF;
	background: #000;
	padding: 5.5% 0 5.5% 7%;
}
#breadcrumb p {
	font-size: 1.2rem;
}
#tourist_info_image {
	border-bottom: 10px solid #000;
}
#tourist_info_image img {
	width: 100%;
	height: auto;
}
#tourist_info_area li {
	background: url(../../common/img/shinobi_illustration.png) 7.5% 55% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#DFDFCE;
	background-size: 16.5% auto,8% auto;
}
#tourist_info_area li a {
	display: block;
	padding: 12.5% 0 10.5% 5%;
}
#tourist_info_area li img {
	width: 20%;
	height: auto;
	margin-left: 23%;
}
#tourist_info_area li:nth-child(even) {
	background: url(../../common/img/shinobi_illustration.png) 7.5% 55% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#F5F5F1;
	background-size: 16.5% auto,8% auto;
}


/* spot serch
_____________________________________________________*/

#spot_search_area {
	border-bottom: 10px solid #000;
}
#spot_search_image {
	border-bottom: 10px solid #000;
}
#spot_search_image img {
	width: 100%;
	height: auto;
}
#spot_search_title img {
	width: 100%;
	height: auto;
}
#spot_search_area li {
	background: url(../../common/img/next_arrow.png) no-repeat 93% 85%,
				#DFDFCE;
	background-size: 8% auto;
	position: relative;
}
#spot_search_area li a {
	display: block;
	padding: 6% 0 7.5% 5%;
}
#spot_search_area li img {
	width: 53.5%;
	height: auto;
	float: left;
}
#spot_search_area li:nth-child(even) {
	background: url(../../common/img/next_arrow.png) no-repeat 93% 85%,
				#F5F5F1;
	background-size: 8% auto;
}
.tourist_info {
	width: 32%;
	float: left;
	margin-left: 4%;
}
.tourist_info p {
	font-size: 1.2rem;
}
.tourist_info p + p {
	line-height: 1.2rem;
}
.tourist_info p:first-child {
	margin-bottom: 3%;
}
#transition_btns {
}
#more_features {
	width: 100%;
}
#more_features img {
	width: 100%;
	height: auto;
}
#back_btns {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#go_top_btn {
	display: table-cell;
	width: 50%;
}
#go_top_btn img {
	width: 100%;
	height: auto;
}
#back_btn {
	display: table-cell;
	width: 50%;
}
#back_btn img {
	width: 100%;
	height: auto;
}

/* spot detail
_____________________________________________________*/

#spot_detail_area {
}
#spot_detail_title {
	padding: 8.5% 0;
	font-size: 1.2rem;
	border-bottom: 10px solid #000;
	background: url(../../common/img/shinobi_illustration.png) 7.5% 55% no-repeat,
				#F5F5F1;
	background-size: 17.5% auto;
}
#spot_detail_title h1 {
	margin-left: 30%;
	font-weight: bold;
}
#spot_detail_title p {
	margin: 2% 0 0 30%;
	line-height: 1.2rem;
}
#spot_detail_image {
	width: 87%;
	margin: 0 auto 30px;
	max-width: 560px;
}
#spot_detail_outline {
	padding: 6% 0;
	background: #DFDFCE;
	position: relative;
}
#spot_detail_outline p {
	width: 76%;
	margin: 0 auto;
	padding: 5% 5%;
	font-size: 1.2rem;
	border: 4px solid #333;
	background: #FFF;
}
#spot_detail_outline img {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
#spot_infomation {
	border-bottom: 10px solid #000;
}
#spot_infomation img {
	width: 100%;
	height: auto;
}
#spot_infomation li {
	width: 87%;
	margin: 0 auto;
	padding-top: 5%;
	font-size: 1.2rem;
	display: table;
}
#spot_infomation li:last-child {
	padding-bottom: 5%;
}
.infomation_header {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.infomation_text {
	display: table-cell;
	word-break: break-all;
}


