@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Comfortaa', "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.7;
    color: #333;
    position: relative;
}


main {
    padding: 5rem 0;
    overflow: hidden;
}


p {
    margin: 1em 0;
}

a {
    color: #B79E74;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
}

a:hover {
    color: #555;
    border: none;
    opacity: .75;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media (min-width:1024px) {
    img.alignnone {
        margin: 0;
    }

    img.alignright {
        float: right;
        margin-left: 1rem;
        max-width: 50%;
    }

    img.alignleft {
        float: left;
        margin-right: 1rem;
        max-width: 50%;
    }

    img.aligncenter {
        margin: 0 auto;
    }

    .post_item-contents a.linkimg {
        display: inline;
    }
}

figure {
    overflow: hidden;
}

.contents {
    margin: 0 auto;
    width: 90%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media (min-width:1024px) {
    .container {
        width: 80%;
    }
}

hr {
    border: none;
    margin: 1rem 0;
    border-bottom: 1px solid #ddd;
}

hr.clh {
    margin: 0;
    border: none;
    width: 100%;
    clear: both;
    display: block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1em;
    font-weight: normal;
    color: #333;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin: 1rem 0;
}

i {
    margin-right: 0.5em;
}

a.bt {
    display: block;
    max-width: 270px;
    font-size: 0.85rem;
    text-align: left;
    padding: 1rem 3.5rem 1rem 1.5rem;
    border-radius: 3rem;
    color: #fff;
    background: url(../img/right_white.svg) no-repeat center right #B79E74;
    background-size: 1rem 1rem;
    background-position: center right 1.5rem;
}

a.bt:hover,
a.bt:active {
    background-color: #019fcb;
}

a.bt_sub {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0.5rem 2rem 0.5rem 0;
    background: url(../img/right.svg) no-repeat center right .5rem/1rem 1rem;
}

a.bt_sub:hover,
a.bt_sub:active {
    background-position: center right .25rem;
}

.sub_txt {
    font-size: 0.85rem;
}

#e404 {
    text-align: center;
}

#e404 h1 {
    padding-top: 1rem;
    font-size: 7rem;
    margin: 0;
    color: #ccc;
}

#e404 p {
    font-size: 0.75rem;
}


/****/

#contents-default {
    font-size: .95rem;
    clear: both;
    line-height: 1.8;
    padding-top: 3rem;
}

#contents-default a {
    text-decoration: underline;
}

#page_block ul,
#page_block ol,
#contents-default ul,
#contents-default ol {
    margin-left: 2rem;
}

#contents-default h2,
#contents-default h3,
#contents-default h4 {
    margin: 2em 0 1em;
}

#contents-default h1 {
    font-size: 1.75rem;
}

#contents-default h2 {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #B79E74;
    color: #B79E74;
}

#contents-default h3 {
    font-size: 1.25rem;
    padding: 0.5em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#contents-default h4 {
    font-size: 1rem;
    padding-left: 1rem;
    border-left: 7px solid #CCC;
    color: #777;
}

#contents-default img {
    padding: 0.5rem;
    display: inline-block;
}


/*--------------------------------
  キャプション
  ---------------------------------*/

.wp-caption-text {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #777;
    padding: 0 1rem 1rem;
}


/*--------------------------------
  TARGET BLANK
  ---------------------------------*/

a[target="_blank"]:after {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/blank.svg) no-repeat center center;
    background-size: 1em 1em;
    margin-left: 7px;
    vertical-align: text-top;
}


/*--------------------------------
  PAGE NATION
  ---------------------------------*/

.pagination {
    text-align: center;
    margin: 40px auto;
    height: 46px;
    width: 261px;
    position: relative;
}

#pages {
    width: 153px;
    height: 46px;
    position: relative;
    margin: auto;
    border: 1px solid #ccc;
    background: url(../img/arrows.svg) no-repeat center right #fff;
    background-size: 14px 21px;
    background-position: center right 16px;
}

#pages .pages_now {
    width: 109px;
    line-height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 0.75rem;
    color: #555;
    border-right: 1px solid #ccc;
}

#pages select {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    border: none;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    color: #555555;
    width: 100%;
    font-size: 1.1rem;
}

.pagination a.next,
.pagination a.prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #ccc;
    text-indent: -9999px;
    background: url(../img/arrow.svg) no-repeat center center #fff;
    background-size: 1rem 1rem;
    transform: rotate(90deg);
}

.pagination a.prev {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}


/*--------------------------------
  layout
  ---------------------------------*/

