@charset "UTF-8";

iframe {
	width: 100%;
}

.contents {
	width: 100%;
	margin-top: 91px;
	color: #333;
}

.contents_lead {
}

.contents_lead_inner {
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 20px;
	font-family: 'Droid Serif', serif;
	color: #666;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	font-weight: normal;
	border-bottom: solid 1px #999;
}

/* --------------------------------
 * title
 * -------------------------------- */

.title_block {
	margin: 150px 30px 120px;
}

.title_block_en {
	font-size: 2rem;
}

.title_block_jp {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}

.title_description {
	margin-bottom: 80px;
	padding: 20px;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.15rem;
}

/* --------------------------------
 * movie
 * -------------------------------- */

.contents_lead_2nd {
}

.contents_lead_2nd_inner {
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 20px;
	font-family: 'Droid Serif', serif;
	color: #666;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	font-weight: normal;
	border-bottom: solid 1px #999;
}

.movwrap {
	padding: 20px 20px 0;
}

.movwrap:nth-of-type(3) {
	padding-top: 0px;
}

.movfig {
	width: 100%;
	position: relative;
}

.movfig a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.movcap {
	text-align: center;
	font-size: 1.4rem;
	padding: 20px 0;
	letter-spacing: 0.1rem;
	border-bottom: dotted 1px;
}

.movcap_border_none {
	border: none;
}

.mov_description {
	margin: 0 20px 40px;
	padding: 20px;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.15rem;
}

.mov_description small {
	display: block;
	margin-top: 10px;
	font-size: 1rem;
}

/* --------------------------------
 * value
 * -------------------------------- */

.value_wrap {
	background-image: url(../img/photoimg/03.jpg);
	background-size: cover;
	margin: 20px 0; 
	padding: 20px;
}

.value_inner_lead {
	padding: 30px 25px 15px;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	background-color: #fff;
}

.value_inner_lead:first-child {
	padding-top: 30px;
}

.value_inner_sentence {
	padding: 0 25px 0;
	font-size: 1.2rem;
	letter-spacing: 0.15rem;
	line-height: 2;
	background-color: white;
	color: #666;
}

.value_inner_sentence:last-child {
	padding-bottom: 30px;
}

/* --------------------------------
 * pricelist
 * -------------------------------- */

.pricebox {
	margin: 20px;
	padding: 30px 25px;
	background-color: #f7f7f7;
}

.price_entry {
	font-weight: normal;
	font-size: 1.8rem;
}

.price_entry_jap {
	display: block;
	margin-top: 30px;
	font-size: 1.4rem;
}

.price_detail_wrap {
	margin: 30px 0;
	font-size: 1.2rem;
	list-style: none;
	line-height: 2;
}

.price_price {
	margin-top: 20px;
	font-size: 1.6rem;
}

.option_wrap {
	margin: 20px;
	padding: 20px;
	background-color: #f7f7f7;
}

.option_entry {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: normal;
}

.option_wrap dl {
	width: 100%;
	line-height: 2;
}

.option_wrap dl:after {
	content: "";
	display: block;
	clear: both;
}

.option_wrap dt {
	width: 60%;
	float: left;
	clear : left;
	font-size: 1.1rem;
}

.option_wrap dd {
	width: 40%;
	float: right;
	font-size: 1.1rem;
}

.option_wrap .mari {
	text-decoration: underline;
	color: #ff75bc;
}

.attention {
	margin: 10px 20px 30px;
	font-size: 1rem;
	line-height: 1.9;
	color: #999;
}

.attention a {
	color: #999;
}