@charset "utf-8";
/* --------------------------------
PCとスマホのフッター（ナビゲーションをのぞく） css 


※テンプレートはここに使い方がある
　ない場合は、毎回書き直し
-------------------------------- */

#footer {
    background: #F0F4F6;
    padding: 0px 3.5%;
}

#ftr-adrs-box .icon-jump {
    display: inline-block;
    width: 18px;
    height: 15px;
    padding: 0 0 2px 5px;
}

a#ftrn-t,
.ftr-takino,
.ftr-cs,
a.ftr-wn,
.copyright {
    color: #505050;
}

.ftr-takino,
.ftr-cs,
#ftr-small-nav {
    font-weight: 500;
}

.copyright {
    font-size: 10px;
    padding-left: 14px;
    line-height: 78px;
}
.cr-img{
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    top:-1px;
}

@media (max-width: 739px) {
    /*★ ↓ max設定、注意 ★*/
    a.ftr-phone {
        text-decoration: none;
        color: #000000;
    }
    #pc-ff-1,
    #pc-ff-2 {
        display: none;
    }
    #ftr-adrs-box {
        padding: 34px 0;
    }

    .ftr-takino {
        padding-bottom: 18px;
        font-size: 16px;
    }
    .ftr-cs {
        display: block;
        font-size: 14px;
        padding-bottom: 12px;
    }
    .ftr-dtlbox {
        display: block;
        font-size: 12px;
    }
    .ftr-dtlbox span {
        display: block;
        padding-bottom: 6px;
    }
    .ftr-dtlbox span.fad-br {
        padding-bottom: 0px;
    }

    .fad-tblbox {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }
    .fad-cellbox {
        display: table-cell;
        width: 50%;
    }
    .fad-tblbox .fad-cellbox:nth-child(1) {
        padding-right: 10px;
    }
    .fad-tblbox .fad-cellbox:nth-child(2) {
        padding-left: 10px;
    }
    .fnav-ttl {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        padding-top: 14px;
    }
    .fnav-deco {
        display: block;
        font-size: 12px;
        height: 14px;
        line-height: 14px;
        position: absolute;
        top: 34px;
        left: 14px;
        text-align: center;
    }
    .fnav-ttl {
        font-size: 14px;
        font-weight: 600;
    }

    #ftrnav li#ftrn-t a .fnav-ttl {
        color: #505050;
    }
    #ftrnav li#ftrn-t a .fnav-deco {
        color: #616161;
        font-weight: 200;
        width: 46px;
    }
    #ftrnav li#ftrn-g a.ff-appearmenu .fnav-ttl {
        color: #C15555;
    }
    #ftrnav li#ftrn-g a.ff-appearmenu .fnav-deco {
        color: #CA6C6C;
        font-weight: 200;
        width: 92px;
    }

    #ftrnav li#ftrn-y a.ff-appearmenu .fnav-ttl {
        color: #3F9B74;
    }
    #ftrnav li#ftrn-y a.ff-appearmenu .fnav-deco {
        color: #47AD82;
        font-weight: 200;
        width: 92px;
    }
    
        #ftrnav li#ftrn-m a.ff-appearmenu .fnav-ttl {
        color: #828234;
    }
    #ftrnav li#ftrn-m a.ff-appearmenu .fnav-deco {
        color: #8F8F41;
        font-weight: 200;
        width: 92px;
    }
    
    
    #ftrnav .ff-menu-item {
        font-size: 13px;
        font-weight: 500;
    }
    .ff-caret-g {
        display: block;
        -ms-transform: rotate(45deg);
        /*下向きは135、右向きは45*/
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        /*矢印*/
        width: 6px;
        height: 6px;
        border-top: 2px solid #DA9898;
        border-right: 2px solid #DA9898;
        position: absolute;
        top: 28px;
        right: 18px;
    }
    .ff-caret-y {
        display: block;
        -ms-transform: rotate(45deg);
        /*下向きは135、右向きは45*/
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        /*矢印*/
        width: 6px;
        height: 6px;
        border-top: 2px solid #7EC5A7;
        border-right: 2px solid #7EC5A7;
        position: absolute;
        top: 28px;
        right: 18px;
    }
    .ff-caret-m {
        display: block;
        -ms-transform: rotate(45deg);
        /*下向きは135、右向きは45*/
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        /*矢印*/
        width: 6px;
        height: 6px;
        border-top: 2px solid #BABA83;
        border-right: 2px solid #BABA83;
        position: absolute;
        top: 28px;
        right: 18px;
    }
    
    #ftr-small-nav {
        border-top: 1px solid #D7E3E8;
    }

    #ftr-small-nav a {
        text-decoration: none;
        color: #666666;
        font-size: 12px;
        display: inline-block;
        padding-left: 14px;
    }
    #ftr-small-nav li:nth-child(3) a {
        font-size: 11px;
    }
    #ftr-small-nav li {
        line-height: 60px;
        width: 50%;
        float: left;
        border-bottom: 1px solid #D7E3E8;
        position: relative;
    }
    #ftr-small-nav::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        clear: left;
    }
    .fs-caret {
        /*右矢印 小*/
        display: block;
        -ms-transform: rotate(45deg);
        /*下向きは135、右向きは45*/
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        /*矢印*/
        width: 6px;
        height: 6px;
        border-top: 2px solid #AAAAAA;
        border-right: 2px solid #AAAAAA;
        position: absolute;
        top: 28px;
        right: 12px;
    }
}

