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

#kito01,
#kito02 {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

.kito_txt {
	padding: 0px 1vw;
}

.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;
}

.chojukigan_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;
}

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

.chojukigan_img img{
	width: auto;
}

.chojukigan_txt {
	padding: 3vw;
}


.tableWap {
	width: 98%;
	margin : 0vw auto 3vw;
}

/*追加*/
.kito01_category{
	padding: 20px 0 0;
}

.kito02_category{
	padding: 20px 0 0;
}

/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

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

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

	.secTitle h2{
/*	color: #fff;*/
	font-size: 5vw;
	padding: 10px 3.0rem;
/*	font-weight: 100;
	padding: 10px 4.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;*/
}

	.chojukigan {
	margin-bottom: 4vw;
		box-sizing: border-box;
	}

	.chojukigan_wap {
		flex-wrap: wrap;
	}

.chojukigan_img img{
	width: 96%;
}


	.choju_list{
		display: flex;
	}

}