@charset "utf-8";



.box01 .img_area{
    width: 46%;
}
.box01 .txt_area{
    width: 48%;
}


.box01 .txt_area dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.box01 .txt_area dl dt,.box01 .txt_area dl dd{
    padding: 1em 1.5em;
}
.box01 .txt_area dl dt{
    width: 8em;
    background: #F2F2FA;  
}
.box01 .txt_area dl dd{
    width: calc(100% - 8em);
    background: #fafaff;
}

.box01 .gmap{
    padding-bottom: 35%;
}

.box01 .way dl{
	width: 48%;
}
.box01 .way dt{
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.box01 .way dt::before{
	content: "";
	display: inline-block;
	margin-right: 1em;
}
.box01 .way .car_access dt::before{
	background: url(../images/common/car_icon.png);
	background-size: cover;	
	width: 60px;
	height: 30px;
}
.box01 .way .train_access dt::before{
	background: url(../images/common/train_icon.png);
	background-size: cover;	
	width: 36px;
	height: 30px;
}



@media (max-width: 799px){


.box01 .img_area{
    width: 80%;
    margin: 0 auto 30px;
}
.box01 .txt_area{
    width: 100%;
}
.box01 .way dl{
	width: 100%;
	margin-bottom: 20px;
}
.box01 .way .car_access dt::before{
	width: 50px;
	height: 24px;
}

}

@media (max-width: 599px){


.box01 .txt_area dl dt,.box01 .txt_area dl dd{
    width: 100%;
}

}










