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

/***************
  common スマホサイト　640px以下
****************/

/* ヘッダーイメージ画像　*/
#headerImage    {
	overflow: hidden;
	width:100%;
	height:auto;
	margin: 0 auto;
	background: #FFF;	
	}

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

#hotel1 {
	width:100%;
	height:auto;
	margin: 0 auto;
	
}

#hotel1 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#hotel2 {
width: 100%;
	height: auto;
}

#hotel2 img{
	width: 100%;
	height: auto;
}
		
#accomodation .tour3  {
	font-size:1em;
	margin-bottom:15px;
	margin-left:20px;
	/*padding-top:5px;*/
	padding-bottom:15px;
	line-height: 1.5em;
	
}

/* メインライト　右側　*/

#mainright .green3 {
	width: 100%;
	height: auto;
}
/* メインライト　ツアーポイント　*/
/*　二人旅プランへジャンプ　*/
#mainright #two{
	width: 80%;
	height: auto;
	margin:20px auto;
	text-align: center;
}

#two a:hover{
	text-decoration: none;
}

.travel   {
	font-size:1em;
	color:#FFF;
	background-color:#0B6E87;
	padding:10px;
	border-radius: 5px;
	}
#two a{
	text-decoration: none;
	color: #FFF;
}
#two a:link{
	color: #FFF;
}
#two a:hover{
	text-decoration: none;
	color: #0E057E;
}
