@charset "utf-8";

.eyeCatch{
	padding-top: 180px;
	position: relative;
	margin-bottom: 100px;
}
.eyeCatch>.txtWrap{
	width: 600px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: #192f09;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 5;
}
.eyeCatch>.txtWrap>h3{
	margin-bottom: 20px;
}
.eyeCatch>.txtWrap>p{
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 40px;
}
.eyeCatch>.txtWrap>p.em{
	font-size: 1.25em;
	margin-bottom: 20px;
}
.eyeCatch>.txtWrap>p.notice{
	font-size: 0.75em;
	margin-bottom: 0px;
}
.eyeCatch>.txtWrap>.pointRow{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.eyeCatch>.txtWrap>.pointRow>li{
	font-size: 1.25em;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0.25em 1em;
}
.eyeCatch>.txtWrap>.pointRow>li:nth-child(1){
	background-color: #a72126;
	margin-right: 1em;
}
.eyeCatch>.txtWrap>.pointRow>li:nth-child(2){
	background-color: #a08d51;
}
.sliderBox{
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.sliderBox>li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	animation: zoomFade 21s forwards ease-in-out infinite;
	opacity: 0;
}
.sliderBox>li:nth-child(1){
	background-image: url(../images/orderMade/eyeImg01.jpg);
	animation-delay: 0s;
}
.sliderBox>li:nth-child(2){
	background-image: url(../images/orderMade/eyeImg02.jpg);
	animation-delay: 7s;
}
.sliderBox>li:nth-child(3){
	background-image: url(../images/orderMade/eyeImg03.jpg);
	animation-delay: 14s;
}
@keyframes zoomFade{
	0%{
		opacity: 0;
		scale: 2;
	}
	20%{
		opacity: 1;
	}
	33%{
		opacity: 1;
	}
	63%{
		opacity: 0;
		scale: 1;
	}
	100%{
		opacity: 0;                    
	}
}
.under768,
.under414{
	display: none;
}
@media (max-width:1024px){
	.sliderBox{
		aspect-ratio: 1/1;
		width: 100%;
		height: 100%;
	}
	.sliderBox>li:nth-child(1){
		background-image: url(../images/orderMade/eyeImg01_u1024.jpg);
	}
	.sliderBox>li:nth-child(2){
		background-image: url(../images/orderMade/eyeImg02_u1024.jpg);
	}
	.sliderBox>li:nth-child(3){
		background-image: url(../images/orderMade/eyeImg03_u1024.jpg);
	}
}
@media (max-width:768px){
	.eyeCatch{
		padding-top: 175px;
	}
	.eyeCatch>.txtWrap{
		width: 400px;
	}
	.under768{
		display: block;
	}
}
@media (max-width:500px){
	.eyeCatch{
		padding-top: 300px;
	}
	.eyeCatch>.txtWrap{
		width: 80%;
	}
}
@media (max-width:414px){
	.eyeCatch{
		padding-top: 350px;
	}
	.under414{
		display: block;
	}
}

.coordinatorRow{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.coordinatorRow>.imgBox,
.coordinatorRow>.txtBox{
	width: 50%;
}
.coordinatorRow>.imgBox{
	background-image: url(../images/orderMade/coodinateImg.jpg);
	background-size: cover;
	background-position: center center;
}
.coordinatorRow>.txtBox{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #a08d51;
	padding: 30px;
	box-sizing: border-box;
}
.coordinatorRow>.txtBox>.txtBox_inner>h4{
	font-size: 1.25em;
	font-weight: 400;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.coordinatorRow>.txtBox>.txtBox_inner>p{
	font-size: 1em;
	line-height: 1.8;
}
@media (max-width:1320px){
	.coordinatorRow{
		width: 80%;
	}
}
@media (max-width:1024px){
	.coordinatorRow{
		width: 600px;
	}
	.coordinatorRow>.imgBox,
	.coordinatorRow>.txtBox{
		width: 100%;
	}
	.coordinatorRow>.imgBox{
		aspect-ratio: 550/200;
	}
}
@media (max-width:768px){
	.coordinatorRow{
		width: 90%;
	}
}

.contentWrap{
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.25);
	margin-bottom: 100px;
}
.contentWrap>h4{
	font-family: "EB Garamond", serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #192f09;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.contentWrap>h4>span{
	font-size: 0.6em;
	letter-spacing: 0;
}
.dandf_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	box-sizing: border-box;
}
.dandf_row>.txtBox{
	width: 20%;
}
.dandf_row>.txtBox>h5{
	margin-bottom: 10px;
}
.dandf_row>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
}
.dandf_row>.imgBox{
	width: 76%;
}
.dandf_row>.imgBox>table{
	width: 100%;
	border-spacing:10px;
}
.dandf_row>.imgBox>table>tbody>tr>th,
.dandf_row>.imgBox>table>tbody>tr>td{
	width: 12%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}
