/* CSS Document */
.packsec{
	width: 44%;
	float:left;
	margin-left: 3%;
	margin-right: 3%;
	text-align: center;
}

.packsec h4 {
	font-size: 120%;
	color: #C39;
	font-weight: bold;
	line-height: 1.8;
	border-top:1px solid  #C39;
	border-bottom:1px solid  #C39;
	margin-bottom: 0.5em;
}

.menu {
	font-size: 110%;
	color: #C39;
	margin-bottom: 0.5em;
}

.price {
	font-size: 140%;
	color:#F66;
}

.anntation {
	text-align: left;
}

.palnbox {
	width: 100%;
	display: table;
	margin-bottom: 1em;
}

.planimg,
.movieimg {
	width: 40%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#movieframe {
	width: 100%;
	max-width:100%;
	height: auto;
}

.plantext,
.movietext {
	width: 60%;
	padding-left: 5%;
	display: table-cell;
	vertical-align: middle;
}

.plantext h4 {
	font-size: 140%;
	font-weight: bold;
	color: #C39;
	padding-left: 0.5em;
	margin-bottom: 1em;
	border-bottom:1px solid  #C39;
}

.pricelist {
	font-size: 110%;
}

.menu-cell{
	display:inline-block;
	width: 60%;
}

.price-cell {
	display:inline-block;
	width: 38%;
	padding-right:2%;
	text-align: right;
	color:#F66;
}

#samplephotos img {
	width: 30%;
	float: left;
	margin: 0 1.65%;
	height: auto;
}

#lk_schedule {
	font-size: 120%;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
	float: right;
	margin-right:2%;
}

/* 幅360px以下
------------------------------------------------------------*/
@media only screen and (max-width: 380px){
.packsec{
	width: 100%;
	float:none;
}	

.planimg {
	width: 35%;
}

.plantext {
	width: 65%;
}

.pricelist {
	font-size: 100%;
}
	
.plantext h4 {
	font-size: 110%;
}

.movieimg {
	width: 100%;
	display: block;
}

.movietext {
	width: 100%;;
	display: block;
	padding-left: 0;
}


}