@charset "utf-8";
#main_tour_list{padding:0%;background: url(../images/bg_texture.gif); width: 100% !important;}


.kimg_tour_list{
    background-image: url("../dom_tour/images/kimg_dom.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
    position:relative;
    border-bottom:1px solid #999;
}
.kimg_tour_list_outbound{
    background-image: url("../int_tour/images/kimg_int.jpg");
}
.kimg_service{
    background-image: url("../service/images/kimg_service.jpg");
}
.kimg_txt{
    position:absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgba(152,129,74,0.5);
    font-size: 200%;
    color: #fff;
    padding:2% 0 1% 0;
    line-height: 110%;

}
.kimg_txt span{
    font-family: 'Philosopher', sans-serif;
    display: block;
    width: 100%;
    font-size: 50%;
}
.kimg_txt h1{
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
.kimg_tour_list{
    height: 320px;
}
    
.kimg_txt{
    font-size: 160%;
    padding:4% 0 2% 0;
}
#main_tour_list h2{
    font-size: 140%;
    margin: 0;
    }
#main_tour_list .w980{
    padding: 2% 5% !important;
    }
}


#main_tour_list h2{
    margin: 30px 0 15px 0;
}

@media only screen and (max-width: 767px) {
    #main_tour_list h2{
        margin: 5% 0 4% 0;
    }
}
    


/*　↑↑↑↑ここまで About usのコピー↑↑↑↑ */
h2{
    margin-top: 20px;
}
#side_navi{
    float: left;
    width: 30%;
    margin-bottom: 100px;
}
#side_navi h3{
    color: #98814b;
    margin: 25px 0 15px 0;
}

#side_navi ul li {
    background-color: #fff;
    border-radius: 20px;
    padding: 2px 20px 2px 20px;
    max-width: 240px;
    font-size: 84%;
    font-weight: bold;
    margin: 0 0 10px 0;
    box-shadow: 0 0 8px -4px grey;
}
#side_navi ul a:hover{
    text-decoration: none;
    cursor: pointer;
}
#side_navi ul li:hover{
    text-decoration: none;
    color: #FFF;
    background: #98814a;
}
#side_navi ul a.active li {
    color: #FFF;
    background: #98814a;
}
#tour_list{
    float: right;
    width: 69%;
}

#tour_list a{color:#000;}
#tour_list a:hover{text-decoration: none;opacity: 0.7;color:#666;}

#tour_list ul{
}
#tour_list ul li{
    padding: 4%;
    border: 1px solid #999;
    margin-top: -1px;
    display: none;
    position: relative;
}
#tour_list ul li.show{
    display: block;
    animation: fadeIn  1s linear 0s;
}
@keyframes fadeIn {
    from{opacity: 0;}
    to{opacity: 1;}
}


#tour_list ul li:after {
    content: "";
    display: block;
    clear: both;
}

#tour_list ul li img{
    float: left;
    max-width: 175px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.st_list span{
    background-color: #fff;
    padding:0px 8px;
    line-height: 170%;
    margin: 0 7px 3px 0;
    font-size: 82%;
    font-weight: bold;
    display: inline-block;
}

.north .st_list span:first-child{background-color: #88b9cc; color:#fff;}
.rajasthan .st_list span:first-child{background-color: #d7a72e; color:#fff;}
.gujarat .st_list span:first-child{background-color: #73be67; color:#fff;}
.ladak .st_list span:first-child{background-color: #c35966; color:#fff;}
.south .st_list span:first-child{background-color: #39a373; color:#fff;}
.west .st_list span:first-child{background-color: #dfc44e; color:#fff;}
.northeast .st_list span:first-child{background-color: #5f7eb2; color:#fff;}
.andaman .st_list span:first-child{background-color: #905fb2; color:#fff;}



.mv .st_list span:first-child{background-color: #dfc44e; color:#fff;}
.lk .st_list span:first-child{background-color: #88b9cc; color:#fff;}
.bt .st_list span:first-child{background-color: #d7a72e; color:#fff;}
.mm .st_list span:first-child{background-color: #73be67; color:#fff;}
.om .st_list span:first-child{background-color: #c35966; color:#fff;}
.uz .st_list span:first-child{background-color: #39a373; color:#fff;}
.jo .st_list span:first-child{background-color: #dfc44e; color:#fff;}
.np .st_list span:first-child{background-color: #5f7eb2; color:#fff;}
.bd .st_list span:first-child{background-color: #5f7eb2; color:#fff;}
.pk .st_list span:first-child{background-color: #5f7eb2; color:#fff;}

#tour_list ul li h3{
    margin: 1.5% 0;
}
#tour_list .price{
    background: url(../images/line_wave1.gif) bottom repeat-x;
    background-size: 4px;
    padding-bottom: 1px;
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    float: right;
    margin-bottom: 15px;
}
#tour_list .price span{
    font-size: 65%;
}
#tour_list .summary{
    font-size: 85%;
}
#tour_list .summary:before {
    content: "";
    display: block;
    clear: both;
}


#tour_list p.attention{font-size:80%; font-weight: bold; padding:0; color: #FF0000; margin-top:2%;}

/*----------------------------------------------------
  レスポンシブ
----------------------------------------------------*/
@media screen and (max-width:767px) {
    #side_navi,#tour_list{float: none;width: 100%;margin-bottom: 10px;}
    #side_navi ul li{max-width: unset; float: left;margin-right: 3px;padding:2px 13px;}
    #side_navi h3{margin:20px 0 15px 0;}
    #side_navi h3:before{content: "";display: block;clear: both;}

    #tour_list ul li img{max-width: 150px;float:none; margin-bottom: 3px;}
    #tour_list .price{position: absolute; right: 3.5%; top: 60px;}
    #tour_list .price span{display: block;font-size: 60%;}

}