@charset "UTF-8";
/* css Slideshow */

/*---------------------------------------------------- */
/* 一瞬表示される要素を表示されないようにする方法 */
/*---------------------------------------------------- */
#slidershow { 
	display:none;
}

/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbnr {
	padding: 0;
	margin : 0 auto;
	width: 100%;
	/*background: url(../images/bg_slanting.png) 0 0 repeat;*/
}

#mainbnr #waku_mainbnr {
	padding: 0;
	margin : 0 auto;
}

#mainbnr #waku_mainbnr .main-img .waku_catch {
	padding: 0;
	margin : 0 auto;
	height: auto;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch1 {
	width: 638px;
	height: 0;
	padding-top: 353px;
	display: block;
	overflow: hidden;
	position: absolute;
	/*top: 130px;
	left: 15px;*/
	background: url(../images/slideshow/img_main_catch001.png) 0 0 no-repeat;
	background-size: auto 353px;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch2 {
	width: 638px;
	height: 0;
	padding-top: 353px;
	display: block;
	overflow: hidden;
	position: absolute;
	/*top: 130px;
	left: 15px;*/
	background: url(../images/slideshow/img_main_catch002.png) 0 0 no-repeat;
	background-size: auto 353px;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbnr {
	margin-top: 0;
}

#mainbnr #waku_mainbnr {
	width: 100%;
	height: 600px;
	text-align: center;
}

/*== Photo ==*/
#mainbnr #waku_mainbnr .main-img {
	background: 85% 50% no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
}

#mainbnr #waku_mainbnr .main-img .waku_catch {
	width: 98%;
	max-width: 1080px;
	overflow: hidden;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch1 {
	margin: 120px 0 0 15px;
	float: left;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch2 {
	margin: 120px 0 0 15px;
	float: left;
}


}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 640px) {
/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbnr {
	margin-top: 0;
}

#mainbnr #waku_mainbnr {
	width: 100%;
	height: 500px;
	text-align: center;
}

/*== Photo ==*/
#mainbnr #waku_mainbnr .main-img {
	background: 85% 50% no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
}

#mainbnr #waku_mainbnr .main-img .waku_catch {
	width: 98%;
	overflow: hidden;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch1 {
	margin: 110px 0 0 30px;
	width: 510px;
	padding-top: 282px;
	background-size: auto 282px;
	float: left;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch2 {
	margin: 110px 0 0 30px;
	width: 510px;
	padding-top: 282px;
	background-size: auto 282px;
	float: left;
}


}


/* SP */
@media only screen and (max-width: 639px)  {
/*== Waku ==*/
#mainbnr {
	margin-top: 0;
}

#mainbnr #waku_mainbnr {
	width: 100%;
	height: 240px;
	text-align: center;
}

/*== Photo ==*/
#mainbnr #waku_mainbnr .main-img {
	background: 85% 50% no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
}

#mainbnr #waku_mainbnr .main-img .waku_catch {
	width: 98%;
	overflow: hidden;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch1 {
	margin: 30px 0 0 15px;
	width: auto;
	max-width: 540px;
	padding-top: 200px;
	background-size: auto 160px;
	float: left;
}

#mainbnr #waku_mainbnr .main-img .waku_catch .catch2 {
	margin: 30px 0 0 15px;
	width: auto;
	max-width: 540px;
	padding-top: 200px;
	background-size: auto 160px;
	float: left;
}


}