@charset "UTF-8";

/*　ーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーー　　トップページ　　ーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーー　*/

.slider {
	height: 100%;
	width: 100%;
}
.bxslider div  {
	height: 764px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
}
.bxslider .a {
	background-image: url(../img/slide/1.jpg);
}
.bxslider .b {
	background-image: url(../img/slide/2.jpg);
}
.bxslider .c {
	background-image: url(../img/slide/3.jpg);
}
.bxslider .wrap {
	position: absolute;
	height: 462px;
	display: block;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	top: 100px;
}
.bxslider img  {
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
#pagetop {
	height: 764px;
}
.box01 {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btns01 {
	float: left;
	background-color: rgba(255,255,255,0.88);
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	text-align: right;
	position: relative;
}
.btns01:before {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.88);
	left: 0px;
	padding-left: 100vw;
	margin-left: -100vw;
	top: 0px;
	height: 110px;
}
.btns01 img {
	width: auto;
	margin-left: 10px;
	vertical-align: bottom;
	height: 86px;
}
.btns01 .kyubo {
	margin-left: 10px;
	width: auto;
	height: 67px;
	margin-top: 14px;
}
.btn_entry01 {
	height: 110px;
	float: right;
	background-image: url(../img/top/bg01_on.png);
	background-size: cover;
	border-radius: 4px;
	width: 440px;
	line-height: 110px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 2px #555555;
	box-shadow: 0px 1px 2px #555555;
	transition: 0.2s box-shadow , 0.2s -webkit-box-shadow , 0.2s background-color , 0.2s opacity;
	background-color: hsla(196,100%,50%,0.80);
}
.btn_entry01:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 0px #555555;
	box-shadow: 0px 0px 0px #555555;
	background-color: #00FF2B;
}
.btn_entry01 a {
	display: block;
}
.btn_entry01 a:hover img {
	opacity: 1;
}
.contents {
	margin-top: -202px;
	position: relative;
}

/*　ーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーー　　幅６４０まで　　ーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーー　*/

@media (max-width:640px){
#pagetop {
	height: 600px;
}
.bxslider img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
	max-width: 571px;
	right: 0px;
}
.bxslider div {
	width: 100%;
	height: 600px;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents {
	margin-top: -203px;
}
.bxslider .wrap {
	top: 140px;
	height: 224px;
}
.btns01 {
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	vertical-align: middle;
	text-align: center;
	float: none;
}
.btns01:before {
	display:none;
}
.box01 .btns01 img {
	width: 23%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 0px;
}
.btn_entry01 {
	width: 80%;
	padding-left: 8%;
	padding-right: 8%;
	height: auto;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 64px;
}
.btn_entry01 img {
	width: 100%;
	height: auto;
}
}
