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

/***************
  common PCサイト　640px以上
****************/

/* ヘッダーイメージ画像　*/
#headerImage    {
	overflow: hidden;
	width:1000px;
	height:350px;
	margin: 0 auto;
		
	}

#upper　{
	float:left;
	width:1000px;
	height:350px;
	}

/* ホテルの紹介　*/
#accomodation {
	width:650px;
	height:auto;
	background-color:#D6D5FD;
	
}

#hotel1 {
	padding-top:25px;
	margin-left:25px;
	width:600px;
	height:220px;
	
}

#hotel2 {
	margin-left:25px;
	width:600px;
	height:220px;
	padding-bottom:10px;
		
}
#accomodation .tour3  {
	font-size:11px;
	margin-bottom:15px;
	margin-left:20px;
	/*padding-top:5px;*/
	padding-bottom:15px;
	line-height: 17px;
	
}
/* メインライト　ツアーポイント　*/
/*　二人旅プランへジャンプ　*/
#mainright #two{
	width: 330px;
	height: auto;
	margin:30px auto;
}

.travel   {
	font-size:12px;
	color:#FFF;
	background-color:#0B6E87;
	padding:5px;
	border-radius: 5px;
	text-align: center;
	
	}

#two a{
	text-decoration: none;
	color: #FFF;
}
#two a:link{
	color: #FFF;
}
#two a:hover{
	text-decoration: none;
	color: #0E057E;
}
#mainright .discount{
	font-size: 15px;
	color: #4D1DF1;
	margin: 10px;
	line-height: 25px;
}
#mainright .discount2{
	font-weight: bold;
}