@charset "UTF-8";

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    line-height: 2.4rem;
    border-radius: 5rem;
    border-radius: 6px;
    padding: 5px 10px;
    min-height: 1rem
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

select {
    border: 1px solid #ccc
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111
}

textarea {
    width: 100%
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a,
a:visited {
    color: #e49503
}

a:active,
a:focus,
a:hover {
    color: #009fc4
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a.btn,
a.btn:active,
a.btn:visited {
    display: inline-block;
    background: #4abfe6;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    border: none;
    line-height: 1;
    cursor: pointer;
    border-bottom: 1px solid #42a9cc;
    padding: 15px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

a.btn:hover,
body.common input[type=button]:hover,
body.common input[type=submit]:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

@media all and (max-width:900px) {

    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
        background-color: #fff;
        border-color: #fff;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        line-height: 2.4rem;
        border-radius: 5rem;
        border-radius: 6px;
        padding: 20px 40px;
        display: block;
        width: 100%
    }
}

#wpadminbar {
    display: block
}

body.common a,
body.common a:link,
body.common a:visited {
    color: #383838;
    text-decoration: none
}

body.common a:hover {
    color: #009fc4
}

body.common a.btn-br,
body.common a.btn-br:link,
body.common a.btn-br:visited {
    background: #039be5;
    margin-top: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 5px;
    padding: 13px 0 13px 15px;
    position: relative
}

body.common a.btn-br:after {
    content: " ";
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    width: 15px;
    background: url(../img/btn01.svg) no-repeat left bottom;
    background-size: 13px 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px
}

body.common .wp-pagenavi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

body.common .wp-pagenavi .current,
body.common .wp-pagenavi .nextpostslink,
body.common .wp-pagenavi .page,
body.common .wp-pagenavi .pages,
body.common .wp-pagenavi .previouspostslink {
    padding: 10px 15px
}

body.common .post-navigation,
body.common .wp-pagenavi .pages {
    display: none
}

body.common .wp-pagenavi .current {
    background: #000;
    color: #fff
}

body.common table {
    border-collapse: collapse;
    border-spacing: 0
}

body.common table tr th {
    background: #b8eafd;
    border: 1px solid #d1d1d1;
    width: 200px;
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px
}

body.common table tr th .require {
    color: red
}

body.common table tr td {
    padding: 10px;
    border: 1px solid #d1d1d1;
    background: #fff;
    color: #555
}

body.common input[type=button],
body.common input[type=submit] {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    padding: .5em 2em;
    text-decoration: none;
    background: #668ad8;
    color: #fff;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block
}

body.common input[type=button]::-webkit-search-decoration,
body.common input[type=submit]::-webkit-search-decoration {
    display: none
}

body.common input[type=button]::focus,
body.common input[type=submit]::focus {
    outline-offset: -2px
}

body.common table.company {
    width: 700px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-size: 12px
}

body.common table.company td,
body.common table.company th {
    padding: 10px;
    border: none
}

body.common table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px
}

body.common table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px
}

@-moz-document url-prefix() {
    body.common table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px
    }
}

body.common table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px
}

body.common.error404 #content #primary .page-content,
body.common.error404 #content #primary .page-header,
body.common.error404 #content #primary form,
footer#colophon {
    text-align: center
}

body.common.error404 #content #primary form input[type=search] {
    width: 70%;
    margin: 20px 0 10px
}

body.common.archive #content,
body.common.archive #content #primary article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

body.common.archive #content {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0
}

body.common.archive #content #primary {
    width: 800px;
    padding-right: 20px
}

body.common.archive #content #primary .page-title {
    font-weight: 300;
    margin: 0 0 20px
}

body.common.archive #content #primary article {
    border: 1px solid #e8e8e8
}

body.common.archive #content #primary article .entry-thum {
    width: 40%;
    border-right: 1px solid #e8e8e8
}

body.common.archive #content #primary article .entry-content-wrap {
    text-align: left;
    width: 60%;
    padding: 10px
}

body.common.archive #content #primary article .entry-content-wrap .entry-header .posted-on {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300
}

body.common.archive #content #primary article .entry-content-wrap .entry-header .entry-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    text-align: left
}

body.common.archive #content #primary article .entry-content-wrap .entry-content {
    margin-top: 10px
}

body.common.archive #content aside {
    width: 200px
}

