/* 
    page.css
 */

/* reservation */

.reservation-wp {
    width: 100%;
    max-width: var(--width-1400);
    padding: 0 20px;
    margin: 140px auto;
    text-align: center;
}

/* tab */
.reservation-tab {
    display: flex;
    align-items: center;
}

.btn-tab {
    width: 50%;
    padding: 20px;
    background-color: var(--background-01);
    font-size: 1.125rem;
    border: 1px solid var(--stroke-01);
    cursor: pointer;
    transition: .2s ease;
    font-weight: 600;
}

.btn-tab:nth-child(1) {
    border-radius: 24px 0 0 0;
}

.btn-tab:nth-child(2) {
    border-radius: 0 24px 0 0;
}

.btn-tab:hover {
    color: var(--palettes-orange-900);
}

.btn-tab.active {
    color: var(--palettes-orange-900);
    background-color: #FFF;
    border-color: var(--palettes-orange-900);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: inherit;
}

/* page filter */
.page-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-01);
    padding: 30px 20px;
    border: 1px solid var(--stroke-01);
    border-top-width: 0;
    border-radius: 0 0 24px 24px;
    margin-bottom: 80px;
}

.filter-controler {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    position: relative;
}

.filter-controler p {
    padding-right: 20px;
    font-weight: 600;
    position: relative;
}

.filter-controler p:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--palettes-orange-900);
}

/* store filter */
.store-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--stroke-01);
}

.store-filter button {
    background-color: transparent;
    border: 1px solid var(--stroke-01);
    padding: 12px 24px;
    border-radius: 10px;
    line-height: 1.0;
    cursor: pointer;
    transition: .2s ease;
    background-color: var(--background-01);
    color: var(--color-text-02);
}

.store-filter button:hover {
    color: var(--palettes-orange-900);
}

.store-filter li.active button {
    border-color: var(--palettes-orange-900);
    background-color: var(--palettes-orange-900);
    color: #FFF;
}

/* reservation list */
.theme-filter>li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}

.theme-info-top {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--stroke-02);
}

.theme-info-top h3 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.36px;
    display: flex;
    align-items: flex-start;
    word-break: break-all;
}

.theme-info-top h3 .chip-sub {
    margin-right: 8px;
    margin-top: 4px;
}

