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

.cate1 .topbox .toptxt{
	padding: 30px;
	background-color: #fff;
}
.cate1 .topbox .toptxt .txtitem:not(:last-of-type){
	margin-bottom: 30px;
}
.cate1 .topbox .toptxt .txtitem h4{
	border-bottom: 1px solid rgba(173,170,170,0.40);
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){
	margin-bottom: 50px;
}

.shopinfo_wrap{display: none;}

.cate2 .logo{
	width: 50%;
	max-width: 200px;
	margin: 0 auto 50px;
}
.cate2 .company-wrap .item{
	padding: 40px 0;
	border-bottom: 1px solid #E2DCE0;
}

.cate2 .company-wrap .item h2{
	width: 30%;
}
.cate2 .company-wrap .item > div{
	width: 70%;
}

.cate2 .map{
	position: relative;
	height: 500px;
}
.cate2 .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	filter: grayscale(100%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .map{
		height: 450px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .topbox .toptxt{
		padding: 20px;
	}
	.cate1 .topbox .toptxt .txtitem:not(:last-of-type){
		margin-bottom: 30px;
	}
	
	.cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate2 .map{
		height: 400px;
	}
.cate2 .company-wrap .item{
	padding: 20px 0;
	border-bottom: 1px solid #E2DCE0;
}
	.cate2 .company-wrap .item h2{
		width: 100%;
		margin-bottom: 10px;
	}
	.cate2 .company-wrap .item > div{
		width: 100%;
	}
}

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

