@charset "utf-8";
/* CSS Document */
/* 共通　*/
main {
	background-color: #FFF;
}


/*  ヘッダー画像　 */
#headerImage {
	width: 1000px;
	height: 580px;
}
    /*  上段イメージ画像 */

#headerImage  #upper{
	width: 1000px;
	height: 300px;
}

#headerImage  #lower{
	width: 1000px;
	height: 280px;
}
/* 日程表　*/
section.itinerary .new4 {
	font-size: 11px;
	color: #009;
}

/*ツアー参加条件　*/
section.condition .new4   {
	color:#006;
	font-size:11px;
		
	}	
/* カレンダーへジャンプするボタン　*/
section.condition .tax{
	display: block;
	width: 350px;
	padding: 5px;
	text-align: center;
	border: solid 1px #230783;
	border-radius: 5px;
	margin: 15px auto 15px;
	font-size: 1em;
}

/* イメージ画像　上　*/
#accomodation {
	width: 650px;
	height: auto;
}

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

#hotel2 {
	margin-left:25px;
	width:600px;
	height:220px;
	padding-bottom:10px;
		
}

/* オプショナルツアー　*/
section.optional h5.new3{
	font-size: 14px;
	padding: 5px;
	background:#D6D5FD;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}

section.optional .option1{
	display: inline-block;
	font-size: 12px;
	margin: 15px 20px 15px 15px;
	background-color:#039;
	padding: 5px;
	border-radius: 5px;
}
.option1 a{
	text-decoration:none;
	color:#FFF;
}

.option1 a:hover{
	background-color:#039;
	
}


/*　グリーンゲイブルスとアン画像*/

#greengables{
	width:650px;
	height:auto;
}

.cav {
	text-align:center;
	margin-top:15px;
	margin-bottom:40px;
}
/* イメージ画像　下　*/
#accomodation2 {
	width:650px;
	height:auto;
	background-color:#D6D5FD;
	margin-top: 15px;
	margin-bottom: 20px;
	
}