
@import "base.css";
* {
    box-sizing: border-box;
}
body {
    background: #ffffff none repeat scroll 0 0;
    font-size: 14px;
    line-height: 1.5;
}
ul {
    list-style: outside none none;
}
h3.area_title {
    margin-bottom: 30px;
}
.clearfix {
    clear: both;
    display: table;
}
.wrapper {
    margin: 0 auto;
    width: 976px;
}
.wrapper2 {
    margin: 0 auto;
    width: 0 auto;
}
.sns_side {
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}
.sns_side li {
    display: block;
    margin-bottom: 10px;
}
#header {
    padding-bottom: 3px;
    width: 100%;
}
#header .wrapper {
    overflow: hidden;
}
#header .logo {
    float: left;
    margin-top: 0;
    width: 45%;
}
#header .logo img {
    max-width: 100%;
}
#header h1 {
    color: #754c24;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 32px 0 0 15px;
}
#header .navright {
    float: right;
    margin: 32px 0 0;
}
#header .navright li {
    display: inline-block;
    margin-right: 5px;
}
#header .navright li:first-child {
    margin-right: 35px;
}
#header .navright li a {
    background: rgba(0, 0, 0, 0) url("../img/common/icon_nav_head.png") no-repeat scroll left 37%;
    color: #000000;
    padding-left: 26px;
    text-decoration: none;
}
#header .navright li a:hover {
    text-decoration: underline;
}
.breadcrumb {
    padding: 13px 10px;
    width: 100%;
}
.breadcrumb ul {
    margin: 0 auto;
    overflow: hidden;
    width: 976px;
}
.breadcrumb ul li {
    color: #b08019;
    float: left;
    font-size: 12px;
    margin-right: 4px;
}
.breadcrumb ul li a {
    color: #b08019;
    font-size: 12px;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    text-decoration: none;
}
#content {
    width: 100%;
}
.area_title {
    text-align: center;
    width: 100%;
}

.area2 .area_title img{
    width: 100%;
    padding: 25px 0 0px;
}
.area_title img{
    width: auto;
    padding: 25px 0 0px;

}
#sns_box {
    background: #ffffff none repeat scroll 0 0;
    padding: 28px 0 70px;
    width: 100%;
}
#sns_box .in_snsbox {
    margin-top: 48px;
    overflow: hidden;
    width: 100%;
}
#sns_box .instagram {
    background: #ececec none repeat scroll 0 0;
    float: left;
    padding: 22px 28px 26px;
    width: 100%;
}
#sns_box .instagram h4 {
    border-bottom: 2px solid #616161;
    margin-bottom: 26px;
    padding-bottom: 15px;
}
#sns_box .facebook_box {
    float: right;
    width: 390px;
}
.backtotop {
    bottom: 10px;
    display: block;
    position: fixed;
    right: 10px;
    z-index: 999;
}
#footer {
    background: #f7f2e8 none repeat scroll 0 0;
    overflow: hidden;
    width: 100%;
}
#footer {
    background: #ffffff none repeat scroll 0 0;
}
#footer .ban_footer {
    margin: 70px auto 2px;
    overflow: hidden;
    width: 976px;
}
#footer .ban_footer .li1 {
    float: left;
}
#footer .ban_footer .li2 {
    float: right;
}
#footer .bot_footer {
    padding-top: 182px;
    position: relative;
    width: 100%;
}
#footer .bot_footer .bgfooter {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#footer .bot_footer .text {
    background-color: #ceb070;
    color: #000;
    display: block;
    padding-bottom: 17px;
    padding-top: 76px;
    text-align: center;
    width: 100%;
}
#footer .bot_footer .text span {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
}
#footer .bot_footer .text .line1 {
    font-size: 18.72px;
    font-weight: bold;
}
#footer .bot_footer .text span.bigtext {
    font-size: 28.8px;
}
#footer .bot_footer .text .copyright {
    font-size: 12px;
    margin-top: 10px;
}
.banner-instagram{
    overflow: hidden;
    width: 976px;
    margin: 70px auto 2px;
}
.banner-instagram img{
    max-width: 100%;
}

.sp{
    display: none;
}
@media (max-width: 767px) {
    .banner-instagram{
        width: 100%!important;
        margin: 0 0 10px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    img {
        width: 100%;
    }
    h3.area_title {
        margin-bottom: 0;
        padding: 0 10px;
    }
    .wrapper {
        width: 100%;
    }
    .sns_side {
        margin: 25px auto 24px;
        overflow: hidden;
        position: static;
        width: 58.2%;
    }
    .sns_side li {
        float: left;
        margin-bottom: 0;
        margin-right: 11%;
        width: 26%;
    }
    .sns_side li:last-child {
        margin-right: 0;
    }
    .sns_side li a {
        display: block;
    }
    #header {
        background: #ffffff none repeat scroll 0 0;
    }
    #header .logo {
        float: none;
        margin: 0 auto;
        width: 62%;
    }
    #header h1 {
        float: none;
        margin: 8px 0 3px;
        text-align: center;
    }
    .breadcrumb ul {
        width: 100%;
    }
    .navright_sp {
        margin-top: 20px;
        text-align: center;
    }
    .navright_sp li {
        display: inline-block;
        margin-right: 33px;
    }
    .navright_sp li:last-child {
        margin-right: 0;
    }
    .navright_sp li a {
        background: rgba(0, 0, 0, 0) url("../img/common/icon_nav_head.png") no-repeat scroll left 34%;
        color: #000000;
        font-size: 16px;
        padding-left: 25px;
        text-decoration: none;
    }
    .area_title {
        width: 100%;
    }
    .area_title img{
        width: 100%;
    }
    #sns_box {
        padding: 5px 0 17px;
    }
    #sns_box .in_snsbox {
        margin-top: 10px;
    }
    #sns_box .instagram {
        float: none;
        margin-bottom: 10px;
        padding: 4% 6% 5%;
        width: 100%;
    }
    #sns_box .instagram h4 {
        margin-bottom: 15px;
        padding-bottom: 7px;
        width: 100%;
    }
    #sns_box .instagram h4 img {
        width: 35%;
    }
    #sns_box .facebook_box {
        float: none;
        width: 100%;
    }
    .backtotop {
        width: 11%;
    }

    #footer {
        background: #ffffff none repeat scroll 0 0;
    }
    #footer .ban_footer {
        margin: 2px auto 20px;
        width: 100%;
    }
    #footer .ban_footer li a {
        display: block;
    }
    #footer .ban_footer .li1 {
        margin-bottom: 17px;
        width: 100%;
    }
    #footer .ban_footer .li2{
        width: 100%;
    }
    #footer .bot_footer {
        padding-top: 0;
        position: static;
    }
    #footer .bot_footer .bgfooter {
        display: none;
    }
    #footer .bot_footer .text {
        background: #ceb070 none repeat scroll 0 0;
        line-height: 1.1;
        margin: 0;
        padding: 6vw 0 5vw;
        position: static;
    }
    #footer .bot_footer .text .line1 {
        font-size: 4.4vw;
    }
    #footer .bot_footer .text span.bigtext {
        font-size: 10vw;
        font-weight: normal;
    }
    #footer .bot_footer .text .copyright {
        font-size: 2.85vw;
        margin-top: 6.5vw;
    }
    
}
