.title, h4, .button a { background: #86796a; }
.title > dl > dt { color: #86796a; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #e56890; }

h5{
font-weight: bold;
/*position: relative;*/
margin-bottom: 0.5rem;
padding-left: 0.5rem;
color: #86796a;
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;
}

dl.itinerary dd dl{
display: flex;
flex-wrap: wrap;
}
dl.itinerary dd dt{
width: 6.5rem;
background-color: inherit;
padding: 0;
margin: 0;
}
dl.itinerary dd dd{
width:calc(100% - 6.5rem);
padding: 0;
margin: 0;
}


div.photo-area{
display: flex;
flex-direction: column;
margin-top: 1.5rem;
}
.bus div.photo-area p{
line-height: 1.1;
}

@media screen and (min-width:737px) {
div.photo-area{
display: flex;
flex-direction: row;
}
.bus div.photo-area p + p{
margin-top: 0;
}
.bus div.photo-area p:first-child{
margin-right: 1.5rem;
}
}/*@media screen and (min-width:737px)*/

p.animals{
border: 1px solid #86796a;
background-color: #fbf5ed;
padding: 0.5rem 1rem;
margin-top: 1rem;
}
