@charset "utf-8";
body {
    background: #fff;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Arial, sans-serif;
}
img {
    max-width: 100%;
    width/***/
    : auto;
    height: auto;
    vertical-align: bottom;
    /*display:block;*/
}

/*header*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.top_wrapper {
    min-width: 980px;
    width: 100%;
}
header#header ul.bxslider li {
    width: 980px;
}
header#header p.header_top_img_text {
    position: absolute;
    z-index: 10;
    top: 191px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 575px;
    height: auto;
}
#slideshow {
    position: relative;
    width: 100%;
    height: 500px;
}
#slideshow li {
    position: absolute;
    height: 300px;
    margin: 0;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
}

/*============================
#fixedBox
============================*/

header#header div#fixedBox.nav {
    background: #B4A787;
    width: 100%;
    margin: 0 auto;
    padding: 14px 0;
}
header#header div#fixedBox .fixedBox_inner {
    width: 900px;
    margin: 0 auto;
    /* position: relative; */
}
header#header div#fixedBox.nav p.fixedBox_company_name {
    float: left;
}
header#header div#fixedBox.nav p.fixedBox_news {
    float: right;

}
header#header div#fixedBox.nav p.fixedBox_fb {
    float: right;
    padding: 0 27px 0 4px;
    display: none;
}
header#header div#fixedBox.nav div.fixedBox_menu {
    float: right;
    /* position: absolute; */
    /* top: 5%; */
    /* right: 0; */
    /* width: 330px; */
}

/*side*/


/*mailcolumn*/


/*============================
#footer
============================*/

footer#footer {
    width: 560px;
    margin: 58px auto 0;
}
footer#footer p.footer_text {
    font-size: 16px;
    color: #595757;
    margin: 17px 0 33px 0;
    font-weight: bold;
}
footer#footer ul {
    width: 281px;
    margin: 83px auto 0px;
}
footer#footer ul li {
    float: left;
    font-size: 12px;
    text-decoration: underline;
    border-right: 1px solid #231815;
    padding: 0 10px 0 10px;
}
footer#footer ul li:nth-last-child(1) {
    border-right: none;
}
footer#footer ul li a {
    color: #008BD4;
}
footer#footer p.Copyright {
    font-size: 9px;
    margin: 25px 0 10px 0;
    clear: both;
    color: #231815;
}
footer#footer p.footer_pagetop {
    margin: 67px 0 0 0;
}

/* スマホ対応
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width:768px) {
    /* top */
    .pc {
        display: none !important
    }
    .sp {
        display: block !important
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .top_wrapper {
        min-width: 0px;
    }
    header#header p.header_top_img_text {
        position: absolute;
        z-index: 10;
        top: 96px;
        left: 0;
        right: 0;
        /*bottom: 0;*/
        margin: 0 auto;
        width: 70%;
        height: 131px;
    }
    header#header div#fixedBox.nav {
        width: 100%;
        padding: 4px 0;
    }
    header#header div#fixedBox.nav p.fixedBox_company_name {
        width: 165px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 0px;
    }
    header#header div#fixedBox.nav p.fixedBox_news {
        width: 32px;

    }
    header#header div#fixedBox.nav p.fixedBox_fb {
        width: 23px;
        padding: 0px 0 0 0;
    margin: 0 -6px 0 5px;
    }
    header#header div#fixedBox .fixedBox_inner {
        width: 95%;
    }
    /*  footer  */
    footer#footer {
        width: 90%;
        margin: 28px auto 0;
    }
    footer#footer p.footer_company {
        width: 70%;
        margin: 0 auto;
    }
    footer#footer p.footer_contact {
        width: 22%;
        margin: 0 auto;
    }
    footer#footer p.footer_pagetop {
        width: 19%;
        margin: 17px auto 0;
    }
    footer#footer ul {
        width: 100%;
    }
    footer#footer p.footer_text {
        font-size: 12px;
        margin: 11px 0 21px 0;
    }
    footer#footer ul li {
        float: none;
        border: none;
        font-size: 12px;
        text-decoration: underline;
        padding: 0 10px 0 10px;
        margin-bottom: 15px;
        margin-bottom: 8px;
    }
    footer#footer ul {
        margin: 25px auto 0px;
    }
}
