@charset "UTF-8";

.collabo_wrapper {
	width: 100%;
	background: url(../images/hero.png) no-repeat top center;
	background-size: contain;
}

.hero {
	width: 100%;
}

.hero .hero_wrapper {
}

.hero h2,
.hero h3,
.hero h4 {
	text-indent: -9999px;
	position: absolute;
	opacity: 0;
}

.hero .pnav {
	display: none;
	opacity: 0;
}

.hero .intro {
	padding-top: 62%;
	line-height: 400%;
}

#point {	
	background: url("../images/bg_point.png") repeat top center;
	background-size: contain;
	}
#point .point_wrapper dl {
	padding: 30px 30px 60px 30px;
}
#point .point_wrapper dl dt {
	color: #f19596;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd59a;
}
#point .point_wrapper dl dt .color-gold {
	color: #ddd59a!important;
}
#point .point_wrapper dl dd {
	text-align: left;
}
#point table {
	width: 100%;
}
#point table th,
#point table td {	
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}

#point table th {
	width: 30%;
	background-color: #481a14;
}
#point table td {
	width: 35%;
	background-color: #61231b
}
#point .point_wrapper.point05 {	
	background: url("../images/bg_diorama.png") no-repeat bottom center;
	background-size: contain;
	padding-bottom: 64%;
}

#first {
	background-color: #483420;
	padding: 60px 20px;
}
#first dl {
	padding: 0 60px 30px 60px;
}
	
#basic {
	padding: 60px 0;
}
#basic table.table {
	width: 100%;
} 
#basic table.table th {
	background-color: #eee;
	width: 20%;	
} 
#basic table.table td {
	width: 40%;
} 
#basic table.table td.basic-left{
	border-right: 1px dotted #ccc;
} 
div.discount{
	background-color: #F7F5E2;
	padding: 10px;
	margin-top: 0.5em;
}
.heading-section  h2:after {
	background-color: #ddd59a!important;
}
#contact {
	margin-bottom: 40px;
	padding: 80px 0;
	width: 100%;
	background: url("../images/bg_contact.jpg") no-repeat center center;
	background-size: cover;
	}
#contact h3 {	
	color: #ddd59a;
}
#contact .contact_box {
	border: 4px solid #fff;
	margin: 20px auto;
	padding: 20px;
}
#contact .contact_box .tel {
	font-size: 50px;
	font-weight: bold;
}

#contact .contact_box a {
	color: white;
}