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

.main-wrap .cate1{}
.main-wrap .cate1{
	position: relative;
	padding-right: 0;
	justify-content: space-between;
}
.main-wrap .cate1 > div{
	position: relative;
	z-index: 3;
	width: 47.5%;
}
.main-wrap .cate1 .txtbox{
  width: 55%;
}
.main-wrap .cate1 .imgbox{
  width: 30%;
}
.main-wrap .cate1 .txtbox .font-eb{
	font-size: clamp(28px,6vw,80px);
	letter-spacing: 1rem;
	opacity: 0.3;
}

.main-wrap .cate_wrap{
	padding-top: 0;
}
.main-wrap .two_column{
}
.main-wrap .info_list .box{
	padding: 15px 0;
	border-bottom: 1px solid #DEDEDE;
}
.main-wrap .info_list .box:first-of-type{
	padding-top: 0;
}
.main-wrap .info_list .box .title{
	width: 30%;
}
.main-wrap .info_list .box > div{
	width: 70%;
	padding-left: 20px;
}
.main-wrap .map{
	position: relative;
	width: 100%;
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
}
.main-wrap .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-wrap .cate1{
	    flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.main-wrap .cate1 .txtbox{
	    width: 100%;
	}
	.main-wrap .cate1 .imgbox{
	    width: 40%;
	    gap: 30px;
		justify-content: center;
		margin-bottom: 40px;
		flex-direction: column;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .cate1{
		padding-right: 60px;
	}

	.main-wrap .cate1 .imgbox img{width: 100%;}
	.main-wrap .cate1 > div{
		width: 90%;
	}
	.main-wrap .cate1 .imgbox{
		margin-bottom: 40px;
		width: 60%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate1{
		padding-right: 20px;
	}
	.main-wrap .cate1 .imgbox img{width: 100%;}
	.main-wrap .cate1 > div{
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