.rows {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.col-4,
.col-3,
.col-2 {
    font-size: 1rem;
}

.col-4 {
    width: 25%;
    width: calc(25% + 0.25rem);
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem;
}

.col-3 {
    width: 33%;
    width: calc(100% / 3);
    width: calc(100% / 3 + 2rem / 3);
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
}

.col-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
}

.rows .col-4:nth-of-type(4n),
.rows .col-3:nth-of-type(3n),
.rows .col-2:nth-of-type(2n) {
    padding-right: 0;
}

.rows .col-4:nth-of-type(4n + 1),
.rows .col-3:nth-of-type(3n + 1),
.rows .col-2:nth-of-type(2n + 1) {
    padding-left: 0;
}

.rows .col-4:nth-of-type(4n),
.rows .col-4:nth-of-type(4n + 1) {
    width: calc(25% - 0.25rem);
}

.rows .col-3:nth-of-type(3n),
.rows .col-3:nth-of-type(3n + 1) {
    width: calc(100% / 3 - 1rem / 3);
}

@media (max-width: 1023px) {

    #wrapper .rows .col-4,
    #wrapper .rows .col-3 {
        width: 50%;
        padding: 0.5rem;
    }

    #wrapper .rows .col-4:nth-child(2n + 1),
    #wrapper .rows .col-3:nth-child(2n + 1) {
        padding-left: 0;
    }

    #wrapper .rows .col-4:nth-child(2n),
    #wrapper .rows .col-3:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    #wrapper .rows .col-2,
    #wrapper .rows .col-3 {
        width: 100%;
        display: block;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
}


/*--------------------------------
  パンくずリスト
  ---------------------------------*/

#breadcrumbs {
    width: 100%;
    margin: 3rem auto 0;
    padding: 5px 10%;
    border-top: 1px solid #EEE;
}

@media (max-width: 768px) {
    #breadcrumbs {
        padding: 5px 5%;
    }
}

.breadblock {
    width: 100%;
    overflow: hidden;
    height: 40px;
}

#breadcrumbs ul {
    list-style: none;
    font-size: 0.65rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 40px;
    white-space: nowrap;
}

#breadcrumbs li {
    padding-right: 20px;
    line-height: 40px;
    display: inline-block;
}

#breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 40px;
}

#breadcrumbs li:not(:last-child):after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 17px;
    right: 17px;
    transform: rotate(45deg);
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}


/*--------------------------------
  ヘッダー
  ---------------------------------*/

header {
    width: 100%;
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
    margin: 0 auto;
    padding: 0 5%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .5s;
}

#site_logo {
    width: 230px;
    height: 3rem;
    display: block;
    padding: .5rem 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: .5s;
}

#site_logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0s;
    background: url(../img/logo.svg) no-repeat center center/contain;
}

#sitenav {
    display: none;
}

@media (min-width: 769px) {
    header {
        position: fixed;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.99);
    }

    header, #site_logo {
        height: 5rem;
    }

    body.scroll header, body.scroll #site_logo {
        height: 3.5rem;
    }

    #site_logo a {
        background-position: center left;
    }
}


/*--------------------------------
  メニュー
  ---------------------------------*/

#bottomnav {
    position: fixed;
    bottom: 5vw;
    left: 5%;
    width: 90%;
    background: #FFF;
    border-radius: 3rem;
    padding: 2.5vw;
    font-size: .5rem;
    text-align: center;
    z-index: 99;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
}

.bottomnav-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottomnav-item {
    width: 3.5rem;
    height: 3.5rem;
}

.bottomnav-item a {
    width: 100%;
    height: 100%;
    padding-top: 2.5rem;
    background: url(../img/icon_home.svg) no-repeat center top .25rem/1.75rem 1.75rem;
    color: #333;
    line-height: 1;
}

.bottomnav-item#bottomnav--contact a {
    background-image: url(../img/icon_contact.svg);
}

.bottomnav-item#bottomnav--tel a {
    background-image: url(../img/icon_tel.svg);
}

.bottomnav-item#bottomnav--company a {
    background-image: url(../img/icon_company.svg);
}

.menu-checkbox {
    display: none;
}

.menu-hamburger {
    position: relative;
    display: block;
    width: 3rem;
    height: 3.5rem;
    z-index: 101;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    color: #333;
    margin: 0 auto;
}

.menu-hamburger span, .menu-hamburger span:before, .menu-hamburger span:after {
    display: block;
    height: 2px;
    width: 1.5rem;
    background: #333;
    transition: all 0.5s ease;
}

