.floormap01 {
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
}

.pgtext {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 60px 0;
}

.floornav {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 1px solid #808080;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floornav a {
    width: 24.6%;
    padding: 5px 13px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 48px;
    line-height: 1;
    color: #00B1C7;
    border: 1px solid #00B1C7;
    background: #F2F2F2;
}

.floornav div {
    position: relative;
    top: 6px;
}

.floornav a span {
    font-size: 24px;
}

.floornav a.active {
    background-color: #00b1c7;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
    background-size: 5px 5px;
    color: #ffffff;
}

.floor_info {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 80px;
    position: relative;
}

.info_inner {
    width: 565px;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 15px;
}

.info_inner .info_contents {
    position: relative;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

.info_inner .info_contents .cap {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.info_inner:first-child ul {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    opacity: 0;
    transition-duration: 0.5s;
    background-color: #ffffff;
}

.info_inner:nth-child(2) {
    width: 408px;
    border: none;
    padding: 0;
}

.floor_info .logo {
    width: 33.4%;
    border: 1px solid #CCC;
    line-height: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.floor_info .text {
    width: 62.4%;
}

.floor_info .text h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #8CC63F;
    margin-bottom: 8px;
}

.floor_info .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
}

.info_contents ul.active {
    opacity: 1;
}
