@charset "utf-8";

.touring_wrap {
    background: url(../images/touring_back.png) no-repeat;
    background-size: cover;
}

.touring_wrap ul {
    padding: 1em;
    max-width: 1200px;
    margin: 0 auto;
}

.touring_top {
    width: 100%;
}

.touring_top img {
    width: 100%;
}

.touring_top_text {
    margin: 2em auto;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    padding: 1em;
}

.touring_con {
    display: flex;
    align-items: flex-start;
    padding-bottom: 3em;
}

.touring_con:nth-child(even) {
    flex-direction: row-reverse;
}

.touring_con_img {
    position: relative;
    width: 50%;
    padding: 1em;
}
.touring_con_img img {
    width: 100%;
}

.touring_text {
    width: 50%;
    padding: 0 1em;
}

.bike {
    width: 120px;
    margin: 10px auto;
}

.bike img {
    width: 100%;
}

.touring_text h3 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.touring_text p {
    color: #000;
    margin: 1em auto;
    line-height: 1.5;
    font-size: 16px;
}

.touring_text p span {
    display: block;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.touring_subimg {
    max-width: 350px;
    width: 70%;
    display: block;
    margin: 0 0 0 auto;
}

.hotel_link p {
    color: #00A0E9;
    text-indent: -1em;
    padding-left: 1em;
}

.hotel_link a {
    color: #00A0E9;
    border: 2px solid #00A0E9;
    display: block;
    padding: 10px;
    text-align: center;
    transition: .3s;
    line-height: 1.5;
}
.hotel_link a:hover {
    background-color: #00A0E9;
    color: #fff;
    transition: .3s;
}

@media(max-width:767px) {
    .touring_wrap {
    background: url(../images/touring_back_sp.png) no-repeat;
    background-size: cover;
}
    .touring_con {
        display: block;
        padding: 1em;
    }
    .touring_con_img {
        width: 100%;
        padding: 0;
    }
    .touring_text {
        width: 100%;
        padding: 1em 0;
    }
    .bike {
        width: 100px;
    }
    .touring_subimg {
        width: 70%;
        margin: 1em auto;
    }
}