@charset "utf-8";
/* CSS Document */
.main-wrap{
	background-image: url("https://setosakaba.com/system_panel/uploads/images/main_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}


.cate1 .contents .leftbox{
	width: 30%;
}
.cate1 .contents .rightbox{
	width: 70%;
	padding-left: 5%;
}

.imgtxt{
	position: relative;
}
.imgtxt p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	position: absolute;
	line-height: 1;
	padding: 15px 12px 15px 10px;
	background-color: #fff;
	top: 0;
	right: 20px;
}

.cate1 .bottombox{
	gap: 50px;
	align-items: flex-start;
}
.cate1 .bottombox > div{
	width: calc(100% / 3 - 100px / 3);
}

.cate2,.cate3{
	align-items: flex-start;
}
.cate2 .leftbox,.cate3 .leftbox{
	width: 20%;
}
.cate2 .rightbox,.cate3 .rightbox{
	width: 80%;
}
.cate2 .rightbox .box:not(:last-of-type){
	margin-bottom: 50px;
}
.cate2 .rightbox .box > div{
	width: 50%;
}
.cate2 .rightbox .box .txtbox{
	padding-left: 5%;
}

.cate3 .imgwrap{
	gap: 30px;
}
.cate3 .imgwrap > a{
	width: calc(100% / 2 - 30px / 2);
}

.cate4 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.cate4 .boxwrap .box{
	align-items: flex-start;
}
.cate4 .boxwrap .box .leftbox{
	width: 45%;
	padding-right: 5%;
}
.cate4 .boxwrap .box .leftbox .num{
	position: relative;
	color: #C4A34D;
	display: inline-block;
	padding-right: 10px;
}
.cate4 .boxwrap .box .leftbox .num::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 30px;
	height: 1px;
	transform: translateY(-50%);
	background-color: #C4A34D;;
}
.cate4 .boxwrap .box .rightbox{
	width: 55%;
}
.videobox{
	position: relative;
	aspect-ratio: 1.777 / 1;
	overflow: hidden;
}
.videobox iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	hright: calc(100% + 5px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .bottombox{
		gap: 30px;
	}
	.cate1 .bottombox > div{
		width: calc(100% / 3 - 60px / 3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .contents .leftbox{
		width: 40%;
	}
	.cate1 .contents .rightbox{
		width: 60%;
	}
	.cate1 .bottombox{
		gap: 20px;
	}
	.cate1 .bottombox > div{
		width: calc(100% / 3 - 40px / 3);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .bottombox{
		gap: 20px;
	}
	.cate1 .bottombox > div{
		width: calc(100% / 2 - 20px / 2);
	}
	.cate2 .leftbox,.cate3 .leftbox{
		width: 25%;
	}
	.cate2 .rightbox,.cate3 .rightbox{
		width: 75%;
	}
	.cate2 .rightbox .box > div{
		width: 100%;
	}
	.cate2 .rightbox .box .imgbox{margin-bottom: 15px;}
	.cate2 .rightbox .box .txtbox{
		padding-left: 0;
	}
	.cate3 .imgwrap{
		gap: 15px;
	}
	.cate3 .imgwrap > a{
		width: calc(100% / 2 - 15px / 2);
	}
	
	.cate4 .boxwrap .box .leftbox{
		width: 70%;
	}
	.cate4 .boxwrap .box .rightbox{
		width: 70%;
	}
	.cate4 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents .leftbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.cate1 .contents .rightbox{
		width: 100%;
		padding-left: 0;
		gap: 30px 10px;
	}
	.cate1 .bottombox > div{
		width: 100%;
	}
	.cate2 .leftbox,.cate3 .leftbox{
		width: auto;
		margin-bottom: 30px;
	}
	.cate2 .rightbox,.cate3 .rightbox{
		width: 100%;
	}
	.cate2 .rightbox .box:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate3 .imgwrap{
		gap: 10px;
	}
	.cate3 .imgwrap > a{
		width: 100%;
	}
	.cate4 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
	.cate4 .boxwrap .box .leftbox{
		width: 100%;
	}
	.cate4 .boxwrap .box .rightbox{
		width: 100%;
	}
	.cate4 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

