body.noscroll {
    overflow: hidden;
}

.fade {
    opacity: 0;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
}

.zoom {
    width: 100%;
    height: auto;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

@-webkit-keyframes animationZoom1 {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes animationZoom1 {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.header-inner {
    position: fixed;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    z-index: 5;
    color: #fff;
}

.header-logo {
    font-size: 3.2rem;
    margin-right: 120px;
}

@media (max-width: 768px) {
    .header-logo {
        margin-right: 0;
    }
}

.header-logo a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/icon01.png) top left/cover no-repeat;
    margin-right: 10px;
}

.header-logo-img {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .header-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #191919;
        color: #fff;
    }
}

.header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .header-nav-list {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-nav-item {
    font-size: 1.6rem;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .header-nav-item {
        font-size: 2.5rem;
        padding: 10px;
    }
}

.header-btn {
    font-size: 1.6rem;
    margin-left: auto;
    background-color: #e71f19;
    padding: 19px 20px;
    margin-right: 40px;
    color: #333;
}

@media (max-width: 768px) {
    .header-btn {
        margin-right: 100px;
    }
}

@media (max-width: 425px) {
    .header-btn {
        margin-right: 60px;
        padding: 15px 15px;
    }
}

.header-btn .calender-img {
    margin-right: 10px;
}

.header .burger-btn {
    display: none;
}

@media (max-width: 768px) {
    .header .burger-btn {
        display: block;
        position: absolute;
        right: 11vw;
    }
}

.header .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #191919;
}

.header .bar_top,
.header .bar_middle {
    margin-bottom: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header .burger-btn.cross .bar_top {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #000;
}

.header .burger-btn.cross .bar_middle {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.header .burger-btn.cross .bar_bottom {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #000;
}

.header.change {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #191919;
    z-index: 5;
}

.header.change .header-nav-item {
    color: #fff;
}

.header.change .header-logo {
    color: #fff;
}

.header.change .header-logo a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/icon01.png) top left/cover no-repeat;
    margin-right: 10px;
}

.header.change .bar {
    background-color: #000;
}

.fv-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    height: 700px;
}

@media (max-width: 768px) {
    .fv-img {
        height: 500px;
    }
}

.fv .slick-arrow {
    display: none !important;
}

.fv-text {
    position: absolute;
    font-size: 3.4rem;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    right: 26%;
    bottom: 40%;
    z-index: 3;
}

@media (max-width: 768px) {
    .fv-text {
        right: 5%;
        bottom: 40%;
    }
}

.bg {
    background-image: url(../img/bg/haikei01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    padding: 119px 4vw 60px;
}

@media (max-width: 768px) {
    .bg {
        padding: 104px 4vw 40px;
    }
}

.bg-inner {
    writing-mode: vertical-rl;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    -ms-text-orientation: upright;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    text-orientation: upright;
}

.bg-title {
    font-size: 2.8rem;
}

.bg-title span {
    margin-top: 85px;
}

.bg-text {
    font-size: 1.6rem;
    margin-top: 85px;
    margin-right: 118px;
    line-height: 1.4;
    letter-spacing: 0.3rem;
}

@media (max-width: 768px) {
    .bg-text {
        font-size: 1rem;
        margin: 85px 1rem;
    }
}

.bg-text-end {
    font-size: 2.2rem;
    margin-top: 443px;
    margin-right: 118px;
}

@media (max-width: 768px) {
    .bg-text-end {
        font-size: 1.8rem;
        margin: 260px 1rem 0 0;
    }
}

.contents-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 122px;
    padding-bottom: 78px;
}