.rating-person-time {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.rating-person-time .rating-wp {
    margin-left: -16px;
}

.theme-info-bottom {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.theme-info-bottom .theme-thumb {
    width: 360px;
    width: 280px;
}

.theme-info-right {
    width: calc(100% - 360px);
    width: calc(100% - 280px);
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

.resevation-time {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.resevation-time li {
    width: calc(25% - 15px);
    width: calc(20% - 16px);
}

.resevation-time li a {
    border: 1px solid var(--palettes-orange-900);
    padding: 12px 24px;
    border-radius: 10px;
    line-height: 1.0;
    cursor: pointer;
    transition: .2s ease;
    display: block;
    text-align: center;
    color: var(--color-text-01);
}

.resevation-time li a h3 {
    line-height: 1.0;
    font-size: 1.25rem;
    transition: .1s ease;
    color: var(--palettes-orange-900);
}

.resevation-time li a p {
    margin-top: 8px;
    line-height: 1.0;
}

.resevation-time li:hover a {
    background-color: var(--palettes-orange-100);
}

.resevation-time li:hover a h3 {
    color: var(--palettes-orange-900);
}

.resevation-time li.over a {
    background-color: var(--background-01);
    cursor: default;
    color: var(--color-text-02);
    border-color: var(--stroke-01);
}

.resevation-time li.over a h3 {
    color: var(--color-text-02);
}

.theme-info-bottom .theme-thumb .button-wp button {
    width: 100%;
}

.tab-noticebox {
    background: var(--background-01);
    padding: 30px 20px;
    border: 1px solid var(--stroke-01);
    border-top-width: 0;
    border-radius: 0 0 24px 24px;
    margin-bottom: 80px;
}

.tab-noticebox h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.36px;
}

.tab-noticebox p {
    line-height: 1.75;
}

.tab-noticebox p a {
    color: var(--palettes-orange-900);
}

.checking-wp {
    border: 1px solid var(--stroke-01);
    background-color: var(--background-01);
    padding: 40px 40px 67px 40px;
    text-align: left;
    border-radius: 24px;
    transition: .25s ease;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.checking-wp .filter-controler:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed var(--stroke-01);
}

.checking-wp .filter-controler input {
    border: 1px solid var(--stroke-01);
    border-radius: 10px;
    padding: 14px;
    outline: none;
    flex: 1;
    transition: .2s ease;
}

.checking-wp .filter-controler input:disabled {
    color: var(--color-text-01);
}

.checking-wp .filter-controler input:focus,
.checking-wp .filter-controler input:focus-visible {
    border-color: var(--palettes-orange-900);
}

.phone-input {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.checking-wp .filter-controler .phone-input input {
    width: 30%;
    padding-right: 0;
}

.checking-wp h3 {
    font-size: 1.875rem;
    letter-spacing: .025rem;
    margin-bottom: 40px;
}

.checking-wp .filter-controler p {
    font-size: 1.125rem;
    width: 100px;
    text-align: left;
}

.checking-wp .filter-controler p.checking-caption {
    margin-top: 8px;
    font-size: .85rem;
    color: var(--color-text-02);
    width: 100%;
    position: unset;
    text-align: left;
}

.checking-wp .filter-controler p.checking-caption::after {
    display: none;
}

.btn-reservationcheck {
    width: 220px;
    height: 48px;
    border-radius: 16px;
    background-color: var(--palettes-orange-900);
    border: 1px solid transparent;
    color: #FFF;
    letter-spacing: 0.36px;
    cursor: pointer;
    transition: .25s ease;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 1.25rem;
}

.btn-reservationcheck:hover {
    box-shadow: 0px 5px 10px 0px rgba(255, 112, 64, 0.25);
}

/* reservation form */
.reservation-form {
    width: calc(100% - 360px);
    padding-left: 40px;
}

.reservation-form .checking-wp {
    width: 100%;
}

.reservation-form .phone-input {
    width: calc(100% - 100px);
    flex: 1;
}

.phone-input label:not(:last-child) p.varidation {
    display: none;
}

.filter-controler .radiobox p.varidation {
    bottom: -20px;
    left: 55px;
}

#radio-error {
    padding: 0;
}

.checking-wp .filter-controler h3 {
    margin-bottom: 0;
}

.information-stic {
    max-width: 360px;
}

.information-stic .theme-info-top {
    padding: 30px 10px;
    width: 100%;
    max-width: 280px;
    border: 1px solid var(--stroke-01);
    border-top-width: 0;
    border-radius: 0 0 24px 24px;
    background-color: #FFF;
}

.information-stic .theme-thumb::after {
    display: none;
}

.information-stic .theme-thumb:hover img {
    transform: scale(100%);
}

.filter-controler p.varidation,
.reservation-form .checking-wp .filter-controler p.varidation {
    font-size: .75rem;
    font-weight: 400;
    color: var(--semantic-error);
    position: absolute;
    left: 120px;
    bottom: 20px;
    width: calc(100% - 140px);
}

.filter-controler .radiobox+p.varidation {
    position: unset;
    margin-left: 40px;
    margin-top: 8px;
}

.filter-controler p.varidation::after {
    display: none;
}

.filter-controler:has(.varidation) input,
.filter-controler:has(.varidation) .btn-select {
    border-color: var(--semantic-error);
}

.checking-wp .filter-controler:has(p.checking-caption) p.varidation {
    position: unset;
    margin-left: 120px;
    margin-top: 8px;
}

.reservation-form .checking-wp {
    flex-wrap: wrap;
    flex-direction: unset;
}

.reservation-form .checking-wp .filter-controler {
    width: 50%;
}

.reservation-form .checking-wp .filter-controler p {
    color: var(--color-text-02);
    font-size: 1rem;
}

.reservation-form .checking-wp .filter-controler p::after {
    display: none;
}

.reservation-form .checking-wp .filter-controler:last-child:has(.radiobox) {
    width: 100%;
    gap: 8px;
}

.reservation-form form {
    display: flex;
    flex-wrap: wrap;
}

/* reservation completed */
body:has(.reservation-completed) {
    background-color: var(--background-01);
}

.reservation-completed .checking-wp {
    flex-wrap: wrap;
    flex-direction: unset;
    background-color: #FFF;
}

.reservation-completed .checking-wp .filter-controler {
    width: 50%;
    gap: 8px;
}

.reservation-completed .checking-wp .filter-controler input {
    font-weight: 500;
}

.reservation-completed .checking-wp .filter-controler h3 {
    font-size: 1.25rem;
}

.reservation-completed .checking-wp .filter-controler h3 span {
    font-weight: 400;
}

.reservation-completed .checking-wp .filter-controler:nth-last-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.reservation-completed .checking-wp .filter-controler p {
    color: var(--color-text-02);
    font-size: 1rem;
}

/* theme */
.theme-wp {
    width: 100%;
    max-width: var(--width-1400);
    padding: 0 20px;
    margin: 140px auto;
    text-align: center;
}

.theme-wp .theme-info-right {
    width: 60%;
    background-color: #FFF;
    padding: 30px 20px 98px 20px;
    box-sizing: border-box;
    border: 1px solid var(--stroke-01);
    border-left-width: 0;
    border-radius: 0 24px 24px 0;
    flex: 1;
    position: relative;
    align-content: flex-start;
}

.theme-wp .theme-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.theme-wp .theme-filter>li {
    width: calc(100%/2 - 20px);
    transition: .2s ease;
    margin: 0;
}

.theme-wp .theme-filter>li:hover .theme-info-right {
    border-color: var(--palettes-orange-900);
}

.theme-wp .theme-info-bottom .theme-thumb {
    width: 40%;
    min-width: 240px;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid var(--stroke-01);
}

.theme-wp .theme-info-bottom .theme-thumb::after {
    display: none;
}

.theme-wp .theme-filter>li:hover .theme-thumb {
    transform: scale(102%);
    box-shadow: 0px 0 6px 4px rgb(255 112 64 / 30%);
}

.theme-wp .theme-thumb:hover img {
    transform: unset;
}

.theme-text {
    line-height: 1.4;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    width: 100%;
}

.theme-wp .theme-info-bottom {
    align-items: unset;
}

.theme-wp .theme-info-bottom button {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 30px;
    left: 20px;
}

/* location */
.location-wp {
    width: 100%;
    max-width: var(--width-1400);
    padding: 0 20px;
    margin: 140px auto;
    text-align: center;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.location-list li {
    width: calc(100% / 3 - 27px);
    display: flex;
}

.location-list .card-store iframe {
    width: 100%;
    height: 100%;
}

.map-box {
    transition: .2s ease;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / .6;
    margin-bottom: 20px;
    overflow: hidden;
    background: url(/assets/images/spin.gif) no-repeat center center / 2.75rem;
}

.map-box iframe {
    filter: grayscale(100%);
    transition: .2s ease;
}

.map-box img {
    width: 100%;
}

.location-list .card-store:hover .map-box iframe {
    filter: grayscale(0%);
}


/* contact */
.filter-controler textarea {
    border: 1px solid var(--stroke-01);
    border-radius: 10px;
    padding: 14px;
    outline: none;
    flex: 1;
    transition: .2s ease;
}

.checking-wp .filter-controler textarea:focus,
.checking-wp .filter-controler textarea:focus-visible {
    border-color: var(--palettes-orange-900);
}

.filter-controler .select-box+input {
    margin-left: 20px;
    width: calc(100% - 220px);
}

.contact .checking-wp {
    flex-wrap: wrap;
    flex-direction: unset;
    background-color: #FFF;
}

.contact .checking-wp .filter-controler {
    width: 100%;
}

.contact .checking-wp .w-50 {
    width: 50%;
}

.contact .checking-wp .phone-input {
    width: calc(100% - 100px);
}

.contact-right img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    filter: invert(50%) sepia(51%) saturate(1085%) hue-rotate(331deg) brightness(103%) contrast(101%);
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.img-contact-logo {
    width: 240px;
    margin-bottom: 20px;
}

.contact-right p {
    line-height: 1.45;
    letter-spacing: -0.36px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: var(--background-01);
    border: 1px solid var(--stroke-01);
    padding: 20px;
    border-radius: 24px;
    background-color: #FFF;
}

.contact-right {
    width: 60%;
    border-left: 1px dashed var(--stroke-01);
}

.contact-left {
    width: 40%;
}

body:has(.contact) {
    background-color: var(--background-01);
}

.btn-privacy {
    border: 1px solid var(--stroke-01);
    padding: 8px 12px;
    border-radius: 16px;
    font-size: .875rem;
    background-color: #FFF;
    transition: .2s ease;
    cursor: pointer;
    margin-left: 8px;
}

.btn-privacy:hover {
    color: var(--palettes-orange-900);
    border-color: var(--palettes-orange-900);
}

.contact .filter-controler p.varidation {
    left: 120px;
}

.filter-controler .radiobox p.varidation {
    left: 55px;
}

.success-text {
    margin-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: -0.36px;
    width: 100%;
    padding-top: 40px;
    border-top: 1px dashed var(--stroke-01);
}

.contact-cuccess .btn-contain {
    width: 220px;
    height: 48px;
    border-radius: 16px;
    background-color: var(--palettes-orange-900);
    border: 1px solid transparent;
    color: #FFF;
    letter-spacing: 0.36px;
    cursor: pointer;
    transition: .25s ease;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.contact-cuccess {
    flex-wrap: wrap;
}

/* admin login */
.login-wp {
    width: 100%;
    max-width: var(--width-1400);
    padding: 0 20px;
    margin: 140px auto;
    text-align: center;
}

body:has(.login-wp) {
    background-color: var(--background-01);
}

.login-box {
    width: 100%;
    max-width: 420px;
    min-width: 200px;
    margin: 0 auto;
    border: 1px solid var(--stroke-01);
    padding: 40px 30px;
    border-radius: 24px;
    background-color: #FFF;
}

.login-box .form-group {
    text-align: left;
    margin-bottom: 30px;
}

.login-box .form-group:last-child {
    margin-bottom: 0;
}

.login-box .form-group input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--stroke-01);
    width: 100%;
    transition: .2s ease;
}

.login-box .form-group input:hover,
.login-box .form-group input:focus,
.login-box .form-group input:focus-visible {
    border-color: var(--palettes-orange-900);
}

.login-box .form-group input[type=checkbox] {
    width: auto;
}

.login-box .control-label {
    display: block;
    margin-bottom: 8px;
}

.login-box .btn-contain {
    width: 100%;
    margin-top: 20px;
}

.autologinalert {
    font-size: 14px;
    text-align: left;
    padding: 16px;
    border-radius: 16px;
    line-height: 1.45;
    border: 1px solid var(--palettes-orange-900);
    background-color: var(--palettes-orange-100);
    margin-top: 20px;
}

/* checkbox */
input#autologin {
    display: none;
}

input#autologin+label {
    cursor: pointer;
}

input#autologin+label>span {
    vertical-align: middle;
    padding-left: 5px;
}

