@charset "utf-8";

/* topWrap */
.topWrap{
	background-attachment: fixed;
	aspect-ratio: 1920/1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pageWrap{
	background-color: #d6d7d5;
	padding-bottom: 80px;
}
.pageWrap_inner{
	position: relative;
}

/* mainImg */
.relative{
	position: relative;
}
.mainImg p{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.mainImg p span.title{
	width: 100%;
	font-family: "Libre Baskerville", serif;
	font-size: 3em;
	font-weight: 700;
	line-height: 0.7;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: -1em;
	left: 50%;
	transform: translate(-50%,-0.65em);
}
.mainImg p span.logo{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	mix-blend-mode: multiply;
}
@media (max-width:500px){
	.mainImg p span.title{
		font-size: 2.75em;
	}
}
@media (max-width:450px){
	.mainImg p span.title{
		font-size: 2.5em;
	}
}
@media (max-width:400px){
	.mainImg p span.title{
		font-size: 2.25em;
	}
}

/* ttlWrap */
.ttlWrap{
	margin-bottom: 50px;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #65b0d4;
	text-align: center;
	margin-bottom: 10px;
}
.ttlWrap h2 span.logo{
	display: inline-block;
	width: 100px;
	margin-left: 5em;
}
.ttlWrap p{
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.ttlWrap h2{
		font-size: 2.25em;
	}
	.ttlWrap h2 span.logo{
		width: 90px;
	}
}
@media (max-width:1024px){
	.ttlWrap h2{
		font-size: 2em;
	}
	.ttlWrap h2 span.logo{
		width: 80px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
	.ttlWrap h2 span.logo{
		margin-top:0.5em;
		margin-left: 0em;
	}
} 

/* kitchenContent_wrap */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.multiply{
	mix-blend-mode: multiply;
}
.overlay{
	mix-blend-mode: overlay;
}
.kitchenContent_wrap{
	width:1100px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.kitchenContent_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.kitchenContent_row:last-of-type{
	margin-bottom: 0px;
}
.kitchenContent_box{
	width: 31%;
}
.kitchenContent_boxInner:first-of-type{
	margin-bottom: 20px;
}
.imgBox,
.imgRow{
	margin-bottom: 10px;
}
.txtBox h3{
	font-family: "Noto Sans JP", serif;
	color: #a48b78;
	font-size: 1em;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 5px;
}
.txtBox.subBox h4{
	font-size: 1em;
	margin-bottom: 5px;
}
.txtBox p{
	font-size: 0.9em;
}
.txtBox.subBox p{
	font-size: 0.85em;
	line-height: 1.8;
	text-align: center;
	background-color: #eae5d8;
	padding: 10px 0;                
}
.txtBox p.notice{
	font-size: 0.75em;
	padding-top: 5px;
}
.imgNotice{
	font-size: 0.6em;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.imgNotice.white{
	color: #fff;
}
.pointRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8px;
}
.pointRow li{
	width: 48%;
	padding: 5px 0;
	font-family: "Noto Sans JP", serif;
	color: #a48b78;
	font-size: 0.9em;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
	border: 1px solid #a48b78;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pointRow li span{
	font-family: "Noto Sans JP", serif;
	font-size: 0.85em;
}
.pointRow li:nth-of-type(5),
.pointRow li:last-of-type{
	margin-bottom: 0;
}
.pointRow02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pointRow02 li{
	width: 48%;
	padding: 5px 0;
	font-family: "Noto Sans JP", serif;
	color: #fff;
	background-color: #a48b78;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
}
.imgBox h4{
	padding: 5px 0;
	font-family: "Noto Sans JP", serif;
	background-color: #a48b78;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.storageWrap{
	padding: 50px;
	box-sizing: border-box;
	border: 1px solid #a48b78;
}
.storageWrap>.txtBox{
	text-align: center;
	margin-bottom: 30px;
}
.storageWrap>.txtBox>h3>span{
	font-family: "Noto Sans JP", serif;
	font-size: 0.9em;
	color: #fff;
	background-color: #f29600;
	padding: 0 1em;
}
.storageContent_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.storageContent_box{
	width: 48%;
}
.storageContent_box>.imgRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.storageContent_box>.imgRow>p{
	width:48%;
}
.under1024{
	display: none;
}
@media (max-width:1200px){
	.kitchenContent_wrap{
		width:80%;
	}
	.kitchenContent_box,
	.storageContent_box{
		width: 48%;
		margin-bottom: 20px;
	}
}
@media (max-width:1024px){
	.under1024{
		display: block;
	}
	.storageContent_row{
		width:400px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.storageContent_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.storageContent_box:last-of-type{
		margin-bottom: 0;
	}
}
@media (max-width:768px){
	.kitchenContent_wrap{
		width:90%;
		padding: 30px;
	}
	.storageContent_row{
		width:80%;
	}
	.kitchenContent_row{
		margin-bottom: 30px;
	}
	.storageWrap{
		padding: 30px;
	}
}
@media (max-width:650px){
	.storageContent_row{
		width:90%;
	}
}
@media (max-width:500px){
	.kitchenContent_wrap{
		padding: 20px;
	}
	.kitchenContent_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.kitchenContent_row{
		margin-bottom: 20px;
	}
	.storageWrap{
		padding: 20px;
	}
	.storageContent_row{
		width:100%;
	}
}