@charset "utf-8";


/*フッター設定
---------------------------------------------------------------------------*/
.footer .footer01 {
    clear: both;
    background: #371e09;
    padding: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 {
        padding: 40px 25px;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner {
        display: block;
    }
}

.footer .footer01 .ft_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner {
        display: block;
    }
}

.footer .footer01 .ft_inner .ft_box01 {
    margin-right: 100px;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box01 {
        margin: 0 auto;
        text-align: center;
    }
}

.footer .footer01 .ft_inner .ft_box01 .ft_logo {
    margin: 10px 0 20px;
    width: 280px;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box01 .ft_logo {
        width: 200px;
    }
}

.footer .footer01 .ft_inner .ft_box01 .ft_logo a {
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 200px;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box01 .ft_logo a {
        width: 200px;
    }
}

.footer .footer01 .ft_inner .ft_box01 .ft_logo a img {
    width: 80%;
}

.footer .footer01 .ft_inner .ft_box01 .ft_logo a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box01 .ft_logo {
        width: 60%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer .footer01 .ft_inner .ft_box01 h2 {
    font-family: "a-otf-midashi-mi-ma31-pr6n";
    color: #fff;
    text-align: left;
    font-size: 1.8em;
}

.footer .footer01 .ft_inner .ft_box01 p {
    color: #fff;
    text-align: left;
    font-size: 0.8em;
    width: 400;
}

.footer .footer01 .ft_inner .ft_box01 p:nth-child(2) {
    margin-bottom: 3px;
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box01 h2 {
        text-align: center;
        font-size: 1.5em;
        padding: 0 0 15px;
    }

    .footer .footer01 .ft_inner .ft_box01 p {
        font-size: 1em;
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer .footer01 .ft_inner .ft_box02 a,
.footer .footer01 .ft_inner .ft_box03 a,
.footer .footer01 .ft_inner .ft_box04 a {
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer .footer01 .ft_inner .ft_box02 a:hover,
.footer .footer01 .ft_inner .ft_box03 a:hover,
.footer .footer01 .ft_inner .ft_box04 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer .footer01 .ft_inner .ft_box02,
.footer .footer01 .ft_inner .ft_box03,
.footer .footer01 .ft_inner .ft_box04 {
    width: 150px;
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {

    .footer .footer01 .ft_inner .ft_box04,
    .footer .footer01 .ft_inner .ft_box02,
    .footer .footer01 .ft_inner .ft_box03 {
        margin-right: 20px;
    }
}

.footer .footer01 .ft_inner .ft_box02 p,
.footer .footer01 .ft_inner .ft_box03 p,
.footer .footer01 .ft_inner .ft_box04 p {
    font-size: 0.8em;
    color: #fff;
    text-align: left;
    margin: 10px 0 15px;
}

@media only screen and (max-width: 1200px) {

    .footer .footer01 .ft_inner .ft_box02 p,
    .footer .footer01 .ft_inner .ft_box03 p,
    .footer .footer01 .ft_inner .ft_box04 p {
        text-align: center;
        margin-bottom: 5px;
    }
}

.footer .footer01 .ft_inner .ft_box02 p a,
.footer .footer01 .ft_inner .ft_box03 p a,
.footer .footer01 .ft_inner .ft_box04 p a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {

    .footer .footer01 .ft_inner .ft_box02,
    .footer .footer01 .ft_inner .ft_box03,
    .footer .footer01 .ft_inner .ft_box04 {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .footer01 .ft_inner .ft_box05 {
        text-align: center;
        padding-top: 25px;
    }
}

.footer .footer02 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .footer02 p {
    font-size: 10px;
    font-size: 0.5em;
    color: #fff;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
    clear: both;
    background: #ff7800;
    /*背景色*/
    padding: 15px 0;
}

#copyright p {
    text-align: center;
    color: #fff;
    font-size: 0.8em;
}

@media only screen and (max-width: 1200px) {
    #copyright {
        padding: 15px 0 25px;
    }
}
