@charset "utf-8";

/*グレー帯 視界用*/
h5.grayObi {
	color: #464646;
}

h5.grayObiIndent {
	position: relative;
}

h5.grayObi::before {
	background: #464646;
}

h5.grayObiIndent::before {
	position: absolute;
	top: 12px;
}

h5.grayObiIndent span {
	display: block;
	padding-left: 20px;
}



#anshinplusIntro {
	float: left;
	width: 460px;
}

#anshinplusIntro p.kadomaru {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 17px;
}

#anshinplusIntro p.price {
	/*border-top: 1px solid #d6d6d6;*/
	/*border-bottom: 1px solid #d6d6d6;*/
	/*padding: 18px 0 14px;*/
	/*margin-bottom: 20px;*/
}

#anshinplusIntro .priceWrap {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 18px 0 14px;
	margin-bottom: 20px;
}

#anshinplusIntro p.price span {
	font-size: 32px;
	font-weight: bold;
}

#bcMovieWrapper {
	float: right;
	width: 460px;
}

p.anshinPhoto01 {
	/*width: 902px;*/
	width: 900px;
	margin-left: 39px;
	/*height: 448px;*/
	height: 700px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

p.anshinPhoto {
	width: 902px;
	margin-left: 39px;
	height: 300px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

p#photo00_koutaisyuko {
	background:url(../img/photo00_pc.jpg) no-repeat;
}

p#photo01_koutaisyuko {
	background:url(../img/photo01_pc.jpg) no-repeat;
}

p#photo02_kouhoushikaku {
	background:url(../img/photo02_pc.jpg) no-repeat;
}

p#photo03_syasenkeep {
	background:url(../img/photo03_pc.jpg) no-repeat;
}

.bdtop {
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
}

.accessAutomobiles { color: #000; text-decoration: underline !important;}


/*201801add*/
h5.grayObi.plus2plus1 {
	position: relative;
}

h5.grayObi.plus2plus1::after {
	content: 'プラス2／プラス対応';
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 0.2em 0.4em;
	right: 10px;
	font-weight: normal;
	text-align:right
}


h5.grayObi.plus2 {
	position: relative;
}

h5.grayObi.plus2::after {
	content: 'プラス2対応';
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 0.2em 0.4em;
	right: 10px;
	font-weight: normal;
	text-align:right
}

@media only screen and (max-width: 736px) {
	#anshinplusIntro {
		float: none;
		width: 100%;
	}
	
	#anshinplusIntro p.kadomaru {
		border: 1px solid #000;
		border-radius: 4px;
		padding: 2.4%;
		font-size: 12px;
	}
	
	#anshinplusIntro p.price {
		/*padding: 3.4% 0 2.8%;
		margin-bottom: 3.4%;*/
	}
	
	#anshinplusIntro .priceWrap {
		padding: 3.4% 0 2.8%;
		margin-bottom: 3.4%;
	}
	
	#anshinplusIntro p.price span {
		font-size: 28px;
	}
	
	#bcMovieWrapper {
		float: none;
		width: 100%;
		margin-top: 9%;
	}
	
	p.anshinPhoto,
	p.anshinPhoto01{
		width: 100%;
		margin-left: 0;
		height: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	p#photo00_koutaisyuko {
		height:0;
		/*padding-top: 504.827586%;*/
		padding-top: 517.24137%;
		background:url(../img/photo00_sp.jpg) no-repeat;
		background-size: contain;
	}
	
	p#photo01_koutaisyuko {
		height:0;
		padding-top: 153.7931%;
		background:url(../img/photo01_sp.jpg) no-repeat;
		background-size: contain;
	}

	p#photo02_kouhoushikaku {
		height:0;
		padding-top: 253.4482%;
		background:url(../img/photo02_sp.jpg) no-repeat;
		background-size: contain;
	}

	p#photo03_syasenkeep {
		height:0;
		padding-top: 257.2413%;
		background:url(../img/photo03_sp.jpg) no-repeat;
		background-size: contain;
	}
	
	.bdtop {
		padding-top: 2.6%;
		border-top: 1px solid #d6d6d6;
	}
	
	/*201801add*/
	h5.grayObi.plus2::after,
	h5.grayObi.plus2plus1::after {
		font-size: 10px;
		right: 2%;
	}
	

}