@charset "utf-8";
/* CSS Document */
.cate1{
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.cate1 .box_wrap{
	gap: 60px;
}
.cate1 .imgbox{
	width: calc(50% - 30px);
}
.cate1 .txtbox{
	width: calc(50% - 30px);
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}

/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	flex-direction: column;
	gap: 100px;
}
.cate2 .box_wrap .boxitem{
	gap: 60px;
}
.cate2 .box_wrap .boxitem .txtbox{
	width: calc(60% - 30px);
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.cate2 .box_wrap .boxitem .imgbox{
	width: calc(40% - 30px);
	gap: 20px;
	align-items: flex-start;
}
.cate2 .box_wrap .boxitem .imgbox .leftbox{
	flex: 1;
	flex-direction: column;
	gap: 18px;
}
.cate2 .box_wrap .boxitem .imgbox .leftbox .namebox{
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
}
.cate2 .box_wrap .boxitem .imgbox .leftbox .label{
	font-family: "Zen Old Mincho",  sans-serif;
	color: #818181;
}
.cate2 .box_wrap .boxitem .imgbox .leftbox .name{
	font-family: "Zen Old Mincho",  sans-serif;
	color: #0E0E0F;
}
.cate2 .box_wrap .boxitem .imgbox .rightbox{
	width: auto;
}
.cate2 .box_wrap .boxitem .imgbox .rightbox p{
	font-family: "Playfair Display",  sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 700;
	font-size: 25px;
}
.cate2 .box_wrap .boxitem .txtbox .title{
	font-family: "Playfair Display",  sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
}
.cate2 .box_wrap .boxitem .txtbox .bottombox{
	border: #AAA9A4 1px solid;
	padding: 30px;
	width: 100%;
	gap: 30px;
	flex-direction: column;
}
.cate2 .box_wrap .boxitem .txtbox .bottombox .txtitem{
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.cate2 .box_wrap .boxitem .txtbox .bottombox .txtitem .default_txt2{
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #D5D5D5 1px solid;
}
.cate2 .box_wrap .boxitem .txtbox .bottombox .txtitem .default_txt2::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .imgbox {
		width: 60%;
	}
	.cate1 .txtbox {
		width: 80%;
	}
    .cate2 .box_wrap .boxitem {
		flex-direction: column-reverse;
	}
	.cate2 .box_wrap .boxitem .txtbox {
		width: 90%;
	}
	.cate2 .box_wrap .boxitem .imgbox {
		width: 50%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
     .cate1 .box_wrap {
        gap: 40px;
    }
	.cate1 .imgbox {
		width: 80%;
	}
	.cate1 .txtbox {
		width: 100%;
		gap: 30px;
	}
	.cate2 .box_wrap .boxitem {
		gap: 40px;
	}
	.cate2 .box_wrap .boxitem .txtbox {
		gap: 20px;
	}
	.cate2 .box_wrap .boxitem .txtbox .bottombox {
		gap: 10px;
	}
	.cate2 .box_wrap .boxitem .txtbox .bottombox .txtitem .default_txt2 {
		padding-left: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.cate2 .box_wrap {
		gap: 80px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2 .box_wrap .boxitem .imgbox {
		width: 70%;
	}
	.cate2 .box_wrap .boxitem .txtbox .bottombox {
		padding: 30px 20px;
	}
}

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