.menu-hamburger span {
    position: absolute;
    top: 20px;
    left: .75rem;
}

.menu-hamburger span:before, .menu-hamburger span:after {
    content: " ";
    position: absolute;
    top: 0;
}

.menu-hamburger span:before {
    top: -7px;
}

.menu-hamburger span:after {
    top: 7px;
}

.menu-hamburger-open span {
    transform: rotate(20deg);
}

.menu-hamburger-open span:before {
    transform: rotate(-40deg);
    top: 0;
}

.menu-hamburger-open span:after {
    opacity: 0;
}

.menu-hamburger:after {
    content: "メニュー";
    padding-top: 2.5rem;
    line-height: 1;
    text-align: center;
    width: 100%;
    display: block;
}

.menu-hamburger-open:after {
    content: "閉じる";
}


#gmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 5vw 0;
    padding-bottom: calc(5rem + 5vw);
    z-index: -1;
    opacity: 0;
}

/**OPEN or CLOSE**/

#gmenu.menu-open {
    z-index: 98;
    opacity: 1;
}

#gmenu_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    transition-delay: .25s;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1rem 5vw;
    height: 100%;
    overflow-y: auto;
    filter: blur(6px);
}

#gmenu.menu-open #gmenu_box {
    filter: blur(0);
}

#gmenu_nav {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    overflow-y: scroll;
}

#gmenu #gmenu_nav ul {
    list-style: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#gmenu #gmenu_nav ul li {
    width: auto;
}

#gmenu #gmenu_nav ul li a {
    display: block;
    font-size: 0.6rem;
    padding: 1em;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

#gmenu #gmenu_nav ul li a span {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    color: #FFF;
}

.gmenu-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: -2;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
}

.gmenu-cover.gmenu-cover-open {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

#gmenu #gmenu_nav ul li.hassub div {
    padding: 0 2rem;
    position: relative;
    display: inline-block;
}

#gmenu #gmenu_nav ul li.hassub ul.has_sub_gmenu {
    width: 100%;
    transition: .3s;
}

#gmenu #gmenu_nav ul li.hassub.submenu-open ul.has_sub_gmenu {
    padding: 0 0 .5rem;
}

#gmenu #gmenu_nav ul li.hassub ul.has_sub_gmenu li a {
    padding: .75rem 0 .5rem;
    font-size: .85rem;
    border-bottom: none;
    display: inline-block;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.submenu-bt {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0.75rem;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
}

.submenu-bt span {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/plus.svg) no-repeat center center/1rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
}

.submenu-trigger {
    display: none;
}

.has_sub_gmenu {
    height: 0;
    opacity: 0;
    transition: all 0.75s ease;
    overflow: hidden;
}

.submenu-open .has_sub_gmenu {
    height: auto;
    opacity: 1;
}

.submenu-open .submenu-bt span {
    transform: rotate(45deg);
}

#gmenu #gmenu_nav ul#submenu {
    margin-top: 1rem;
}

#gmenu #gmenu_nav ul#submenu li a {
    font-size: .75rem;
    position: relative;
    padding: .25rem 0;
    display: block;
    border: none;
}

#contact-bt {
    display: none;
}

#pcmenu {
    display: none;
}