@media (max-width: 768px) {
    .contents-card {
        display: block;
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.contents-card:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.contents-img {
    width: 55%;
}

@media (max-width: 768px) {
    .contents-img {
        width: 100%;
    }
}

.contents-info {
    width: 45%;
    padding: 22px 0 0 128px;
}

@media (max-width: 768px) {
    .contents-info {
        width: 80%;
        padding: 20px;
        margin: 0 auto;
    }
}

.contents-ttl {
    font-size: 3.6rem;
    margin-bottom: 75px;
}

@media (max-width: 768px) {
    .contents-ttl {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .contents .pc {
        display: none;
    }
}

.contents-txt {
    font-size: 1.6rem;
    margin-bottom: 95px;
}

@media (max-width: 768px) {
    .contents-txt {
        margin-bottom: 40px;
    }
}

.contents-btn {
    font-size: 1.6rem;
    border: 1px solid #000;
    width: 150px;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    .contents-btn {
        padding: 8px 5px;
        margin: 0 auto;
    }
}

.icon {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.plan {
    background-image: url(../img/bg/haikei02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 144px;
}

@media (max-width: 768px) {
    .plan {
        padding: 0px 20px;
        height: 1200px;
    }
}

@media (max-width: 425px) {
    .plan {
        padding-bottom: 160px;
    }
}

.plan-ttl {
    text-align: center;
    font-size: 3.6rem;
}

@media (max-width: 768px) {
    .plan-ttl {
        padding-bottom: 20px;
    }
}

.plan-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .plan-wrapper {
        display: block;
    }
}

.plan-card {
    margin: 20px;
}

@media (max-width: 768px) {
    .plan-card {
        width: 100%;
        margin: 0 auto;
    }
}

.plan-card-ttl {
    font-size: 2rem;
    margin: 32px 0 32px;
}

@media (max-width: 768px) {
    .plan-card-ttl {
        margin: 10px 0 10px;
    }
}

.plan-card-txt {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .plan-card-txt {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

.plan-img {
    width: 100%;
    height: 209px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .plan-img {
        width: 100%;
        height: 209px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.info {
    margin-bottom: 50px;
}

.info-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
}

.info-tab li {
    margin: 46px 28px;
}

.info-ttl {
    font-size: 3.6rem;
    text-align: center;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto;
}

.info-list li {
    width: 48%;
}

@media (max-width: 768px) {
    .info-list li {
        width: 100%;
    }
}

.info-wrapper {
    background-color: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    margin: 10px 10px;
}

.info-txt {
    padding: 0 30px;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .info-txt {
        font-size: 2rem;
    }
}

.access {
    padding-bottom: 119px;
    background-image: url(../img/bg/haikei03.jpg);

}

.access-ttl {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 84px;
}

.access-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.access-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .access-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.access-card dd,
.access-card dt {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .access-info {
        padding: 20px 40px;
    }
}

.access-img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 83px;
}

@media (max-width: 768px) {
    .access-img {
        margin: 0 auto;
    }
}

.access .map-pc {
    text-align: center;
    margin-top: 69px;
    max-width: 100%;
}

@media (max-width: 425px) {
    .access .map-pc {
        display: none;
    }
}

.access .map-sp {
    display: none;
}

@media (max-width: 425px) {
    .access .map-sp {
        display: block;
        text-align: center;
        margin-top: 69px;
    }
}

.footer {
    background-image: url(../img/bg/haikei01.jpg);
    text-align: center;
    padding-top: 64px;
    padding-bottom: 59px;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 96px;
}

.footer li {
    font-size: 1.8rem;
    margin: 0 17px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.footer h2 {
    margin-top: 26px;
    margin-bottom: 72px;
    font-size: 3.2rem;
}

.footer p {
    font-size: 1.6rem;
    margin-bottom: 23px;
}

copy {
    background-color: #191919;
    color: #fff;
    display: block;
    padding: 23px;
    text-align: center;
    font-size: 1.2rem;
}

.fv-room {
    height: calc(100vh - 60px);
}

.fv-room .mv-room {
    width: 100%;
    height: 100%;
    background-image: url(../img/room/room_top01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*# sourceMappingURL=style.css.map */