/* リセットCSS */

* {
    margin: 0;
    padding: 0;
}

*,
 ::before,
 ::after {
    border-style: solid;
    box-sizing: border-box;
    border-width: 0;
}

body {
    font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    text-align: justify;
    text-rendering: optimizeSpeed;
    color: #231815;
    overflow-x: hidden;
}

.is-fixed body {
    overflow: hidden;
}

html {
    height: 100%;
    margin: 0!important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 1188px) {
    html {
        font-size: 16px;
    }
}

.pc-dn {
    display: none;
}

.sp-dn {
    display: block;
}

@media screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    html {
        font-size: 16px;
    }
    .pc-dn {
        display: block;
    }
    .sp-dn {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    html {
        font-size: 16px;
    }
    body {
        overflow-x: hidden;
    }
}

a,
button,
.btn {
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
button:hover,
.btn:hover {
    opacity: 0.5;
}

a.btn:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    a:hover,
    button:hover,
    .btn:hover {
        opacity: 1;
    }
}


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

#header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 4.375rem;
    top: 0px;
}


/*ヘッダーの高さ分コンテンツを下に下ろす*/

.all_container {
    margin-top: 4.375rem;
}

.header_inner {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 4.375rem;
    background: rgba(255, 255, 255, 0.96);
    padding: 0;
}

.header_inner .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    padding: 0 0.75rem;
}

