﻿@charset "utf-8";
/* CSS Document */


/*トップコンテンツ*/
.top-contents{
	margin-top: 100px;
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
}
.top-contents-inner{
	width: 100%;
	height: 100%;
	background-image: url("../img/fv-img.jpg");
	background-position: center center;
	background-size: cover;
	border-bottom-right-radius: 300px;
	position: relative;
}
.top-contents-copy{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
}
.top-contents-copy p{
	font-size: 1.3rem;
	letter-spacing: 0.13em;
	padding-left: 1em;
}
.top-contents-copy h2{
	margin-top: 20px;
	display: block;
	width: 90%;
	max-width: 1030px;
}
.top-contents-deco{
	position: absolute;
	bottom: 0;
	right: -20px;
	max-width: 500px;
	transform: translateY(25%);
}


/*メインコンテンツ*/
.site-about{
	padding: 150px 0 120px;
	text-align: center;
}
.site-about h2{
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 0.025em;
}
.site-about p{
	margin-top: 30px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2em;
	letter-spacing: 0.025em;
}
.contents-info{
	width: 85%;
	margin: 0 auto;
	color: #005851;
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 240px 0 140px;
	position: relative;
}
.contents-info-deco{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: translate(-25%,50%);
	width: 400px;
}
a.page-link{
	margin-top: 15px;
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.13em;
	line-height: 54px;
	border: 3px solid #005851;
	color: #005851;
	background-color: #ffffff;
	transition: .5s ease;
}
a.access-link{
	margin: 35px auto 0;
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.13em;
	line-height: 54px;
	border: 3px solid #005851;
	color: #005851;
	background-color: #ffffff;
	transition: .5s ease;
}
a.page-link:hover,
a.access-link:hover{
	color: #ffffff;
	background-color: #005851;
}
.contents-deco{
	opacity: 0.1;
}


/*room*/
.room-sec{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.room-deco{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -15%;
	transform: translateY(-50%);
	width: 450px;
}
.room-sec-info{
}
.room-sec-info p{
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}
.room-sec-info h3{
	font-size: 6.6rem;
	letter-spacing: 0.025em;
}
.room-sec-img{
	position: absolute;
	top: 50%;
	right: -200px;
	transform: translateY(-50%);
	width: 600px;
	height: 450px;
}
.room-sec-img .room-sec-img01{
	position: absolute;
	top: 0;
	right: 0;
	width: 85%;
}
.room-sec-img .room-sec-img02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	z-index: 1;
}

/*food*/
.food-sec{
	width: 90%;
	max-width: 1100px;
	margin: 400px auto 0;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row-reverse;
	position: relative;
	z-index: 2;
}
.food-deco{
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -9%;
	transform: translateY(-50%);
	width: 260px;
}
.food-sec-info{
}
.food-sec-info p{
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}
.food-sec-info h3{
	font-size: 6.6rem;
	letter-spacing: 0.025em;
}
.food-sec-img{
	position: absolute;
	top: 50%;
	left: -200px;
	transform: translateY(-50%);
	width: 500px;
}

/*howto*/
.howto-sec{
	width: 90%;
	max-width: 1100px;
	margin: 400px auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.howto-deco{
	position: absolute;
	z-index: -1;
	top: -100%;
	right: 35%;
	width: 300px;
}
.howto-deco2{
	position: absolute;
	z-index: -1;
	bottom: -100%;
	left: -15%;
	width: 350px;
}
.howto-sec-info{
}
.howto-sec-info p{
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}
.howto-sec-info h3{
	font-size: 6.6rem;
	letter-spacing: 0.025em;
}
.howto-sec-img{
	position: absolute;
	top: 50%;
	right: -200px;
	transform: translateY(-50%);
	width: 500px;
}

/*access*/
.access-sec{
	width: 100%;
	margin-top: 250px;
	position: relative;
	z-index: 2;
}
.access-deco{
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 1;
	width: 190px;
}
.access-sec-info{
	text-align: center;
}
.access-sec-info p{
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}
.access-sec-info h3{
	font-size: 6.6rem;
	letter-spacing: 0.025em;
}
.access-map{
	margin-top: 15px;
	width: 100%;
}
.access-map iframe{
	width: 100%;
	height: 500px;
}


/*調整用*/
@media screen and (max-width:1100px) {
	/*トップコンテンツ*/
	.top-contents-deco{
		display: none;
	}
}

/*スマートフォン*/
@media screen and (max-width:780px) {
	/*トップコンテンツ*/
	.top-contents{
		margin-top: 60px;
		height: calc(100vh - 60px);
	}
	.top-contents-inner{
		border-bottom-right-radius: 80px;
	}
	.top-contents-copy p{
		font-size: 0.75rem;
		line-height: 1.8em;
		padding-left: 0;
	}
	.top-contents-copy h2{
		width: 80%;
	}
	
	/*メインコンテンツ*/
	.site-about{
		padding: 70px 0 60px;
	}
	.site-about h2{
		font-size: 1.3rem;
	}
	.site-about p{
		margin-top: 15px;
		font-size: 0.8rem;
	}
	.contents-info{
		width: 95%;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 60px 0 60px;
	}
	.contents-info-deco{
		width: 200px;
	}
	a.page-link{
		margin-top: 5px;
		width: 100%;
	}
	
	/*room*/
	.room-deco{
		top: 70%;
		width: 50%;
	}
	.room-sec-info{
		order: 1;
		margin-top: 25px;
		text-align: center;
		width: 100%;
	}
	.room-sec-info p{
		font-size: 0.8rem;
	}
	.room-sec-info h3{
		font-size: 4rem;
	}
	.room-sec-img{
		order: 0;
		position: relative;
		width: 100%;
		height: 250px;
		right: initial;
		transform: none;
	}
	
	/*food*/
	.food-sec{
		margin-top: 60px;
		flex-flow: wrap;
	}
	.food-deco{
		top: 70%;
		width: 45%;
	}
	.food-sec-info{
		order: 1;
		margin-top: 25px;
		text-align: center;
		width: 100%;
	}
	.food-sec-info p{
		font-size: 0.8rem;
	}
	.food-sec-info h3{
		font-size: 4rem;
	}
	.food-sec-img{
		order: 0;
		position: relative;
		width: 100%;
		left: initial;
		transform: none;
	}
	
	/*howto*/
	.howto-sec{
		margin-top: 60px;
	}
	.howto-deco{
		top: 55%;
		right: -10%;
		width: 40%;
	}
	.howto-deco2{
		top: 65%;
		left: -10%;
		width: 45%;
	}
	.howto-sec-info{
		order: 1;
		margin-top: 25px;
		text-align: center;
		width: 100%;
	}
	.howto-sec-info p{
		font-size: 0.8rem;
	}
	.howto-sec-info h3{
		font-size: 4rem;
	}
	.howto-sec-img{
		order: 0;
		position: relative;
		width: 100%;
		right: initial;
		transform: none;
	}
	
	/*access*/
	.access-sec{
		margin-top: 80px;
	}
	.access-deco{
		top: -20px;
		right: -15px;
		width: 30%;
	}
	.access-sec-info p{
		font-size: 0.8rem;
	}
	.access-sec-info h3{
		font-size: 4rem;
	}
	.access-map{
		margin-top: 8px;
	}
	.access-map iframe{
		height: 220px;
	}
	a.access-link{
		margin-top: 10px;
		width: 90%;
	}
}