input#autologin+label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid var(--palettes-orange-600);
    border-radius: 4px;
    vertical-align: middle;
}

input#autologin:checked+label:before {
    content: "";
    border-color: var(--palettes-orange-900);
    background: url(../images/icon/ic_check_white.svg)no-repeat center center / 18px var(--palettes-orange-900);
}

.login-box label.error {
    font-size: 14px;
    color: var(--semantic-error);
}

.login-box .form-group input.error {
    border-color: var(--semantic-error);
}

.rating-person-time p {
    font-size: .85rem;
}

.filter-controler .radiobox {
    position: relative;
}

.filter-controler .radiobox input+label {
    padding: 0;
}

.reservation-form .filter-controler .radiobox p.varidation,
.contact .filter-controler .radiobox p.varidation {
    position: absolute;
    top: 24px;
    left: 30px;
    bottom: unset;
    width: 100%;
}

.filter-controler.reser-numcontrol {
    position: relative;
}

.checking-wp .filter-controler.reser-numcontrol label p.varidation {
    width: 100%;
    left: 0;
    padding-left: 20px;
    bottom: -20px;
    margin-left: 0;
    position: absolute;
}


/* reser */
.reservation-tab:has(.btn-tab:nth-child(2).active) {
    margin-bottom: 80px;
}

