@charset "utf-8";

.news-limited,
.news-newopen,
.floor-btn {
    font-feature-settings: "palt";
}


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

    .contents-con {
        width: 100%;
    }

    .main-con {
        width: 100%;
    }

    #main-slider {
        width: 100%;
        padding: 10px 0 0;
    }

    .mainImage img {
        width: 100%;
    }

    button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .slide-dots {
        margin: 0 0 0;
        text-align: center;
    }

    .slide-dots li {
        display: inline-block;
        margin: 0 1rem;
    }

    .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        cursor: pointer;
    }

    .slide-dots li button:before {
        content: "●";
        font-size: 10px;
        text-indent: 0;
        position: absolute;
        color: #ff6666;
        top: 0;
        left: 0;
    }

    .slide-dots li.slick-active button:before {
        font-size: 14px;
        text-indent: 0;
        content: "●";
        color: #e60000;
        top: -1px;
        left: 0;
    }

    #open_close {
        margin: -1.5rem auto 1.5rem;
        text-align: center;
    }

    #open_close p {
        display: inline-block;
        padding: 0.5rem 1.5rem;
        border: 2px solid #ccc;
        border-radius: 16px;
        text-align: left;
        font-size: 1rem;
    }

    #open_close span {
        margin: 0 0 0 0.5rem;
        font-size: 0.75rem;
    }

    .cautionEx {
        width: 94%;
        max-width: 640px;
        margin: -1rem auto 2.5rem;
        padding: 1rem;
        border: 2px solid #e60000;
    }

    .caution-area {
        width: 94%;
        max-width: 640px;
        margin: 0 auto 1.5rem;
    }

    .closingday {
        width: 100%;
    }

    .caution-title {
        width: 100%;
        margin: 0 0 0.5rem;
        padding: 0.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: #0086d1;
    }

    .caution-text {
        margin-bottom: 0.5rem;
        padding: 0 3vw;
    }

    .text-day {
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .caution-subtit {
        margin-bottom: 0.5rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        text-align: center;
        background-color: #f8f8f8;
    }

    .link-btn-con {
        width: 80%;
        margin: 1rem auto 0;
    }

    #top-nav-sp {
        width: 94%;
        max-width: 600px;
        margin: 0 auto 1.5rem;
        padding: 0.5rem 0;
        border-top: 4px solid #d60011;
        border-bottom: 1px dotted #333;
    }

    .top-navi_con {
        display: flex;
        justify-content: center;
        margin-right: 1rem;
    }

    .top-navi_con:last-child {
        display: flex;
        margin-right: 0;
    }

    #top-nav-sp img {
        width: 90%;
        max-width: 100px;
        margin: 0 auto;
    }

    .top-navi_title {
        margin-top: 0.25rem;
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 0.75rem;
        text-align: center;
    }

    .news-area {
        width: 100%;
        margin: 0 auto 0;
    }

    .area-title {
        width: 100%;
        margin: 0 auto 20px;
        padding: 5px 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: linear-gradient(to bottom, #fff, #f8f8f8 50%, #ececec 90%, #e4e4e4);
    }

    .area-title p {
        font-size: 1.25rem;
        font-weight: 600;
        color: #32a38e;
    }

    .area-title span {
        margin-left: 1rem;
        font-size: 1rem;
        font-weight: 500;
        color: #666666;
    }

    .icon-shop {
        background-color: #aaa073;
    }

    .icon-campaign {
        background-color: #42c493;
    }

    .icon-event {
        background-color: #72c0de;
    }

    .icon-info {
        background-color: #f3b176;
    }

    .news-con {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .news-box {
        position: relative;
        width: 90%;
        margin: 0 auto 20px;
        background-color: #ffffff;
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
        border-radius: 4px;
    }

    .news-box-last {
        width: 90%;
        height: 0;
        margin: 0 auto 0;
    }

    @media screen and (min-width: 641px) and (max-width: 834px) {

        .news-con {
            width: 94%;
            margin: 0 auto 0;
            display: flex;
        }

        .news-box {
            width: 47%;
        }

        .news-box-last {
            width: 47%;
        }

    }

    .news-box-inner {
        display: flex;
    }

    .news-box a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .news-thumb-con {
        width: 120px;
        padding: 10px;
        flex-shrink: 0;
    }

    .news-thumb-con img {
        width: 100%;
    }

    .news-card-con {
        width: calc(100% - 120px);
        padding: 10px;
    }

    .news-card01 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news-date {
        font-size: 0.875rem;
    }

    .news-cat {
        padding: 0 8px;
        font-size: 0.75rem;
        color: #ffffff;
    }

    .news-limited {
        margin: 0.75rem 0 0;
        padding: 4px 4px;
        border: 1px solid #e60000;
        font-size: 0.75rem;
        line-height: 1rem;
        color: #e60000;
        text-align: center;
    }

    .news-newopen {
        margin: 0.75rem 0 0;
        padding: 4px 4px;
        border: 1px solid #006699;
        font-size: 0.75rem;
        line-height: 1rem;
        color: #006699;
        text-align: center;
    }

    .news-card02 {
        width: 100%;
        margin: 0.5rem 0 0;
        padding-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        line-height: 1.375rem;
        border-bottom: 1px dotted #333;
    }

    .news-card02-dummy {
        width: 100%;
        height: 0;
    }

    .news-building {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }

    .news-floor {
        margin-right: 0.5em;
        font-size: 0.875rem;
    }

    .news-floor02 {
        font-size: 0.875rem;
    }

    .news-shop {
        width: 100%;
    }

    .news-card03 {
        width: 100%;
        margin: 0.5rem 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-text01 {
        font-weight: 600;
    }

    .news-link-btn-con {
        width: 90%;
        margin: -1rem auto 0;
    }

    .right-con {
        margin: 2rem 0 0;
    }

    .right-ban-area {
        width: 84%;
        max-width: 480px;
        margin: 20px auto 0;
    }

    .right-ban {
        width: 100%;
        margin: 0 0 15px;
    }


}


@media print,
screen and (min-width: 835px) {

    #top-nav-sp {
        display: none;
    }

    .contents-con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .main-con {
        width: 720px;
    }

    #main-slider {
        width: 100%;
    }

    .mainImage img {
        width: 100%;
    }

    button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .slide-dots {
        margin: 10px 0 0;
        text-align: center;
    }

    .slide-dots li {
        display: inline-block;
        margin: 0 1rem;
    }

    .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        cursor: pointer;
    }

    .slide-dots li button:before {
        content: "●";
        font-size: 12px;
        text-indent: 0;
        position: absolute;
        color: #ff6666;
        top: 0;
        left: 0;
    }

    .slide-dots li.slick-active button:before {
        font-size: 16px;
        text-indent: 0;
        content: "●";
        color: #e60000;
        top: -1px;
        left: 0;
    }

    #open_close {
        width: 100%;
        margin: -1rem auto 1.5rem;
        text-align: center;
    }

    #open_close p {
        display: inline-block;
        padding: 0.5rem 1.5rem;
        border: 2px solid #ccc;
        border-radius: 16px;
        text-align: left;
        font-size: 1rem;
    }

    #open_close span {
        margin: 0 1.5rem 0 0.5rem;
        font-size: 0.75rem;
    }

    .cautionEx {
        margin: -1rem 0 2.5rem;
        padding: 1rem;
        border: 2px solid #e60000;
    }

    .caution-area {
        width: 100%;
        margin: 0 auto 1.5rem;
    }

    .closingday {
        width: 100%;
    }

    .caution-title {
        width: 100%;
        margin: 0 0 1rem;
        padding: 0.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: #0086d1;
    }

    .caution-text {
        margin-bottom: 0.5rem;
        padding: 0 20px;
    }

    .text-day {
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .caution-subtit {
        width: 60%;
        margin: 0 auto 1rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        text-align: center;
        background-color: #f8f8f8;
    }

    .link-btn-con {
        width: 80%;
        margin: 1.5rem auto 0;
    }

    .news-area {
        width: 100%;
        margin: 0 auto 0;
    }

    .area-title {
        width: 100%;
        margin: 0 auto 20px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        background: linear-gradient(to bottom, #fff, #f8f8f8 50%, #ececec 90%, #e4e4e4);
    }

    .area-title p {
        font-size: 1.25rem;
        font-weight: 600;
        color: #32a38e;
    }

    .area-title span {
        margin-left: 1rem;
        font-size: 1rem;
        font-weight: 500;
        color: #666666;
    }

    .icon-shop {
        background-color: #aaa073;
    }

    .icon-campaign {
        background-color: #42c493;
    }

    .icon-event {
        background-color: #72c0de;
    }

    .icon-info {
        background-color: #f3b176;
    }

    .news-con {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .news-box {
        position: relative;
        width: 340px;
        margin: 0 0 20px;
        background-color: #ffffff;
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
        border-radius: 4px;
        transition: all .8s;
    }

    .news-box:hover {
        opacity: 0.5;
    }

    .news-box-last {
        width: 340px;
        height: 0;
    }

    .news-box-inner {
        display: flex;
    }

    .news-box a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .news-thumb-con {
        width: 120px;
        padding: 10px;
        flex-shrink: 0;
    }

    .news-thumb-con img {
        width: 100%;
    }

    .news-card-con {
        width: 220px;
        padding: 10px;
    }

    .news-card01 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news-date {
        font-size: 0.875rem;
    }

    .news-cat {
        padding: 0 8px;
        font-size: 0.75rem;
        color: #ffffff;
    }

    .news-limited {
        margin: 0.75rem 0 0;
        padding: 4px 4px;
        border: 1px solid #e60000;
        font-size: 0.75rem;
        line-height: 1rem;
        color: #e60000;
        text-align: center;
    }

    .news-newopen {
        margin: 0.75rem 0 0;
        padding: 4px 4px;
        border: 1px solid #006699;
        font-size: 0.75rem;
        line-height: 1rem;
        color: #006699;
        text-align: center;
    }

    .news-card02 {
        width: 100%;
        margin: 0.5rem 0 0;
        padding-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.375rem;
        border-bottom: 1px dotted #333;
    }

    .news-card02-dummy {
        width: 100%;
        height: 0;
    }

    .news-building {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }

    .news-floor {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }

    .news-floor02 {
        font-size: 0.875rem;
    }

    .news-shop {
        width: 100%;
    }

    .news-card03 {
        width: 100%;
        margin: 0.5rem 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-text01 {
        font-weight: 600;
    }

    .news-link-btn-con {
        width: 60%;
        max-width: 480px;
        margin: 0 auto 0;
    }

    .right-con {
        width: 240px;
        padding-left: 20px;
    }

    .right-title {
        width: 100%;
        margin: 0 auto 4px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        background: linear-gradient(to bottom, #fff, #f8f8f8 50%, #ececec 90%, #e4e4e4);
    }

    .right-title p {
        font-size: 1rem;
        font-weight: 600;
        color: #32a38e;
    }

    .right-title span {
        margin-left: 1rem;
        font-size: 0.75rem;
        font-weight: 500;
        color: #666666;
    }

    .floor-menu {
        width: 100%;
        margin: 2px auto 4px;
        padding: 2px;
        line-height: 2;
        border: 1px solid #ccc;
    }

    .floor-menu_summary {
        position: relative;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 6px 18px 6px 12px;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 600;
    }

    .floor-menu_summary::-webkit-details-marker {
        display: none;
    }

    .floor-menu_summary::before {
        display: block;
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: calc(50% - 6px);
        right: 16px;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #666666;
        transition: all 0.4s ease-out;
        transform-origin: 3px 6px;
        transform: rotate(90deg);
    }

    .floor-menu[open] .floor-menu_summary::before {
        transform: rotate(-90deg);
    }

    #floor-rox .floor-menu_summary {
        background: #fdac1f;
    }

    #floor-rox2g .floor-menu_summary {
        background: #f14c80;
    }

    #floor-rox3g .floor-menu_summary {
        background: #8cce51;
    }

    #floor-roxdome .floor-menu_summary {
        background: #56a9cd;
    }

    .floor-menu_content {
        overflow: hidden;
        margin: 2px 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    .floor-btn {
        position: relative;
        background-color: #f8f8f8;
        color: #666666;
        transition: all .8s;
    }

    .floor-btn:not(:first-child) {
        border-top: dotted 1px #ccc;
    }

    .floor-btn:hover {
        cursor: pointer;
    }

    #floor-rox .floor-btn:hover {
        background-color: #fec667;
    }

    #floor-rox2g .floor-btn:hover {
        background-color: #f4739d;
    }

    #floor-rox3g .floor-btn:hover {
        background-color: #a7db77;
    }

    #floor-roxdome .floor-btn:hover {
        background-color: #7bbdd9;
    }

    .floor-btn a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .floor-btn div {
        padding: 4px 8px 4px;
        display: flex;
    }

    .floor-no {
        width: 50px;
        font-size: 0.75rem;
        font-weight: 600;
        flex-shrink: 0;
    }

    .floor-no span::before {
        content: "";
        margin-right: 0.5em;
        display: inline-block;
        border-style: solid;
        border-width: 0.5em 0 0.5em 0.865em;
        border-color: transparent transparent transparent #666666;
        transform: translateY(0.1em) scale(0.8);
    }

    .floor-name {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .fortune-area,
    .work-area,
    .right-ban-area {
        width: 100%;
        margin: 20px 0 0;
    }

    .right-ban {
        width: 100%;
        margin: 0 0 10px;
    }

    .bottom-ban-area {
        width: 960px;
        margin: 0 auto -20px;
    }

    .bottom-ban {
        display: flex;
        justify-content: space-around;
    }

    .bottom-ban li {
        width: 20%;
    }

    .bottom-ban img {
        width: 160px;
        margin: 0 auto 0;
    }


}
