/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/* secTop */
.secTop{
    height: 400px;
    padding-top: 120px;
}
.secTop.lazyloaded{
    background: url("../img/reserve/bgTop.jpg") no-repeat center top;
}
.secTop .titTop{
    font-size: 22px;
    line-height: 1.6;
}
.secTop .titIn{
    font-size: 46px;
}
.secTop .txtTop{
    font-size: 15px;
    line-height: 2;
}
@media only screen and (max-width:767px){
    .secTop{
        height: auto;
        padding: 50.67% 0 56%;
    }
    .secTop.lazyloaded{
        background: url("../img/reserve/bgTop_sp.jpg") center bottom /100% no-repeat;        
    }
    .secTop .wrapBox{
        width: 92%;
        margin: 0 auto;;
    }
    .secTop .titTop{
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
    .secTop .titIn{
        font-size: 24px;
        line-height: 2;
    }
    .secTop .txtTop{
        font-size: 11px;
        line-height: 1.9;
        text-align: center;
        border-top: #b5b6b5 solid 1px;
        padding-top: 10px;
        margin-top: 15px;
        letter-spacing: -0.5px;
    }
}


/* secFlow */
.secFlow{
    margin: 30px auto 90px;
    text-align: center;
}
.secFlow .titFlow{
    font-size: 26px;
    letter-spacing: 1px;
}
.secFlow .flowList{
    font-size: 0;
    margin-top: 55px;
}
.secFlow .boxFlow{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-right: 65px;
}
.secFlow .boxFlow:last-child{
    margin-right: 0;
}
.secFlow .txtIn{
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
}
.secFlow .txtUnder{
    font-size: 13px;
    line-height: 2.3;
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin: 30px auto;
        width: 92%;
    }
    .secFlow .titFlow{
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .secFlow .flowList{
        margin-top: 30px;
        text-align: left;
    }
    .secFlow .boxFlow{
        display: block;
        width: 100%;
        margin-right: 0;
        border-top: #e5e5e5 solid 1px;
        padding: 8px 0;
    }
    .secFlow .boxFlow:last-child{
        border-bottom: #e5e5e5 solid 1px;        
    }
    .secFlow .txtIn{
        font-size: 14px;
        margin-top: 0;
    }
    .secFlow .txtUnder{
        font-size: 10px;
        line-height: 2;
        margin-top: 10px;
        text-align: left;
        letter-spacing: -0.5px;
    }
}

