@charset 'utf-8';

/* ==========================================================================

	TOP

   ========================================================================== */


/*--------------------------------
	ヘッダー
--------------------------------*/

/* ロゴ英語つき */

h1 a .logo_en {
   display: block;
   width: 55px;
   height: auto;
   margin: 8px auto 0;
}

/* ヘッダー 言語・ナビ入れ替え */

header .language {
	position: relative;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
	-webkit-transition: opacity .5s ease .6s;
	transition: opacity .5s ease .6s;
}

header nav {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

header.toplanguage .language {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

header.toplanguage nav {
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
	-webkit-transition: opacity .5s ease .6s;
	transition: opacity .5s ease .6s;
}

@media only screen and (max-width: 812px) {
	header .language,
	header nav,
	header.toplanguage .language {
		opacity: 1;
	}
}

/*--------------------------------
	スタート画面
--------------------------------*/

.top_startup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #A5D1DF;
	z-index: 99999;
}

.top_startup svg {
	display: none;
	fill: #fff;
	width: 300px;
	height: auto;
}

/*--------------------------------
	トップイメージ
--------------------------------*/

.top_image {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/top.jpg) no-repeat center top;
	background-size: cover;
}

/* ムービーボタン */

.top_image a {
	display: block;
	width: 124px;
	height: auto;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity .8s ease 2s;
	transition: opacity .8s ease 2s;
	will-change: opacity;
}

.evacuation .top_image a { /* ふわっと表示 */
	opacity: 1;
}

.top_image a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*--------------------------------
	コンセプト
--------------------------------*/

.top_concept {
	position: relative;
	z-index: 0;
	padding: 100px 0 150px;
	text-align: center;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #A5D1DF) no-repeat center top;
}

.top_concept:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%) no-repeat center top;
}

.top_concept .inner {
	position: relative;
	margin: 0 auto 150px;
}

/* 背景の「ぶ」 */

.top_concept .bg_bu {
	position: absolute;
	top: -20%;
	right: 3%;
	display: block;
	width: 40vw;
	height: 40vw;
	min-height: 500px;
	min-width: 500px;
	will-change: transform;
}

.top_concept h2 {
	font-size: 3rem;
	margin: 0 auto 50px;
	letter-spacing: 0.1em;
}

.top_concept p {
	margin: 0 auto 30px;
	line-height: 2.4;
	letter-spacing: 0.1em;
}

.top_concept p span {
	display: block;
	margin: 0 auto 10px;
	-webkit-transition: all 1.8s ease 0.3s;
	transition: all 1.8s ease 0.3s;
	opacity: 0;
}

.top_concept p span:nth-of-type(8) {
	margin: 40px auto 10px;
}


/*--------------------------------
	お祝いシーンスライド
--------------------------------*/

.slide {
	margin: -100px auto 0;
}

.slide .slick-dots {
	background: #fff;
}

.slide picture {
	outline : none;
}

/*--------------------------------
	お祝い・過ごし方 共通
--------------------------------*/

/* 円形イメージ+キャプション */

.round_image {
	position: relative;
	padding: 0 0 200px;
	min-height:1px;
	zoom:1;
	clear:both;
	z-index: 0;
}

.round_image:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.round_image img.io,
.round_image p.io {
	-webkit-transition: opacity 1.0s ease .3s, -webkit-transform 1.0s ease .3s;
	transition: opacity 1.0s ease .3s, transform 1.0s ease .3s;
}

.round_image li {
	float: left;
	clear: left;
	color: #3599C1;
}

.round_image li:nth-of-type(2n) {
	float: right;
	clear: right;
}