.reservation-tab:has(.btn-tab:nth-child(2).active) .btn-tab:nth-child(1) {
    border-radius: 24px 0 0 24px;
}

.reservation-tab:has(.btn-tab:nth-child(2).active) .btn-tab:nth-child(2) {
    border-radius: 0 24px 24px 0;
}

.cusor-pointer {
    cursor: pointer;
}

/* one place */
ul.oneplace li.loc-oneplace {
    width: 100%;
}

ul.oneplace li.loc-oneplace .map-box {
    width: 60%;
    margin-bottom: 0;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 24px;

}

ul.oneplace li.loc-oneplace .map-box + div{
    flex: 1;
    text-align: center;
}

ul.oneplace li.loc-oneplace .card-store {
    flex-direction: inherit;
    align-items: center;
    padding: 30px;
}

ul.oneplace li.loc-oneplace .card-store .card-tit{
    font-size: 2.375rem;
    font-family: "Black Han Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
}

ul.oneplace li.loc-oneplace .card-store p{
    font-size: 1.25rem;
    font-weight: 600;
}

ul.oneplace li.loc-oneplace .card-store button{
    font-size: 1.25rem;
    width: 260px;
    margin-top: 20px;
}


/* popup */
.popup_layer{
    z-index: 9999;
}

.popup_layer_con {
    background-color: var(--background-01);
    max-width: 600px;
    width: 100% !important;
    height: auto !important;
}

.popup_layer_con img {
    width: 100%;
}

.popup_layer .popup_layer_footer {
    background-color: var(--background-01);
    display: flex;
    padding: 0;
}

.popup_layer .popup_layer_footer button {
    margin: 0;
    height: 50px;
    padding: 5px 10px;
    border: 0;
    background: var(--color-text-02);
    color: #FFF;
    cursor: pointer;
}

.popup_layer .popup_layer_footer button:nth-child(1) {
    width: 60%;
    border-right: 1px solid var(--stroke-01);
}

.popup_layer .popup_layer_footer button:nth-child(2) {
    width: 40%;
}

@media all and (max-width: 720px) {

    .popup_layer_con {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        position: relative;
        z-index: 5000;
    }

    .popup_layer::before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .4);
        z-index: 4500;
        content: '';
    }

    .popup_layer .popup_layer_footer {
        position: relative;
        z-index: 5000;
    }

    .popup_layer_con p {
        margin-bottom: 0;
    }

}