@charset 'utf-8';
/* CSS Document */


/* Tablet */
@media only screen and (max-width : 768px ){
#header .inner,
#container{
    width: 100%;
    margin: 0;
    padding: 0;
}
img{
    width /***/: auto;
    max-width: 100%;
    height: auto;
}
.wrapper{
    width: 90%;
}


.box{
    padding-top: 3em;
}

/*-------------------- SiteTitle */
#title{
    padding: 25px 0;
    background: url(../img/visual_main_tab.jpg) no-repeat center;
    background-size: cover;
}
h1.siteTtl{
    height: 0;
    margin-top: 0;
    padding-top: 29.05%;
    padding-bottom: 0;
    background-size: 75%;
}
#title h2{
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: -50px;
    text-align: center;
}
#title p{
    font-size: 1.4rem;
    text-align: center;
}

/*-------------------- Intro */
#intro{
    padding: 5em 0;
}
#intro ul.merit li{
    width: 32%;
}

/*-------------------- TravelType */
#travelType{
    padding: 5em 0;
}
#travelType ul.gallery li{
    width: 32%;
}

/*-------------------- Flow */
#flow{
    padding: 5em 0;
}
#flow ul.mailform dd:nth-child(3){
    font-size: 1.2rem;
    text-align: left;
}

/*-------------------- button */
.btn{
    font-size: 1.8rem;
}
.btn a{
    padding: .7em .2em;
}
#flow ul.phone dd:nth-child(2){
    font-size: 3rem;
    margin-bottom: .3em;
}
/*-------------------- Support */
#support .split{
    display: block;
}
#support .column{
    display: block;
    width: 100%;
}
#support .feature{
    height: 0;
    padding-top: 33%;
    background: url(../img/support.jpg) no-repeat center center;
    background-size: cover;
}
#support .details{
    padding: 3em;
}

/*-------------------- Contact */
#contact .ttl{
    float: left;
    margin: 0 1em 0 0;
}
#contact h4 span{
    display: block;
}
#contact ul{
    flex-direction: column;
}
#contact li{
    width: 100%;
    margin-bottom: 1.5em;
}
#contact li:last-child{
    margin-bottom: 0;
}
#page-top img,
#page-top a{
    width: 80%;
    padding: 7% 0;
    border-radius: 2px;
}


}





/* Smart */
@media only screen and (max-width : 480px ){
#title{
    padding: 30px 0;
    background: url(../img/visual_main_sp.jpg) no-repeat center;
    background-size: cover;
}
h1.siteTtl{
    overflow: hidden;
    height: 0;
    margin-bottom: 0;
    padding-top: 52.08%;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/title_sp.png) no-repeat center top;
    background-size: cover;
}
#title h2{
    font-size: 1.6rem;
    width: 70%;
    margin: 20px 0 0 20px;
    text-align: left;
}
#title p{
    width: 63%;
    margin: 20px;
    text-align: left;
}
#title p span{
    display: inline;
}
#title p:last-child{
    width: auto !important;
    margin: 20px;
}
#title p:last-child{
    display: block;
}
#intro{
    padding: 4em 0 5em;
}
h3.secTtl{
    font-size: 2rem;
}
#intro ul.merit{
    display: block;
}
#intro ul.merit li{
    width: 100%;
    margin-bottom: 30px;
}
#travelType{
    padding: 4em 0 5em;
}
#travelType ul.gallery{
    display: block;
}
#travelType ul.gallery li{
    width: 100%;
    margin-bottom: 30px;
}
#travelType ul.gallery li:nth-last-child(-n+3){
    margin-bottom: 30px;
}
#travelType ul.gallery li:last-child{
    margin-bottom: 0;
}
#flow{
    padding: 4em 0 5em;
}
#flow .cmt{
    text-align: left;
}
#flow ul.phone{
    display: block;
}
#flow ul.phone li{
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
}
#flow ul.phone dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .5em;
}
#flow ul.mailform{
    display: block;
}
#flow ul.mailform li{
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
}
.btn{
    font-size: 2.2rem;
}
#support .details{
    padding: 3em 2em;
}
#attention{
    padding: 4em 0 5em;
}
#attention h4{
    margin: 0 0 2em;
}
#contact .ttl{
    float: inherit;
    margin: 0 0 3em 0;
}


}
