@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:750px) {}
@media only screen and (max-width:374px) {}


.header {
	transition: background-color 0.4s;
}
.header.is-on {
	background-color: #000;
}

/*************************************************

 top-mainvisual

*************************************************/

.top-mainvisual {
	overflow: hidden;
	margin-bottom: 7rem;
}
.top-mainvisual,
.top-mainvisual__pos {
	position: relative;
}

.top-mainvisual__text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	z-index: 2;
}
.top-mainvisual__text__en {
	font-size: 4.4rem;
}
.top-mainvisual__text__ja {
	font-size: 2.1rem;
}

@media only screen and (max-width:750px) {
	.top-mainvisual__text__en {
		font-size: 2.2rem;
	}
	.top-mainvisual__text__ja {
		font-size: 1.4rem;
	}
    .top-mainvisual {
	   margin-bottom: 4rem;
}
}



/*************************************************

 top-sauna

*************************************************/

/* top-sauna__block
-------------------------*/

.top-sauna .logoarea {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
}

.top-sauna__block {
	display: flex;
	align-items: flex-start;
	max-width: 150rem;
	margin: 0 auto 12rem;
	color: #000;
	text-decoration: none;
}
.top-sauna__block__image {
	overflow: hidden;
	position: relative;
	width: calc(910 / 1500 * 100%);
	z-index: 2;
}
.top-sauna__block__image img {
	transition: opacity 0.6s, transform 0.8s;
	opacity: 0;
	transform: scale(1.2);
}
.top-sauna__block__image.is-View img {
	opacity: 1;
	transform: scale(1.1);
}

a.top-sauna__block:hover .top-sauna__block__image img {
	transform: scale(1.2);
}
.top-sauna__block__text {
	box-sizing: border-box;
	position: relative;
	margin-top: 8rem;
	width: calc(590 / 1500 * 100%);
	min-height: 39rem;
	z-index: 1;
}
.top-sauna__block__text::before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	height: 100%;
	width: calc(100% + 6rem);
}
.top-sauna__block__text__inner {
	position: relative;
	max-width: 40rem;
	padding: 6rem 8rem 7rem;
	z-index: 3;
}
.top-sauna__block__text__title {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: #917b68 solid 1px;
}
@media only screen and (max-width:750px) {
    .top-sauna .logoarea {
        width: 90%;
    }
}
@media only screen and (max-width:750px) {
	.top-sauna__block {
		display: block;
		margin-bottom: 7rem;
	}
	.top-sauna__block__image {
		width: 90%;
		margin-left: auto;
	}
	.top-sauna__block__text {
		margin: 0 auto;
		width: 92%;
		min-height: 0;
	}
	.top-sauna__block__text::before {
		top: auto;
		bottom: 0;
		right: 0;
		height: calc(100% + 6rem);
		width: calc(100%);
	}
	.top-sauna__block__text__inner {
		max-width: none;
		padding: 3rem 3rem 4rem;
		z-index: 3;
	}
	.top-sauna__block__text__title {
		margin-bottom: 2rem;
		padding-bottom: 1rem;
		font-size: 2.4rem;
	}
}



.is-reverse.top-sauna__block {
	flex-direction: row-reverse;
}
.is-reverse .top-sauna__block__text::before {
	right: auto;
	left: 0;
}
@media only screen and (max-width:750px) {
	.is-reverse .top-sauna__block__image {
		margin-left: 0;
	}
}

.is-rooftop .top-sauna__block__text::before {
	background-color: #ede7e2;
}
.is-bleu .top-sauna__block__text::before {
	background-color: #e7eef5;
}



/*************************************************

 top-news

*************************************************/
.top-news {
	margin-bottom: 9rem;
	padding: 8rem 2rem;
	background: url(../images/top/news_bg.jpg) no-repeat center center / cover;
}
.top-news__inner {
	box-sizing: border-box;
	max-width: 102rem;
	margin: 0 auto;
	padding: 6rem;
	background-color: rgba(255, 255, 255, 0.9);
}
.top-news__list a {
	display: flex;
	color: #000;
	text-decoration: none;
}
.top-news__list__item + .top-news__list__item {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px dashed #ccc;
}
.top-news__list__item__date {
	width: 10.5rem;
}
.top-news__list__item__txt {
	width: calc(100% - 10.5rem);
}
@media only screen and (max-width:750px) {
	.top-news {
		margin-bottom: 7rem;
		padding: 6rem 2rem;
	}
	.top-news__inner {
		padding: 4rem 2rem;
	}
	.top-news__list a {
		display: block;
	}
	.top-news__list__item__date {
		width: auto;
		margin-bottom: 0.5rem;
	}
	.top-news__list__item__txt {
		width: auto;
	}
}


