@charset "utf-8";
/* CSS Document */
@import "../../css/trial.css";

h2 { display: none; }


/* ----- ボタン ----- */
#main.xmas .intro {
	background: url(../img/intro.jpg) no-repeat;
	height: 508px;
	padding: 0;
}

#main.xmas ul.btn_program {
	float: right;
	width: 438px;
	margin: 328px 18px 0 0;
}
* html #main.xmas ul.btn_program { margin: 330px 9px 0 0; }

#main.xmas ul.btn_program li {
	float: left;
	width: 146px;
	height: 160px;
	overflow: hidden;
	}

#main.xmas ul.btn_program li a {
	display: block;
	width: 146px;
	height: 0;
	padding: 160px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	}

#main.xmas ul.btn_program li a:hover,
#main.xmas ul.btn_program li a:active {
	background-position: left -160px;
}

#main.xmas ul.btn_program li#btn_hotel a { background-image: url(../img/btn_hotel.png); }
#main.xmas ul.btn_program li#btn_travel a { background-image: url(../img/btn_travel.png); }
#main.xmas ul.btn_program li#btn_bridal a { background-image: url(../img/btn_bridal.png); }


/* ----- ハッピーライブって？ ----- */
#main.xmas .about {
	clear: both;
	background: url(../img/about.gif) no-repeat;
	width: 760px;
	height: 100px; 
	margin: 6px 0 10px 0;
	}

#main.xmas h3 { display: none; }
	
#main.xmas .about p {
	padding: 58px 0 0 116px;
	width: 370px;
	float: left;
	white-space: nowrap;
	font-size: 93%;
	}
	
#main.xmas .about .btn_moushikomi {
	margin:24px 10px 0 0;
	}

/* ----- 3大特典 ----- */

#tokuten {
	background:url(../img/tokuten.jpg) no-repeat;
	height:520px;
	}

#tokuten dl {
	padding-left: 120px;
	}
	
#tokuten dl.lunch {
	height: 94px;
	padding-top: 150px;
	}
	
#tokuten dl.kengaku {
	height: 101px;
	padding-top: 10px;
	}

#tokuten dl.pamphlet {
	height: 116px;
	padding-top: 30px;
	}

#tokuten dl.ao {
	height: 116px;
	padding-top: 40px;
	}

#tokuten dl dt {
	font-size: 153.9%;
	margin-bottom: 5px;
	line-height: 130%;
	font-weight: bold;
	white-space: no-wrap;
	color: #fd4b7e;
	}

#tokuten dl dd {
	font-size: 93%;
	line-height: 130%;
	white-space: no-wrap;
	}


/* ----- スケジュール ----- */
#schedule{
background:url(../img/schedule.jpg) no-repeat;
height:450px;
}

#schedule ol{
	margin: 0;
	padding: 0;
	width: 760px;
	}

#schedule ol li {
	list-style: inside none;
	float: left;
	position: relative;
	width: 214px;
	font-size: 93%;
	text-align: left;
	}

.schedule1 {
	left: 38px;
	top: 196px;
	}

.schedule2 {
	left: 64px;
	top: 196px;
	}

.schedule3 {
	left: 90px;
	top: 196px;
	width: 240px !important;
	}
	
.schedule4 {
	clear: both;
	left: 38px;
	top: 362px;
	}
	
.schedule5 {
	left: 66px;
	top: 362px;
	}
	
.schedule6 {
	left: 96px;
	top: 362px;
	}


/*  ----- プログラム ----- = */

#program_hotel, #program_travel, #program_bridal{
	height: 536px;
	margin: -20px 0 10px 0;
	}
	
#program_hotel ul, #program_travel ul, #program_bridal ul {
	list-style: inside none;
	margin: 0;
	padding: 0;
	width: 760px;
	}

#program_hotel ul li, #program_travel ul li, #program_bridal ul li {
	list-style: inside none;
	position: relative;
	float: left;
	clear: both;
	font-size: 100%;
	}

#program_hotel ul li h4, #program_travel ul li h4, #program_bridal ul li h4 {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size: 123.1%;
	font-weight: bold;
	}
	
#program_hotel ul li p, #program_travel ul li p, #program_bridal ul li p {
	margin: 0;
	padding: 0;
	font-size: 93%;
	line-height: 140%;
	}
	
/* ホテル */	
#program_hotel { background:url(../img/hotel.jpg) no-repeat; }

#program_hotel ul li h4 { color: #f4591c; }

.front {
	left: 24px;
	top: 256px;
	width: 340px;
	height: 74px;
	}

.belldoor {
	left: 406px;
	top: 226px;
	width: 330px;
	height: 70px;
	}