/*end max-width: 739px*/

/*★ ↑ max設定、注意 ★*/

@media (min-width: 350px) {
    #ftr-small-nav li:nth-child(3) a {
        font-size: 12px;
    }
}

/*end min-width: 350px*/

@media (min-width: 500px) {

    .ftr-dtlbox span.fad-br {
        display: inline-block;
    }

}

/*end min-width: 500px*/

@media (min-width: 740px) {
    .fnav-deco,
    #ftr-small-nav,
    .menu-space {
        display: none !important;
        /* ↑ 他のcss設定に影響されないようにしている */
    }

    #footer {
        padding: 0px;
    }
    #ftrnav-inner,
    .copyright,
    #ftr-adrs-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    a.ftr-phone {
        text-decoration: none;
        color: #333333;
    }

    .ftr-takino,
    .ftr-cs {
        color: #505050;
    }
    .ftr-takino {
        font-size: 16px;
    }
    .ftr-cs {
        font-size: 14px;
    }

    .ftr-dtlbox,
    #ftr-menu a,
    #ftr-small-nav a {
        color: #333333;
    }
    #ftr-menu a,
    #ftr-small-nav a {
        text-decoration: none;
        font-size: 13px;
        font-weight: 300;
    }

    .fnav-ttl {
        color: #357DA1;
        font-size: 13px;
        font-weight: 500;
    }
    #ftrn-t .fnav-ttl {
        color: #505050;
    }
    .ftr-dtlbox {
        font-size: 12px;
    }
    #ftr-menu {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }
    #ftrn-t,
    #ftrn-g,
    #ftrn-y,
    #pc-ff-1,
    #pc-ff-2 {
        display: table-cell;
    }
    #ftrn-t {
        width: 12%;
    }
    #ftrn-g {
        width: 18%;
    }

    #ftrn-y {
        width: 18%;
    }
    #pc-ff-1 {
        width: 26%;
    }
    #pc-ff-2 {
        width: 26%;
    }
    .copyright {
        line-height: 1;
        height: 50px;
    }
    #ftrnav-inner {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    #ftr-adrs-box {
        border-top: 1px solid #D7E3E8;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .fad-cellbox span {
        line-height: 26px;
    }
    .ftr-takino {
        padding-bottom: 20px;
    }
    .ftr-geihinkan {
        padding-bottom: 20px;
    }
    .ftr-cs {
        padding-right: 10px;
    }
    .ftr-jp {
        padding-right: 4px;
    }
    .ftr-ar {
        padding-right: 10px;
    }
    .ftr-pn {
        padding-right: 10px;
    }
    .ftr-fx {
        padding-right: 10px;
    }
    .ftr-cs {
        display: block;
    }
    .ff-box li,
    #pc-ff-1 li,
    #pc-ff-2 li,
    #ftrn-t .fnav-ttl {
        font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 300;
    }
    #ftrn-g .ff-appearmenu,
    #ftrn-y .ff-appearmenu {
        display: inline-block;
        margin-bottom: 14px;
        cursor: default;
        
    }
    #pc-ff-1 a,
    #pc-ff-2 a,
    .ff-box a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .ff-key {
        display: inline-block;
        padding-left: 6px;
    }

}

/*end min-width: 740px*/

@media (min-width: 960px) {
    /* md */
    .ftr-cs {
        display: inline-block;
    }

}

/*end min-width: 960px*/

@media (min-width: 1070px) {
    #footer {
        position: relative;
    }
    .copyright {
        display: inline-block;
        height: 56px;
        position: absolute;
        bottom: 0px;
        right: 0px;

    }

}

/*end min-width: 1070px*/

@media (min-width: 1280px) {
    /* lg */
    #ftr-adrs-box {
        padding-bottom: 40px;
    }
    .ftr-takino {
        padding-bottom: 24px;
    }
    .ftr-geihinkan {
        padding-bottom: 16px;
    }
    .ff-box li {
        display: inline-block;
        width: 40%;
        float: left;
    }
    #ftrnav-inner{
    padding-left: 8%;
    padding-right: 8%;
}
.copyright, #ftr-adrs-box{
    padding-left: 5%;
    padding-right: 5%;
}
    #ftrn-t {
        width: 10%;
    }
    #ftrn-g {
        width: 25%;
    }

    #ftrn-y {
        width: 25%;
    }
    #pc-ff-1 {
        width: 20%;
    }
    #pc-ff-2 {
        width: 20%;
    }
}

/*end min-width: 1280px*/

@media (min-width: 1600px) {
    /* xl */
    .ff-box li {
        width: 24%;
    }
    #ftrn-t {
        width: 8%;
    }
    #ftrn-g {
        width: 32%;
    }

    #ftrn-y {
        width: 32%;
    }
    #pc-ff-1 {
        width: 17%;
    }
    #pc-ff-2 {
        width: 11%;
    }
}

/*end min-width: 1600px*/