@charset "utf-8";

/***********************************
contents CSS
************************************/

#centerWrap{
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

#contentsBox p{
	display: block;
}

#contentsBox span{
	display: block;
	font-size: 10px;
}

.noteBox{
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 980px;
	height: 90px;
}

.noteBox .noteF{
	float: left;
	font-size: 10px;
	display: block;
	padding-top: 55px;
}

.noteBox .pagetop{
	float: right;
}

.inner {
	margin: auto;
	width: 980px;
}

/*cBoxMain*/
#cBoxMain{
	margin: auto;
	height:150px;
	width: 980px;
	position: relative;
}

#cBoxMain h2{
	position: absolute;
	z-index: 4;
	left: 135px;
	top: 55px;
}

#cBoxMain h3{
	position: absolute;
	z-index: 3;
	left: 508px;
	top: 213px;
}

#cBoxMain p{
	position: absolute;
	z-index: 3;
	left: 508px;
	top: 256px;
}

#cBoxMain #maingra{
	position: absolute;
	z-index: 2;
	top: 40px;
	margin-top: 30px;
}

/*cBoxMovie*/
#cBoxMovie{
	width:930px;
	height:520px;
	background:#ccc;
	margin:0 auto 0 auto;
}

#cBoxMovietop h3{
	width: 930px;
	border-bottom: #727171 1px solid;
	margin: 0 0;
	padding: 30px 0 15px 0;
}
/*cBox*/
.cBox{
	width: 930px;
	margin:0 auto;
	position: relative;
}

.cBox h3{
	border-bottom: #727171 1px solid;
	margin: 40px 0;
	padding: 60px 0 15px 0;
}



/* =========================================================
slider
========================================================= */
div.slider {
    width:930px;
	display:block;
	margin:40px auto;
}
 
div.slider .bx-wrapper {
	margin: 0  !important;
	max-width: 878px !important;
}


/*cBox デザイン Slider */
ul.bxslider01 li {
	display:block;
	width:878px;
	height:513px;
}
 
ul.bxslider01 li img{
	display:block;
	width:878px;
	height:auto;
}

ul.bxslider02 li a img{
	display:block;
	width:156px;
	height:auto;
}


div.controlWrap,
div.maingraWrap {
	width:930px;
	display:block;
	margin:0 auto;
	margin-top: 20px;
	position:relative;
}
 
div.controlWrap p#PrevIcon a,
div.maingraWrap p#mainPrevIcon a{
	display:block;
	width:14px;
	height:27px;
	position:absolute;
	background:url(../css/images/icon-arrow-prev.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top:30px;
	left:-10px;
	text-indent:-9999px;
}


div.maingraWrap p#mainPrevIcon a{
	top:240px;
}

 
div.controlWrap p#NextIcon a,
div.maingraWrap p#mainNextIcon a{
	display:block;
	width:14px;
	height:27px;
	position:absolute;
	background:url(../css/images/icon-arrow-next.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top:30px;
	right:-10px;
	text-indent:-9999px;
}

div.maingraWrap p#mainNextIcon a{
	top:240px;
}

ul.bxslider02 li a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
	opacity: 0.5;	
}

#bx-description {
	padding: 26px 26px 0;
	height: 200px;
}

#bx-description .description {
	display: none;
}

#bx-description .description.active {
	display: block;
}

/*cBox ホイールシミュレーション Slider */
.simulation-slider .bx-wrapper{
	margin: 0 auto 30px;
}

ul.bxslider03 li {
	display:block;
	width:878px;
	height:513px;
}
 
ul.bxslider03 li img{
	display:block;
	width:878px;
	height:auto;
}
 
ul.bxslider04{
	transform: translate3d(0px);
}
ul.bxslider04 li{
	display:block;
	width:92px !important;
	margin-right: 20px !important;
	font-size:11px;
}
ul.bxslider04 li a {
	display:block;
	width:92px;
	height:92px;
}
 
ul.bxslider04 li a img{
	display:block;
	width:92px;
	height:auto;
}

ul.bxslider04 li a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
	opacity: 0.5;	
}

