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

/*------ メインビジュアル ------*/
#mainvisual{
	margin-bottom: 60px;
}
#mainvisual a:hover{
	opacity: 1;
}
#mainvisual .bx-wrapper{
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
#mainvisual .bx-wrapper img.pc_600{
	display: block;
}
#mainvisual .bx-wrapper img.sp_600{
	display: none;
}
@media (max-width:600px) {
	#mainvisual .bx-wrapper img.pc_600{
		display: none;
	}
	#mainvisual .bx-wrapper img.sp_600{
		display: block;
	}
}
#mainvisual .bx-wrapper .bx-controls-direction a{
	text-indent: 0;
	color: transparent;
	height: 100%;
	background-position: center center;
	margin: 0;
	background-color: rgba(255,255,255,0.5);
}
#mainvisual .bx-wrapper .bx-prev{
	width: 60px;
	height: 60px;
	top: 50%;
	left: 0;
	transform: translate(0,-50%) rotate(180deg);
	background: url(../image/mainvisual_arrow01.svg) no-repeat;
	background-size: contain;
}
@media (max-width:960px) {
	#mainvisual .bx-wrapper .bx-prev{
		width: 30px;
		height: 30px;
	}
}
#mainvisual .bx-wrapper .bx-next{
	width: 60px;
	height: 60px;
	top: 50%;
	right: 0;
	background: url(../image/mainvisual_arrow01.svg) no-repeat;
	background-size: contain;
	transform: translate(0,-50%);
}
@media (max-width:960px) {
	#mainvisual .bx-wrapper .bx-next{
		width: 30px;
		height: 30px;
	}
}

/*------ top コンテンツ全体 ------*/
#top_maincontent_wrapp{
	
}

/*------ メインコンテンツ ------*/
#main{
	float: right;
	width: 70%;
	padding: 0 0 0 40px;
}
@media (max-width:960px) {
	#main{
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}
}

/*------ サイドバー ------*/
#sidebar{
	float: left;
	width: 30%;
}
@media (max-width:960px) {
	#sidebar{
		float: none;
		width: 100%;
	}
}