@media (min-width: 769px) {
    #bottomnav, #gmenu {
        display: none;
    }

    #pcmenu {
        font-size: 0.8rem;
        line-height: 1rem;
        display: block;
        margin: 0 10rem 0 0;
        height: 100%;
    }

    #pcmenu ul#pcmenu_main {
        position: relative;
        display: flex;
        text-align: center;
        position: relative;
        justify-content: end;
        z-index: 99;
        height: 100%;
    }

    #pcmenu #pcmenu_main li {
        list-style: none;
        position: relative;
    }

    #pcmenu #pcmenu_main li a {
        padding: 0 1.5vw;
        display: flex;
        height: 100%;
        align-items: center;
        color: #333;
    }

    #pcmenu #pcmenu_main li>a:before {
        content: ' ';
        width: 0;
        height: 1px;
        background: #B79E74;
        margin: 0 auto;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        transition: all .3s;
    }

    #pcmenu #pcmenu_main li>a:hover:before {
        width: 100%;
    }

    #pcmenu #pcmenu_main li.hassub i.open+a {
        background: rgba(0, 0, 0, 0.99);
        color: #FFF;
    }

    #pcmenu #pcmenu_main li.hassub a {
        position: relative;
        padding-right: calc(1.5rem + 1.5vw);
    }

    i.pcmenu-icon_sub {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0;
        position: absolute;
        top: calc(50% - 0.8rem);
        right: 1.5vw;
        cursor: pointer;
        z-index: 5;
        transition: all .5s;
    }

    i.pcmenu-icon_sub span {
        width: 100%;
        height: 100%;
        background: url(../img/plus.svg) no-repeat center center/1rem 1rem;
        display: block;
        position: relative;
    }

    i.pcmenu-icon_sub.open {
        transform: rotate(45deg);
    }

    .pcmenu_sub {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        display: flex;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow: hidden;
        transition: all .5s;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
    }

    .pcmenu_sub.open {
        z-index: 99;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    #pcmenu_sub_menu {
        position: relative;
        display: block;
        width: 100%;
    }


    .pcmenu_sub_title,
    .pcmenu_sub .has_sub_pc-menu {
        margin-left: 50%;
        padding: 0 5% 0 2rem;
    }

    .pcmenu_sub_title {
        color: #B79E74;
        font-size: .75rem;
        padding-top: 2rem;
    }

    .pcmenu_sub .has_sub_pc-menu:last-child {
        margin-bottom: 1rem;
    }

    .pcmenu_sub .has_sub_pc-menu:not(:last-child) {
        border-bottom: 1px solid #333;
    }

    .pcmenu_sub .has_sub_pc-menu a {
        padding: 2rem;
        color: #FFF;
        display: block;
        position: relative;
        font-size: 1rem;
    }

    .pcmenu_sub .has_sub_pc-menu a:hover {
        padding-right: 3rem;
        font-weight: bold;
        opacity: 1;
    }

    .pcmenu_sub .has_sub_pc-menu a:after {
        content: ' ';
        width: .75rem;
        height: .75rem;
        background: url(../img/right.svg) no-repeat center center/contain;
        position: absolute;
        top: calc(50% - 0.25rem);
        right: 1rem;
        transition: .5s;
    }

    .pcmenu_sub .has_sub_pc-menu a:hover:after {
        right: .5rem;
    }

    span.has_sub_pc-menu-img {
        width: 50%;
        height: 100%;
        display: block;
        background: no-repeat center center/cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: 1s;
    }

    .has_sub_pc-menu span.has_sub_pc-menu-img {
        opacity: 0;
        z-index: -1;
    }

    .pcmenu_sub .has_sub_pc-menu a:hover+span.has_sub_pc-menu-img {
        z-index: 99;
        opacity: 1;
    }

    .pcmenu-cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        z-index: -2;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
    }

    .pcmenu-cover.open {
        visibility: visible;
        z-index: 98;
    }

    #contact-bt {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
    }

    #contact-bt a {
        color: #333;
        width: 10rem;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .85rem;
        background: #B79E74;
        text-align: center;
        position: relative;
    }

    body.scroll #contact-bt a {
        height: 3.5rem;
    }

    #contact-bt a i.icon-mail {
        width: 1.75rem;
        height: 1.75rem;
        display: block;
        background: url(../img/icon_contact.svg) no-repeat center center/contain;
    }
}


/*--------------------------------
  ページ送り
  ---------------------------------*/

#page_next_prev {
    clear: both;
    width: 100%;
    padding-top: 3rem;
}

#next_prev {
    font-size: 0.85rem;
    border-top: 1px #ddd solid;
    padding-top: 0.5rem;
}

#next_prev a {
    align-items: center;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
}

#next_prev p {
    margin: 0;
    padding: 1rem 0 1rem 0.75rem;
    flex: 1;
}

#next_prev p span {
    display: block;
    font-size: 0.75rem;
    color: #777;
}

#next_prev .thumb-wrap {
    border-radius: 40px;
    overflow: hidden;
}

#next_prev .thumb-wrap,
#next_prev img {
    width: 80px;
    height: 80px;
}

@media (min-width: 1024px) {
    #next_prev p {
        padding: 1rem;
    }

    #next_prev {
        display: flex;
        justify-content: space-between;
    }

    #next_prev a {
        width: 100%;
        border: 0;
    }

    #next_prev .next-link {
        text-align: right;
        justify-content: flex-end;
    }

    #next_prev .next-link .thumb-wrap {
        order: 2;
    }

    #next_prev .next-link p {
        order: 1;
    }
}


/*--------------------------------
  フッター
  ---------------------------------*/

#footer {
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    margin: 0 auto;
    background: #111;
    color: #FFF;
    padding-bottom: 6rem;
}

#footer .container {
    padding: 1rem 0 3rem;
}