.switchtab {
	margin-top: 40px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.switchtab li {
	float: left;
	width: 50%;
	font-size: 1.1rem;
	font-weight:bold;
}

.switchtab li a {
	padding: 1em 0;
	display: block;
	background: #444;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.switchtab li.current a,
.switchtab li a:hover {
	background: transparent;
}

/*cBox イルミネーション画像切り替え */
#illumination-maingra{
	position: relative;
	width: 930px;
	height: 530px;	
}
#illumination-maingra #illu-maingra01,
#illumination-maingra #illu-maingra02{
	position: absolute;
	height: 480px;
	background: #000;
}
#illumination-thumb{
	position: relative;
	width: 930px;
}
#illumination-thumb:after {
    content: "";
    clear: both;
    display: block;
}
#illumination-thumb #illu-thumb01,
#illumination-thumb #illu-thumb02,
#illumination-thumb #illu-thumb01_cap,
#illumination-thumb #illu-thumb02_cap{
	width: 455px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #000;
}
#illumination-thumb #illu-thumb01,
#illumination-thumb #illu-thumb01_cap{
	float: right;
}
#illumination-thumb #illu-thumb02,
#illumination-thumb #illu-thumb02_cap{
	float: left;
}

#illumination-thumb img{
	width: 455px;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #727171;
}

#illumination-thumb .disable img{
	border: 1px solid #000;
}

#illumination-thumb #illu-thumb01 a,
#illumination-thumb #illu-thumb02 a{
	text-decoration:none;
	color:#ffffff;
}
#illumination-maingra .illu-maingra_sub{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
#illumination-maingra p{
	float: left;
	width: 50%;
}
#illumination-maingra ul{
	float: right;
	width: auto;
}
#illumination-maingra ul li{
	display: block;
	float: left;
	padding-left: 10px;
	text-align: right;
}

#illumination-thumb .disable img,
.illu-maingra_sub li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=20)';
	opacity: 0.2;	
}

#illumination-thumb .disable img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
	opacity: 1;
}


/*cBox　フォトギャラリー*/
/* =========================================================
photo-gallery thumbs
========================================================= */
#thumbs,
#thumbs06 {
	/zoom: 1;
}

#thumbs:after,
#thumbs06:after {
	content: "";
	display: block;
	clear: both;
}

#thumbs li,
#thumbs06 li {
	margin: 8px 0 0 8px;
	width: 224px;
	height: auto;
	float: left;
}

#thumbs li img,
#thumbs06 li img{
	width: 224px;
}

#thumbs li a:hover,
#thumbs06 li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
	opacity: 0.5;	
}

.close-btn,
.close-btn06,
.close-btn07 {
	position: absolute;
	top: -50px;
	right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 150;
}

.close-btn a,
.close-btn06 a,
.close-btn07 a {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}

/* ==================
gallery thumbs overlay
===================== */
#overlay,
#overlay06,
#overlay07 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	background: url(../../img/overlay_bg.png);
	z-index: 100;
}

/* ==================
gallery thumbs wrap
===================== */
#wrap,
#wrap06,
#wrap07 {
	width: 660px;
	height: 410px;
	margin: 0 auto;
}

.bxslider,
.bxslider06,
.bxslider07 {
	height: 410px;
}






#voiceBox h4{
	font-size: 18px;
	font-weight: bold;
}
#voiceBox h4 > span{
	font-size: 17px;
	font-weight: bold;
}
#voiceBox p{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 2.2em;
	clear: both;
}

#voiceBox p img{
	width: 400px;
	margin-bottom: 50px;
}

#voiceBox p img.left{
	margin-right: 30px;
	margin-left: 15px;
	float: left;
}
#voiceBox p img.right{
	margin-right: 15px;
	margin-left: 30px;
	float: right;
}

#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

.photopop {
	width: auto;
	padding: 2px;
	display: none;
	background: #FFF;
	color: #333;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.leanpop {
	width: 600px;
	padding: 30px;
	display: none;
	background: #FFF;
	color: #333;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.leanpop h2 {
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
}
.leanpop p {
	font-size: 13px;
	font-weight: normal;
}
.leanpop strong {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}

.modalBtn{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 91px;
	margin: 3px 20px;
	padding: 1px 10px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #fff;
	border-radius: 1px;
}
.modalBtn:hover{
	opacity: 0.5;
}
.modalBtn:active{
	color: #000;
	background-color: #fff;
}

.modalWrap{
	width: 880px;
	margin-top: 8px;
	margin-left: 28px;
}
.modalWrap li{
	display: inline-block;
	width: 91px;
	margin-right:0;
	margin-right: 17px;
	text-align: center;
}
.modalWrap li:last-child{
	margin: 0;
}
.modalWrap .modalBtn{
	width: 90px;
	margin: 0;
	padding: 0;
}