@charset "UTF-8";
.bgimg_spot {
background-image: url("/asset/img/spot/cat_mainimg.jpg");
}
/* 旅行商品一覧 ------------------------- */
.pagination:last-of-type {
    margin-bottom: 0px;
}
.ttl22line {
margin-bottom: 20px;
}
.head_mds {
letter-spacing: 0.03em;
margin-bottom: 50px;
}
#travel_list_con {
display: flex;
flex-wrap: wrap;
}
.travel_list_item {
display: flex;
flex-direction: column;
border: solid 1px #d4d4d4;
background-color: #fff;
width: 356px;
margin: 0 56px 56px 0;
}
.travel_list_item:nth-child(3n) {
margin-right: 0px;
}
.travel_list_item .img_wrap img {
height: auto;
}
.travel_list_item .txt_wrap {
padding: 29px 29px 18px;
}
.travel_list_item .txt_wrap h3 {
font-size: 1.8rem;
line-height: 1.6;
margin-bottom: 16px;
}
.travel_list_item .txt_wrap p {
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 18px;
}
.travel_list_price {
display: flex;
border-top: solid 1px #d4d4d4;
border-bottom: solid 1px #d4d4d4;
font-weight: bold;
background-color: #f9f7f5;
margin-bottom: 14px;
}
.travel_list_price dt {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 50px;
font-size: 1.5rem;
background-color: #2ea7e0;
line-height: 1;
padding: 17px 0;
}
.travel_list_price dd {
display: flex;
align-items: center;
width:calc(100% - 50px);
font-size: 1.8rem;
line-height: 1;
padding: 14px;
}
.travel_list_outline {
display: flex;
justify-content: space-between;
}
.travel_list_outline dl,
.travel_list_outline table {
width: calc((100% - 12px) / 2);
}
.travel_list_outline .kikan {
display: flex;
flex-direction: column;
border: solid 1px #d4d4d4;
text-align: center;
}
.travel_list_outline .kikan dt {
background-color: #f9f7f5;
line-height: 1;
color: #2ea7e0;
font-weight: bold;
padding: 10px 10px;
}
.travel_list_outline .kikan dd {
padding: 6px 10px;
line-height: 1.4;
}
.travel_list_outline .other {
border-top: solid 1px #d4d4d4;
font-weight: bold;
}
.travel_list_outline .other th {
border-bottom: solid 1px #d4d4d4;
width: 72px;
color: #2ea7e0;
line-height: 1.4;
padding: 7px 0 6px;
}
.travel_list_outline .other td {
border-bottom: solid 1px #d4d4d4;
width: calc(100% - 72px);
line-height: 1.4;
padding: 7px 0 6px;
}
.travel_list_item .btn_wrap {
display: block;
width: 296px;
margin: auto auto 29px;
}
.travel_list_item .btn_wrap a {
display: block;
padding: 12px 8px;
font-weight: bold;
line-height: 1;
text-align: center;
color:#fff;
background-color: #ab7b5c;
border-radius: 4px;
}
.btn_wrap a i {
transform: rotate(-90deg);
}

/* 旅行商品詳細 ------------------------- */
#travel_detail_wrap {
padding: 30px;
}
#travel_detail_con {
position: relative;
padding: 70px 50px 50px;
}
.dtlttl_ic_con {
top:-10px;
left:-10px;
}
#travel_dttltle_wrp {
display: flex;
align-items: end;
justify-content: space-between;
border-bottom: solid 1px #d4d4d4;
padding-bottom: 12px;
margin-bottom: 40px;
}
#travel_dttltle_wrp h1 {
font-size: 2.4rem;
line-height: 1.6;
width: calc(100% - 150px);
}
.travel_backlist_btn {
display: block;
width: 120px;
}
.travel_backlist_btn a {
display: block;
background-color: #f9f7f5;
font-weight: bold;
color:#2ea7e0;
text-align: center;
line-height: 1;
padding: 12px 0;
}
#corignl_details {
padding: 0px;
}