.header_inner .logo_link {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.header_inner .logo_link img {
    width: clamp(14rem, 27vw, 20.5rem);
    height: auto;
    aspect-ratio: 744 / 96;
    object-fit: contain;
}

.navi_inner {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.header_inner .navi_sec .navi_list {
    display: flex;
    gap: 1.125rem;
    align-items: center;
    justify-content: center;
}

.header_inner .navi_sec .navi_list li {
    text-align: center;
    display: flex;
    align-items: center;
}

.header_inner .navi_sec .navi_list li a {
    color: #231815;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    position: relative;
}

.header_inner .navi_sec .navi_list li a.is-current {
    color: #0996e2;
}

.header_inner .navi_sec .navi_list li a.is-current::after {
    position: absolute;
    right: 0;
    bottom: -0.75rem;
    left: 0;
    height: 2px;
    background: #0996e2;
    content: '';
}

.navi_tel {
    display: none !important;
}

.header_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    width: 11.375rem;
    height: 2.5rem;
    border: 1px solid #009fe8;
    border-radius: 999px;
    color: #009fe8;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
}

.header_tel img {
    width: 1.5rem;
    height: 1.5rem;
}

.header_tel:hover {
    background: #009fe8;
    color: #fff;
    opacity: 1;
}

.floating_reservation {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.floating_reservation a {
    display: flex;
    width: 4.25rem;
    min-height: 11rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 1rem 0 0 1rem;
    color: #fff;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.floating_web_reservation {
    background: #0996e2;
}

.floating_line_reservation {
    margin-top: 0.5rem;
    background: #aad401;
}

.floating_reservation img {
    width: 3.125rem;
    height: 3.125rem;
}

.floating_reservation_desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.floating_reservation_japanese {
    display: inline-flex;
    flex-direction: column;
    gap: 0.3rem;
    line-height: 1;
}

.floating_reservation_mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header_inner .navi_sec .navi_list {
        gap: 0.75rem;
    }
    .header_inner .logo_link img {
        width: clamp(12.5rem, 25vw, 16rem);
        height: auto;
        flex-shrink: 0;
    }
    .header_inner .navi_sec .navi_list li a { font-size: 0.875rem; }
    .header_tel { width: 10.5rem; font-size: 0.9375rem; }
}

@media screen and (max-width: 768px) {
    .all_container {
        margin-top: 4.375rem;
    }
    #header {
        height: 4.375rem !important;
        top: 0px !important;
        position: fixed !important;
        background: #ffffff;
        z-index: 999999;
    }
    .header_inner {
        width: 100%;
        height: 4.375rem;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .header_inner .logo_link {
        display: block;
    }
    .header_inner img.logo {
        width: clamp(9rem, 46vw, 12.5rem);
        height: auto;
    }
    .header_inner a.logo_link {
        position: fixed;
        z-index: 999999;
        display: flex;
        align-items: center;
        background: none;
        top: 0;
        left: 1rem;
        height: 4.375rem;
    }
    .header_inner .navi_list a {
        font-size: 1.125rem;
    }
    .header_inner .navi_child {
        display: none!important;
    }
    .header_inner .navi_sec .navi_list li a {
        font-size: 1.2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #222222;
    }
    .header_inner .navi_sec .navi_list li {
        text-align: justify;
        margin-bottom: 1.2rem;
        padding-left: 2rem;
        padding-bottom: 0;
        border-bottom: none;
    }
    .header_inner .navi_sec .navi_list li a:before {
        content: none;
    }
    .header_inner .navi_child li:first-child {
        margin-top: 1rem;
    }
    .header_inner .navi_child li:last-child {
        margin-bottom: 0;
    }
    .header_inner .navi_list a.content img,
    .header_inner .navi_parent .navi_parent_a::after {
        display: none;
    }
    h1.title img {
        width: 0.89619rem;
        height: 3.8125rem;
        flex-shrink: 0;
        display: inline-block;
        margin: 0 0.5rem;
        padding-top: 1.5rem;
    }
    .header_inner .navi_sec {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
        height: 100vh;
        background: #fff;
    }
    .header_inner .navi_sec .navi_list {
        display: block;
        width: 100%;
        border-radius: 0;
        padding-top: 6.5rem;
        background: none;
    }
    header #nav_toggle {
        position: absolute;
        top: 50%;
        right: 0.75rem;
        z-index: 9999;
        cursor: pointer;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.625rem 0.25rem;
        transform: translateY(-50%);
        background: transparent;
    }
    header #nav_toggle div {
        position: relative;
    }
    header #nav_toggle span {
        position: absolute;
        width: 2rem;
        right: 0;
        left: 0;
        height: 2px;
        background: #009fe8;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    header #nav_toggle span:nth-child(1) {
        top: 0;
    }
    header #nav_toggle span:nth-child(2) {
        top: 9px;
    }
    header #nav_toggle span:nth-child(3) {
        top: 18px;
    }
    header.open #nav_toggle span {
        background: #009fe8;
    }
    header.open #nav_toggle span:nth-child(1) {
        transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        top: 10px;
    }
    header.open #nav_toggle span:nth-child(2) {
        opacity: 0;
    }
    header.open #nav_toggle span:nth-child(3) {
        transform: rotate(224deg);
        -webkit-transform: rotate(224deg);
        top: 10px;
    }
    .header_tel { display: none; }
    .header_inner .navi_sec .navi_list li.navi_tel {
        display: flex !important;
        margin-top: 2rem;
    }
    .header_inner .navi_sec .navi_list li.navi_tel a {
        gap: 0.5rem;
        color: #009fe8;
        font-size: 1.125rem;
        font-weight: 500;
        border: 1px solid #009fe8;
        padding: 0.5rem 2rem;
        border-radius: 50px;
    }
    .header_inner .navi_sec .navi_list li.navi_tel img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .floating_reservation {
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.5rem;
        transform: translateY(120%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.7s cubic-bezier(0.22, 1.35, 0.36, 1), opacity 0.45s ease;
    }
    .floating_reservation.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .floating_reservation a {
        width: 100%;
        min-height: 4rem;
        flex-direction: row;
        gap: 0.625rem;
        border-radius: 0.625rem;
        font-size: clamp(1rem, 5vw, 1.375rem);
    }
    .floating_line_reservation {
        margin-top: 0;
    }
    .floating_reservation img {
        width: 2.25rem;
        height: 2.25rem;
    }
    .floating_reservation_desktop {
        display: none;
    }
    .floating_reservation_mobile {
        display: inline;
    }
}


/*---▼フッターアクセス▼---*/

.footer_access {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    background: #faf5eb;
}

