.title, h4, .button a { background: #49650f; }
.title > dl > dt { color: #49650f; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #c66; }

h5{
font-weight: bold;
/*position: relative;*/
margin-bottom: 0.5rem;
padding-left: 0.5rem;
color: #49650f;
border-left: 8px double;
line-height: 1.5;
}
h5 span{
color: #333;
font-weight: normal;
display: inline-block;
margin-left: 1.5rem;
}
dl + h5, p + h5{
margin-top: 1.5rem;
}
.bus p.points + p.points{
margin-top: 0;
}

dl.price{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
position: relative;
width: 100%;
}
dl.price dt{
width: 16.5rem;
background-color: #eee;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
}
dl.price dd{
width:calc(100% - 17.5rem);
margin-bottom: 0.5rem;
padding: 0.25rem 0.5rem;
}
dl.price.cn dt{
width: 9.5rem;
}
dl.price.cn dd{
width:calc(100% - 10.5rem);
}

ul.at-list{
display: block;
}
ul.at-list li{
text-indent: -0.6rem;
padding-left: 0.6rem;
text-align: inherit;
margin-bottom: 0;
}
ul.at-list li:hover{
transform: none;
cursor: inherit;
box-shadow: none;
}

dl.itinerary{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
position: relative;
width: 100%;
}
dl.itinerary dt{
width: 4rem;
background-color: #eee;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
}
dl.itinerary dd{
width:calc(100% - 5rem);
margin-bottom: 0.5rem;
padding: 0.25rem 0.5rem;
}


div.photo{
display: flex;
flex-direction: column;
}
div.photo p.img{
margin-top: 0.5rem;
line-height: 1.0;
text-align: center;
}
div.photo p.img img{
margin-top: 0.5rem;
border-radius: 0.5rem;
}

@media screen and (min-width:737px) {
div.photo{
display: flex;
justify-content: space-between;
flex-direction: row;
}
div.photo p.img img{
margin-bottom: 0.5rem;
}
}/*@media screen and (min-width:737px)*/
