.title, h4, .button a { background: #426092; }
.title > dl > dt { color: #426092; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #ff5722; }
.align-c{
text-align: center;
}

h5{font-weight: bold;}
ul + h5{margin-top: 3rem;}

ul.it li + li.noarr{
margin-top: 0;
}
ul.it li + li.noarr:before{
content: none;
}
ul.it li strong{
color: #06275f;
}

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% - 4.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;
}*/

dl.tour-contents{
position: relative;
padding-left: 1.5rem;
margin: 1rem 0;
}
dl.tour-contents::before{
content: "";
display: inline-block;
position: absolute;
background-color: #7a87af;
top: 0.5rem;
left: 0;
width: 0.3rem;
height: 98%;
border-radius: 1rem;
}
dl.tour-contents dd{
margin-bottom: 1rem;
}
dl.tour-contents dd:last-child{
margin-bottom: 0;
}

dd.lunch{
display: flex;
flex-direction: column;
}
dd.lunch div{
margin-bottom: 1rem;
}
@media screen and (min-width:737px) {
dd.lunch{
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
dd.lunch div{
margin-bottom: 0;
}
}/*@media screen and (min-width:737px)*/


div.img-box{
text-align: center;
}
div.img-box img{
width: 100%;
vertical-align: top;
}
div.img-box .cap{
text-align: right;
font-size: 0.9rem;
}



@media screen and (min-width:737px) {
div dl.side-list{flex-wrap: wrap;}
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);}

}/*@media screen and (min-width:737px)*/