/* ===============================================================
    * travel
=============================================================== */
.travel {padding: 150px 0;}
.travel-box {width: 100%; display: flex; justify-content: space-between; margin-bottom: 100px;}
.travel-box:last-child {margin-bottom: 0;}
.travel-img {width: calc(50% - 40px); height: 370px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);}
.travel-img img {width: 100%; height: 100%; object-fit: cover;}
.travel-txt {position: relative; width: calc(50% - 40px); padding-top: 60px; border-top: 1px solid #222;}
.travel-txt:after {content: ''; position: absolute; width: 52px; height: 3px; top: -2px; left: 0; background: #222;}
.travel-txt__tit {display: flex; justify-content: space-between;}
.travel-txt__tit h2 {font-size: 34px; font-weight: 600; letter-spacing: 0.04em; color: #222;}
.travel-txt__tit span {font-size: 16px; color: #666;}
.travel-txt__tit span i {font-size: 22px; margin-right: 5px;}
.travel-txt__tit span em {font-weight: 700; color: #222;}
.travel-txt h3 {font-size: 20px; margin: 30px 0;}
.travel-content {width: 90%; font-size: 14px; line-height: 24px; color: #777;}
.travel-box:nth-child(even) .travel-img {order: 2;}
.travel-box:nth-child(even) .travel-txt {order: 1;}
@media (max-width: 820px){
    .travel {padding: 60px 0;}
    .travel-box {flex-wrap: wrap; margin-bottom: 60px;}
    .travel-img {width: 100%; height: 194px; margin-bottom: 30px;}
    .travel-txt {width: 100%; padding-top: 30px;}
    .travel-box:nth-child(even) .travel-img {order: 1;}
    .travel-box:nth-child(even) .travel-txt {order: 2;}
    .travel-txt__tit h2 {font-size: 24px;}
    .travel-txt__tit span {font-size: 12px;}
    .travel-txt h3 {font-size: 18px; margin: 20px 0;}
    .travel-content {width: 100%; font-size: 12px; line-height: 18px;}
}