.footer_access .wrap {
    max-width: 75rem;
    padding-right: clamp(1rem, 4vw, 3rem);
    padding-left: clamp(1rem, 4vw, 3rem);
}

.footer_access h2 {
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.footer_access_content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 3.375rem);
    align-items: start;
}

.footer_access_logo {
    width: min(100%, 19rem);
}

.footer_access_contact_label,
.footer_access_note,
.footer_schedule_note,
.footer_access_map p {
    color: #231815;
    text-align: left;
}

.footer_access_contact_label {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.footer_access_tel {
    display: block;
    margin-top: 0.125rem;
    color: #0996e2;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.footer_access_reservation {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.footer_access_reservation a {
    display: flex;
    width: 9rem;
    height: 2.375rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid #0996e2;
    border-radius: 0.3125rem;
    background: #fff;
    color: #0996e2;
    font-size: 0.9375rem;
    font-weight: 500;
}

.footer_access_reservation .line_reservation {
    border-color: #aad401;
    color: #8eb400;
}

.footer_access_reservation img {
    width: 1.625rem;
    height: 1.625rem;
}

.footer_access_note {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
}

.footer_schedule_table {
    width: 100%;
    margin-top: 1.25rem;
    color: #231815;
    font-size: 0.875rem;
}

.footer_schedule_table th,
.footer_schedule_table td {
    padding: 0.5rem 0.25rem;
    border-bottom: 1px solid #aaa39a;
    text-align: center;
    font-weight: 400;
}

.footer_schedule_table thead th:first-child,
.footer_schedule_table tbody th {
    width: 8rem;
    text-align: left;
    font-weight: 500;
}

.footer_schedule_table thead th:first-child {
    letter-spacing: 0.1rem;
    text-align: center;
}

.footer_schedule_table tbody th span {
    display: inline-block;
    margin-right: 0.25rem;
    color: #0996e2;
    font-size: 0.75rem;
    line-height: 1;
    text-orientation: upright;
    vertical-align: middle;
    writing-mode: vertical-rl;
}

.footer_schedule_table td {
    color: #0996e2;
    font-size: 1rem;
}

.footer_schedule_table td.saturday,
.footer_schedule_note span {
    color: #aad401;
}

.footer_schedule_note {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    text-align: right;
}

.footer_access_map iframe {
    width: 100%;
    height: clamp(15rem, 28vw, 18rem);
    border: 0;
}

.footer_access_map h3 {
    margin-top: 1.25rem;
    color: #231815;
    font-size: 1.125rem;
    font-weight: 500;
}

.footer_access_map p {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .footer_access_content {
        grid-template-columns: 1fr;
    }
    .footer_access_reservation a {
        flex: 1;
    }
    .footer_access_map iframe {
        height: clamp(15rem, 42vw, 20rem);
    }
}

@media screen and (max-width: 640px) {
    .footer_access_logo {
        margin: auto;
    }

    .footer_access_reservation a {
        width: auto;
        font-size: clamp(0.75rem, 3.5vw, 0.9375rem);
    }
    .footer_schedule_table {
        font-size: clamp(0.625rem, 2.8vw, 0.875rem);
    }
    .footer_schedule_table th,
    .footer_schedule_table td {
        padding: 0.45rem 0.125rem;
    }
    .footer_schedule_table thead th:first-child,
    .footer_schedule_table tbody th {
        width: 6.25rem;
    }
}

/*---▼footer▼---*/

#footer {
    background: #fff;
    padding: 4.25rem 0 1rem;
}

#footer .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo {
    width: 17rem;
}

.footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 3.75rem;
}

.footer_nav a {
    color: #231815;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

#footer .copy {
    color: #231815;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding: 1.75rem 0 0;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 430px) {
    #footer {
        padding-top: 3rem;
    }
    .footer_logo {
        width: 15rem;
    }
    .footer_nav {
        gap: 0.75rem 1rem;
        margin-top: 2.5rem;
    }
    #footer .copy {
        color: #231815;
        font-size: 0.75rem;
    }
}
