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

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

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

#header_visual .bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
#header_visual{
	overflow:hidden;
	position:relative;
	height:auto;
	height:auto;
	padding-top: 57px;
}

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

}




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

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