.pc {
    display: none;
}

.sp {
    display: block;
}

@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
    font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 5px;
}

h3 {
    font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 26px;
    line-height: 140%;
}

h4 {
    font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    line-height: 150%;
    color: #666;
}

p {
    font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 14px;
    line-height: 170%;
}

.garamond {
    font-family: 'Garamond', 'Century', 'Book Antiqua', serif !important;
}

.hannari {
    font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.shop-logo a[href=""] {
    cursor: default;
}

a {
    color: #555 !important;
}

.staff-recruit {
    float: right;
    padding-top: 15px;
    padding-right: 20px;
}

.logo-img {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
}

.staff-recruit img:hover,
.header-menu img:hover,
.recruit-btn:hover {
    opacity: 0.7;
}

.header-menu {
    clear: both;
    padding-left: 0;
    text-align: center;
}

.top {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(227, 223, 222, 0.7);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.top ul {
    margin: 0;
}

.top li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: bold;
}

footer p {
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    color: #fdfdfd;
}

#footer-cover {
    display: block;
    background-color: #615d3a;
}

#pageTop {
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 999;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 120%;
    background-color: #615d3a;
    opacity: 0.85;
    -moz-opacity: 0.85;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    background-color: #c9c499;
}

#pageTop p {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
}

@media only screen and (max-width: 800px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    p {
        font-size: 12px;
        line-height: 150%;
    }

    h2 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 15px;
    }
}


/* spメニュー */

.inner {
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}


/* header */
header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a {
    padding: 0 30px;
}


/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}


/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 9px;
}

#nav-toggle span:nth-child(3) {
    top: 18px;
}

@media screen and (max-width: 800px) {
    #mobile-head ul {
        padding: 18px 10px;
        padding-right: 60px;
        margin: 0;
    }

    #mobile-head li {
        list-style: none;
        display: block;
    }

    .sp-left {
        float: left;
    }

    .sp-right {
        float: right;
        padding: 0 10px;
    }

    .top ul {
        padding: 0;
    }

    .top li {
        padding: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
        position: fixed;
        background: rgba(227, 223, 222, 0.7);
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        z-index: 9999;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: rgba(227, 223, 222, 0.7);
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -770px;
        background-color: rgba(227, 223, 222, 0.8);
        width: 100%;
        text-align: center;
        padding-top: 10px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        padding-left: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    #global-nav ul li {
        float: none;
        position: static;
        padding: 12px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.8);
        ;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(320deg);
        -moz-transform: rotate(320deg);
        transform: rotate(320deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-320deg);
        -moz-transform: rotate(-320deg);
        transform: rotate(-320deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(820px);
        -webkit-transform: translateY(820px);
        transform: translateY(820px);
    }
}

.block404 {
    margin-top: 150px;
}

.content404 {
    padding-top: 50px;
    height: 400px
}

.des404 {
    padding-top: 20px;
}

.des404 a {
    background-color: #615d3a;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff !important;
    margin: 40px auto;
    display: block;
    width: 200px;
    text-align: center;
}