
.secMain {
	background: url(../img/main/shichigosan.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.secTitle h2{
		color: #fff;
		font-size: 3vw;
		font-weight: 100;
		padding: 10px 1.0rem;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		opacity: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}

	.secTitle{
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-55%);
		-webkit- transform: translateY(-50%) translateX(-55%);
		background: rgba(0,0,0,0.5);
	}



#shichigsan_top {
	padding: 2vw 0px;
}

#shichigsan01,
#shichigsan02 {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}


#shichigsan_banner {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

.shichigsan_txt {
	padding: 0px 1vw;
}

.shichigsan_txt p {
    margin-bottom: 2vw;
}
/*
.kito_txt p {
	margin-bottom: 2vw;
}
*/
h3 {
	width: 98%;
	margin : 0vw auto 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.shichigsan_wap {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.shichigsan_img{
	width: 100%;
	max-width: 600px;
	padding: 3vw;
	text-align: center;
}


.banner_wap {
	width: 100vw;
	max-width: 1080px;
	margin: 0vw auto;
	padding: 0vw 0px 5vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner_wap::before{
  content:"";
  display: block;
  width:25%;
  max-width: 230px;
  order:1;
}
.banner_wap::after{
  content:"";
  display: block;
  width:25%;
  max-width: 230px;
}

.banner_box {
	width:25%;
	max-width: 230px;
	margin-bottom: 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*background-color: #fff;*/
}

@media handheld, only screen and (max-width: 926px) {
	.secMain {
		background: url(../img/main/sp_shichigosan.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}


	.secTitle h2{
		color: #fff;
		font-size: 5vw;
		font-weight: 100;
		padding: 10px 1.0rem;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		opacity: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}

	.secTitle{
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-55%);
		-webkit- transform: translateY(-50%) translateX(-55%);
		background: rgba(0,0,0,0.5);
	}


	.banner_wap::before{
	  content:"";
	  display: block;
	  width:25%;
	  max-width: 200px;
	  order:1;
	}
	.banner_wap::after{
	  content:"";
	  display: block;
	  width:25%;
	  max-width: 200px;
	}

	.banner_box {
		width:25%;
		max-width: 200px;
		margin-bottom: 3vw;
	}
}

/*
.shichigsan_banner_wap {
	display: flex;
	justify-content: flex-start;
}

.column{
	flex-direction: column;
}

.column .shichigsan_banner{
	padding-bottom: 0px;
}

.shichigsan_banner{
    padding: 10px;
}

.shichigsan_banner img{
	width: auto;
}

.tableWap {
	width: 98%;
	margin : 0vw auto 3vw;
}
*/
/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.shichigsan {
		margin-bottom: 4vw;
		box-sizing: border-box;
	}
/*
	.shichigsan_banner_wap {
		flex-wrap: wrap;
	}*/

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
バナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.banner_wap {
/*	width: 100vw;
	max-width: 1080px;
	margin: 0vw auto;
	padding: 5vw 0px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
/*	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}

	.banner_wap::before{
	  content:"";
	  display: block;
	  width: 48%;
	  max-width: 230px;
	  order:1;
	}
	.banner_wap::after{
	  content:"";
	  display: block;
	  width: 48%;
	  max-width: 230px;
	}

	.banner_box {
		width: 48%;
		max-width: 230px;
		margin-bottom: 3vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		/*background-color: #fff;*/
	}

}