@media all and (max-width:900px) {

    body.common .pc,
    body.common table.company th:after {
        display: none
    }

    body.common .sp {
        display: block
    }

    body.common h2 {
        font-weight: 300;
        font-size: 20px;
        font-size: 2rem;
        text-align: left;
    }

    body.common h2 span {
        font-size: 13px;
        font-size: 1.3rem;
        display: block
    }

    body.common #map {
        margin-top: 15px;
        padding: 0
    }

    body.common #map h2 {
        margin: 0 0 10px
    }

    body.common #map .prefecture h3 {
        text-align: center;
        margin: 0;
        font-weight: 500;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        background: #85dbff;
        -webkit-text-shadow: 0 1px 1px #003a58;
        -moz-text-shadow: 0 1px 1px #003a58;
        -o-text-shadow: 0 1px 1px #003a58;
        text-shadow: 0 1px 1px #003a58;
        padding: 10px 20px;
        border-bottom: 1px solid #fff
    }

    body.common #map .prefecture h3 .fas {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 0 0;
        float: right
    }

    body.common #map .prefecture ul {
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        display: none
    }

    body.common #map .prefecture ul li {
        width: 50%;
        display: inline-block
    }

    body.common #map .prefecture ul li a,
    body.common #map .prefecture ul li a:link,
    body.common #map .prefecture ul li a:visited {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #0885b9;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #dcdcdc
    }

    body.common #map .prefecture ul li a .fas,
    body.common #map .prefecture ul li a:link .fas,
    body.common #map .prefecture ul li a:visited .fas {
        padding-right: 5px
    }

    body.common #map .prefecture ul li:nth-child(odd) a {
        border-right: 1px solid #dcdcdc
    }

    body.common #map .prefecture.act ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    body.common #content #primary {
        padding: 0 5px
    }

    body.common #content #primary .page-title,
    body.common.archive #content #primary .page-title {
        font-weight: 300;
        margin: 15px 0 10px;
        text-align: center
    }

    body.common #content #primary article.store {
        /*border: 1px solid #e8e8e8*/
    }

    body.common #content #primary article.store .shop-valu {
        background: #a8fdfa
    }

    body.common #content #primary article.store .shop-valu ul {
        list-style: none;
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        padding: 0;
        margin: 0;
        text-align: center
    }

    body.common #content #primary article.store .shop-valu ul li {
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 700
    }

    body.common #content #primary article.store .shop-valu ul li:last-child {
        border-bottom: none
    }

    body.common #content #primary article.store .shop-img {
        text-align: center
    }

    body.common #content #primary article.store .shop-img a,
    body.common.archive #content #primary article .entry-thum a {
        display: block;
        border-bottom: 1px solid #e8e8e8
    }

    body.common #content #primary article.store .shop-detail-more,
    body.common #content #primary article.store .shop-wrap .shop-detail {
        padding: 5px
    }

    body.common #content #primary article.store .shop-wrap .shop-detail h3 {
        margin: 5px 0 15px
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-mail,
    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-tel {
        width: 100%;
        text-align: center
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-mail .fas,
    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-tel .fas {
        padding-left: 5px;
        font-size: 23px;
        font-size: 2.3rem
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-tel {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        display: inline-block;
        padding: .5em 1em;
        text-decoration: none;
        border-radius: 4px;
        color: #fff;
        background-image: -webkit-linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
        background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        border-bottom: solid 3px #c58668;
        margin-bottom: 20px
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-mail {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        display: inline-block;
        padding: .8em 1em;
        border-radius: 4px;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
        background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        border-bottom: solid 3px #288fc1
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url {
        width: 49%;
        display: block;
        text-align: center
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper .fas,
    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url .fas {
        padding-left: 5px
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper {
        background: #a52246;
        border-radius: 4px;
        padding: 10px;
        margin-right: 1%
    }

    body.common #content #primary article.store .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url {
        background: #ffa000;
        border-radius: 4px;
        padding: 10px;
        margin-left: 1%
    }

    body.common #content #primary article.store .shop-detail-more .copy {
        text-align: center;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.8rem
    }

    body.common #content #primary article.store .shop-detail-more .insta-btn {
        color: #fff;
        border-radius: 7px;
        position: relative;
        display: block;
        height: 50px;
        width: 190px;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        vertical-align: middle;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden;
        text-decoration: none;
        margin: 0 auto 10px
    }

    body.common #content #primary article.store .shop-detail-more .insta-btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
        background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
    }

    body.common #content #primary article.store .shop-detail-more .insta-btn .fa-instagram {
        font-size: 35px;
        position: relative;
        top: 4px
    }

    body.common #content #primary article.store .shop-detail-more .insta-btn span {
        padding-left: 10px;
        display: inline-block;
        position: relative;
        transition: .5s
    }

    body.common aside {
        padding: 0 10px
    }

    body.common aside a,
    body.common aside a:link,
    body.common aside a:visited {
        margin-bottom: 10px;
        display: block
    }

    body.common aside a img,
    body.common aside a:link img,
    body.common aside a:visited img {
        width: 100%;
        height: auto
    }

    body.common .wp-pagenavi {
        justify-content: space-evenly
    }

    body.common table,
    body.common table tbody,
    body.common table tr,
    body.common table tr td,
    body.common table tr th,
    body.common table.company,
    body.common table.company tbody,
    body.common table.company td,
    body.common table.company th,
    body.common table.company tr {
        width: 100%;
        display: block
    }

    body.common table tr td input {
        width: 70%
    }

    body.common input[type=button]:hover,
    body.common input[type=submit]:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    @-moz-document url-prefix() {
        body.common table.company th::after {
            display: none
        }
    }

    body.common.archive #content {
        width: auto;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    body.common.archive #content #primary {
        width: auto;
        padding: 0 5px
    }

    body.common.archive #content #primary article {
        display: block;
        border: 1px solid #e8e8e8
    }

    body.common.archive #content #primary article .entry-thum {
        width: auto;
        border-right: none
    }

    body.common.archive #content #primary article .entry-content-wrap {
        text-align: left;
        width: auto;
        padding: 5px
    }

    body.common.archive #content #primary article .entry-content-wrap .entry-header .posted-on {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 300
    }

    body.common.archive #content #primary article .entry-content-wrap .entry-header .entry-title {
        margin: 0 0 10px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        text-align: left
    }

    body.common.archive #content #primary article .entry-content-wrap .entry-content {
        margin-top: 10px
    }

    body.common.archive #content aside {
        width: auto
    }
}

