.title, h4, .button a { background: #7a8356; }
.title > dl > dt { color: #7a8356; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #ff2265; }

h5{
text-align: center;
font-weight: bold;
}

dl.itinerary{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
max-width: 93rem;
/*position: relative;
width: 100%;*/
}
dl.itinerary dt{
width: 12rem;
background-color: #eee;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
font-weight: normal;
}
dl.itinerary dd{
width:calc(100% - 14.5rem);
padding: 0.25rem 0.5rem;
margin-bottom: 0.5rem;
}
dl.itinerary dd p img{
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
.itinerary ul li, .associate ul liat-list{
width: 100%;
}

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 p + p{
margin-top: 1rem;
}

dl.itinerary-break{
display: flex;
flex-wrap: nowrap;
margin-bottom: 0;
position: relative;
margin: 1rem 0;
}
dl.itinerary-break dt{
width: 4rem;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
}
dl.itinerary-break dd{
width:calc(100% - 6.5rem);
padding: 0.25rem 0.5rem;
}
/*dl.itinerary-break dt::before{
color: #333;
content: "↓";
display: block;
height: 1em;
left: 1.5em;
position: absolute;
top: -1.35rem;
}
dl.itinerary-break dd::after{
color: #333;
content: "↓";
display: block;
height: 1em;
left: 1.5em;
position: absolute;
bottom: -0.1rem
}*/

p.itinerary-break{
margin: 1rem 0;
}

.itinerary dd.lunch{
display: flex;
flex-direction: column;
}
.itinerary dd.lunch img{
border-radius: 0.5rem;
}

@media screen and (min-width:737px) {
div dl.side-list{flex-wrap: wrap;}
div dl.side-list dt{font-weight: normal;}
div dl.side-list.w8 dt{width: 8rem;}
div dl.side-list.w8 dd{width: calc(100% - 8rem);}
div dl.side-list.w13 dt{width: 13rem;}
div dl.side-list.w13 dd{width: calc(100% - 13rem);}
div dl.side-list.w15 dt{width: 15rem;}
div dl.side-list.w15 dd{width: calc(100% - 15rem);}
div dl.side-list.w20 dt{width: 20rem;}
div dl.side-list.w20 dd{width: calc(100% - 20rem);}
div dl.side-list.w30 dt{width: 30rem;}
div dl.side-list.w30 dd{width: calc(100% - 30rem);}

.itinerary dd.lunch{
display: flex;
flex-direction: row;
}
.itinerary dd.lunch p:nth-child(2){
margin-left: 3rem;
}
}/*@media screen and (min-width:737px)*/