@charset "UTF-8";
/* CSS Document */


#service{
    margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
#service{
    margin-bottom: 50px;
    width: 100%;
}
}



.tab-container {
    display: flex;
    border-bottom: 5px solid #4d5355;
    gap: 10px;
    margin-bottom: 70px;
    padding-left: 193px;
}

.tab {
    padding: 0;
    background: transparent;
    border: 1.5px solid #4d5355;
    border-bottom: none;
    border-radius: 38px 38px 0 0;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #4d5355;
    position: relative;
    bottom: -5px;
    width: 420px;
    height: 48px;
    transition: 0.1s ease;
}

.tab.active {
    background: white;
    border: 5px solid #4d5355;
    border-bottom: 0.1px solid white;
    cursor: default;
}

.tab:hover {
    font-weight: 600;
}
.tab.active:hover {
    font-weight: inherit;
}
.tab a {
    display: block;
    padding: 0 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

@media only screen and (max-width: 768px) {
.tab-container {
    display: flex;
    border-bottom: 4px solid #4d5355;
    gap: 10px;
    margin: 0 auto 30px;
    padding-left: 0;
    width: 90%;
}

.tab {
    padding: 0;
    background: transparent;
    border: 1.5px solid #4d5355;
    border-bottom: none;
    border-radius: 28px 28px 0 0;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #4d5355;
    position: relative;
    bottom: -4px;
    width: 50%;
    height: 40px;
    transition: 0.1s ease;
}

.tab.active {
    background: white;
    border: 4px solid #4d5355;
    border-bottom: 0.1px solid white;
}

.tab:hover {
    font-weight: 700;
}
.tab.active:hover {
    font-weight: 700;
}
.tab a {
    display: block;
    padding: 0 0;
    width: 100%;
    height: 100%;
    color: inherit;
}
.tab a:hover {
    color: inherit;
}
}



.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin: 0 auto 0;
    width: 800px;
}
.category a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.category li {
    list-style: none;
    color: #4d5355;
    border: 2px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    width: 380px;
    height: 50px;
    transition: 0.2s ease; 
}
.category li:hover {
    list-style: none;
    color: #fff;
    border: 2px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 380px;
    height: 50px;
    background: #4d5355;
}
.category li.active {
    color: #fff;
    border: 1px solid #4d5355;
    background: #4d5355;
}

@media only screen and (max-width: 768px) {
.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin: 0 auto 0;
    width: 90%;
}
.category a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.category li {
    list-style: none;
    color: #4d5355;
    border: 2px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 12.5px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    width: calc((100% - 12px) / 2); 
    flex: 0 0 calc((100% - 12px) / 2);
    height: 35px;
    transition: 0.2s ease;
    letter-spacing: -0.05em;
}
.category li:hover {
    list-style: none;
    color: #fff;
    border: 2px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 12.5px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    height: 35px;
    transition: 0.2s ease; 
    letter-spacing: -0.05em;
}
.category li.active {
    color: #fff;
    border: 2px solid #4d5355;
    background: #4d5355;
}
}


.large-category {
    margin: 85px auto 20px;
    padding: 13px 0 0 0;
    border: 1px solid #4d5355;
    border-bottom: none;
    border-radius: 38px 38px 0 0;
    font-size: 23px;
    line-height: 50px;
    font-weight: 600;
    color: #4d5355;
    text-align: center;
    width: 930px;
    height: 37px;
}

@media only screen and (max-width: 768px) {
.large-category {
    margin: 50px auto 20px;
    padding: 10px 0 0 0;
    border: 1px solid #4d5355;
    border-bottom: none;
    border-radius: 28px 28px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #4d5355;
    text-align: center;
    width: calc(90% - 2px);
    height: 30px;
}
}


.accordion-content {
    margin: 0 auto;
    padding: 0;
    width: 930px;
}

@media only screen and (max-width: 768px) {
.accordion-content {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
}


.details {
}
.details-summary {
    position: relative;
    display: block;
    padding: 20px 35px;
    margin: 15px 0 0 0;
    color: #4d5355;
    font-size: 18px;
    font-weight: 500;
    background-color: #f3f7fa;
}

.details-summary:hover {
    cursor: pointer;
    background-color: #e7eff5;
}

.details-summary .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    background: #254195;
    width: 60px;
    height: 25px;
    transform-origin: center center;
    transition-duration: 0.2s;
}

.details-summary .btn::before,
.details-summary .btn::after {
    content: "";
    background-color: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 20px;
    transform-origin: center center;
    transition: transform 0.2s ease;
}

.details-summary .btn::before {
    width: 2px;
    height: 16px;
    top: 4px;
    left: 27px;
}

