@charset "utf-8";
@media screen and (max-width: 480px) {
    header {
        height: 100px;
        overflow: hidden;
    }
    .wrapper {
        width: 100%;
        /* max-width: 360px; */
        margin: 0;
        padding: 0 2%;
        text-align: center;
        padding-bottom: 3rem;
    }
    h1 {
        font-size: 1.5rem;
        text-shadow: 0px 0px 3px var(--textcolor);

        /* text-align: left; */
        position: fixed;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1200;
    }
    h2 {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    br.sp_br {
        display: inline;
    }
    .link_btn {
        font-size: 1.2rem;
    }
    .link_btn_RtoC {
        text-align: center;
    }
    .link_btn_LtoC {
        text-align: center;
    }

    /* --------------header------------- */

    .logo_sp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #link_btncov {
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: var(--accent-color-alfa);
        border-radius: 0;
        position: fixed;
        top: 22px;
        right: 8px;
        z-index: 1200;
    }
    #link_btncov i {
        position: fixed;
        top: 38px;
        right: 20px;
    }
    a:hover #link_btncov {
        color: var(--glaycolor);
        background: var(--white);
        border-radius: 0;
    }

    /* ----------------------------------------------------------------- */
    /* ハンバーガーメニュー */
    /* ----------------------------------------------------------------- */
    #mnavi {
        width: 80%;
        /* min-width: 360px; */
        background-color: var(--base-color);
        padding: 25px;
        position: fixed;
        top: 0;
        left: -80%;
        bottom: 0;
        opacity: 0;
        /* overflow-y: auto; */
        transition: 0.5s;
        z-index: 1500;
    }
    .open #mnavi {
        left: 0;
        opacity: 1;
    }
    #mnavi ul.nav-menu {
        margin-bottom: 30px;
    }
    #mnavi ul li {
        padding: 10px 0;
    }
    .hamburger {
        width: 48px;
        height: 48px;
        cursor: pointer;
        position: fixed;
        top: 22px;
        left: 8px;
        transition: 0.5s;
        z-index: 1600;
        /* 動作テスト用 */
        background: var(--headerbg-color);
    }
    .hamburger span {
        width: 40px;
        height: 2px;
        background-color: var(--white);
        /* border-radius: 4px; */
        box-shadow: 0px 0px 4px var(--textcolor);
        display: block;
        position: absolute;
        left: 4px;
        transition: 0.5s;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 23px;
    }
    .hamburger span:nth-child(3) {
        bottom: 10px;
    }
    .open .hamburger span {
        background-color: var(--white);
        box-shadow: none;
    }
    .open .hamburger span:nth-child(1) {
        transform: translateY(13px) rotate(-135deg);
    }
    .open .hamburger span:nth-child(2) {
        opacity: 0;
    }
    .open .hamburger span:nth-child(3) {
        transform: translateY(-13px) rotate(135deg);
    }
    #mask {
        display: none;
        transition: 0.5s;
    }
    .open #mask {
        width: 100%;
        height: 100%;
        background-color: var(--textcolor);
        cursor: pointer;
        display: block;
        opacity: 0.8;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100;
    }
    #navi-list {
        color: var(--glaycolor);
        font-size: 1.2rem;
        text-shadow: none;
        margin-top: 120px;
        flex-direction: column;
    }
    #navi-list li {
        margin-bottom: 2rem;
        align-self: center;
    }

    #navi-list a {
        color: var(--glaycolor);
    }
    #navi-list a:hover {
        color: var(--main-color);
        transition: 0.5s;
    }

    /* ----------------------------------------------------------------- */
    /* ハンバーガーメニュー ここまで*/
    /* ----------------------------------------------------------------- */

    /* ------- メインビジュアル　------- */
    #mainvisual {
        position: sticky;
        top: -620px;
        z-index: 500;
        margin-top: 0;
        padding-top: 0;
    }
    #mainvisual img {
        width: 100%;
        height: 720px;
        object-fit: cover;
    }

    /* ----トップページ　アイテム ----*/
    .items_area {
        flex-direction: column;
        justify-content: center;
    }
    .items_card {
        width: 100%;
        margin-bottom: 2rem;
    }
    .item_name {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }
    .item_place {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }
    .sp_align_center {
        text-align: center;
    }
    /* ----　トップページ　ニュース ----*/
    .news_area li {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .news_area time {
        width: 100%;
        font-size: 0.8em;
        text-align: left;
    }
    .news_area div {
        width: 100%;
        text-align: left;
    }

    /* ----　インスタ ----*/
    .insta_area {
        flex-direction: column;
    }
    .img_size_insta {
        width: 100%;
        padding-top: 100%;
    }
    .img-wrapper {
        margin-bottom: 1.5rem;
    }

    /* ----トップページ　店舗紹介 ----*/
    .top_store_container {
        flex-direction: column;
    }
    .top_store_container {
        width: 100%;
        flex-direction: column;
    }
    .top_store_content {
        width: 100%;
        margin-bottom: 3.5rem;
    }
    .store_info_text {
        text-align: center;
        font-size: 0.8em;
    }
    /* ----サブページ　ヘッダー画像 ----*/
    #headerimg {
        position: sticky;
        top: -180px;
        z-index: 500;
    }
    #headerimg img {
        margin-top: 100px;
        height: 180px;
    }
    /* ----サブページ　店舗紹介 ----*/
    .nnn_copy {
        font-size: 1.4em;
        margin-bottom: 2rem;
    }
    .intro_txt {
        width: 80%;
        min-width: 300px;
    }
    .bg_shape {
        width: 60%;
        min-width: 80px;
        height: 50%;
        top: 5%;
        left: 5%;
    }
    .store_content {
        flex-direction: column;
    }
    .store_img_content {
        width: 100%;
        margin-bottom: 2rem;
    }
    .store_info_content {
        width: 100%;
        text-align: center;
    }
    .store_info_content img {
        width: 80%;
    }
    /* ----お問い合わせページ ----*/
    .text_explan {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    .to_mailform {
        flex-direction: column;
    }
    .qes {
        font-size: 1.1rem;
    }
    .ans {
        font-size: 1rem;
    }
    .mailform-area dl {
        width: 100%;
        min-width: 280px;
    }
    .mailform-area dt {
        width: 100%;
    }
    .mailform-area dd {
        width: 100%;
        margin-left: 0;
    }
    .mailform-area .text-area {
        width: 100%;
    }

    .form-item {
        flex-direction: column;
    }
    /* ----フッターまわり----*/
    footer {
        padding: 2rem;
    }
    .ft_nav {
        margin-top: 1rem;
        padding: 0;
        display: flex;
        flex-direction: column;
        font-size: 1rem;
        text-align: center;
    }

    .ft_nav li {
        /* background: #444; */
        margin: 0;
        padding: 0.8rem;
    }

    .ft_menu {
        display: flex;
        padding: 0;
        flex-direction: column;
        font-size: 0.7rem;
        text-align: center;
        margin-bottom: 0;
    }
    .ft_menu li {
        /* background: #444; */
        margin: 0;
        padding: 0.6rem;
    }
    .ft_store {
        margin-bottom: 3rem;
    }

    .btm_bar {
        width: 80%;
        border-bottom: var(--glaycolor) solid 1px;
    }

    /* ----ショッピングカート----*/
    .cart_heading {
        background: var(--sub-color);
        min-width: 4rem;
    }
    .text_empty {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
}
