@charset "UTF-8";

/*------------------アンカーボタン------------------*/
#area_anchor+div{
	overflow: visible;
	padding-left: 20px;
	padding-right: 20px;
}
#area_anchor+div::before {
    content: "";
    display: block;
    width: 5px;
    height: 110px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    border-left: 5px dotted var(--i_sub_color);
    z-index: 1;
}
#area_anchor+div>.content_wrapper{
	padding: 40px 60px 60px 60px;
	border-radius: 20px;
	border: 4px solid #e1e1e1;
}
#area_anchor+ div .heading+.add_text{
	font-weight: 600;
}
@media screen and (max-width: 1200px){
	#area_anchor+div>.content_wrapper{
		padding: 60px 2% 60px;
	}
}
@media screen and (max-width: 600px){
	#area_anchor+div::before {
		height: 90px;
		bottom: -45px;
	}
}

/*------------------地図アイコン------------------*/
a[id*="map"]+section,
a[id*="map"]+section.dec1_2:not(.block_images_21)>.content_wrapper{
	overflow: visible;
}
a[id*="map"]+section>.content_wrapper::before {
	content: "";
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -15%;
	right: 2%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/osaka_city_map.png) no-repeat right center/140px;
}
#osaka_map+section>.content_wrapper::before{
	background-image: url(/common/upload_data/hayano-hikkoshijp/image/osaka_map.png);
}
#nara_map+section>.content_wrapper::before{
	background-image: url(/common/upload_data/hayano-hikkoshijp/image/nara_map.png);
}
#hyogo_map+section>.content_wrapper::before{
	background-image: url(/common/upload_data/hayano-hikkoshijp/image/hyogo_map.png);
}
#kyoto_map+section>.content_wrapper::before{
	background-image: url(/common/upload_data/hayano-hikkoshijp/image/kyoto_map.png);
}
@media screen and (max-width: 800px){
	a[id*="map"]+section>.content_wrapper::before {
		width: 90px;
		height: 90px;
		top: -6%;
		right: 0%;
		background-size: 90px;
	}
}