.details-summary.is-active .btn::before {
    transform: rotate(90deg);
}

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

    .details {
    }
    .details-summary {
        position: relative;
        display: block;
        padding: 12px 45px 12px 15px;
        margin: 15px 0 0 0;
        color: #4d5355;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2em;
        background-color: #f3f7fa;
    }

    .details-summary:hover {
        cursor: pointer;
        background-color: #e7eff5;
    }

    .details-summary .btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0%;
        background: #254195;
        width: 45px;
        height: 29px;
        transform-origin: center center;
        transition-duration: 0.2s;
    }

    .details-summary .btn::before,
    .details-summary .btn::after {
        content: "";
        background-color: #fff;
        width: 13px;
        height: 1px;
        position: absolute;
        top: 14px;
        left: 16px;
        transform-origin: center center;
        transition: transform 0.2s ease;
    }

    .details-summary .btn::before {
        width: 1px;
        height: 13px;
        top: 8px;
        left: 22px;
    }

    .details-summary.is-active .btn::before {
        transform: rotate(90deg);
    }


    .details-summary::-webkit-details-marker {
        display: none;
    }
}



.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
    padding: 20px;
    background-color: #f9fafb;
}

.details-content p {
    margin: 0 0 25px 0 !important;
    color: #4d5355;
    font-size: 16px;
    line-height: 1.6em;
}


.details-content .inner {
    margin: 0 auto;
    padding: 0;
    width: 810px;
    display: flex;
    justify-content: space-between;
}

.details-content .txt {
    margin: 0;
    padding: 0;
    width: 550px;
}

.details-content .txt:only-child {
    width: 100%;
}

.details-content .photo {
    margin: 0;
    padding: 0;
    width: 210px;
}

.details-content .photo img {
    margin: 0;
    padding: 0;
    width: 210px;
    height: 150px;
    border-radius: 40px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .details-summary::-webkit-details-marker {
        display: none;
    }
    
    .details-content {
        padding: 15px;
        background-color: #f9fafb;
    }
    
    .details-content p {
        margin: 0 0 15px 0 !important;
        color: #4d5355;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 500;
    }

    .details-content .inner {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .details-content .txt {
        margin: 0 20px 0 0;
        padding: 0;
        width: auto;
        flex: 1;
    }
    
    .details-content .txt:only-child {
        width: 100%;
    }
    
    .details-content .photo {
        margin: 0;
        padding: 0;
        width: 100px;
        flex-shrink: 0;
    }
    
    .details-content .photo img {
        margin: 0;
        padding: 0;
        width: 110px;
        height: 90px;
        border-radius: 25px;
        object-fit: cover;
    }
}



.btn-area {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-left: -10px;
}

.btn-floormap {
	margin: 0 0 0 0;
    padding: 0 0 0 25px;
    width: 215px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    background: #4d5355 url(../img/common/ico-map.png) left 24px top 4px no-repeat; background-size: 27px 27px;
    transition: 0.2s ease;
}
.btn-floormap:hover {
    background-color: #009bdd;
}


.btn-kidsspace {
	margin: 0 0 0 0;
    padding: 0 0 0 27px;
    width: 215px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #4d5355;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    transition: 0.2s ease;
    border: 1px solid #4d5355;
    position: relative;
}

.btn-kidsspace::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url(../img/common/ico-spmenu8.svg) no-repeat;
    background-size: 30px 30px;
    transition: 0.2s ease;
}

.btn-kidsspace:hover {
    color: #fff;
    background-color: #009bdd;
    border-color: #009bdd;
}

.btn-kidsspace:hover::before {
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 768px) {
.btn-area {
    display: block;
    gap: 0;
    width: 100%;
    margin: 0;
}

.btn-floormap {
	margin: 0 0 10px 0;
    padding: 0 0 0 23px;
    width: 11em;
    height: 30px;
    border-radius: 40px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    background: #4d5355 url(../img/common/ico-map.png) left 12px top 4px no-repeat; background-size: 18px 18px;
    transition: 0.2s ease;
}
.btn-floormap:hover {
    background-color: #009bdd;
}


.btn-kidsspace {
	margin: 0 0 0 0;
    padding: 0 0 0 24px;
    width: 11em;
    height: 30px;
    border-radius: 40px;
    font-size: 12px;
    color: #4d5355;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    transition: 0.2s ease;
    border: 1px solid #4d5355;
    position: relative;
}

.btn-kidsspace::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url(../img/common/ico-spmenu8.svg) no-repeat;
    background-size: 20px 20px;
    transition: 0.2s ease;
}

.btn-kidsspace:hover {
    color: #fff;
    background-color: #009bdd;
    border-color: #009bdd;
}

.btn-kidsspace:hover::before {
    filter: brightness(0) invert(1);
}
}