#footer p.copy {
    margin: 0;
    font-size: .65rem;
}

#footnav {
    padding: 2rem 0 10px;
    background: #111;
    color: #FFF;
}

#footnav a {
    color: rgba(255, 255, 255, 0.7);
}

.footnav-inner {
    font-size: .75rem;
}

#foot-add p {
    margin: 0;
}

#foot-add h5 {
    font-size: .9rem;
    color: #FFF;
    margin: 0;
}

#foot-add dl {
    position: relative;
    padding-left: 2.5rem;
}

#foot-add dt {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}


#foot-sitemap {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
}

#foot-sitemap #footmenu {
    list-style: none;
    font-size: .7rem;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.footmenu-inner {
    //width: 48%;
}

#foot-sitemap #footmenu .footmenu-item>a {
    width: 100%;
    display: block;
    padding: .25rem 0;
}

#foot-sitemap #footmenu ul {
    list-style: none;
}

#foot-sitemap #footmenu ul li {
    margin-bottom: .25rem;
}

#foot-sitemap #footmenu ul a {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

#footmenu li a:after {
    background-image: url(../img/blank_white.svg);
}

@media (max-width:768px) {
    .grecaptcha-badge {
        top: 1rem;
    }
}

@media (min-width:769px) {
    #footer {
        text-align: center;
        padding: 0;
    }

    #footnav .footnavrows {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    #foot-add {
        margin-right: 2rem;
    }

    #foot-sitemap {
        padding: 0;
        margin: 0;
    }

    #foot-sitemap #footmenu ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #foot-sitemap #footmenu ul li {
        width: 48%;
        display: block;
    }

    .footmenu-inner:not(.footmenu-hassub) .footmenu-item {
        display: inline-block;
        width: 49%;
    }
}

#footsubmenu {
    list-style: none;
    margin-top: 1rem;
    font-size: .65rem;
}

#footsubmenu li {
    display: block;
    margin-bottom: 5px;
}

#footsubmenu li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

#footmenu li a:after {
    background-image: url(../img/blank_white.svg);
}

@media (min-width:769px) {

    #footnav .rows {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    #foot-add {
        margin-right: 2rem;
    }

    #footsubmenu {
        text-align: center;
    }

    #footsubmenu li {
        display: inline-block;
        position: relative;
    }

    #footsubmenu li:not(:last-child):after {
        content: ' ';
        width: 1px;
        height: 50%;
        background: #333;
        position: absolute;
        top: 25%;
        right: 0;
        transform: rotate(15deg);
    }

    #footsubmenu li a {
        border: none;
        padding: .5rem 1rem;
    }
}

/*** information ***/

#information {
    background: url(../images/info.jpg) no-repeat center center #EEE;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.info_box {
    color: #FFF;
    position: relative;
    z-index: 2;
    position: relative;
}

#information h1 {
    margin-top: 0;
    font-size: .75rem;
    color: unset;
}

#information h1 span {
    display: block;
    font-size: 2rem;
}

#information a {
    padding: 5rem 0;
    display: block;
    background: rgba(0, 0, 0, .5);
}

#information i {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3px;
    right: 0;
    background: url(../img/right_white.svg) no-repeat center center/1.75rem 1.75rem;
    z-index: 3;
    transition: all .5s ease;
    border-radius: 50%;
    border: 1px solid #FFF;
}

#information a:hover {
    background: rgba(0, 0, 0, .95);
    ;
}

#information a:hover i {
    transform: rotate(360deg) scale(1.5);
    background-color: #FFF;
}

#information p {
    font-size: .75rem;
}

.info-tel {
    display: block;
}

#information .info-tel p {
    margin: 0;
}

#information .info-tel p.info-tel_txt {
    font-size: 1.15rem;
    color: #FFF;
    padding-left: 1.5rem;
    display: inline-block;
    background: url(../img/tel_white.svg) no-repeat center left;
    background-size: 1rem 1rem;
}

@media screen and (min-width:500px) {
    #information i {
        top: calc(50% - 1rem);
    }
}
#clubbnr a {
    display: block;
    background: url(../images/club.jpg) no-repeat center center/cover;
    color: #FFF;
    text-align: center;
    margin-bottom: 2rem;
}

.clubbnr-inner {
    background: rgba(0, 0, 0, .5);
    padding: 5rem 1rem;
}
.clubbnr-inner img{
    max-width: 512px;
}
.clubbnr-inner h1,
.clubbnr-inner p {
    margin: 0;
    font-size: 1rem;
}