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

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/information/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.bi_wrap{
	width: 1200px;
	margin: -50px auto 0 auto;
	background: #fff;
}
.bi_inr,.bi_inr2,.bi_inr3{
	width: 1200px;
	margin: -50px auto 100px auto;
	background: #fff;
	background-repeat: no-repeat;
	background-position: left;
	height: 406px;
	padding-top: 80px;
}
.bi_inr{
	background-image: url("../img/top/sec3_offtime.jpg");
}
.bi_inr2{
	background-image: url("../img/top/sec3_2.jpg");
	background-position: right;
}
.bi_inr3{
	background-image: url("../img/top/sec3_3.png");
}

.bi_inr h4,.bi_inr2 h4,.bi_inr3 h4{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
}
.bi_inr .bi_txt,.bi_inr2 .bi_txt2,.bi_inr3 .bi_txt3{
	width: 550px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	padding: 30px 50px;
	line-height: 2.0em;
}
.bi_inr .bi_txt{
	margin: -40px 0 0 auto;	
}
.bi_inr2 .bi_txt2{
	margin:-30px auto 0 0;	
}
.bi_inr3 .bi_txt3{
	margin: -20px 0 0 auto;	
}
.sec_btn{
	margin: 30px auto 0 auto;
}
.bi_wrap{
	display: block!important;
}
.bi_wrap_sp{
	display: none!important;
}
@media screen and (max-width: 1280px){
/* メイン */
.bi_wrap{
	width: 100%;
	margin: -50px auto 0 auto;
	background: #fff;
}
.bi_inr,.bi_inr2,.bi_inr3{
	width: 100%;
	margin: -50px auto 100px auto;
	background: #fff;
	background-repeat: no-repeat;
	background-position: left;
	height: 406px;
	padding-top: 80px;
}
.bi_inr{
	background-image: url("../img/top/sec3_offtime.jpg");
}
.bi_inr2{
	background-image: url("../img/top/sec3_2.jpg");
	background-position: right;
}
.bi_inr3{
	background-image: url("../img/top/sec3_3.png");
}
}
@media screen and (max-width: 1024px){
.bi_wrap_sp{
	display: block!important;
}
.bi_wrap{
	display: none!important;
}
.bi_inr_sp{
	width: 95%;
	margin: -100px auto 170px auto;
}
.bi_inr_sp img{
	width: 100%;
	margin: 0 auto;

}
.bi_inr_sp h4{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
}
.bi_inr_sp .bi_txt{
	width: 100%;
	background: #000;
	color: #fff;
	border-radius: 20px;
	line-height: 2.0em;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 100px;
}
}
@media screen and (max-width: 414px){
	/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/information/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.sec_btn{
	width: 90%;
}
}








