/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {


	/*-- ここまで --*/
}


@media only screen and (min-width: 600px) {
    .entry-title:not(.st-css-no), .post .entry-title:not(.st-css-no) {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

.fixed-menu {
    display: none;
}
@media only screen and (max-width: 599px) {
    body:not(.page-id-1477) #page-top {
        display: none !important;
    }
    body.js-allow-location #page-top {
        display: none !important;
    }
    body:not(.page-id-1477) footer {
        padding-bottom: 70px;
    }
    body.js-allow-location footer {
        padding-bottom: 70px;
    }
    body:not(.page-id-1477) .acordion_tree_content {
        padding-bottom: 70px;
    }
    .fixed-menu {
        border-top: 1px solid #fff;
        color: #fff;
        height: 70px;
        width: 100%;
        background: rgb(30, 115, 190);
        display: flex;
        align-items: center;
        z-index: 100000;
        position: fixed;
        left: 0;
        bottom: -100px;
    }
    .fixed-menu.fixed-menu--active {
        transition: 0.2s;
        bottom: 0;
    }
    .fixed-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 10px;
    }
    .fixed-menu .menu-nav {
        font-weight: bold;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .fixed-menu .menu-nav.menu-nav--tel {
        letter-spacing: 0.5em;
    }
    .fixed-menu .menu-nav.menu-nav--tel .fas {
        font-size: 36px;
        margin-bottom: 4px;
    }
    .fixed-menu .menu-nav picture {
        height: 40px;
    }
    .fixed-menu .menu-nav picture img {
        height: 100%;
        width: auto;
    }
    .fixed-menu .menu-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: solid 1px #fff;
        height: 100%;
        width: 20%;
    }
    .fixed-menu .back-icon {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: solid 1px #fff;
        height: 100%;
        width: 20%;
    }
    .fixed-menu .back-icon img {
        height: 40px;
        width: auto;
    }
    .fixed-menu .menu-scroll-top {
        border-left: solid 1px #fff;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 20%;
    }
    .fixed-menu .menu-scroll-top span {
        letter-spacing: 0.2em;
    }
    .fixed-menu .menu-icon span {
        font-size: 10px;
        letter-spacing: 0.2em;
        padding-left: 2px;
    }
    .fixed-menu .back-icon span {
        font-size: 10px;
        letter-spacing: 0.2em;
        padding-left: 2px;
    }
    .fixed-menu .fas {
        font-size: 40px;
    }
    .fixed-menu__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .fixed-menu--page-shop .open-search {
        width: 80%;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .fixed-menu--page-shop .open-search img {
        height: 50px;
        width: auto;
    }
    .fixed-menu--page-shop .open-search span {
        font-size: 10px;
        letter-spacing: 0.2em;
        padding-left: 2px;
        position: relative;
        top: -5px;
    }
    .fixed-menu--page-shop .menu-scroll-top {
        width: 20%;
    }
}
