@charset "UTF-8";
/* CSS Document */

/* Common
----------------------------------------------------------- */
/* Header > Visual (index)
----------------------------------------------------------- */
#header_visual{
	overflow:hidden;
	position:relative;
	height:auto;
	background-color:#fff;
	padding-top: 40px;
}

#header_visual .bx-wrapper{
    border: none;
}

#header_visual .bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}

/* #header_visual #bgimage li{
	position:absolute;
	left:50%;
	margin-left:-640px;
	height:500px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
} */

/* #header_visual .inner{
	z-index:100;
	position:relative;
	width:1000px;
	height:480px;
	padding:10px 0 0;
	margin: 0px auto;
}
#header_visual h1{
	padding-left:25px;
	font-size:10px;
	font-weight:bold;
	line-height:1.2;
}
#header_visual #head_bnr{
	position:absolute;
	left:50%;
	top:275px;
	width:547px;
	height:106px;
	margin-left:-273px;
	z-index: 10;
}
#header_visual #head_btn{
	position:absolute;
	left:50%;
	top:375px;
	width:467px;
	height:108px;
	margin-left:-234px;
	z-index: 10;

} */
@media screen and (max-width: 768px) {
#header_visual{
	overflow:hidden;
	position:relative;
	height:auto;
	background-color:#fff;
	height:auto;
	padding-top: 20px;
}

#header_visual .bx-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

/* #header_visual #bgimage_sp li{
	position:absolute;
	left:0;
	margin-left:0;
	height:auto;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
} */
/* #header_visual #bgimage_sp ul li img{
width: 100%;
}
#header_visual .inner{
	z-index:100;
	position:relative;
	width:0%;
	padding:0px 0 0;
	margin: 0px auto;
} */
}




/* リンクのロールオーバー設定
----------------------------------------------------------- */
/* 共通 */
#header #header_title p a:hover,
#header #header_title p a:active,

/* トップ */
#header_visual a:hover,
#header_visual a:active
{opacity:0.7;}
