#header .inner {
    padding: 1.2rem 22px 0.2rem;
    display: flex;
}

#header .headercopy {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top: 15px;
    padding: 0.5rem;
}

#header #logo {
    width: 140px;
    margin-right: 10px;
}

#header #logo a {
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 0;
}

#header .haeder-items-sp {
    display: none;
}

#header .haeder-items {
    position: absolute;
    display: flex;
    right: 22px;
    top: 8px;
}


/* 2026 update */

#header .haeder-items .link-intro {
    border-left: 1px solid #333;
}

#header .haeder-items .link-magazine a,
#header .haeder-items .link-intro a {
    font-size: 0.8rem;
    padding: 1rem;
}


/* 2026 update */

.instagram a {
    background-image: url("../images/icon_instagram.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 5px;
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem 0.5rem 1.6rem;
}

#header nav {
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
}

#header .pc-search {
    position: absolute;
    right: 22px;
    top: 40px;
}

#header .pc-header-intro {
    position: absolute;
    right: 260px;
    top: 52px;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #header .pc-header-intro {
        display: none;
    }
}

#header .sp-search {
    width: 100%;
}

#header .sp-search input[type="text"] {
    width: 80%;
}

#header .search input[type="submit"] {
    width: 20%;
}

#header .search input[type="text"] {
    font-size: 1rem;
    padding: 0.5rem;
    border: none;
    appearance: none;
    outline: none;
    background-color: #efefef;
}

#header .search input[type="text"]::placeholder {
    font-size: 0.8rem;
}

#header .search form {
    display: flex;
    padding: 0;
}

#header .pc-search.search form {
    width: 240px;
}

#header .pc-search.search form input[type="text"] {
    width: 80%;
}

#header .search input[type="submit"] {
    font-size: 0.8rem;
    padding: 0.2rem;
    text-align: center;
    background-color: #5fc4ee;
    color: #ffffff;
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
    appearance: none
}

#header .cta {
    position: absolute;
    right: 280px;
    top: 17px;
    font-size: 0.8rem;
    text-align: right;
}

#header .cta .box {
    display: flex;
    line-height: 1rem;
}

#header .cta .box:nth-child(2) {
    margin-left: auto;
    width: auto;
    padding-right: 5px;
    justify-content: flex-end;
}

#header .cta p.label {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.6rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
}

#header .cta p.num {
    font-weight: bold;
    margin-bottom: 0;
}

#header .cta p.num a {
    font-size: 1.6rem;
}

#header .cta p.desc {
    font-size: 0.7rem;
    margin-bottom: 0;
    line-height: 1rem;
    text-align: right;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 25px;
    display: none;
    height: 22px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A2A2A;
    border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
    height: 2px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}

