@charset "utf-8";

/*----------------------------------------------------
	.con_intro 	冒頭コメント
----------------------------------------------------*/
.con_intro {
	margin-bottom: 100px;
	margin-top: 0px;
}

.con_intro .txt_int {
  line-height: 2.2;
  text-align: center;
  margin: 0 auto 20px;
}

.con_intro h2{
	text-align: center;
	margin-bottom: 45px;
	margin-top: 0px;
}
/*----------------------------------------------------
	.con_spo 	スポット
----------------------------------------------------*/
#sighseeing .con_spot  { 
    margin : 0 auto 75px auto; 
    width : 1140px; 
    clear : both; 
    overflow : hidden; 
} 
#sighseeing .con_spot h3 {
	margin-bottom: 90px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #689E5C;
	border-bottom: 1px solid #689E5C;
}
#sighseeing .con_spot .spot_area  { 
    width : 1140px; 
    overflow : hidden; 
    margin : 0; 
} 
#sighseeing .con_spot .box_spot  {
	width : 265px;
	float : left;
	margin : 0 10px 80px;
	padding : 0;
} 
#sighseeing .con_spot .box_spot .st  {
	background : #D9E4D7;
	margin : 0 0 15px;
	font-weight : bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
} 
#sighseeing .con_spot .box_spot .st.nigyo  { 
	background : #D9E4D7;
	margin : 0 0 15px;
	font-weight : bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
height : 38px; 
} 
#sighseeing .con_spot .box_spot .img_pho  {
	margin : 0 0 15px;
} 
#sighseeing .con_spot .box_spot .txt  { 
    margin : 0 0 25px; 
}
#sighseeing .con_spot .box_spot .time  {
	margin : 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #AEA08B;
} 
#sighseeing .con_spot .box_spot .web_link  {
	background : url(../img/ic_link.gif) no-repeat left;
	padding-left : 1.5em;
	padding-bottom: 0.2em;
}
#sighseeing .con_spot .box_spot .web_link:after {
    content : url(../img/ic_blank.png);
    padding-left : 0.5em;
}

#sighseeing .con_link  { 
    margin : 0 auto 125px auto; 
    width : 1140px; 
    clear : both; 
    overflow : hidden; 
}
#sighseeing .con_link .linkbox {
	height: 30px;
	background: #D9E4D7;
	width: 1100px;
	margin : 0 auto;
} 
#sighseeing .con_link ul.li_link li {
	float : left;
	background : url(../img/ic_link.gif) no-repeat left;
	margin-left : 2.5em;
	padding-left : 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#sighseeing .con_link ul.li_link li:after {
content : url(../img/ic_blank.png);
padding-left : 0.25em;
} 