@media all and (min-width:900px) {

    body.common .pc,
    body.common.archive.post-type-archive-store #content #primary article,
    body.common.archive.tax-store_category #content #primary article,
    body.common.single-store #content #primary article {
        display: block
    }

    body.common #map .prefecture h3 .fas,
    body.common #map .prefecture ul li a .fas,
    body.common #map .prefecture ul li a:link .fas,
    body.common #map .prefecture ul li a:visited .fas,
    body.common .sp {
        display: none
    }

    body.common #map .prefecture h3,
    body.common h2 {
        font-weight: 300;
        font-size: 30px;
        font-size: 1.5rem;
        text-align: left;
    }

    body.common h2 span {
        font-size: 18px;
        font-size: 1.8rem;
        display: block
    }

    body.common #map {
        width: 1000px;
        height: 700px;
        margin: 0 auto;
        background: url(../img/map.jpg) no-repeat center;
        position: relative;
        z-index: 1
    }

    body.common #map .prefecture {
        background: #e6e6e6;
        border-radius: 10px;
        padding: 10px;
        width: 225px;
        position: absolute;
        z-index: 10
    }

    body.common #map .prefecture h3 {
        font-size: 20px;
        font-size: 2rem;
        margin: 0 0 10px
    }

    body.common #map .prefecture ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }

    body.common #map .prefecture ul li a,
    body.common #map .prefecture ul li a:link,
    body.common #map .prefecture ul li a:visited {
        width: 65px;
        padding: 5px 0;
        margin: 0 5px 5px 0;
        text-align: center;
        font-weight: 700;
        color: #fff;
        -webkit-text-shadow: 0 1px 1px #003a58;
        -moz-text-shadow: 0 1px 1px #003a58;
        -o-text-shadow: 0 1px 1px #003a58;
        text-shadow: 0 1px 1px #003a58;
        position: relative;
        display: inline-block;
        text-decoration: none;
        background: #85dbff;
        border: solid 1px #3cc0ef;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
    }

    body.common #map .prefecture ul li a:hover {
        background: #12b9ff
    }

    body.common #map .prefecture ul li:nth-child(3n) a {
        margin-right: 0
    }

    body.common #map .hokkaido {
        text-align: center;
        width: 85px;
        right: 200px;
        top: 70px
    }

    body.common #map .hokkaido h3 {
        display: none
    }

    body.common #map .hokkaido ul li a,
    body.common #map .hokkaido ul li a:link,
    body.common #map .hokkaido ul li a:visited {
        margin: 0
    }

    body.common #map .kanto {
        bottom: 340px;
        right: 20px
    }

    body.common #map .tohoku {
        right: 405px;
        top: 110px
    }

    body.common #map .chubu {
        right: 145px;
        bottom: 20px
    }

    body.common #map .chugoku {
        top: 190px;
        left: 50px
    }

    body.common #map .kinki {
        width: 295px;
        bottom: 20px;
        left: 290px
    }

    body.common #map .kinki ul li:nth-child(3n) a {
        margin-right: 5px
    }

    body.common #map .kinki ul li:nth-child(4n) a {
        margin-right: 0
    }

    body.common #map .kyushu {
        bottom: 73px;
        left: 30px
    }

    body.common #content {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0 0
    }

    body.common.archive.post-type-archive-store #content,
    body.common.archive.tax-store_category #content,
    body.common.page #content,
    body.common.single #content,
    body.common.single-store #content {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    body.common.page #content #primary .page-title,
    body.common.single #content #primary .page-title {
        font-weight: 300;
        margin: 0 0 20px
    }

    body.common.page #content #primary article a,
    body.common.page #content #primary article a:link,
    body.common.page #content #primary article a:visited,
    body.common.single #content #primary article a,
    body.common.single #content #primary article a:link,
    body.common.single #content #primary article a:visited {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        /*color: #13a2dc*/
    }

    body.common.page #content #primary article a:hover,
    body.common.single #content #primary article a:hover {
        opacity: .8;
        filter: alpha(opacity=80)
    }

    body.common.page #content #primary article .entry-header .entry-title,
    body.common.single #content #primary article .entry-header .entry-title {
        font-weight: 400
    }

    body.common.archive.post-type-archive-store #content aside,
    body.common.archive.tax-store_category #content aside,
    body.common.page #content aside,
    body.common.single #content aside,
    body.common.single-store #content aside {
        width: 200px
    }

    body.common.archive.post-type-archive-store #content #primary,
    body.common.archive.tax-store_category #content #primary,
    body.common.page #content #primary,
    body.common.single #content #primary,
    body.common.single-store #content #primary {
        width: 800px;
        padding-right: 20px
    }

    body.common.archive.post-type-archive-store #content #primary .page-title,
    body.common.archive.tax-store_category #content #primary .page-title,
    body.common.single-store #content #primary .page-title {
        font-weight: 300;
        margin: 0 0 20px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-valu,
    body.common.archive.tax-store_category #content #primary article .shop-valu,
    body.common.single-store #content #primary article .shop-valu {
        background: #a8fdfa
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-valu ul,
    body.common.archive.tax-store_category #content #primary article .shop-valu ul,
    body.common.single-store #content #primary article .shop-valu ul {
        list-style: none;
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        padding: 5px 0;
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-valu ul li,
    body.common.archive.tax-store_category #content #primary article .shop-valu ul li,
    body.common.single-store #content #primary article .shop-valu ul li {
        padding: 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700
    }

    body.common.archive.post-type-archive-store #content #primary article a,
    body.common.archive.post-type-archive-store #content #primary article a:link,
    body.common.archive.post-type-archive-store #content #primary article a:visited,
    body.common.archive.tax-store_category #content #primary article a,
    body.common.archive.tax-store_category #content #primary article a:link,
    body.common.archive.tax-store_category #content #primary article a:visited,
    body.common.single-store #content #primary article a,
    body.common.single-store #content #primary article a:link,
    body.common.single-store #content #primary article a:visited {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    body.common.archive.post-type-archive-store #content #primary article a:hover,
    body.common.archive.tax-store_category #content #primary article a:hover,
    body.common.single-store #content #primary article a:hover {
        opacity: .8;
        filter: alpha(opacity=80)
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-img,
    body.common.archive.tax-store_category #content #primary article .shop-img,
    body.common.single-store #content #primary article .shop-img {
        display: block;
        width: 40%;
        border-right: 1px solid #e8e8e8
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-img a,
    body.common.archive.tax-store_category #content #primary article .shop-img a,
    body.common.single-store #content #primary article .shop-img a {
        line-height: 0;
        display: block
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap,
    body.common.archive.tax-store_category #content #primary article .shop-wrap,
    body.common.single-store #content #primary article .shop-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border: 1px solid #e8e8e8
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail,
    body.common.single-store #content #primary article .shop-wrap .shop-detail {
        padding: 10px;
        width: 60%
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail h3,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail h3,
    body.common.single-store #content #primary article .shop-wrap .shop-detail h3 {
        margin: 0 0 10px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail p,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail p,
    body.common.single-store #content #primary article .shop-wrap .shop-detail p {
        margin: 0 0 10px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel {
        width: 100%;
        display: block;
        text-align: center
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail .fas,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel .fas,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail .fas,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel .fas,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-mail .fas,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-tel .fas {
        padding-left: 5px;
        font-size: 15px;
        font-size: 1.5rem
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel {
        width: 49%;
        text-align: center
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-tel {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        display: inline-block;
        padding: .5em 0;
        text-decoration: none;
        border-radius: 4px;
        color: #fff;
        background-image: -webkit-linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
        background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        border-bottom: solid 3px #c58668;
        margin-bottom: 0;
        margin-right: 1%
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-my-detail-more .shop-mail {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        display: inline-block;
        padding: .5em 0;
        border-radius: 4px;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
        background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
        border-bottom: solid 3px #288fc1;
        margin-bottom: 0;
        margin-left: 1%
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url {
        width: 49%;
        display: block;
        text-align: center
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper img,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url img,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper img,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url img,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper img,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url img {
        width: 100px;
        height: auto
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper .fas,
    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url .fas,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper .fas,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url .fas,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper .fas,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url .fas {
        padding-left: 5px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-hotpepper {
        background: #a52246;
        border-radius: 4px;
        padding: 5px 10px;
        margin-right: 1%
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url,
    body.common.archive.tax-store_category #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url,
    body.common.single-store #content #primary article .shop-wrap .shop-detail .shop-detail-contact .shop-detail-url .shop-url {
        background: #ffa000;
        border-radius: 4px;
        padding: 5px 10px;
        margin-left: 1%
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more,
    body.common.single-store #content #primary article .shop-detail-more {
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 5px 10px 10px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .copy,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .copy,
    body.common.single-store #content #primary article .shop-detail-more .copy {
        text-align: center;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 10px 0 5px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .insta-btn,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .insta-btn,
    body.common.single-store #content #primary article .shop-detail-more .insta-btn {
        color: #fff;
        border-radius: 7px;
        position: relative;
        display: inline-block;
        height: 50px;
        width: 190px;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        vertical-align: middle;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden;
        text-decoration: none;
        margin: 0 0 10px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .insta-btn:before,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .insta-btn:before,
    body.common.single-store #content #primary article .shop-detail-more .insta-btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
        background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .insta-btn .fa-instagram,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .insta-btn .fa-instagram,
    body.common.single-store #content #primary article .shop-detail-more .insta-btn .fa-instagram {
        font-size: 35px;
        position: relative;
        top: 4px
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .insta-btn span,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .insta-btn span,
    body.common.single-store #content #primary article .shop-detail-more .insta-btn span {
        padding-left: 10px;
        display: inline-block;
        position: relative;
        transition: .5s
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .insta-btn:hover span,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .insta-btn:hover span,
    body.common.single-store #content #primary article .shop-detail-more .insta-btn:hover span {
        -webkit-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }

    body.common.archive.post-type-archive-store #content #primary article .shop-detail-more .address,
    body.common.archive.tax-store_category #content #primary article .shop-detail-more .address,
    body.common.single-store #content #primary article .shop-detail-more .address {
        margin: 5px 0 0
    }
}

@media all and (max-width:900px) {
    body.common.page-template-page-full #content #primary {
        width: auto;
        padding-right: 0
    }
}

@media all and (min-width:900px) {
    body.common.page-template-page-full #content {
        display: block
    }

    body.common.page-template-page-full #content #primary {
        width: auto;
        padding-right: 0
    }
}

@media all and (max-width:900px) {
    body.common .site-description {
        margin: 0;
        font-size: 10px;
        font-size: 1rem;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
        padding: 2px 5px
    }

    body.common header#masthead {
        background: #fff;
        position: relative;
        padding: 5px 10px 0;
        border-bottom: 1px solid #e0e0e0;
        min-height: 50px
    }

    body.common header#masthead .site-branding h1.site-title,
    body.common header#masthead .site-branding p.site-title {
        margin: 0
    }

    body.common header#masthead .site-branding .site-title a img {
        width: 100px;
        height: auto
    }

    body.common header#masthead .main-navigation ul {
        margin: 75px 0 0
    }

    body.common header#masthead .main-navigation ul li {
        float: none
    }

    body.common header#masthead .main-navigation ul li a,
    body.common header#masthead .main-navigation ul li a:link,
    body.common header#masthead .main-navigation ul li a:visited {
        padding: 10px 5px;
        border-bottom: 1px solid #cecece;
        font-weight: 700
    }

    body.common header#masthead .main-navigation ul li:first-child a {
        border-top: 1px solid #cecece
    }

    body.common header#masthead .hiraku-open-btn {
        position: absolute;
        right: 10px;
        top: 10px
    }
}

