p {
    line-height: 1.6;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
}
header .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
}
header .head .left {
    display: flex;
    gap: 15px;
}
header .head .left h1 {
    width: 10vw;
    max-width: 50px;
    font-size: 16px;
    padding-top: 6px;
}
header .head .left p {
    display: grid;
}
header .head .left p .ttl {
    font-size: 2.2rem;
    font-weight: 700;
}
header .head .left p .notes {
    font-size: 1.6rem;
    font-weight: 500;
}

header .head .left p .notes .floor::after {
    content: "：";
}

header .head .left p .notes .category::after {
    content: "　";
}

header .head .left p .notes .time::after {
    content: "　";
}

header .head .left p .notes .closed::after {
    content: "　";
}

header .head .left p .notes .tel-info {
    flex-basis: 100%;
}
header .head .right {
    display: flex;
    gap: 10px;
    align-items: center;
}
header .head .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    height: 50px;
    background-color: #000;
    border-radius: 25px;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.3s;
}

header .head .right a.hoge {
    height: auto;
}
header .head .right a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
header nav > ul {
    display: flex;
    background: rgb(147, 37, 54);
    background: linear-gradient(180deg, rgba(147, 37, 54, 1) 0%, rgba(110, 28, 40, 1) 100%);
}
header nav > ul li {
    position: relative;
    width: calc(100% / 7);
    font-size: 1.6rem;
    text-align: center;
}
header nav > ul li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    transform: translateY(-50%);
}
header nav > ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff !important;
    transition: 0.3s;
}
header nav > ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
header nav > ul .child {
    display: none;
    position: absolute;
    width: 100%;
}
header nav > ul .child li {
    width: 100%;
    background: rgb(147, 37, 54);
}
header nav > ul .child li:not(:first-child):before {
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: none;
}
header nav > ul .child li a {
    color: #000;
}

.hoge {
    display: none !important;
}

.nopc {
    display: none !important;
}

.nosp {
    display: flex !important;
}

/* 650px以下で改行表示 */
@media only screen and (max-width: 700px) {
    br.sp-only {
        display: block;
    }

    header .head .left p .notes .floor::after {
        content: "";
    }

    header .head .left p .notes .category::after {
        content: "";
    }

    header .head .left p .notes .time::after {
        content: "";
    }

    header .head .left p .notes .closed::after {
        content: "";
    }

    .floor {
        margin-right: 4px;
    }

    .category {
        margin-right: 4px;
    }

    .tel-info {
        display: flex;
        flex-direction: row;
        flex-basis: 100%;
        margin-right: 4px;
    }

    .tel-info .closed {
        margin-right: 8px;
    }

    .tel-info .tel {
        margin-right: 4px;
    }

    .sp-hide {
        display: none;
    }
}

@media only screen and (min-width: 700px) {
    br.sp-only {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        height: clamp(70px, calc(70px + 0.5vw), 108px);
    }

    header .head {
        padding: 15px;
    }

    header .head .left {
        gap: 8px;
    }

    header .head .left p .ttl {
        font-size: 2rem;
        font-weight: 700;
    }

    header .head .left p .notes {
        font-size: 1.3rem;
        font-weight: 500;
    }

    header .head .right a {
        display: none;
    }

    .nopc {
        display: flex !important;
    }

    header .head .right .spnav {
        position: relative;
        width: 60px;
        height: 45px;
        margin-left: auto;
        background: rgb(147, 37, 54);
        background: linear-gradient(180deg, rgba(147, 37, 54, 1) 0%, rgba(110, 28, 40, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
    }

    header .head .right .spnav span {
        display: none;
    }

    header .head .right .spnav span::before,
    header .head .right .spnav span::after {
        display: none;
    }

    header nav {
        display: none;
    }

    header nav > ul {
        display: block;
    }

    header nav > ul li {
        width: 100%;
        border-bottom: 0.5px solid rgba(204, 197, 197, 0.5);
    }

    header nav > ul li:not(:first-child):before {
        display: none;
    }

    header nav > ul .child {
        display: block;
        position: static;
    }

    header nav > ul .child li {
        border: none;
    }

    header nav > ul .child li:not(:first-child):before {
        display: none;
    }

    header .head .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.2px;
        width: auto;
    }

    header .head {
        padding: 10px 6px 16px 6px;
    }

    header .head.scrolled {
        box-shadow: 10px 0 20px 10px rgb(84, 84, 84);
    }

    .hoge {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 0px !important;
        text-align: center;
        border-top: none;
        width: auto !important;
        background-color: transparent !important;
    }

    .fuga1 {
        display: none;
    }

    .fuga2 {
        max-height: 70px !important;
        padding: 5px 8px;
        font-size: 1.2rem !important;
        margin: auto 0 !important;
        border-radius: 2px !important;
        background-color: #3c3731;
        color: #fff;
        width: auto;
        white-space: nowrap;
        display: inline-block;
        width: max-content;
        max-width: 90vw;
        box-sizing: border-box;
    }

    main {
        padding-top: 135px;
    }

    .nosp {
        display: none !important;
    }
}

/* 701px以上でノーツのフォントサイズを調整 */
@media only screen and (min-width: 701px) {
    header .head .left p .notes {
        font-size: 1.4rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 700px) {
      header .head .left p .notes {
        font-size: 1.3rem;
        font-weight: 500;
    }
}

/* 358px以内で縮小表示 */
@media only screen and (max-width: 358px) {
    main {
        padding-top: 36dvw;
    }

    header .head .left p .ttl {
        font-size: 15px;
        font-weight: 700;
    }

    header .head .left p .notes {
        font-size: 3.5dvw;
    }

    header .head .right .spnav {
        font-size: 12px;
        width: 45px;
        height: 35px;
    }

    .fuga2 {
        max-height: 70px !important;
        padding: 5px 8px;
        font-size: 11px !important;
    }
}
