@charset "UTF-8";

@media all and (min-width:641px){
    #ftWrapper {
        background: #ebebef;
    }
    
    #ftWrapper footer#mainFt {
        width: 1024px;
        padding: 35px 0 20px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #ftWrapper footer#mainFt .footer_inner{
        display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
        padding: 25px 0 40px;
        justify-content: center;
    }

    #ftWrapper #mainFt .footer_lists-area{
        width: 672px;
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
    }
    #ftWrapper #mainFt .footer_lists{
        width: 288px;
    }
    #ftWrapper #mainFt .footer_lists p.title{
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 20px;
        line-height: 1;
    }
    #ftWrapper #mainFt .footer_lists + .footer_lists{
        margin-left: 80px;
    }
    #ftWrapper #mainFt .footer_lists ul li{
        display: block;
        line-height: 1;
    }
    #ftWrapper #mainFt .footer_lists ul li a{
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #333333;
        position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #c6c6c9;
        transform: rotate(0.03deg);
    }
    #ftWrapper #mainFt .footer_lists ul li a:hover{
        opacity: .7;
    }
    #ftWrapper #mainFt .footer_lists ul li a::after{
        position: absolute;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        right: 2px;
        top: calc(50% - 3px);
    }

    /*copyright*/
    #ftWrapper #mainFt #copyArea {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
        color: #333333;
        border-top: 1px solid #c6c6c9;
        line-height: 1;
    }
    
    /*pageTop*/
    .pagetop_btn{
        margin: 80px auto 0;
        text-align: center;
        padding: 25px 0 40px;
    }
    .pagetop_btn a{
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 12px;
        padding-top: 30px;
    }
    .pagetop_btn a span{
        position: relative;
        font-size: 12px;
    }
    .pagetop_btn a span::before{
        position: absolute;
        content: "";
        display: block;
        border-left: 2px solid #000;
        border-top: 2px solid #000;
        width: 20px;
        height: 20px;
        top: -25px;
        left: calc(50% - 10px);
        transform: rotate(45deg);
    }








    .floatbnrWrap {
        width: 300px;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 9;
        display:none;
    }
    .floatbnrInner{
        position: relative;
    }
    .floatbnrInner .contents{
        width: 100%;
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .lead{
        background-color: #253336;
        font-size: 14px;
        color: #fff;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner {
        width: 100%;
        -webkit-transition: .4s all;
        transition: .4s all;
        position: relative;
    }
    .floatbnrWrap .floatbnrInner .floatbnr {
        -webkit-transition: .4s all;
        transition: .4s all;
        opacity: 1;
        width: 100%;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a {
        width: 300px;
        display: block;
        min-height: 0%;
    }
    .floatbnrWrap .floatbnrInner .cls {
        position: absolute;
        font-size: 24px;
        top: -28px;
        right: 0;
        cursor: pointer;
        width: 28px;
        height: 28px;
        display: block;
        z-index: 10;
        line-height: 28px;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a img {
        display: block;
        width: 100%;
    }
    .pagetop_btn a.hasBanner {
        bottom: 45%;
    }





}



/* SP */
@media all and (max-width:640px){

    #ftWrapper {
        padding: 0;
        text-align: center;
    }
    
    /*banner*/
    #ftWrapper a#banTrbl {
        display: block;
    
        width: 298px;
        height: 73px;
    
        padding: 0;
        margin: 0 auto 30px;
    
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
    
        background:
        url(/content/dam/smcc/jp/ja/nyukai/magazine/tabisapo/cmn_sp/img/ft_ban_trbl02.jpg) no-repeat right top,
        url(/content/dam/smcc/jp/ja/nyukai/magazine/tabisapo/cmn_sp/img/ft_ban_trbl01.png) no-repeat left top #ff9b0c;
        background-size:
        138px 73px,
        142px 73px;
    
        border: solid 1px #555;
        border-radius: 4px;
    }
    
    /*pagetop*/
    #ftWrapper a#pageTop {
        display: block !important;
        width: 50px;
        height: 50px;
    
        padding: 0;
        margin: 0 10px 10px auto;
    
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
    
        background: url(/content/dam/smcc/jp/ja/nyukai/magazine/tabisapo/cmn_sp/img/ptop.png) no-repeat center center #909090;
        background-size: 50px 50px;
    
        border-radius: 50px;
    }
    
    /*footer*/
    #ftWrapper footer#mainFt {
        background: #ebebef;
    }
    
    /*copyright*/
    #ftWrapper #mainFt #copyArea {
        display: block;
        width: auto;
        margin: 0;
        padding: 8px 0;
        text-align: center;
        color: #333333;
        line-height: 1;
        border-top: 1px solid #C6C6C9;
    }
    #ftWrapper #mainFt #copyArea small {
        font-size: 3.47vw;
        word-break: break-word;
    }

    #ftWrapper #mainFt .footer_lists-area{
        padding: 16px 24px;
    }
    #ftWrapper #mainFt .footer_lists{
        text-align: left;
    }
    #ftWrapper #mainFt .footer_lists p.accordion-btn{
        font-size: 14px;
        font-weight: 600;
        position: relative;
        line-height: 1;
        padding: 4.67vw 0;
        border-bottom: 1px solid #c6c6c9;
        cursor: pointer;
    }
    #ftWrapper #mainFt .footer_lists p.accordion-btn::before{
        position: absolute;
        content: "";
        display: block;
        width: 2.00vw;
        height: 2.00vw;
        right: 3.6vw;
        top: 0;
        bottom: 0.80vw;
        margin: auto;
        border-right: 2px solid #333333;
        border-bottom: 2px solid #333333;
        transform: rotate(45deg);
    }
    #ftWrapper #mainFt .footer_lists p.accordion-btn.active::before{
        transform: rotate(-135deg);
        top: 0.80vw;
        bottom: 0;
    }
    #ftWrapper #mainFt .footer_lists a{
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #333333;
        position: relative;
        font-weight: 400;
        line-height: 140%;
        padding: 4.67vw 0 4.67vw 4.00vw;
    }
    #ftWrapper #mainFt .footer_lists ul{
        display: none;
        margin: 0 0 4.00vw;
        list-style-type: none;
        background-color: #F6F5F5;
    }
    
    #ftWrapper #mainFt .footer_lists ul li a::after{
        position: absolute;
        content: "";
        display: block;
        width: 2.00vw;
        height: 2.00vw;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
        right: 3.6vw;
        top: calc(50% - 1.50vw);
    }
    #ftWrapper #mainFt .footer_lists ul li a:hover{
        opacity: .7;
    }


    /* pagetop */
    .pagetop_btn{
        margin: 0 auto;
        text-align: center;
        padding: 14.67vw 0 6.67vw;
    }
    .pagetop_btn a{
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 2.13vw;
        padding-top: 4.67vw;
    }
    .pagetop_btn a span{
        position: relative;
        font-size: 16px;
    }
    .pagetop_btn a span::before{
        position: absolute;
        content: "";
        display: block;
        border-left: 3px solid #000;
        border-top: 3px solid #000;
        width: 20px;
        height: 20px;
        top: -20px;
        left: calc(50% - 10px);
        transform: rotate(45deg);
    }


    .floatbnrWrap {
        position: fixed;
        right: 0;
        bottom: 0px;
        width: 100%;
        display:none;
        z-index: 10;
    }
    .floatbnrInner{
        position: relative;
    }
    .floatbnrInner .contents{
        box-shadow: 0px 0px 15px -5px #777777;
        width: 100%;
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .floatbnr {
        width: 100%;
    }
    .floatbnrWrap .floatbnrInner .lead{
        background-color: #253336;
        font-size: 14px;
        color: #fff;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr:last-child {
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .cls {
        position: absolute;
        top: -28px;
        right: 0;
        cursor: pointer;
        width: 22px;
        height: 22px;
        display: block;
        z-index: 10;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a {
        position: relative;
        display: block;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a img {
        display: block;
        width: 100%;
    }
    .pagetop_btn a.hasBanner {
        bottom: 65vw;
    }


}



.del {
    display: none !important;
}
@media print, screen and (min-width:640px) {
    .pconly {
        display: block
    }
}

@media screen and (max-width:639px) {
    .pconly {
        display: none
    }
}

@media print, screen and (min-width:640px) {
    .sponly {
        display: none
    }
}

@media screen and (max-width:639px) {
    .sponly {
        display: block
    }
}