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


.block-spot h4::after{
	content: "";
    background-color: #E5E5E5;
    height: 1px;
    flex-grow: 1;
    margin-left: 10px;
}
.block-spot .GuideModal h4::after{
	content:none;
}

.Spot .label::before{
	display:none;
}

.block-nearby .access{
	background-color: #F5F5F5;
    font-size: 14px;
    padding: 10px;
}
.block-nearby .access dt{
	position: relative;
    color: var(--theme-color04);
    padding-left: 10px;
}
.block-nearby .access dt::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--theme-color04);
    width: 5px;
    height: 60%;
}
.block-nearby .name{
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}
.block-nearby .caption{
	font-size: 15px;
    margin: 0 0 10px;
}
.group-map{
	background-image: url(/attending/guide/swiss/images/map-zurich.png);
}
.bt-zurich01 {
	top: 32%;
    left: 59%;
}
.bt-zurich02 {
	top: 49%;
    left: 66%;
}
.bt-zurich03 {
	top: 57%;
    left: 10%;
}
.bt-zurich04 {
	top: 45%;
    left: 12%;
}
.bt-zurich05 {
	top: 30%;
    left: 30%;
}
.bt-zurich06 {
	top: 75%;
    left: 30%;
}
.bt-zurich07 {
	top: 70%;
    left: 53%;
}


.map-text01{
    top: 26%;
    left: 26%;
}

.bg_ill li.ill01::before{
	top: 60px;
    left: 150px;
    width: 150px;
	background-image:url(/attending/guide/swiss/images/ill01.png);
}
.bg_ill li.ill02::before{
	top: 340px;
    left: 800px;
    width: 130px;
	background-image:url(/attending/guide/swiss/images/ill04.png);
}