.sommelier {
	left: 275px;
	top: 246px;
	width: 245px;
	height: 82px;
	}
	
.restaurant {
	clear: both;
	left: 24px;
	top: 234px;
	height: 62px;
	width: 300px;
	}
	
/* 旅行 */

#program_travel { background:url(../img/travel.jpg) no-repeat; }

#program_travel ul li h4 { color: #3075bc; }

.counter {
	left: 300px;
	top: 243px;
	width: 440px;
	height: 65px;
	}
	
.tourcon {
	clear: both;
	left: 24px;
	top: 237px;
	width: 380px;
	height: 80px;
	}

.silhouette {
	clear: both;
	left: 236px;
	top: 256px;
	width: 190px;
	height: 109px;
	}
	
.tourplan {
	clear: both;
	left: 440px;
	top: 204px;
	width: 300px;
	height: 60px;
	}
	
/* ブライダル */ 
#program_bridal {
	background: url(../img/bridal.jpg) no-repeat;
	margin-bottom: 20px;
	}

#program_bridal ul li h4 { color: #ff5474; }
	
.planner {
	left: 380px;
	top: 243px;
	width: 360px;
	height: 65px;
	}

.stylist {
	clear: both;
	left: 24px;
	top: 202px;
	width: 330px;
	height: 65px;
	}

.flower {
	clear: both;
	left: 216px;
	top: 206px;
	width: 220px;
	height: 110px;
	}
#program_bridal .flower h4 {
	height: auto;
	}
	
.ceremony {
	clear: both;
	left: 214px;
	top: 186px;
	width: 260px;
	height: 88px;
	}
	
/*  ----- チャペル -----  */

#main.xmas div.to_chapel {
	height: 155px;
	margin: 0 -29px 20px 0;
	background: url(../img/girls.jpg) 10px bottom no-repeat;
	}

#main.xmas div.to_chapel h3 {
	display: block;
	float: left;
	margin-top: 0;
	}

#main.xmas div.to_chapel p { width: 400px; }

#main.xmas div.to_chapel a {
	display: block;
	float: right;
	width: 234px;
	height: 155px;
	margin-left: 10px;
	background: url(../img/to_chapel.png) left top no-repeat;
	text-decoration: none;
	}
#main.xmas div.to_chapel a:hover { background: url(../img/to_chapel.png) left -156px no-repeat; }

#main.xmas div.to_chapel a span { visibility: hidden; }


/* ----- 申込ボタン ----- */
.btn_moushikomi {
	background: url(../img/btn_moushikomi_bg.gif) no-repeat;
	width: 248px;
	height: 48px;
	margin: 10px;
	float: right;
}

div.btn_moushikomi#thanks { /* 申込満了御礼 */
	background-image: none;
	background-color: #fd0225;
	text-align: center;
}

div.btn_moushikomi#thanks a {
	display: block;
	width: 248px;
	height: 44px;
	padding-top: 4px;
	color: #ffffff;
	text-decoration: none;
}
div.btn_moushikomi#thanks a:hover {
	background-color: #fa5b71;
}

div.btn_moushikomi#end { /* 終了後 */
	background-image: none;
	background-color: #fd0225;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
}

/* ----- 申込ボタン：大 ----- */
.btn_moushikomi_l {
	background: url(../img/btn_moushikomi_l_bg.gif) no-repeat;
	height: 200px;
	width: 420px;
	margin:10px auto;
}

/* ----- BIGイベントへのリンク ----- */

#main.xmas .to_bigevent {
	clear: both;
	width: 700px;
	margin: 20px auto 10px auto;
	padding-top: 10px;
	background: url(../img/bg_arrow.png) center 10px no-repeat;
	}

#main.xmas .to_bigevent p {
	font-size: 100%;
	text-align: center;
	height: 5.2em;
	}

#main.xmas .to_bigevent div {
	width: 330px;
	height: 184px;
	margin: 0 auto;
	background: url(../img/bg_xmas.gif) center top no-repeat;
	}

#main.xmas .to_bigevent div a.event_moushikomi {
	display: block;
	position: relative;
	left: 240px;
	top: 78px;
	width: 80px;
	height: 60px;
	text-decoration: none;
	background: url(../img/btn_moushikomi_s.gif) left top no-repeat;
	overflow: hidden;
	}
#main.xmas .to_bigevent div a.event_moushikomi:hover { background: url(../img/btn_moushikomi_s.gif) left -60px no-repeat; }
#main.xmas .to_bigevent div a.event_moushikomi span { visibility: hidden; }

#main.xmas .to_bigevent div img.btn_detail {
	clear: both;
	margin: 62px 0 0 20px;
	}

