@charset "utf-8";

#headBox {
    top: 0;
}
.head_logo { 
    margin-top: 0;
}
#contents {
    width: 95%;
    margin: 5% auto;
}     
.travel_bg {
    background: url('/images/travel/bg01.jpg')no-repeat top center;
    height: 450px;
    background-attachment: fixed;
    border-bottom: 10px solid #999;
}
.travel_bg p {
    text-transform: uppercase;
    text-align: center; 
    font-size: 40px;
    padding-top: 188px;
    color: #fff;
}
.tourList {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tourList:after {
    display: block;
    content: "";
    clear: both;
}
.tourList li {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.tourList li img {
    width: 100%;
    vertical-align: top;
    /* border-radius: 80px; */
}
.tourList li dl {
    padding: 3% 0 6%;
}
.tourList li dl dt {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    font-weight: 200;
}
.tourList li dl dt strong {
    font-weight: 400;
}
.tourList li dl dt .line {
    display: block;
    width: 48px;
    height: 1px;
    background: #000;
    margin: 0.8em 0 0.5em;
}
.tourList li dl dd {
    font-size: 1em;
    line-height: 1.6em;
    color: #666;
}
.btn_box {
    width: max-content;
    margin-top: 25px;
}
.btn_box .more_btn{
	display: block;
	background: #868078;
	color:#fff;
	border-radius: 25px;
	font-size:14px;
	font-weight: 500;
	padding: 7px 15px;
}
@media (max-width:1024px) {
    .tourList {width: 100%;}
    .travel_bg {
        background: url('/images/travel/m/bg01.jpg')no-repeat top center;
        background-attachment: fixed;
        height: auto;
    }
    .travel_bg p {
        padding: 130px 0 96px 0;
    }
    .tourList li {
        float: unset;
        width: 90%;
        margin: 0 auto;
    }
    .tourList li dl {
        padding: 3% 0 16%;
    }
    .tourList li dl dt .line {
        margin: 0.5em 0 0.5em;
    }
    .btn_box {
        width: max-content;
        margin-top: 15px;
    }
}
@media (max-width:500px) {
    .tourList li dl dd {
        font-size: 1em;
    }
    .btn_box .more_btn {
        font-size: 12px;
		padding: 5px 11px;
    }
}
@media (max-width:359px){
    .tourList li dl dt {
        font-size: 1.3em;
    }
}