/*************************************************

 top-guide

*************************************************/
.top-guide__columns {
	display: flex;
}
.top-guide__columns__item {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7rem 4rem;
	color: #fff;
	background: no-repeat center center / cover;
}
.top-guide__columns__item__title {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.top-guide__columns__item__title span {
	display: block;
	padding-bottom: 2rem;
	border-bottom: #fff solid 1px;
}
.top-guide__columns__item__logo {
	text-align: center;
	line-height: 0;
}
.top-guide__columns__item__info {
	margin-top: 3rem;
}
.top-guide__columns__item__info dl {
	display: flex;
	max-width: 36rem;
	margin: 0 auto;
}
.top-guide__columns__item__info dl + dl {
	margin-top: 1rem;
}
.top-guide__columns__item__info dt {
	box-sizing: border-box;
	position: relative;
	width: 14rem;
	padding-right: 3rem;
	text-align: right;
}
.top-guide__columns__item__info dt::before {
	position: absolute;
	top: 0;
	right: 1rem;
	display: block;
	content: '：';
}
.top-guide__columns__item__info dd {
	width: calc(100% - 11rem);
    line-height: 1.7;
}
.top-guide__columns__item__info dd span{
	display: block;
	font-size: 1.2rem;
}
.top-guide__columns__item__btns {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
.top-guide__columns__item__btns__btn {
	margin: 0 3rem;
}
@media only screen and (max-width:750px) {
	.top-guide__columns {
		display: block;
	}
	.top-guide__columns__item {
		width: auto;
		padding: 7rem 2rem;
	}
	.top-guide__columns__item__title {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
	.top-guide__columns__item__info dl {
		display: flex;
		max-width: 36rem;
		margin: 0 auto;
	}
    .top-guide__columns__item__info dd span{
        font-size: 1rem;
    }
	.top-guide__columns__item__btns {
		flex-direction: column;
		align-items: center;
		margin-top: 4rem;
	}
	.top-guide__columns__item__btns__btn {
		margin: 0;
	}
	.top-guide__columns__item__btns__btn + .top-guide__columns__item__btns__btn {
		margin-top: 1.5rem;
	}
	.top-guide__columns__item__caps {
		font-size: 1.2rem;
	}
}


.top-guide__columns__item .commingsoon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 10;
}
.is-rooftop.top-guide__columns__item {
	background-image: url(../images/top/guide_rooftop_bg.jpg);
}
.is-bleu.top-guide__columns__item {
	background-image: url(../images/top/guide_bleu_bg.jpg);
}




/*************************************************

 top-accsess

*************************************************/
.top-accsess {
	margin: 8rem 2rem;
}

.top-accsess__columns {
	display: flex;
	justify-content: space-between;
	max-width: 120rem;
	margin: 0 auto;
}

.top-accsess__columns__block {
	position: relative;
	width: calc(50% - 3.5rem);
}

.top-accsess__columns__block__gmap {
	position: relative;
	overflow: hidden;
	height: 35rem;
	margin-bottom: 3rem;
	line-height: 0;
}
.top-accsess__columns__block__gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.top-accsess__columns__block__info {
	display: flex;
	justify-content: space-between;
}
.top-accsess__columns__block__info dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.top-accsess__columns__block__info dd {
	width: calc(100% - 20.5rem);
}


.top-accsess__columns .commingsoon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 10;
}
.is-rooftop .top-accsess__columns__block__info dt {
	background-color: #ede7e2;
}
.is-bleu .top-accsess__columns__block__info dt {
	background-color: #e7eef5;
}

@media only screen and (max-width:750px) {
	.top-accsess__columns {
		display: block;
		max-width: none;
	}
	
	.top-accsess__columns__block {
		width: auto;
		margin: 0;
	}

	.top-accsess__columns__block + .top-accsess__columns__block {
		margin-top: 6rem;
	}
	
	.top-accsess__columns__block__gmap {
		height: 25rem;
	}

	.top-accsess__columns__block__info {
		display: block;
	}
	.top-accsess__columns__block__info dt {
		min-height: 5rem;
		width: auto;
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	
	.top-accsess__columns__block__info dd {
		width: auto;
		font-size: 1.6rem;
	}

	.top-accsess__columns .commingsoon {
		font-size: 3rem;
	}
}


/*************************************************

 top-sns

*************************************************/
.top-sns {
	margin: 8rem 2rem;
}
.top-sns__list {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
.top-sns__list li {
	margin: 0 2.5rem;
}
.top-sns__list a {
	display: block;
}



/*************************************************

 top-others

*************************************************/
.top-others {
	margin: 8rem 0;
}
.top-others__list {
	display: flex;
	flex-wrap: wrap;
	line-height: 0;
	max-width: 122rem;
	margin: 0 auto;
}
.top-others__list li {
	box-sizing: border-box;
	width: calc(100% / 3);
	padding: 1rem;
}
.top-others__list a {
	display: block;
}
@media only screen and (max-width:750px) {
	.top-others__list {
		max-width: none;
		margin: 0 1rem;
	}
	.top-others__list li {
		box-sizing: border-box;
		width: calc(100% / 2);
		padding: 1rem;
	}
	.top-others__list a {
		display: block;
	}
}



.firstview {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 500px;
	z-index: 1000;
	background-color: #000;
}
.firstview__inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	z-index: 20;
}
.firstview__inner * {
	color: #fff;
}
.firstview__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 2s 3s;
}
.firstview__slider .swiper-slide figure {
	height: 100vh;
	width: 100%;
}
.firstview__slider .swiper-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.firstview__skip {
	position: absolute;
	bottom: 10%;
	left: 50%;
	padding: 3px 40px;
	transform: translateX(-50%);
	color: #2c2c2c;
	letter-spacing: 0.1em;
	background-color: #fff;
	z-index: 10;
	cursor: pointer;
    border: 1px solid;
        ;
}


.sitestart .firstview__slider {
	opacity: 1;
}
.sitestart .firstview .parts-bigtitle01 .js-textanime__target,
.sitestart .firstview .parts-midtitle01 .js-textanime__target,
.sitestart .firstview .parts-texts01 .js-textanime__target {
	transition-delay: 0.8s;
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (min-width:751px) and (max-height:620px) {
	.firstview {
		min-height: 520px;
	}
	.firstview__skip {
		bottom: 20px;
	}
}

.top-news__list .toptopic {
    text-align: center;
    margin-bottom: 40px;
    display: block!important;
    border: 1px solid #333;
    border-color: #e71000;
    color: #e71000;
    padding: 16px;
}

@media only screen and (max-width:750px) {
    .top-news__list .toptopic {
        font-size: 12px;
        padding: 10px;
    }
}