.main-visual-home {
    position: relative;
    height: 100vh;
}

.mt-5rem {
    margin-top: 5rem;
}

.main-visual-home .overlay {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 20px;
    left: auto;
    z-index: 0;
}
.main-visual-home .overlayfixed {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 375px;
    left: auto;
    z-index: 999;
}

.hero-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -168px;
    margin-left: -430px;
    width: 860px;
    height: 337px;
}
.hero-img {
    position: absolute;
    top: 0;
    left: 0;
}
.hero-img img{
    width: 100%;
}
.hero-title {
    text-align: center;
    color: #fff;
  font-family: 'futura',sans-serif;
    font-size: 64px;
    letter-spacing: 12px;
    margin-top: 64px;
}
.hero-text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 200%;
    margin-top: 36px;
}
.covervid-video {
    z-index: 0;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.masthead-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2rem;
    height: 2rem;
    border-right: .15rem double #fff;
    border-bottom: .15rem double #fff;
    opacity: 0.4;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(45deg) translate(2rem, 2rem);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) translate(1rem, 1rem);
        opacity: 0;
    }
}

.footer_logo img {
    width: 300px;
    height: auto;
}
.suggest-plan {
    background: #fff;
    padding: 5rem 0;
}
.suggest-plan h3 {
    font-size: 2.5rem;
    color: #555;
  font-family: 'futura',sans-serif;
    letter-spacing: 4px;
}
.suggest-plan h3 span {
    font-size: 1.2rem;
    margin-left: 1.5rem;
    letter-spacing: 1px;
    vertical-align: middle;
}
.link-area{
    position: relative;
}
.link-area .link-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -75px;
}

.link-text h3 {
    font-size: 28px;
  font-family: 'futura',sans-serif;
    color: #fff;
    letter-spacing: 4px;
}
.link-text h4 {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.link-text .link-arrow {
    border-radius: 50%;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
    margin:20px auto;
}
.link-arrow i {
    color: #fff;
    font-size: 36px;
    padding-top: 7px;
}

.movie-wrap {
    padding: 5rem 0 0 0;
}
.movie-wrap h3 {
    text-align: center;
    font-size: 2.5rem;
  font-family: 'futura',sans-serif;
    color: #555;
    letter-spacing: 4px;
}
.movie-wrap p {
    font-size: 14px;
    color: #555;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 4rem;
    margin-top: 10px;
}
.movie-link {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.movie-link .movie-more {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
    text-align: center;
}
.top-overlay {
    margin-bottom:0;
}
.lity-close {
    top:160px;
    right: 25%;
    font-size:50px;
}
#topMovieClose {
    text-align: right;
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #aaa;
    background: none;
    padding-right:10px;
	cursor: pointer;
}

.movie-arrow {
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    border:1px solid #fff;
    background: #fff;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
/*    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;*/
    text-align: center;
    padding-top: 12px;
    transition: 0.2s;
}
.movie-arrow .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #AA2533;
    line-height: 2;
    height: auto;
    width: auto;
}
.movie-arrow:hover {
    transform: scale(1.2);
    transition: 0.2s;
    background-color: #FFF;
}
.movie-arrow:hover .material-icons {
    line-height: 2;
}

.movie-more h4 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 12px;
    font-weight: 500;
}
.movie-more h5 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
  font-family: 'futura',sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    top: 5rem;
    left: 0;
    right: 0;
    text-align: center;
}
.information-content-title {
    font-size: 2.5rem;
    color: #555;
  font-family: 'futura',sans-serif;
    letter-spacing: 4px;
    margin-bottom: 4rem;
}
.information-content-title span {
    font-size: 1.2rem;
    margin-left: 1.5rem;
    letter-spacing: 1px;
    vertical-align: middle;
}

/*
    room detail
*/
.signle-room-title h3,
.signle-room-title h4,
.signle-room-title p,
.room-basis-info h4,
.room-basis-money h4,
.room-table tr th,
.room-table tr td,
.room-facility h4 {
  font-family: 'futura',sans-serif;
    color: #555;
}



















