@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 15.1rem;
	background-image: url("../img/company/access/page_title_bg.jpg");
}
#main .shopBox {
	margin-bottom: 18rem;
}
#main .shopBox .midTxt {
	margin-bottom: 6.5rem;
	line-height: 2;
	text-align: center;
}
#main .shopBox .map {
	margin-bottom: 4rem;
	aspect-ratio: 120/55;
}
#main .shopBox .map iframe {
	width: 100%;
	height: 100%;
	display: block;
}
#main .shopBox .comBtn a {
	width: 36rem;
	min-height: 7rem;
	font-size: 1.6rem;
}
#main .shopBox .comBtn a .ico {
	display: inline-block;
}
#main .shopBox .comBtn a .ico:before {
	width: 2rem;
	aspect-ratio: 2/2.4;
	display: inline-block;
	vertical-align: -0.6rem;
	margin-right: 1.3rem;
	transition: .3s;
	background: url(../img/common/icon07.png) no-repeat left top/100%;
	content: "";
}
#main .shopBox .addList {
	margin-top: 8rem;
}
#main .shopBox .addList li {
	width: 46.7%;
}
#main .shopBox .addList h4 {
	margin-bottom: 2rem;
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: #F5F4F4;
}
#main .shopBox .addList h4 img {
	margin-right: 1.6rem;
	width: 4.4rem;
	vertical-align: -1.3rem;
}
#main .shopBox .addList p {
	margin-bottom: 3.3rem;
	line-height: 2;
}
#main .shopBox .addList p:last-child {
	margin-bottom: 0 !important;
}
#main .shopBox02 {
	margin-bottom: 14.8rem;
}
@media all and (min-width: 897px) {
	#main .shopBox .comBtn a:hover .ico:before {
		filter: invert(100%);
		-webkit-filter: invert(100%);
	}
}
@media all and (max-width: 896px) {
	#main .shopBox {
		margin-bottom: 6rem;
	}
	#main .shopBox .midTxt {
		margin-bottom: 3rem;
		line-height: 1.75;
	}
	#main .shopBox .map {
		margin-bottom: 2rem;
		aspect-ratio: 1/1;
	}
	#main .shopBox .comBtn a {
		width: 34.5rem;
		min-height: 5rem;
		font-size: 1.4rem;
	}
	#main .shopBox .comBtn a .ico:before {
		width: 1.8rem;
		vertical-align: -0.5rem;
		margin-right: 1rem;
	}
	#main .shopBox .addList {
		margin-top: 4rem;
		display: block;
	}
	#main .shopBox .addList li {
		width: auto;
	}
	#main .shopBox .addList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .shopBox .addList h4 {
		padding: 1rem 1.5rem;
		font-size: 1.6rem;
	}
	#main .shopBox .addList h4 img {
		margin-right: 1rem;
		width: 3.6rem;
		vertical-align: -1rem;
	}
	#main .shopBox .addList p {
		margin-bottom: 2rem;
		line-height: 1.75;
	}
	#main .shopBox02 {
		margin-bottom: 6rem;
	}
}