@charset "utf-8";
/* CSS Document */



/* ---------- cate1 ---------- */
.cate1 .box_wrap:not(:first-child){
	padding-top: 150px;
}
.cate1 .box_wrap .topbox .txtbox .titlebox .label{
	border: #3F5841 1px solid;
	border-radius: 2px;
	padding: 5px 10px;
	width: 120px;
	opacity: 0.5;
}
.cate1 .box_wrap .topbox{
	gap: 60px;
	align-items: flex-start;
}
.cate1 .box_wrap .topbox .txtbox{
	flex-direction: column;
	gap: 50px;
	width: calc(50% - 30px);
	align-items: flex-start;
}
.cate1 .box_wrap .topbox .imgbox{
	flex-direction: column;
	gap: 10px;
	width: calc(50% - 30px);
}
.cate1 .box_wrap .topbox .imgbox .bottombox{
	gap: 10px;
}
.cate1 .box_wrap .topbox .imgbox .bottombox img{
	width: calc(50% - 5px);
}
.cate1 .box_wrap .topbox .txtbox .infobox{
	width: 100%;
	flex-direction: column;
	gap: 20px;
}
.cate1 .box_wrap .topbox .txtbox .infobox .infoitem{
	gap: 20px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: #ADAAAA4D 1px solid;
}
.cate1 .box_wrap .topbox .txtbox .infobox .infoitem h3{
	width: calc(20% - 10px);
}
.cate1 .box_wrap .topbox .txtbox .infobox .infoitem p,
.cate1 .box_wrap .topbox .txtbox .infobox .infoitem a{
	width: calc(80% - 10px);
}
.cate1 .box_wrap .topbox .txtbox .infobox .infoitem a p{
	color: #3F5841;
}
.cate1 .box_wrap .mapbox{
	width: 100%;
}
.mapbox .map-frame {
    width: 100%;
	aspect-ratio: 21 / 9;
}

.mapbox .map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
}
/* ---------- cate2 ---------- */

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap .topbox {
		flex-direction: column-reverse;
	}
	.cate1 .box_wrap .topbox .txtbox{
		flex-direction: column;
		gap: 50px;
		width: 100%;
		align-items: flex-start;
	}
	.cate1 .box_wrap .topbox .imgbox{
		flex-direction: column;
		gap: 10px;
		width: 60%;
		margin: 0 auto;
	}
    .cate1 .box_wrap .topbox .imgbox {
        
    }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap:not(:first-child){
		padding-top: 100px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .topbox .imgbox{
		width: 80%;
	}
	.cate1 .box_wrap .topbox{
		gap: 40px;
	}
	.cate1 .box_wrap:not(:first-child){
		padding-top: 80px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .topbox .imgbox{
		width: 100%;
	}
    .cate1 .box_wrap .topbox {
        gap: 30px;
    }
    .cate1 .box_wrap .topbox .txtbox {
        gap: 30px;
    }
	.cate1 .box_wrap .topbox .txtbox .titlebox .label {
		padding: 2px 6px;
		width: 110px;
	}
	.cate1 .box_wrap .topbox .txtbox .infobox .infoitem {
		flex-direction: column;
		gap: 10px;
	}
	.cate1 .box_wrap .topbox .txtbox .infobox .infoitem h3 {
		width: 100%;
	}
	.cate1 .box_wrap .topbox .txtbox .infobox .infoitem p,
	.cate1 .box_wrap .topbox .txtbox .infobox .infoitem a{
		width: 100%;
	}
	.mapbox .map-frame {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

