@charset "utf-8";

/*---------------------------------------
location
-----------------------------------------*/
.locationpic .col4 li img{
width:100%;
height:auto;
}
.notes{
font-size:1.1rem;
}
.spotlist{
float:left;
width:48%;
}
.spotlist:nth-of-type(2){
float:right;
}
.spotlist dl{
padding-bottom:20px;
}
.spotlist dd:after,
.spotlist dl:after{
clear:both;
display:block;
content:'';
}
.spotlist dt{
padding:3px 8px;
color:#fff;
font-weight:bold;
background:#eba03a;
}
.spotlist dd{
padding:5px 8px;
border-bottom:1px solid #efefef;
font-size:1.2rem;
}
.spotlist .place{
float:left;
width:50%;
}
.spotlist .distance{
float:right;
width:50%;
text-align:right;
}
table{
table-layout: fixed;
}
.checkpoint-img{
margin-top: 60px;
}