.round_image li img {
	position: relative;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.round_image li p {
	position: relative;
	font-size: 1.4rem;
}


/*--------------------------------
	お祝い
--------------------------------*/

.top_celebrate {
	position: relative;
	padding: 50px 0 0;
	background: linear-gradient(rgba(255, 255, 255, 0), #DAEAEF);
}

.top_celebrate:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	padding: 4.7% 0 0;
	background: url(../images/wave_bottom.svg) no-repeat center bottom;
	background-size: 102% auto;
	z-index: 1;
}

.top_celebrate .inner {
	position: relative;
	text-align: center;
	margin: 150px auto 0;
	z-index: 1;
}

.top_celebrate .inner h2 {
	font-size: 2.8rem;
	margin: 0 auto 50px;
}

.top_celebrate .inner p {
	line-height: 2;
}

.top_celebrate .round_image li:nth-of-type(1) { width: 22%; margin: -330px 0 0 7%; }
.top_celebrate .round_image li:nth-of-type(2) { width: 36%; margin: -280px 0 0 0; }
.top_celebrate .round_image li:nth-of-type(3) { width: 32%; margin: 0 0 0 10%; }
.top_celebrate .round_image li:nth-of-type(4) { width: 24%; margin: 0 12% 0 0; }

.top_celebrate .round_image li:nth-of-type(1) img { }
.top_celebrate .round_image li:nth-of-type(1) p { margin: 15px 0 0 30px; }
.top_celebrate .round_image li:nth-of-type(2) img { right: -7%; }
.top_celebrate .round_image li:nth-of-type(2) p { width: 55%; left: 45%; margin: 20px 0 0; }
.top_celebrate .round_image li:nth-of-type(3) img { left: 10%; }
.top_celebrate .round_image li:nth-of-type(3) p { margin: 15px 0 0; }
.top_celebrate .round_image li:nth-of-type(4) img { left: -45%; }
.top_celebrate .round_image li:nth-of-type(4) p { width: 165px; left: 40%; top: -15px; }


/*--------------------------------
    施設案内
--------------------------------*/

.top_stay {
    position: relative;
    padding: 50px 0 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #DAEAEF);
}

.top_stay:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    padding: 4.7% 0 0;
    background: url(../images/wave_bottom2.svg) no-repeat center bottom;
    background-size: 102% auto;
    z-index: 1;
}

.top_stay .inner {
	position: relative;
	text-align: center;
	margin: 180px auto 0;
	z-index: 1;
}

.top_stay .inner h2 {
	font-size: 2.8rem;
	margin: 0 auto 50px;
}

.top_stay .inner p {
	line-height: 2;
}

.top_stay .round_image li:nth-of-type(1) { width: 35%; margin: -380px 0 0 0; }
.top_stay .round_image li:nth-of-type(2) { width: 30%; margin: -210px 2% 0 0; }
.top_stay .round_image li:nth-of-type(3) { width: 28%; margin: 40px 0 0 18%; }
.top_stay .round_image li:nth-of-type(4) { width: 22%; margin: 0 8% 0 0; }

.top_stay .round_image li:nth-of-type(1) img { left: -10%; }
.top_stay .round_image li:nth-of-type(1) p { left: 10%; top: 25px; }
.top_stay .round_image li:nth-of-type(2) img { right: 0; }
.top_stay .round_image li:nth-of-type(2) p { margin: 25px 5% 0 0; text-align: right; }
.top_stay .round_image li:nth-of-type(3) img { left: 5%; }
.top_stay .round_image li:nth-of-type(4) img { left: -50%; }
.top_stay .round_image li:nth-of-type(4) p { width: 150px; left: 42%; top: -30px; }


/*--------------------------------
    うぶやの富士づくし体験
--------------------------------*/

.top_experience {
    margin-bottom: 40px;
}

