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

/* イメージ画像　*/

/* イメージ画像　教会　街並み　*/
#accmodation2{
	width: 100%;
	height: auto;
}

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

#hotel3 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#accomodation2 .tour3{
	padding: 10px;
	font-size: 0.9em;
}

/* イメージ画像　下　フレンチリバー　*/
#accomodation3 {
	width:100%;
	height: auto;
	margin: 0 auto 20px;
	background-color:#D6D5FD;
}

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

#hotel5 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#accomodation3 .tour3{
	font-size: 0.9em;
	padding: 10px;
	background-color:#D6D5FD;
	/*margin-top: 15px;*/
	/*margin-bottom: 20px;*/
	/*padding-bottom: 10px;*/
	
}


/* イメージ画像　恋人の小径　インディアンリバー教会　　*/
#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;
}

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

section.optional .option1{
	display: inline-block;
	font-size: 1em;
	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;
	
}


/* スタンダードクラスのホテルへダウングレード　*/
#dlx a:hover{
	text-decoration:none;
}

.upgrade {
	font-size:1em;
	font-weight:bold;
	color:#333;
	width:90%;
	height:auto;
	background-color:#C4F4E4;
	border:solid 1px #C90;
	border-color:#663;
	border-radius: 15px;
	padding: 5px;
	margin: 30px auto;
	text-align: center;
	overflow: inherit;
}

.std{
	width: 90%;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	overflow: inherit;

}

