/* common */
.btn.detail {
    margin-top: 40px;
}
.btn.detail a {
    padding: 1em 3em;
    color: #C1B083;
    background: #0B3863;
    transition: all .5s;
}
.btn.detail.reverse a {
    color: #0B3863;
    background: #C1B083;
}
.facility th, .facility td  {
    vertical-align: top;
    color: #C1B083;
}
.facility td {
    padding: 0 10px;
}
.facility .inner {
    margin-top: 5%;
}
@media screen and (max-width: 767px) {
    .facility .btn.detail {
        margin-top: 20px; margin-bottom: 40px;
    }
    .upgrade .btn.detail {
        margin-top: 20px; margin-bottom: 20px;
    }
    .pagetop {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    .pagetop.scrolled {
        opacity: 1;
        visibility: visible;
    }
}

/* top */
.secTop04 .img {
    width: 100%;
    height: auto;
    transform: scale(1.01);
}
.secTop04 .img img {
    width: 100%;
    height: auto;
}
.secTop04 .titlesBox {
	margin-top: 0;
	top: calc(50% - 6vw);
}
@media screen and (max-width: 1000px) {
	.secTop04 .titlesBox {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
    .vegas-slide {
        background-size: cover;
    }
    .secTop03 {
        padding-bottom: 0;
    }
    .secTop04 .img {
        height: 30vh;
    }
    .secTop04 .img img {
        width: 100%;
        height: auto!important;
    }
	.secTop04 .titlesBox {
		margin-top: 0;
		top: calc(50% - 12vw);
	}
}
@media screen and (min-width: 1460px) {
    .secTop04 .img img {
        width: 100%;
        height: auto;
    }
}

@media screen and ( max-width: 767px ) {
    .layoutColumn2TypeA .row .sp_max_w30 {
        height: 30vh;
    }
}

@media screen and (max-width: 767px) { .block_sp { display: block!important; } }

/*MAP色*/
#_map {
    filter: brightness(1.02) contrast(106%) grayscale(28%) saturate(50%);
}