
.secMain {
	background: url(../img/main/kito.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;
}

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

.omamori_img{
	width: 30%;
	max-width: 200px;
	padding: 3vw;
	text-align: center;
}

.omamori_img img{
	width: 120px;
}

.omamori_txt {
	padding: 3vw;
}


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

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

.kito02_category{
	padding: 20px 0 0;
}

.dl_btn_wap {
	width: 50vw;
	margin: 2vw auto;
	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-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dl_btn_wap a {
	display: block;
	border: solid 1px var(--dark-color);
	padding: 1vw 5vw;
	background-color: #fff;
	margin-bottom: 1vw;
}

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

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


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

	.yui_txt p {
		margin-bottom: 10vw;
	}
	.gosaishin {
	margin-bottom: 4vw;
		box-sizing: border-box;
	}

	.saisin_img{
		width: 100%;
		max-width: 200px;
		padding: 0vw;
		text-align: center;
		margin: 0 auto;
	}

	.saisin_img img{
		width: 120px;
	}

	.saisin_txt {
		padding: 3vw;
	}

	.dl_btn_wap {
		width: 50vw;
		margin: 2vw auto;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

.dl_btn_wap a {
	margin-bottom: 3vw;
}

}