@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :ホームページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* .con_slide メイン画像
----------------------------------------------------*/
#first .con_slide {
	clear: both;
    overflow: hidden;
    text-align: center;
	padding-bottom: 30px;
	width: 100%;
}
#first .con_slide .bx-wrapper {
    margin: 0 auto;
}
#first .con_slide .bx-wrapper img {
	max-width: 100%;
	min-width: 100%;
}

#first .con_slide .bx-wrapper .bx-controls{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #2f1d12), color-stop(0.25, #301e13), color-stop(0.16, #44342a), color-stop(0.00, #80766f));
	background: -webkit-linear-gradient(top, #80766f 0%, #44342a 16%, #301e13 25%, #2f1d12 98%);
	background: -moz-linear-gradient(top, #80766f 0%, #44342a 16%, #301e13 25%, #2f1d12 98%);
	background: -o-linear-gradient(top, #80766f 0%, #44342a 16%, #301e13 25%, #2f1d12 98%);
	background: -ms-linear-gradient(top, #80766f 0%, #44342a 16%, #301e13 25%, #2f1d12 98%);
	background: linear-gradient(to bottom, #80766f 0%, #44342a 16%, #301e13 25%, #2f1d12 98%);
	overflow: hidden;
	border-top: 1px solid #aea7a2;
	height: 100%;
	}
#first .con_slide .bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 20px;
}
#first .con_slide .bx-wrapper .bx-pager .bx-pager-item, #first .con_slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
#first .con_slide .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 10px;
    margin: 0 8px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
#first .con_slide .bx-wrapper .bx-pager.bx-default-pager a:hover, #first .con_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 -10px #945F4F;
}

/* .bn_group
----------------------------------------------------*/
#first .contents_wrap1{
	background: #2f1d12;
}

#first .bn_group{
	padding: 0 3% 40px;
	text-align: center;
	}

#first .bn_group p{
	padding-bottom: 2px;
	}
	
#first .bn_group p img{
	max-width: 100%;
	}
	
/* .con_movie
----------------------------------------------------*/
#first .contents_wrap2{
	background: url(../images/bg_contents.gif) repeat center;
	-moz-background-size:auto;
	background-size:auto;
	text-align: center;
	padding: 3% 3% 50px;
    box-shadow: 0 -1px 5px #1e0c05;
	border-top: 1px #553d2e solid;
	}
#first .contents_wrap2 img{
	max-width: 100%;
	}

#first .shadow img{
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */
	}

#first #con_movie{
	padding: 30px 0;
	}

#first #con_movie h2{
	text-align: left;
	padding: 1%;
	font-weight: normal;
	}
#first #con_movie .btn_movie{
	max-width: 580px;
	text-align: center;
	margin: 0 auto;
	}
#first #con_movie .btn_movie a{
	display: block;
	background: #23140b;
	vertical-align: middle;
	text-decoration: none;
	border: 1px #604331 solid;
	padding: 8% 0;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */
	}

/* .video-wrapper 動画*/
#con_movie .video-wrapper {
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
	z-index: 10;
		}

#con_movie .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 3%;
	height: 0;
	overflow: hidden;
}

#con_movie .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .con_faq
----------------------------------------------------*/
#first .con_faq img{
	max-width: 100%;
}

/* #con_gal
----------------------------------------------------*/
#first #con_gal{
	margin-top: 40px;
	}

#first #con_gal h3{
	text-align: left;
	padding-bottom: 15px;
	font-weight: normal;
	}

#first #con_gal ul{
	text-align: center;
	width: 100%;
	display: table;
	margin: 0 auto;
	}
#first #con_gal ul li{
	display: table-cell;
	width: 14%;
	}
#first #con_gal ul li a{
	display: block;
	}
#first #con_gal ul li a img{
	width: 100%;
	}

/* -----------------------------------------------------------
	380pxの解像度のレイアウト調整
----------------------------------------------------------- */
@media only screen and (max-width: 380px) {
	

}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}