.top_experience .inner {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.top_experience .inner h2 {
    font-size: 2.8rem;
    margin: 0 auto 50px;
}

.top_experience .inner p {
    line-height: 2;
}

.top_experience .round_image:nth-of-type(1) {
    padding: 0;
    margin-top: -80px;
    bottom: -180px;
}

.top_experience .round_image:nth-of-type(1) li:nth-of-type(1) { width: 33%; margin: 30px 0 0 0; }
.top_experience .round_image:nth-of-type(1) li:nth-of-type(2) { width: 28%; margin: 0 4% 0 0; }
.top_experience .round_image:nth-of-type(1) li:nth-of-type(1) img { left: -10%; }
.top_experience .round_image:nth-of-type(1) li:nth-of-type(2) img { right: -6%; }

.top_experience .round_image:nth-of-type(2) li:nth-of-type(1) { width: 23%; margin: 40px 0 0 18%; }
.top_experience .round_image:nth-of-type(2) li:nth-of-type(2) { width: 26%; margin: 0 8% 0 0; }
.top_experience .round_image:nth-of-type(2) li:nth-of-type(1) img { left: 20%; top:65px; }
.top_experience .round_image:nth-of-type(2) li:nth-of-type(2) img { left: -40%; top:30px; }


/*--------------------------------
	部屋・食事・温泉
--------------------------------*/

.top_facility {
	position: relative;
}

.top_facility:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	padding: 4.7% 0 0;
	background: url(../images/wave_top.svg) no-repeat center top;
	background-size: 102% auto;
	z-index: 1;
}

.top_facility:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	padding: 4.7% 0 0;
	background: url(../images/wave_bottom.svg) no-repeat center bottom;
	background-size: 102% auto;
	z-index: 1;
}

.top_facility ul {
	position: relative;
	padding: 2px 0;
	min-height:1px;
	zoom:1;
	clear:both;
}

.top_facility ul:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.top_facility ul li {
	position: relative;
	float: left;
	width: 32%;
	height: 600px;
	text-align: center;
	overflow: hidden;
}
	
.top_facility ul li:nth-of-type(n+2) {
	margin: 0 0 0 2%;
}

.top_facility ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_facility ul li a:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center center;
	background-size: cover;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	z-index: 0;
}

.top_facility ul li:nth-of-type(1) a:before { background-image: url(./top_facility1.jpg); }
.top_facility ul li:nth-of-type(2) a:before { background-image: url(./top_facility2.jpg); }
.top_facility ul li:nth-of-type(3) a:before { background-image: url(./top_facility3.jpg); }