.scroll-hint-icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:1320px){
	.contentWrap{
		width: 80%;
	}
}
@media (max-width:1024px){
	.contentWrap{
		width: 600px;
	}
	.dandf_row>.txtBox,
	.dandf_row>.imgBox{
		width: 100%;
	}
	.dandf_row>.txtBox{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.dandf_row>.txtBox>h5,
	.dandf_row>.txtBox>p{
		width: 48%;
	}
}
@media (max-width:768px){
	.contentWrap{
		width: 90%;
	}
}
@media (max-width:600px){
	.dandf_row>.imgBox{
		overflow: scroll;
	}
	.dandf_row>.imgBox>table{
		width: 480px;
	}
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.kitchenRow_wrap{
	padding: 30px;
	box-sizing: border-box;
}
.kitchenRow01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.kitchenRow01>.imgWrap,
.kitchenRow01>.txtWrap{
	width: 48%;
}
.kitchenRow01>.imgWrap{
	background-image: url(../images/orderMade/bg01.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
}
.kitchenRow01>.imgWrap>span{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
}
.txtWrap>.txtRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.txtWrap>.txtBox{
	margin-bottom: 20px;
}
.txtWrap>.txtRow>.txtBox{
	width: 48%;
}
.txtWrap>.txtBox>h5,
.txtWrap>.txtRow>.txtBox>h5{
	font-size: 1.15em;
	font-weight: 400;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.txtWrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 10px;
}
.kitchenRow02>.txtWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.txtWrap>.txtBox>.imgRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kitchenRow02>.txtWrap>.txtBox,
.txtWrap>.txtBox>.imgRow>p{
	width: 48%;
	margin-bottom: 0;
}
.kitchenRow02>.txtWrap>.txtBox>p{
	margin-bottom: 0;
}
@media (max-width:1024px){
	.kitchenRow01>.imgWrap,
	.kitchenRow01>.txtWrap,
	.kitchenRow02>.txtWrap>.txtBox{
		width: 100%;
	}
	.kitchenRow01>.imgWrap{
		aspect-ratio: 500/300;
		margin-bottom: 20px;
	}
	.kitchenRow02>.txtWrap>.txtBox:nth-child(1){
		margin-bottom: 20px;
	}
}

.bathroomRow_wrap{
	padding: 30px;
	box-sizing: border-box;
}
.bathroomRow{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bathroomRow>.imgWrap,
.bathroomRow>.txtWrap{
	width: 48%;
}
.bathroomRow>.imgWrap{
	position: relative;
	background-image: url(../images/orderMade/bg02.jpg);
	background-size: cover;
}
.bathroomRow>.imgWrap>span{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
}
.txtWrap>.txtBox>table{
	width: 100%;
	border-spacing: 10px;
}
.txtWrap>.txtBox>ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.txtWrap>.txtBox>ul>li{
	width: 31%;
}
.txtWrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.4;
}
@media (max-width:1024px){
	.bathroomRow>.imgWrap,
	.bathroomRow>.txtWrap{
		width: 100%;
	}
	.bathroomRow>.imgWrap{
		aspect-ratio: 500/390;
		margin-bottom: 20px;
	}
}

.contentRow{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentRow>.contentWrap{
	width: 48%;
	margin: 0;
}
.toiletWrap,
.crossWrap{
	padding: 30px;
	box-sizing: border-box;
}
.toiletWrap>.imgWrap{
	aspect-ratio: 500/320;
	background-image: url(../images/orderMade/bg03.jpg);
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
}
.toiletWrap>.imgWrap>span{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
}
.toiletWrap>.txtRow>.txtWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.toiletWrap>.txtRow>.txtWrap>.txtBox{
	width: 48%;
	margin-bottom: 0;
}
.toiletWrap>.txtRow>.txtWrap>.txtBox>p{
	margin-bottom: 0;
}
.crossWrap>.imgWrap{
	margin-bottom: 30px;
}
.crossWrap>.imgWrap>span{
	position: absolute;
}
.crossWrap>.imgWrap>span.logo{
	top: 10px;
	right: 10px;
	width: 80px;
}
.crossWrap>.imgWrap>span.imgNotice{
	font-size: 0.75em;
	bottom: 10px;
	right: 10px;
}
.crossWrap>.txtWrap>p{
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.crossWrap>.txtWrap>p.notice{
	font-size: 0.75em;
	margin-bottom: 0px;
}
@media (max-width:1320px){
	.contentRow{
		width: 80%;
	}
}
@media (max-width:1024px){
	.contentRow{
		width: 600px;
	}
	.contentRow>.contentWrap{
		width: 100%;
	}
	.contentRow>.contentWrap:nth-child(1){
		margin-bottom: 100px;
	}
}
@media (max-width:768px){
	.contentRow{
		width: 90%;
	}
}