#header {
    position: relative;
    padding: 8px 2.7% 0;
}
#header h1 {
    font-size: 9px;
    letter-spacing: 0em;
    color: #80796C;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
}
#header .logo {
    width: 54%;
    margin: 15px auto 17px;
}
#header #belt .group {
    color: #fff;
}
#header #belt .group .nav li {
    padding: 13px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header #belt .group .nav li a {
    font-size: 20px;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
}
#header #belt .group .nav li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #a93b0f;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -18px;
    opacity: 0;
    visibility: hidden;
}
#header #belt .group .nav li a.active {
    color: #a93b0f;
}
#header #belt .group .nav li a.active::before {
    opacity: 1;
    visibility: visible;
}
#header #belt .group .nav-sub {
    margin: 32px 0 0;
    display: flex;
    justify-content: center;
}
#header #belt .group .nav-sub li:not(.ins) {
    padding-right: 14px;
    margin-right: 13px;
    position: relative;
}
#header #belt .group .nav-sub li:not(.ins)::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    transform: rotate(23deg);
}
#header #belt .group .nav-sub li:not(.ins) a {
    font-size: 18px;
    letter-spacing: 0;
}
#header #belt .group .nav-sub .ins {
    width: 26px;
    position: relative;
    top: -3px;
    left: 2px;
}
#header #news {
    background: url(../img/shared/bg2.jpg);
    color: #fff;
    font-weight: 700;
    margin: -10.5vw -2.7vw 0 5%;
    padding: 2vw 9% 3vw;
    position: relative;
}
#header #news h2 {
    font-size: 18px;
    letter-spacing: 0.075em;
    font-weight: 700;
    margin-bottom: 3px;
}
#header #news .feed {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header #news .feed .row {
    display: flex;
}
#header #news .feed .row .rss-img {
    width: 34%;
    height: 66px;
}
#header #news .feed .row .rss-img span,
#header #news .feed .row .rss-img img {
    width: 100% !important;
    height: 100% !important;
}
#header #news .feed .row .rss-detail {
    flex: 1;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 23px;
    margin: -30px 0 0 20px;
}
#header #news .feed .row .rss-detail dt {
    text-align: right;
    margin-bottom: 9px;
}
#header #news .btn-blog {
    text-align: right;
}
#header #news .btn-blog a {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    font-size: 14px;
}
#header #news .btn-blog a::after {
    content: "";
    background: url(../img/shared/icon_blog.png) no-repeat 0 0/100% auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    right: 0;
}
#footer {
    background: url(../img/shared/bg7.png);
    padding: 11vw 0 120px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
}
#footer .wrap {
    padding: 0 4%;
}
#footer #pagetop {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 50px;
    margin: 0 auto 30px;
}
#footer .group {
    position: relative;
    padding-top: 30px;
}
#footer .group::before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -6vw;
    top: 0;
    left: -6vw;
}
#footer .group .left .btn-copy {
    margin-bottom: 20px;
}
#footer .group .left .btn-copy a {
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding-right: 22px;
}
#footer .group .left .btn-copy a::after {
    content: "";
    background: url(../img/shared/icon_coppy.png) no-repeat 0 0/100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 0;
}
#footer .group .right {
    margin-top: 18px;
}
#footer .group .right .cookies_link {
    margin-bottom: 7px;
}
#footer .group .right .cookies_link a {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
#footer .group .right .cookies_link a::before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    right: 18px;
    bottom: 2px;
    left: 0;
}
#footer .group .right .cookies_link a::after {
    content: "";
    background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100% auto;
    width: 11px;
    height: 9px;
    position: absolute;
    top: 12px;
    right: 0;
}
#footer .group .right address {
    letter-spacing: 0.075em;
    color: #b1b1b1;
}
@media screen and (min-width: 768px) {
    #header {
        padding: 50px 0 0;
    }
    #header h1 {
        font-size: 12px;
		color: #564e40;
		letter-spacing: 0.15em;
        text-align: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 7px;
        white-space: nowrap;
        line-height: 36px;
    }
    #header .logo {
        width: 223px;
        margin: 0;
        position: absolute;
        top: 74px;
        left: 69px;
    }
    #header .logo img {
        width: 100%;
        height: auto;
    }
    #header #key {
        height: 850px;
        margin: 0 50px 0 360px;
    }
    #header .hd-left {
        width: 360px;
        position: absolute;
        top: 198px;
        left: 0;
        padding: 0 50px;
        z-index: 9;
    }
    #header .hd-left .info .tel {
        line-height: 26px;
    }
    #header .hd-left .info .tel dt {
        font-size: 14px;
    }
    #header .hd-left .info .tel dd img {
        top: -4px;
        width: 12px;
    }
    #header .hd-left .info .tel dd span {
        font-size: 28px;
    }
    #header .hd-left .info .btn-web {
        width: 260px;
        margin: 15px auto 0;
    }
    #header .hd-left .info .btn-web a {
        padding: 17px 15px;
        font-size: 18px;
    }
    #header .hd-left .info .btn-web a img {
        width: 19px;
    }
    #header .hd-left .nav {
        margin-top: 58px;
    }
    #header .hd-left .nav li a {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 50px;
        position: relative;
        padding-left: 18px;
    }
    #header .hd-left .nav li a::before {
        content: "";
        border-top: 1px solid #000;
        position: absolute;
        bottom: 16px;
        left: 0;
        width: 0;
        transition: width 0.4s ease;
    }
    #header .hd-left .nav li a.active::before,
    #header .hd-left .nav li a:hover::before {
        width: 310px;
    }
    #header .hd-left .nav-sub {
        display: flex;
        margin: 35px 0 0 17px;
    }
    #header .hd-left .nav-sub li:not(.ins) {
        padding-right: 14px;
        margin-right: 13px;
        position: relative;
    }
    #header .hd-left .nav-sub li:not(.ins)::before {
        content: "";
        border-left: 1px solid #6d5737;
        position: absolute;
        top: 9px;
        right: 0;
        bottom: 8px;
        transform: rotate(23deg);
    }
    #header .hd-left .nav-sub li:not(.ins) a {
        font-size: 18px;
        letter-spacing: 0;
    }
    #header .hd-left .nav-sub li:not(.ins) a:hover {
        opacity: 0.7;
    }
    #header .hd-left .nav-sub .ins {
        position: relative;
        top: -2px;
        left: 6px;
    }
    #header #belt .group {
        color: #000;
        display: flex;
        justify-content: space-between;
    }
    #header #belt .group .nav {
        display: flex;
        padding: 20px 0 0 51px;
    }
    #header #belt .group .nav li {
        padding: 0;
        border-bottom: 0;
    }
    #header #belt .group .nav li:not(:last-child) {
        margin-right: 23px;
    }
    #header #belt .group .nav li a {
        font-size: 18px;
        padding-bottom: 4px;
    }
    #header #belt .group .nav li a::before {
        content: none;
    }
    #header #belt .group .nav li a::after {
        content: "";
        border-top: 2px solid #0a0402;
        position: absolute;
        width: 0;
        bottom: 0;
        left: 0;
        transition: width 0.4s ease;
    }
    #header #belt .group .nav li a.active,
    #header #belt .group .nav li a:hover {
        color: #000;
    }
    #header #belt .group .nav li a.active::after,
    #header #belt .group .nav li a:hover::after {
        width: 100%;
    }
    #header #belt .group .info {
        display: flex !important;
    }
    #header #belt .group .info .tel {
        width: -moz-fit-content;
        width: fit-content;
        margin: 10px 29px 0 0;
        line-height: 27px;
    }
    #header #belt .group .info .tel dt {
        font-size: 14px;
    }
    #header #belt .group .info .tel dd span {
        font-size: 28px;
    }
    #header #belt .group .info .tel dd img {
        width: 12px;
        top: -5px;
    }
    #header #belt .group .info .btn-web {
        width: 260px;
    }
    #header #belt .group .info .btn-web a {
        font-size: 18px;
        padding: 22px 15px;
    }
    #header #belt .group .info .btn-web a::before {
        content: none;
    }
    #header #belt .group .info .btn-web a img {
        width: 18px;
        margin-right: 12px;
        top: -2px;
    }
    #header #news {
        width: 450px;
        margin: 0;
        padding: 10px 49px 15px;
        position: absolute;
        right: 0;
        bottom: -90px;
        min-height: 191px;
        z-index: 9;
    }
    #header #news h2 {
        font-size: 20px;
    }
    #header #news .feed {
        padding-bottom: 15px;
    }
    #header #news .feed .row .rss-img {
        width: 110px;
        height: 75px;
    }
    #header #news .feed .row .rss-img:hover {
        opacity: 0.8;
    }
    #header #news .feed .row .rss-detail {
        font-size: 14px;
        line-height: 24px;
        margin: -33px 0 0 22px;
    }
    #header #news .feed .row .rss-detail dt {
        margin-bottom: 13px;
    }
    #header #news .feed .row .rss-detail dd a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    #header #news .btn-blog a {
        padding-right: 16px;
        font-size: 16px;
    }
    #header #news .btn-blog a::after {
        width: 11px;
        height: 9px;
        top: 16px;
    }
    #header #news .btn-blog a:hover {
        opacity: 0.8;
    }
    #footer {
        padding: 76px 0 64px;
        text-align: left;
    }
    #footer .wrap {
        padding: 0 20px;
        max-width: 1440px;
    }
    #footer #pagetop {
        position: absolute;
        width: 54px;
        margin: 0;
        top: 21px;
        left: 50%;
        transform: translateX(-50%);
    }
    #footer #pagetop img {
        width: 100%;
        height: auto;
    }
    #footer .group {
        padding-top: 25px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #footer .group::before {
        right: 0;
        left: 0;
    }
    #footer .group .left {
        display: flex;
        align-items: center;
    }
    #footer .group .left .btn-copy {
        margin: 0 26px 0 0;
    }
    #footer .group .left .btn-copy a {
        font-size: 14px;
        padding-right: 18px;
        letter-spacing: 0.05em;
    }
    #footer .group .left .btn-copy a::after {
        width: 13px;
        height: 13px;
        top: 12px;
    }
    #footer .group .left .btn-copy a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    #footer .group .left #socialbuttons {
        margin: 0;
        text-align: left;
    }
    #footer .group .right {
        margin-top: -10px;
        text-align: right;
    }
    #footer .group .right .cookies_link {
        margin-bottom: 3px;
    }
    #footer .group .right .cookies_link a::before {
        bottom: 6px;
        border-color: #a6a6a6;
    }
    #footer .group .right .cookies_link a::after {
        top: 14px;
    }
    #footer .group .right .cookies_link a:hover::before {
        content: none;
    }
    #footer .group .right address {
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
    #header #belt .group .nav {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
    #header #belt .group .nav li a {
        font-size: 17px;
    }
    #header #belt .group .info .btn-web {
        width: 230px;
    }
}
@media screen and (max-width: 1189px) and (min-width: 768px) {
    #header #belt .group .info .tel dd span {
        font-size: 25px;
    }
    #header #belt .group .info .tel dt {
        font-size: 13px;
    }
    #header #belt .group .info .tel {
        margin-right: 15px;
    }
    #header #belt .group .info .btn-web {
        width: 200px;
    }
    #header #belt .group .info .btn-web a {
        font-size: 16px;
    }
    #header #belt .group .nav li:not(:last-child) {
        margin-right: 20px;
    }
}
