@charset "utf-8";

/*--------------------------------------------------*/
/*Utility*/
/*--------------------------------------------------*/
.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.flL {
    float: left !important;
}

.flR {
    float: right !important;
}

.flN {
    float: none !important;
}

.clB {
    clear: both !important;
}

.taL {
    text-align: left !important;
}

.taC {
    text-align: center !important;
}

.taR {
    text-align: right !important;
}

.vaT {
    vertical-align: top !important;
}

.vaM {
    vertical-align: middle !important;
}

.vaB {
    vertical-align: bottom !important;
}

.fwB {
    font-weight: bold !important;
}

.fwN {
    font-weight: normal !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.wordB {
    word-break: break-all;
    word-wrap: break-word;
}

input.alpha:hover,
a.alpha:hover img,
.alpha a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.spAccordionBtn:after {
    display: none;
}

.sp {
    display: none;
}

@media screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}

/*--------------------------------------------------*/
/*セクション*/
/*--------------------------------------------------*/
/*sec*/
.sec {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .sec {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }
}

/*
.secIn*/
.secIn {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .secIn {
        margin-top: 18px;
    }
}


/*--------------------------------------------------*/
/*ページトップへ*/
/*--------------------------------------------------*/
.pageTop {
    width: 980px;
    margin: 30px auto 0;
    font-size: 92.308%;
    line-height: 1;
    text-align: right;
}

.pageTop p {}

.pageTop p a {
    padding-top: 17px;
    background: url(../images/pagetop_arw.png) center top no-repeat;
    background-size: 12px auto;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .pageTop {
        width: 100%;
        margin-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 81.24%;
    }

    .pageTop p a {
        padding-top: 1em;
        background: url(../images/pagetop_arw.png) center top no-repeat;
        background-size: 0.923em auto;
    }
}


/*--------------------------------------------------*/
/*タイトル*/
/*--------------------------------------------------*/
/*ttl1*/
.ttl1 {
    padding: 16px 0 13px 20px;
    border-bottom: 1px solid #04048d;
    position: relative;
}

.ttl1:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #04048d;
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.ttl1:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #04048d;
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    right: 0;
}

.ttl1 .ttl1In {}

.ttl1 em {
    color: #04048d;
    font-size: 184.615%;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.ttl1 .sub {
    margin-left: 6px;
    padding-right: 15px;
    padding-left: 15px;
    color: #04048d;
    font-size: 92.308%;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ttl1 .sub:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #04048d;
    position: absolute;
    top: 50%;
    left: 0;
}

.ttl1 .sub:after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #04048d;
    position: absolute;
    top: 50%;
    right: 0;
}

@media screen and (max-width:767px) {
    .ttl1 {
        padding-top: 5px;
        padding-bottom: 8px;
        padding: 5px 0 8px 12px;
    }

    .ttl1 em {
        font-size: 112.5%;
        display: block;
    }

    .ttl1 .sub {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        font-size: 10px;
        display: block;
    }

    .ttl1 .sub:before,
    .ttl1 .sub:after {
        display: none;
    }
}


/*ttl2*/
.ttl2 {
    padding: 4px;
    background-color: #04048d;
    color: #fff;
    font-size: 138.462%;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
    .ttl2 {
        padding: 13px 10px 12px;
        font-size: 106.25%;
    }
}


/*--------------------------------------------------*/
/*人気の旅行先*/
/*--------------------------------------------------*/
.popDs {
    width: 980px;
    margin: 60px auto 0;
}

@media screen and (max-width:767px) {
    .popDs {
        width: 100%;
        margin-top: 25px;
    }
}


/*--------------------------------------------------*/
/*その他旅行商品のご案内*/
/*--------------------------------------------------*/
.otherPrd {
    width: 980px;
    margin: 60px auto 0;
    padding-bottom: 130px;
}

@media screen and (max-width:767px) {
    .otherPrd {
        width: 100%;
        margin-top: 18px;
        padding-bottom: 0;
    }
}


/*linkBlock*/
.linkBlock01,
.linkBlock02,
.sublinkBlock {
    line-height: 1.9;
    text-align: left;
}

.linkBlock01 li,
.linkBlock02 li,
.sublinkBlock li {
    display: inline-block;
    margin-right: 13px;
}

.linkBlock01 li a,
.linkBlock02 li a,
.sublinkBlock li a {
    background: url(../images/right_icon01.png) no-repeat center left;
    padding-left: 15px;
    font-size: 116%;
    text-decoration: none;
}

.spAccordionBtn {
    display: none;
}

.sublinkBlock {
    position: absolute;
    top: 45px;
    display: none;
    border: 5px solid #f8e098;
    padding: 9px 20px;
    left: 0;
    right: 0;
}

.sublinkBlock li:first-child {
    display: none;
}

.linkBlock01 {
    margin-top: 25px;
}

.linkBlock02 {
    position: relative;
    margin-top: 25px;
}

.linkBlock02>li {
    padding-bottom: 20px;
}

.linkBlock02>li>a {
    position: relative;
}

.linkBlock02>li>a:after {
    display: none;
    position: absolute;
    content: "";
    background: url(../images/up_icon01.png) no-repeat bottom;
    width: 18px;
    height: 18px;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.linkBlock02>li:hover>a:after {
    display: block;
}

.linkBlock02 li:hover .sublinkBlock {
    display: block;
}

@media screen and (max-width:767px) {
    .sublinkBlock {
        display: block;
        position: unset;
        border: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        display: none;
    }

    .sublinkBlock li {
        display: block;
        margin-right: 0;
        border-top: 1px solid #666;
        text-align: left;
    }

    .sublinkBlock li:first-child {
        display: block;
    }

    .sublinkBlock li a {
        padding: 8px 10px 7px 23px;
        font-size: 93.75%;
        background: url(../images/right_icon01.png) no-repeat 10px center;
        background-size: 7px auto;
        display: block;
    }

    li.active .sublinkBlock {
        display: block !important;
    }

    .linkBlock01 {
        margin-top: 9px;
        margin-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .linkBlock01 li a {
        background: url(../images/right_icon01.png) no-repeat center left;
        background-size: 7px;
        font-size: 87.5%;
    }

    .linkBlock02 {
        margin-top: 18px;
        margin-bottom: 0;
    }

    .linkBlock02>li {
        width: 100%;
        padding-bottom: 2px;
        display: block;
    }

    .linkBlock02>li:last-of-type {
        padding-bottom: 0;
    }

    .linkBlock02>li>a {
        position: relative;
        display: none;
    }

    .linkBlock02>li>a:after {
        display: none;
        position: unset;
        content: "";
        background: none;
    }

    .linkBlock02 li:hover .sublinkBlock {
        display: none;
    }

    .spAccordionBtn {
        display: block;
        text-align: left;
        background: #666;
        color: #fff;
        font-size: 93.75%;
        padding: 12px 10px 12px;
        line-height: 1.2;
        position: relative;
    }

    .spAccordionBtn:after {
        content: "";
        display: block;
        height: 100%;
        width: 15px;
        right: 10px;
        background: url(../images/add_icon01.png) no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        right: 10px;
    }

    .active .spAccordionBtn:after {
        content: "";
        position: absolute;
        background: url(../images/minus_icon01.png) no-repeat bottom;
        bottom: 13px;
        height: 6px;
        width: 30px;
        right: 10px;
        top: 17px;
        background-size: 50%;
    }
}