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

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

#sightseeing1 section{
	clear:left;
	margin:0 auto;
	padding-top:50px;
	width:90%;
	height:auto;
}

#sightseeing1 #img1{
	float:left;
	text-align:center;
	width:100%;
	height:auto;
}

#sightseeing1 #img1 h1{
	clear:left;
	margin-top:100px;
	font-family:serif;
	font-size:40px;
	color:#333;
	letter-spacing:5px;
	line-height:1.8em;
}

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

#sightseeing1 #img1 ul{
	clear:left;
	padding-top:30px;
	font-family:serif;
	font-size:20px;
	line-height:2.5em;
	letter-spacing:1px;
}

#sightseeing1 #img2{
	clear:left;
	margin-top:30px;
	width:100%;
	display:flex;
}

#sightseeing1 #img2 .pic{
	flex:1;
	margin:0 15px;
	padding-bottom:100px;
}

#sightseeing1 #img2 ul{
	clear:left;
	margin-top:10px;
	text-align:center;
	font-family:serif;
	font-size:16px;
	line-height:2em;
}

#sightseeing1 #img2 h1{
	color:#333;
	text-align:center;
	font-size:25px;
	font-family:serif;
	letter-spacing:3px;
}

#sightseeing1 #img2 p{
	border:#CCC 1px solid;
}

#sightseeing1 #img2 a{
	display:block;
	margin:0 auto;
	margin-top:30px;
	padding:10px 0;
	width:80%;
	color:#000;
	font-family:serif;
	font-size:16px;
	text-decoration:none;
	border:#999 1px dotted;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#sightseeing1 #img2 a:hover{
	color:#FFF;
	background:#966;
	border:#663333 1px dotted;
}

/*------------------------------------------------------------
	写真スポット
------------------------------------------------------------*/
#sightseeing2{
	clear:left;
	margin-bottom:100px;
	width:100%;
	height:auto;
}

#sightseeing2 section{
	clear:left;
	margin:0 auto;
	padding-top:50px;
	width:90%;
	height:auto;
}

#sightseeing2 #img1{
	float:left;
	text-align:center;
	width:100%;
	height:auto;
}

#sightseeing2 #img1 h1{
	clear:left;
	font-family:serif;
	font-size:40px;
	color:#333;
	letter-spacing:5px;
	line-height:1.8em;
}

#sightseeing2 #img2{
	clear:left;
	margin-top:30px;
	width:100%;
	display:flex;
}

#sightseeing2 #img2 .pic{
	flex:1;
	margin:0 15px;
	padding-bottom:100px;
}

#sightseeing2 #img2 ul{
	clear:left;
	margin-top:10px;
	text-align:center;
	font-family:serif;
	font-size:16px;
	line-height:2em;
}

#sightseeing2 #img2 h1{
	clear:left;
	margin:20px 0;
	text-align:center;
	font-family:serif;
	font-size:17px;
	letter-spacing:2px;
}

#sightseeing2 #img2 p{
	border:#CCC 1px solid;
}






@media only screen and (max-width: 1200px) {
/*------------------------------------------------------------
	観光案内
------------------------------------------------------------*/
#sightseeing1{
	clear:left;
	width:100%;
	height:auto;
	background:none;
}

#sightseeing1 section{
	clear:left;
	margin:0 auto;
	padding-top:0;
	padding-bottom:30px;
	width:90%;
	height:auto;
}

#sightseeing1 #img1{
	float:none;
	padding-top:30px;
	text-align:center;
	width:100%;
	height:auto;
}

#sightseeing1 #img1 h1{
	margin-top:50px;
	font-family:serif;
	font-size:30px;
	color:#333;
}

#sightseeing1 #img1 h1 span{
	font-size:20px;
	letter-spacing:0;
}


#sightseeing1 #img1 ul{
	clear:left;
	padding-top:20px;
	width:auto;
	text-align:left;
	font-family:serif;
	font-size:16px;
	line-height:2em;
}

#sightseeing1 #img2{
	clear:left;
	width:100%;
	display:block;
}

#sightseeing1 #img2 .pic{
	flex:1;
	margin-left:0;
	padding-bottom:80px;
	width:100%;
}

#sightseeing1 #img2 ul{
	clear:left;
	margin-top:10px;
	text-align:left;
	font-size:16px;
	line-height:2.5em;
}

#sightseeing1 #img2 h1{
	color:#333;
	text-align:center;
	font-size:20px;
	font-family:serif;
	line-height:2em;
}

#sightseeing1 #img2 p{
	border:#CCC 1px solid;
}

#sightseeing1 #img2 a{
	display:block;
	margin:0 auto;
	margin-top:30px;
	padding:10px 0;
	width:90%;
	color:#000;
	font-family:serif;
	font-size:16px;
	text-decoration:none;
	border:#333 1px dotted;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#sightseeing1 #img2 a:hover{
	color:#FFF;
	background:#966;
	border:#663333 1px dotted;
}

/*------------------------------------------------------------
	写真スポット
------------------------------------------------------------*/
#sightseeing2{
	clear:left;
	margin:0 auto;
	margin-bottom:50px;
	width:100%;
	height:auto;
}

#sightseeing2 section{
	clear:left;
	margin:0 auto;
	padding-top:50px;
	width:90%;
	height:auto;
}

#sightseeing2 #img1{
	float:left;
	text-align:center;
	width:100%;
	height:auto;
}

#sightseeing2 #img1 h1{
	clear:left;
	font-family:serif;
	font-size:30px;
	color:#333;
}

#sightseeing2 #img2{
	clear:left;
	margin-top:0;
	width:100%;
	display:block;
}

#sightseeing2 #img2 .pic{
	flex:1;
	margin:0;
	padding-bottom:50px;
}

#sightseeing2 #img2 ul{
	clear:left;
	margin-top:10px;
	text-align:center;
	font-family:serif;
	font-size:16px;
	line-height:2em;
}

#sightseeing2 #img2 h1{
	color:#333;
	text-align:center;
	font-size:17px;
	font-family:serif;
	letter-spacing:3px;
}

#sightseeing2 #img2 p{
	border:#CCC 1px solid;
}

}