@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/america/images24/map-washington.png);
}
.bt-washington01 {
    top: 15%;
    left: 29%;
}
.bt-washington02 {
    top: 56%;
    left: 6.9%;
}
.bt-washington03 {
    top: 40%;
    left: 62%;
}
.bt-washington04 {
    top: 65%;
    left: 26%;
}
.bt-washington05 {
    top: 70%;
    left: 48%;
}




.map-text01{
    top: 55%;
    left: 31%;
}

.bg_ill li.ill01::before{
    top: 85px;
    left: 710px;
    width: 150px;
    background-image:url(/attending/guide/america/images24/ill04.png);
}

.bg_ill li.ill02::before{
    top: 53px;
    left: 130px;
    width: 190px;
    background-image:url(/attending/guide/america/images24/ill05.png);
}

.map-text {
    color: #75c472;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}