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


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

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

#facility .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;
}

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

#facility .tab:hover {
    font-weight: 600;
}

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

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

#facility .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;
}

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

#facility .tab:hover {
    font-weight: 500;
}

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



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

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






#facility-detail .detail-inner {
    border-top: 1px solid #4d5355;
    width: 1250px;
    margin: 0 auto 80px;
    padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
#facility-detail .detail-inner {
    border-top: 1px solid #4d5355;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
}

#facility-detail .detail-inner .container {
    width: 1130px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
#facility-detail .detail-inner .container {
    width: 94%;
    margin: 0 auto;
}
}


#facility-detail .facility-name {
    font-size: 36px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 0 24px 0
}
#facility-detail .name-rubi {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
#facility-detail .facility-name {
    font-size: 26px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
    width: auto;
    margin: 0 0 12px 0
}
#facility-detail .name-rubi {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 0 30px 0;
}
}



#facility-detail .detail-inner .shop-content {
    margin: 0 0 50px 0;
    padding: 0;
    width: 1130px;
    display: flex;
    gap: 77px;
}
#facility-detail .detail-inner .shop-content .txt-content {
    margin: 5px 0 0 0;
    padding: 0;
    flex: 1;
}

@media only screen and (max-width: 768px) {
#facility-detail .detail-inner .shop-content {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 100%;
    display: block;
}
#facility-detail .detail-inner .shop-content .txt-content {
    margin: 0;
    padding: 0;
}
}



#facility-detail .slider-container {
    width: 500px;
    margin: 0;
}

#facility-detail .slides {
    position: relative;
    width: 500px;
    height: 375px;
    overflow: hidden;
}

#facility-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#facility-detail .slide.active {
    opacity: 1;
}

#facility-detail .slide img {
    width: 500px;
    height: 375px;
    object-fit: cover;
    display: block;
    border-radius: 85px;
}

#facility-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#facility-detail .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#facility-detail .dot.active {
    background: #009bdd;
}

#facility-detail .dot:hover {
    background: #009bdd;
}

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

#facility-detail .slider-container {
    width: 90%;
    margin: 0 auto 20px;
}

#facility-detail .slides {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 375;
}

#facility-detail .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#facility-detail .slide.active {
    opacity: 1;
}

#facility-detail .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50px;
}

#facility-detail .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#facility-detail .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#facility-detail .dot.active {
    background: #009bdd;
}

#facility-detail .dot:hover {
    background: #009bdd;
}
}



#facility-detail .detail-inner p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 2em;
    font-weight: normal;
}
#facility-detail .detail-inner p.link-txt {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 17px;
    color: #009bdd;
    line-height: 2em;
    font-weight: normal;
}
#facility-detail .detail-inner a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
#facility-detail .detail-inner p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.9em;
    font-weight: normal;
}
#facility-detail .detail-inner p.link-txt {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 16px;
    color: #009bdd;
    line-height: 1.9em;
    font-weight: normal;
}
}


#facility-detail .detail-inner .place-info {
    margin: 0 0 70px 0;
    padding: 42px 73px;
    border: 33px solid #e9e9ec;
    width: calc(100% - 212px);
}
#facility-detail .detail-inner .place-info ul {
    border-top: 1px solid #4d5355;
    width: 870px;
    margin: 0 auto;
}
#facility-detail .detail-inner .place-info li {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #4d5355;
}
#facility-detail .detail-inner .place-info li .art {
    width: 210px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 600;
    flex-shrink: 0;
}
#facility-detail .detail-inner .place-info li .text {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
    flex: 1;
}
#facility-detail .detail-inner .place-info li .text a.url {
    color: #009bdd;
}
#facility-detail .detail-inner .place-info li .text a.url:hover {
    text-decoration: underline;
}
#facility-detail .detail-inner .place-info li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 8px;
    padding: 1px 25px 3px 10px;
    margin-left: 20px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
#facility-detail .detail-inner .place-info li .btn-floorguide:hover {
    background: #009bdd;
}

#facility-detail .detail-inner .place-info li .btn-floorguide::before,
#facility-detail .detail-inner .place-info li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
#facility-detail .detail-inner .place-info {
    margin: 0 0 70px 0;
    padding: 20px 20px;
    border: 20px solid #e9e9ec;
    width: calc(100% - 80px);
}
#facility-detail .detail-inner .place-info ul {
    border-top: 1px solid #4d5355;
    width: 100%;
}
#facility-detail .detail-inner .place-info li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #4d5355;
}
#facility-detail .detail-inner .place-info li .art {
    width: calc(33% - 15px);
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;;
    font-weight: 600;
    padding-right: 15px;
}
#facility-detail .detail-inner .place-info li .text {
    width: 67%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: normal;
}
#facility-detail .detail-inner .place-info li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 5px;
    padding: 3px 22px 3px 8px;
    margin-left: 0;
    position: relative;
    display: block;
    width: 75px;
}
#facility-detail .detail-inner .place-info li .btn-floorguide:hover {
    background: #009bdd;
}

#facility-detail .detail-inner .place-info li .btn-floorguide::before,
#facility-detail .detail-inner .place-info li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}


#facility-detail .otherplace {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#facility-detail .otherplace .place-title {
    border-top: 1px solid #4d5355;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
#facility-detail .otherplace .place-title span {
    font-size: 22px;
    color: #4d5355;
    line-height: 1em;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 0 40px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
#facility-detail .otherplace {
    width: 84%;
    margin: 0 auto;
}
#facility-detail .otherplace .place-title {
    border-top: 1px solid #4d5355;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
#facility-detail .otherplace .place-title span {
    font-size: 20px;
    color: #4d5355;
    line-height: 1em;
    letter-spacing: 0.03em;
    background-color: #fff;
    padding: 0 0;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 8em;
    font-weight: 600;
}
.otherplace .facility-place {
    width: 100% !important;
}
}



.facility-place {
    display: none;
}
.facility-place.active {
    display: flex;
}

