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


#floorguide {
    margin-bottom: 85px;
}

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

#floorguide .h-search {
    width: 100%;
    margin-bottom: 50px;
}
#floorguide .h-search .search-container {
    position: relative;
    width: 550px;
    margin: 0 auto;
}
#floorguide .h-search .search-input {
    width: 85%;
    padding: 20px 10% 20px 5%;
    border: 1.5px solid #4d5355;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background-image: url('../img/common/ico-search.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    background-size: 22px 22px;
    background-color: #f7f7f7;
}
#floorguide .h-search .search-input:focus {
  border-color: #007bff;
}
#floorguide .h-search .search-input::placeholder {
  color: #999;
}

@media only screen and (max-width: 768px) {
#floorguide .h-search {
    width: 85%;
    margin: 0 auto 35px;
}
#floorguide .h-search .search-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#floorguide .h-search .search-input {
    width: 85%;
    padding: 15px 10% 15px 5%;
    border: 1.5px solid #4d5355;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background-image: url('../img/common/ico-search.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    background-size: 22px 22px;
    background-color: #f7f7f7;
}
#floorguide .h-search .search-input:focus {
  border-color: #007bff;
}
#floorguide .h-search .search-input::placeholder {
  color: #999;
}
}


.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 55px;
    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: 180px;
    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: 180px;
    height: 50px;
    background: #4d5355;
}
.category li.active {
    color: #fff;
    border: 2px 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 30px;
    width: 90%;
}
.category a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.category li {
    list-style: none;
    color: #4d5355;
    border: 1px 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% - 0px) / 4); 
    flex: 0 0 calc((100% - 0px) / 4);
    height: 35px;
    transition: 0.2s ease;
    letter-spacing: -0.05em;
}
.category li:hover {
    list-style: none;
    color: #fff;
    border: 1px 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;
}
}

.floormap   {
    margin: 0 auto 115px;
    padding: 0;
    width: 960px;
    position: relative;
}

.floor-image {
    display: none;
}

.floor-image.active {
    display: block;
}
.floormap img   {
    width: 960px;
    cursor: zoom-in;
    transition: opacity 0.3s;
}

.floormap img:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .floormap {
        margin: 0 auto 80px;
        width: 90%;
        padding: 0 0;
    }
    
    .floormap img {
        width: 100%;
    }
}




.listtitle {
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    width: 100%;
    border-top: 1px solid #4d5355; 
}
.listtitle .ttlwrap {
    width: 450px;
    margin: -20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: #fff;
}
.listtitle .ttl-en {
    width: 130px;
}
.listtitle .ttl-en img {
    width: 130px;
}
.listtitle .ttl-ico {
    width: 77px;
    position: relative;
}
.listtitle .ttl-ico img {
    width: 77px;
    position: absolute;
    top: -8px;
}
.listtitle .ttl-jp {
    position: relative;
    width: 8em;
}
.listtitle .ttl-jp p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 500;
    position: absolute;
    top: -8px;
}


@media only screen and (max-width: 768px) {
.listtitle {
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    width: 90%;
    border-top: 1px solid #4d5355; 
}
.listtitle .ttlwrap {
    width: 80%;
    margin: -15px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #fff;
}
.listtitle .ttl-en {
    width: 115px;
}
.listtitle .ttl-en img {
    width: 115px;
}

.listtitle .ttl-ico {
    display: none;
}
.listtitle .ttl-jp {
    position: relative;
    width: 9em;
}
.listtitle .ttl-jp p {
    font-size: 17px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    position: absolute;
    top: -10px;
}
}


.hidden-item {
    display: none;
}

.more-list {
    margin: 0 auto 80px;
    padding: 15px 0;
    width: 100%;
    background: #f7f7f7;
    border: 3px solid #f1f2f4;
    border-radius: 30px;
    font-size: 16px;
    color: #4d5355;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.circle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #254195;
    position: relative;
    cursor: pointer;
    border: none;
    transition: 0.2s ease;
}
.circle-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 2px;
    background-color: #ffdc3f;
}
.circle-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 18px;
    background-color: #ffdc3f;
}
.circle-btn.is-active::before {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
.more-list {
    margin: -30px auto 60px;
    padding: 10px 0;
    width: 90%;
    background: #f7f7f7;
    border: 3px solid #f1f2f4;
    border-radius: 20px;
    font-size: 16px;
    color: #4d5355;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.circle-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #254195;
    position: relative;
    cursor: pointer;
    border: none;
    transition: 0.2s ease;
}
.circle-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
    background-color: #ffdc3f;
}
.circle-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: #ffdc3f;
}
.more-list.is-active .circle-btn::before {
    opacity: 0;
}
}



.shop-list-container {
    display: none;
}
.shop-list-container.active {
    display: block;
}


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