.top_facility ul li a:link,
.top_facility ul li a:visited { color: #fff; }
.top_facility ul li a:hover,
.top_facility ul li a:active { color: #fff; }

.top_facility ul li a div {
	position: absolute;
	top:50%;
	width: 100%;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

.top_facility ul li a div strong {
	display: block;
	margin: 0 auto 10px;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
}

.top_facility ul li a div p {
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
}

.top_facility ul li a div i {
	display: block;
	width: 150px;
	height:34px;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #fff;
	margin: 30px auto 0;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-style: normal;
}

.top_facility ul li a:hover div i {
	background-color: rgba(255, 255, 255, 0.3);
}


/* スクロールで左から出現 */

.top_facility ul.io:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform transform 1.5s cubic-bezier(.77,0,.175,1);
	transition: transform 1.5s cubic-bezier(.77,0,.175,1);
	z-index: 999;
}

.top_facility ul.io.move:before {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);

}


/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {
	
	/*--------------------------------
		ヘッダー
	--------------------------------*/

	/* ヘッダー 言語・ナビ入れ替え */

	header.toplanguage nav {
		opacity: 0;
	}
	
	/*--------------------------------
		スタート画面
	--------------------------------*/
	
	.top_startup svg {
		width: 150px;
	}
	
	/*--------------------------------
		トップイメージ
	--------------------------------*/
	
	.top_image {
		background: url(../images/top_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	
	.top_image a {
		display: block;
		width: 80px;
	}
	
	.top_image a:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	
	/*--------------------------------
		コンセプト
	--------------------------------*/
	
	.top_concept {
		padding: 50px 0 100px;
	}
	
	.top_concept .inner {
		position: relative;
		margin: 0 auto 50px;
		padding: 0 3%;
	}
	
	.top_concept .bg_bu {
		right: -6%;
		top: -25%;
		min-height: 250px;
		min-width: 250px;
	}
	
	.top_concept h2 {
		font-size: 2.8rem;
		margin: 0 auto 30px;
	}
	
	.top_concept p {
		margin: 0 auto 20px;
		letter-spacing: 0;
		line-height: 2;
	}

	
	/*--------------------------------
		スライド
	--------------------------------*/
	
	.slide {
		margin: -100px auto 0;
	}
	
	
	/*--------------------------------
		お祝い・過ごし方 共通
	--------------------------------*/

	/* 円形イメージ+キャプション */
	
	.round_image {
		position: relative;
		padding: 0 5%;
	}
	
	.round_image li:nth-of-type(2n) {
		text-align: right;
	}
	
	.round_image li img {
		display: inline-block;
		width: 75%;
	}
	
	.round_image li p {
		margin: 5px 0 0;
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.5;
	}


	/*--------------------------------
		お祝い
	--------------------------------*/

	.top_celebrate {
		padding: 50px 0;
	}

/*
    .top_celebrate:after {
        padding: 10% 0 0;
    }
*/
    
	.top_celebrate .inner {
		margin: 0 auto;
	}
	
	.top_celebrate .inner h2 {
		font-size: 2rem;
		margin: 0 auto 20px;
	}
	
	.top_celebrate .inner p {
		line-height: 1.8;
	}

	.top_celebrate .round_image li:nth-of-type(1) { width: 100%; margin: 40px 0 0; }
	.top_celebrate .round_image li:nth-of-type(2) { width: 100%; margin: 20px 0 0; }
	.top_celebrate .round_image li:nth-of-type(3) { width: 100%; margin: 5px 0 0; }
	.top_celebrate .round_image li:nth-of-type(4) { width: 100%; margin: 20px 0px 0px 0px; }
	
	.top_celebrate .round_image li:nth-of-type(1) img { right: auto; left: -10%; }
	.top_celebrate .round_image li:nth-of-type(1) p { margin: 5px 0 0; }
	.top_celebrate .round_image li:nth-of-type(2) img { right: -10%; }
	.top_celebrate .round_image li:nth-of-type(2) p { width: 100%; left: 0; margin: 5px 0 0; }
	.top_celebrate .round_image li:nth-of-type(3) img { left: -10%; }
	.top_celebrate .round_image li:nth-of-type(3) p { margin: 5px 0 0; }
	.top_celebrate .round_image li:nth-of-type(4) img { left: auto; right: -10%; }
	.top_celebrate .round_image li:nth-of-type(4) p { width: auto; left: 0; top: 0; }


	/*--------------------------------
		施設案内
	--------------------------------*/

	.top_stay {
		padding: 70px 0;
	}
    
    .top_stay:after {
        padding: 6% 0 0;
    }

	.top_stay .inner {
		margin: 0 auto;
	}
	
	.top_stay .inner h2 {
		font-size: 2rem;
		margin: 0 auto 20px;
	}
	
	.top_stay .inner p {
		line-height: 1.8;
	}
	
	.top_stay .round_image li:nth-of-type(1) { width: 100%; margin: 40px 0 0; }
	.top_stay .round_image li:nth-of-type(2) { width: 100%; margin: 20px 0 0; }
	.top_stay .round_image li:nth-of-type(3) { width: 100%; margin: 20px 0 0; }
	.top_stay .round_image li:nth-of-type(4) { width: 100%; margin: 15px 0 0; }
	
	.top_stay .round_image li:nth-of-type(1) img { right: auto; left: -10%; }
	.top_stay .round_image li:nth-of-type(1) p { margin: 5px 0 0; top: auto; left: 0; }
	.top_stay .round_image li:nth-of-type(2) img { right: -10%; }
	.top_stay .round_image li:nth-of-type(2) p { margin: 5px 0 0; }
	.top_stay .round_image li:nth-of-type(3) img { left: -10%; }
	.top_stay .round_image li:nth-of-type(4) img { left: auto; right: -10%; }
	.top_stay .round_image li:nth-of-type(4) p { width: 100%; left: auto; top: auto; }
	
	
    /*--------------------------------
        うぶやの富士づくし体験
    --------------------------------*/

    .top_experience {
        padding: 0 0 70px;
        margin-bottom: 0;
    }

    .top_experience .inner {
/*        top:-100px;*/
    }

    .top_experience .inner h2 {
        font-size: 2rem;
        margin: 0 auto 20px;
    }

    .top_experience .inner p {
        line-height: 1.8;
    }

    .top_experience .round_image:nth-of-type(1) {
        margin-top: 0;
/*        margin-bottom: -50px;*/
        bottom: -80px;
    }

    .top_experience .round_image:nth-of-type(1) li:nth-of-type(1) { width: 100%; margin: 30px 0 0 0; }
    .top_experience .round_image:nth-of-type(1) li:nth-of-type(2) { width: 100%; margin: 0 0 0 0; }
    .top_experience .round_image:nth-of-type(1) li:nth-of-type(1) img { left: -10%; width:70%; }
    .top_experience .round_image:nth-of-type(1) li:nth-of-type(2) img { right: -10%; top:-80px; width:50%; }

    .top_experience .round_image:nth-of-type(2) li:nth-of-type(1) { width: 100%; margin: 20px 0 0 0; }
    .top_experience .round_image:nth-of-type(2) li:nth-of-type(2) { width: 100%; margin: 0 0 0 0; }
    .top_experience .round_image:nth-of-type(2) li:nth-of-type(1) img { left: -12%; top:20px; width:52%; }
    .top_experience .round_image:nth-of-type(2) li:nth-of-type(2) img { left: auto; right:-8%; top:-40px; width:70%;}

    
	/*--------------------------------
		部屋・食事・温泉
	--------------------------------*/
	
	.top_facility:before {
		display: none;
	}
	
	.top_facility:after {
		display: none;
	}
	
	.top_facility ul {
		padding: 0;
	}
	
	.top_facility ul li {
		position: relative;
		float: left;
		width: 90%;
		padding: 67% 0 0;
		height: auto;
	}
		
	.top_facility ul li:nth-of-type(n+2) {
		margin: 30px 0 0;
	}
	
	.top_facility ul li:nth-of-type(2) {
		float: right;
	}
	
	.top_facility ul li a:before {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: no-repeat center center;
		background-size: cover;
		-webkit-transition: 0.6s ease-in-out;
		transition: 0.6s ease-in-out;
		z-index: 0;
	}
	
	.top_facility ul li:nth-of-type(1) a:before { background-image: url(./top_facility1.jpg); }
	.top_facility ul li:nth-of-type(2) a:before { background-image: url(./top_facility2.jpg); }
	.top_facility ul li:nth-of-type(3) a:before { background-image: url(./top_facility3.jpg); }
	
	.top_facility ul li a:link,
	.top_facility ul li a:visited { color: #fff; }
	.top_facility ul li a:hover,
	.top_facility ul li a:active { color: #fff; }
	
	.top_facility ul li a div {
		position: absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
	}
	
	.top_facility ul li a div strong {
		margin: 0 auto 5px;
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	
	.top_facility ul li a div i {
		display: block;
		margin: 15px auto 0;
		width: 120px;
		height:35px;
		line-height: 31px;
	}
	
	.top_facility ul li a:hover div i {
		border: 1px solid #fff;
		background-color: transparent;
	}
	
	/* スクロールで左から出現 */
	
	.top_facility ul.io:before {
		display: none;
	}
	
	.top_facility ul.io li:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
		
	.top_facility ul.io.move li:nth-of-type(1):after {
		-webkit-transition: -webkit-transform 1s cubic-bezier(.77,0,.175,1) 0s;
		transition: transform 1s cubic-bezier(.77,0,.175,1) 0s;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.top_facility ul.io.move li:nth-of-type(2):after {
		-webkit-transition: -webkit-transform 1s cubic-bezier(.77,0,.175,1) 1s ;
		transition: transform 1s cubic-bezier(.77,0,.175,1) 1s ;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.top_facility ul.io.move li:nth-of-type(3):after {
		-webkit-transition: -webkit-transform 1s cubic-bezier(.77,0,.175,1) 2s;
		transition: transform 1s cubic-bezier(.77,0,.175,1) 2s;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

}
