/* Access */

#accsess_map p {
	border-radius: 20px;
	border-radius: 10px;
	overflow: hidden;
}
#accsess_map p {
	aspect-ratio: 3 / 2;
	aspect-ratio: 3 / 1.8;
}
#accsess_map iframe {
	width: 100%;
	height: 100%;
}

#access_train_pane {
	padding: 3em 6em;
	padding: 15px;
	padding: 21px;
	border: 1px solid #c9936f;
	border: none;
	color: #c9936f;
	background: #fff;
	border-radius: 20px;
	border-radius: 16px;
}
#access_train_image {
	float: right;
	width: 35%;
	width: 45%;
}
#access_train_image p {
	border-radius: 10px;
	background: #fff;
	background: #fafafa;
	overflow: hidden;
}
#access_train_text {
	float: left;
	padding: 3em 3em 0 3em;
	width: 60%;
	width: 50%;
}
#access_train_text h4 {
	margin-bottom: 2em;
	font-size: 1.4em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
#access_train_text h4 span {
	font-size: 1.2em;
	font-weight: 500;
}
#access_train_text li:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#access_train_text li {
	position: relative;
	padding-left: 50px;
	padding-left: 45px;
	font-weight: 500;
}
#access_train_text li::before {
	position: absolute;
	left: 0;
	top: 1px;
	content: '';
	width: 35px;
	width: 26px;
	height: 35px;
	background: #ccc;
}
#access_train_hanwa {
	color: #ee933e;
}
#access_train_midosuji {
	color: #c63922;
}
#access_train_tanimachi {
	color: #9a2e82;
}
#access_train_text li#access_train_hanwa::before {
	background: url(../images/access/icon_train_bishoen.png) no-repeat center / 100%;
	background: url(../images/common/icon_train_hanwa.png) no-repeat center / 100%;
}
#access_train_text li#access_train_midosuji::before {
	background: url(../images/access/icon_train_syowacho.png) no-repeat center / 100%;
	background: url(../images/common/icon_train_midosuji.png) no-repeat center / 100%;
}
#access_train_text li#access_train_tanimachi::before {
	background: url(../images/access/icon_train_fuminosato.png) no-repeat center / 100%;
	background: url(../images/common/icon_train_tanimachi.png) no-repeat center / 100%;
}
#access_train_text li span {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1em;
}
#access_train_text li .label_before {
	display: block;
}
#access_train_text li .label_after {
	margin-left: 0.5em;
}

@media screen and (max-width: 1080px) and (min-width: 750px) {
	
	#access_train_text {
		padding: 1.5em 3em 0 3em;
	}
	#access_train_text h4 {
		font-size: 1.3em;
	}
	
}