ul.menu {
    margin: 0 auto;
    max-width: 980px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

ul.menu li a {
    text-decoration: none;
    padding: 0.8rem 10px;
    display: block;
    text-align: center;
    font-size: 0.95rem;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}

ul.menu li a:hover {
    border-bottom: 2px solid #4d4d4d;
}

ul.menu li.action {
    width: 195px;
}

ul.menu li.action a:hover {
    background-color: #dd2d75;
}

ul.menu li.action a {
    background-color: #fe6f61;
    color: #ffffff;
    border-radius: 4px;
    /* background-image: url(../images/arrow-right.png);*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px auto;
    border-bottom: none;
    padding: 0.8rem 5px;
}

ul.menu .drop {
    display: none;
}

#footer {
    padding: 2rem 0;
}

#footer li {
    list-style-type: none;
    line-height: 1.5rem;
}

#footer a {
    text-decoration: none;
}

.footer-action {
    padding: 2rem;
    background-color: #595959;
    color: #ffffff;
}

.footer-action .inner {
    display: flex;
}

.footer-action .call {
    width: 35%;
    margin: 0 auto 20px;
}

.footer-action .call p {
    margin-bottom: 4px;
}

.footer-action p.tel a {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #ffffff;
}

.footer-action .reserve {
    width: 35%;
    text-align: center;
    margin: 0 auto;
}

.footer-action p.copy {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.footer-navi {
    padding: 2rem 0;
}

.footer-navi .action {
    display: none;
}

.footer-navi ul.menu {
    padding: 0;
}

.footer-club-list {
    background-color: #f8f7f2;
    padding: 2rem 0;
}

.footer-club {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f7f2;
}

.footer-club .area {
    width: 180px;
    font-weight: bold;
    padding: 1.2rem;
    border-bottom: 1px solid #dfdfdf;
}

.footer-club ul {
    width: 755px;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    border-bottom: 1px solid #dfdfdf;
}

.footer-club ul li {
    width: 33.333333%;
}

.footer-club ul li a {
    font-size: 0.95rem;
}

.footer-club ul .close {
    display: none;
}

#footer .corporate .inner {
    display: flex;
    justify-content: space-between;
}

#footer .corporate .service-logo {
    width: 240px;
}

#footer .terms {
    padding: 0.5rem 0;
}

#footer .terms ul {
    margin-bottom: 0.5rem;
}

#footer .terms li {
    padding: 0 1rem;
}

#footer .terms li a {
    font-size: 0.9rem;
}

.copyright {
    text-align: right;
    font-size: 0.8rem;
}

#footer .relo-group {
    padding: 1rem;
    text-align: right;
}

#footer .relo-group img {
    width: 100px;
}

#page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../images/page-top.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    #header .inner {
        padding: 0;
        position: relative;
    }
    #header .headercopy {
        font-size: 0.4rem;
        line-height: 0.6rem;
        margin-top: 16px;
        padding: 0.1rem;
    }
    #header #logo {
        padding: 0 0.5rem;
        width: 90px;
        margin-right: 2px;
        height: 50px;
    }
    #header #logo a {
        padding: 0;
    }
    #header .haeder-items {
        display: none;
    }
    #header .haeder-items-sp {
        display: flex;
        justify-content: center;
        padding: 1rem;
        background-color: #000000;
    }
    #header .haeder-items-sp .link-magazine {
        border-right: 1px solid #fff;
    }
    #header .haeder-items-sp .link-magazine a,
    #header .haeder-items-sp .link-intro a {
        font-size: 0.9rem;
        color: #ffff;
        padding: 0.5rem 2rem;
    }
    #header .haeder-items-sp .instagram a {
        color: #ffff;
        background-size: 21px;
        background-position: left 5px;
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem 0.5rem 1.6rem;
    }
    #header .clublist .drop {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 1rem;
        background-color: #ffffff;
    }
    #header .clublist .drop ul {
        display: none;
        padding: 0.5rem 0.5rem 1rem;
    }
    #header .clublist .drop ul li a {
        display: block;
        text-align: left;
        padding: 0.5rem;
        background-image: url("../images/arrow_right_gray.png");
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: 95% 12px;
    }
    #header .clublist .drop ul li {
        border-bottom: 1px solid#efefef;
    }
    #header .clublist .drop ul li.close {
        display: none;
    }
    #header .clublist .drop .area {
        cursor: pointer;
        padding: 0.5rem;
        text-align: left;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #efefef;
    }
    #header .clublist .drop .area:after {
        position: absolute;
        content: '+';
        top: 0.5rem;
        left: 90%;
    }
    #header .clublist {
        height: 50px;
        padding-top: 0.5rem;
        width: 65px;
        text-align: center;
        line-height: 1.1rem;
        margin-left: auto;
        border-left: 1px solid #cfcfcf;
    }
    #header .clublist span {
        font-size: 0.75rem;
        display: block;
    }
    .h-reserve {
        height: 50px;
        padding-top: 0.5rem;
        width: 65px;
        text-align: center;
        line-height: 1.1rem;
        margin-right: 55px;
        background-color: #fe6f61;
    }
    .h-reserve a {
        display: block;
        font-size: 0.75rem;
        color: #ffffff;
    }
    #header .sp-search {
        padding: 1rem;
    }
    #header nav {
        padding: 0;
        background-color: transparent;
    }
    .sp-menu {
        width: 100%;
        position: absolute;
        top: 50px;
        display: none;
        left: 0;
        background-color: #ffffff;
        padding: 0 0 1rem;
        box-sizing: border-box;
        z-index: 100;
    }
    .sp-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 55px;
        padding: 1rem;
        text-align: center;
        background-color: #000000;
    }
    .menu-trigger {
        display: block;
    }
    .menu-trigger span {
        background-color: #ffffff;
    }
    ul.menu {
        display: block;
        width: 100%;
        padding: 1rem;
    }
    ul.menu li {
        line-height: 2rem;
        margin-bottom: 0.2rem;
        border-bottom: 1px solid #efefef;
    }
    ul.menu li a {
        text-align: left;
        padding: 0.3rem 0.5rem;
        background-image: url("../images/arrow_right_gray.png");
        background-repeat: no-repeat;
        background-position: 94% 50%;
        background-size: 10px auto;
    }
    ul.menu li.action {
        width: 100%;
    }
    #footer {
        padding: 0 0 2rem;
    }
    .footer-action {
        padding: 2rem;
        border-bottom: 1px solid #cfcfcf;
        border-top: 1px solid #cfcfcf;
    }
    .footer-action .inner {
        display: block;
    }
    .footer-action .reserve {
        width: 100%;
        text-align: center;
    }
    .footer-action .call {
        width: 100%;
        text-align: center;
        padding: 0.5rem 0;
    }
    .footer-action .title {
        width: 100%;
        text-align: center;
        padding: 0.5rem 0;
    }
    .footer-action p.copy {
        margin-bottom: 0.3rem;
        font-weight: bold;
    }
    .footer-action p.label {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0.3rem;
    }
    .footer-action p.hour {
        margin-bottom: 0.3rem;
        font-size: 0.8rem;
    }
    .footer-action p.num {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .footer-action p.num a {
        font-size: 1.8rem;
    }
    .footer-action p.other {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    .footer-navi {
        padding: 0;
    }
    .footer-navi .action {
        display: none;
    }
    .footer-club {
        padding: 1rem 0;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-club .area {
        width: 100%;
        font-weight: bold;
        padding: 1rem;
        position: relative;
        border-bottom: 1px solid #efefef;
    }
    .footer-club .area:after {
        content: '+';
        position: absolute;
        left: 90%;
        top: 1rem;
    }
    .footer-club ul {
        width: 100%;
        display: none;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #efefef;
    }
    #footer .footer-club ul li {
        width: 100%;
        line-height: 1.8rem;
        margin-bottom: 2px;
    }
    .footer-club ul li a {
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0.5rem;
        background-image: url("../images/arrow_right_gray.png");
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: 95% 12px;
        display: block;
    }
    .footer-club ul .close {
        display: none;
    }
    #footer .corporate .inner {
        display: block;
    }
    #footer .corporate .service-logo {
        width: 150px;
        margin: 0 auto 0.5rem;
    }
    #footer .terms {
        padding: 0.5rem;
        width: 100%;
    }
    #footer .terms ul {
        display: block;
    }
    #footer .terms li {
        padding: 0 0.5rem;
        margin-bottom: 0.2rem;
    }
    #footer .terms li a {
        font-size: 0.8rem;
    }
    .copyright {
        text-align: center;
        font-size: 0.8rem;
    }
    #footer .relo-group {
        padding: 1rem;
        text-align: center;
    }
    #footer .relo-group img {
        width: 80px;
    }
    #page-top {
        right: 10px;
        bottom: 10px;
    }
    #page-top a {
        width: 40px;
        height: 40px;
    }
}