@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	観光案内
------------------------------------------------------------*/
#sightseeing1{
	clear:left;
	width:100%;
	height:auto;
	background:url(../index/index1_pic3.png) no-repeat top left, url(../index/index1_pic2.png) no-repeat top right
}

#sightseeing1 section{
	clear:left;
	margin:0 auto;
	padding-bottom:50px;
	width:1200px;
	height:auto;
}

#sightseeing1 h1{
	clear:left;
	padding-top:80px;
	margin-bottom:50px;
	text-align:center;
	font-family:serif;
	font-size:50px;
	color:#333;
}

#sightseeing1 h1 span{
	font-size:26px;
}

#sightseeing1 h2{
	padding:10px 0;
	color:#000;
	font-size:15px;
	font-weight:bold;
}

#sightseeing1 h2 span{
	padding:0 10px;
	color:#000;
	border-left:#8b3d3d 6px solid;
}

#sightseeing1 h2 a{
	padding:0 20px;
    text-decoration:none;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	background:#933;
	-webkit-transition:0.4s;
	transition:0.4s;
}
 
#sightseeing1 h2 a:hover{
	background:#600;
}

#sightseeing1 #left{
	float:left;
	width:300px;
}

#sightseeing1 #right{
	float:left;
	margin-left:20px;
	width:880px;
}

#sightseeing1 #right .color{
	color:#306;
}

#sightseeing1 #box1{
	clear:left;
	padding-bottom:30px;
	width:1200px;
	height:200px;
	border-bottom:#CCC 1px dotted;
}

#sightseeing1 #box2{
	clear:left;
	padding-top:50px;
	padding-bottom:50px;
	width:1200px;
	height:200px;
	border-bottom:#CCC 1px dotted;
}

#sightseeing1 #box3{
	clear:left;
	padding-top:30px;
	padding-bottom:80px;
	width:1200px;
	height:200px;
}