@media all and (min-width:900px) {
    body.common #description {
        width: 100%;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    body.common #description .site-description {
        width: 1000px;
        margin: 0 auto;
        font-size: 10px;
        font-size: 1rem;
        background: #fff;
        padding: 2px 5px
    }

    body.common header#masthead {
        background: #fff;
        position: relative;
        padding: 5px 10px;
        width: 1000px;
        margin: 0 auto;
        max-height: 60px
    }

    body.common header#masthead .site-branding h1.site-title,
    body.common header#masthead .site-branding p.site-title {
        display: block;
        margin: 0
    }

    body.common header#masthead .site-branding .site-title a img {
        width: 150px;
        height: auto
    }

    body.common header#masthead .main-navigation {
        position: absolute;
        right: 0;
        top: 0
    }

    body.common header#masthead .main-navigation ul li a,
    body.common header#masthead .main-navigation ul li a:link,
    body.common header#masthead .main-navigation ul li a:visited {
        display: block;
        padding: 20px 30px;
        max-height: 60px;
        min-height: 60px;
        font-weight: 700
    }

    body.common header#masthead .hiraku-open-btn {
        display: none
    }
}

footer#colophon {
    color: #9d9d9d
}

@media all and (max-width:900px) {
    footer#colophon #foot-info-wrap {
        padding: 5px 0;
        background: #e0e0e0
    }

    footer#colophon #foot-info-wrap #foot-bnr {
        text-align: center
    }

    footer#colophon #foot-info-wrap #foot-bnr img {
        max-width: 300px
    }

    footer#colophon #foot-info-wrap #foot-info {
        border-radius: 3px;
        padding: 10px;
        margin: 20px 0;
        text-align: left
    }

    footer#colophon #foot-info-wrap #foot-info h3 {
        color: #000
    }

    footer#colophon #foot-info-wrap #foot-info-inner {
        color: #000;
        text-align: left
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-info {
        font-size: 13px
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li {
        border-bottom: 1px solid #fff
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li a {
        display: block;
        padding: 20px 10px 20px 40px;
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li a .fas {
        padding-right: 5px
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li:first-child {
        text-align: center
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li:first-child a {
        padding: 10px 0 20px
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li:first-child img {
        width: 150px;
        height: auto
    }

    footer#colophon .site-info {
        padding: 3px 5px;
        color: #fff;
        background: #333
    }

    footer#colophon .site-info a,
    footer#colophon .site-info a:link,
    footer#colophon .site-info a:visited {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media all and (min-width:900px) {
    footer#colophon #foot-bnr {
        padding: 0;
        margin-bottom: 20px;
        text-align: center
    }

    footer#colophon #foot-info-wrap {
        background: #e0e0e0
    }

    footer#colophon #foot-info-wrap #foot-info-inner {
        color: #000;
        width: 1000px;
        padding: 20px;
        margin: 0 auto;
        text-align: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-info {
        width: 35%;
        font-size: 13px
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav {
        width: 65%
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li a {
        display: block;
        padding: 20px 20px 0
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li:first-child a {
        padding: 0
    }

    footer#colophon #foot-info-wrap #foot-info-inner #foot-nav ul li:first-child img {
        width: 150px;
        height: auto
    }

    footer#colophon .site-info {
        padding: 10px 5px;
        color: #fff;
        background: #333
    }

    footer#colophon .site-info a:link,
    footer#colophon .site-info a:visited {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem
    }
}