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

/* ==================================================
panel tit text
===================================================== */
.panel_main{
	width: calc(100% - 300px);
}

.list{
	width: 100%;
}
.list .row{
	border-bottom: 1px solid black;
	font-size: 15px;
	font-weight: bold;
	padding: 45px 0px;
}
.list .row:last-child{
	padding-bottom: 5px;
	margin-bottom: 120px;
}
.list .row .label{
	width: 215px;
	float: left;
	height: 170px;
}
.list .row .label .img{
	width: 90px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 15px 20px;
}
.list .row .label.car .img{
	background-image: url(../img/access/bycar.png);
}
.list .row .label.bus .img{
	background-image: url(../img/access/bybus.png);
}
.list .row .label .txt{
	width: 130px;
	text-align: center;
}
.list .row .data{
	float: left;
	width: 700px;
	padding: 15px;
}
.list .row .data .title{
	width: 100%;
	height: 20px;
	font-size: 21px;
}
.list .row .data .txt{
	padding-top: 30px;
	line-height: 30px;
}
.list .row.address{
	width: 100%;
}
.list .row.address .label{
	width: 350px;
	padding-left: 20px;
}
.list .row.address .label .img{
	width: auto;
	height: 36px;
	background-image: url(../img/access/address_title.png);
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.list .row.address .label .txt{
	width: 350px;
	text-align: left;
	font-size: 13px;
}
.list .row.address .data{
	width: 630px;
	padding: 0px;
}
.list .row.address .data .img{
	width: 100%;
	height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/access/shop.png);
	background-position: right;
}
.list .row.address .map{
	padding-top: 70px;
	width: 100%;
	height: 600px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
span.pc{
	display: initial;
}

/* ==================================================
resposive
===================================================== */
@media (min-width: 1024px) and (max-width: 1324px) {
	.list .row.address{
		width: 100%;
	}
	.list .row.address .label{
		width: calc(48% - 20px);
		padding-left: 20px;
	}
	.list .row.address .label .img{
		width: auto;
		height: 36px;
		background-image: url(../img/access/address_title.png);
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.list .row.address .label .txt{
		width: 350px;
		text-align: left;
		font-size: 1vw;
	}
	.list .row.address .data{
		width: 52%;
		padding: 0px;
	}
	.list .row.address .data .img{
		width: 100%;
		height: 240px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/access/shop.png);
		background-position: right;
	}
	.list .row.address .map{
		padding-top: 70px;
		width: 100%;
		height: 600px;
	}
}

/* ==================================================
sp
===================================================== */
@media only screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	span.pc{
		display: none;
	}
	.sidebar.fl{
		float: none;
	}
	.sidebar_box{
		padding: 15px 0px;
	}
	.panel_main{
		width: 100%;
	}
	.list .row{
		padding: 25px 0px;
	}
	.list .row:last-child{
		margin-bottom: 100px;
	}
	.list .row .label{
		height: auto;
		aspect-ratio : 1 / 1;
		width: 30%;
		float: left;
	}
	.list .row.address .label{
		height: auto;
		aspect-ratio : auto;
	}
	.list .row .label .img{
		height: auto;
		aspect-ratio : 1 / 1;
		width: 50%;
		margin: 0px auto;
	}
	.list .row .label .txt{
		width: 100%;
		font-size: 3vw;
		margin-top: 2vw;
	}
	.list .row.address .label .txt{
		width: 100%;
		font-size: 3vw;
		margin-top: 2vw;
	}
	.list .row .data{
		width: calc(70% - 30px);
		padding: 0px 15px;
	}
	.list .row .data .title{
		height: auto;
		font-size: 4.2vw;
		margin-bottom: 15px;
	}
	.list .row .data .txt{
		font-size: 2.85vw;
		padding-top: 2vw;
		line-height: 5vw;
	}
	.list .row.address .label{
		width: calc(100% - 20px);
		padding-left: 20px;
	}

	.list .row.address .data{
		width: 100%;
		padding: 0px;
	}
	.list .row.address .data .img{
		height: auto;
		aspect-ratio : 2 / 1;
	}
	.list .row.address .label .img{
		width: 60%;
		height: auto;
		aspect-ratio : 454 / 71;
	}
	.list .row.address .map{
		height: auto;
		aspect-ratio : 1 / 1;
		width: 100%;
		padding-top: 10px;
	}


}