@charset "utf-8";

/* ====================
main
==================== */

/* ==========
.visual
========== */
.visual {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.visual img {
    width: 100%;
    height: 105vh;
}

.page-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.visual-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.visual-copy {
    position: absolute;
    font-size: 1.2rem;
    color: #b4a382;
    white-space: nowrap;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.visual-copy span {
    opacity: 0;
    display: inline-block;
}

/* ==========
.top-concept
========== */

.concept-name {
    font-size: 1.5rem;
}

.concept-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    letter-spacing: 1px;
    line-height: 1.2rem;
    font-size: 0.8rem;
}


/* ==========
top-fair
========== */
.top-fair-item {
    display: block;
    width: 90%;
    margin: 0 auto 48px auto;
}

.top-fair-item img {
    width: 100%;
}

.top-fair-item p {
    margin: 24px 0;
}

@media screen and (min-width:900px) {
    .top-fair-list {
        display: flex;
    }

    .top-fair-item {
        margin-right: 24px;
    }

    .top-fair-item:last-child {
        margin-right: 0;
    }
}

/*=======min-width:900px=======*/

/* ==========
top-plan
========== */
.top-plan-slider .slick-slide {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
}

.top-plan-slider .slick-prev:before,
.top-plan-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #3d3d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-plan-item {
    display: block;
    padding: 30px;
    text-align: start;
    border: 1px solid #9c9c9c;
    border-radius: 20px;
}

.plan-title {
    padding: 12px 0;
}

.top-plan-item img {
    width: 100%;
}

.top-plan-item p {
    line-height: 24px;
}

.plan-attribute {
    display: inline-block;
    padding: 0 8px;
    margin: 8px 0;
    font-size: 0.7rem;
    color: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 9999px;
    background-color: #9c9c9c;
}

.top-plan-item p span {
    font-size: 1.2rem;
    vertical-align: -0.3rem;
    margin: 4px 0;
}

.plan-event {
    font-size: 0.8rem;
    margin: 8px 0;
}

.plan-moreView {
    position: relative;
    padding: 8px 0;
    text-align: center;
}

.plan-moreView a {
    display: block;
}

.plan-moreView .arrow {
    font-weight: 200;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.plan-moreView:hover .arrow {
    transform: translateY(-50%) translateX(5px);
}

@media screen and (min-width:900px) {
    .top-plan-slider .slick-slide {
        margin-right: 2px !important;
        margin-left: 2px !important;
    }

    .top-plan-item {
        margin-left: 8px;
    }
}

/*=======min-width:900px=======*/

/* ==========
top-guest
========== */
.top-guest {
    width: 100%;
}

.guest-img {
    cursor: pointer;
    max-width: 100%;
    height: min-content;
    overflow: hidden;
    position: relative;
}

.guest-img img {
    width: 100%;
    height: auto;
    filter: brightness(0.7);
    transition: transform .6s ease;
}

.guest-img:hover img {
    transform: scale(1.1);
}

.guest-img .guest-text {
    color: #fff;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

@media screen and (min-width:900px) {
    .guest-img {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*=======min-width:900px=======*/


/* ==========
top-access
========== */
.top-access .map {
    width: 100%;
}

.map iframe {
    width: 100%;
    max-width: 600px;
    height: 320px;
}

.access-name {
    font-size: 1.2rem;
    margin: 18px 0;
}

address,
.access-tell {
    margin: 18px 0;
}

.call-shifted {
    vertical-align: -30%;
}

.access-data {
    font-size: 12px;
    color: #3d3d3d;
}

@media screen and (min-width:900px) {
    .res-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

/*=======min-width:900px=======*/