@charset "UTF-8";

/* --- ヒーローエリア --- */
section.hero img {
	width: 100%;
	height: auto;
	display: block;
}

/* ヒーローエリア（スライドショー） */
section.hero ul.slideshow {
	position: relative;
}
section.hero ul.list-box:before {
	content: "";
	display: block;
	padding-top:75.3%;
}
section.hero ul.slideshow > li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 3s ease-in-out;
	width: 100%;
	height: 100%;
}
section.hero ul.slideshow > li.showSlide {
	opacity: 1;
}

/* --- concept --- */
section.concept {
	padding: 60px 0;
}

section.concept p {
	padding: 0 10px;
	margin-bottom: 30px;
}

section.concept a.btn {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	border-top: #CCC 2px solid;
	border-bottom: #CCC 2px solid;
	position: relative;
}

section.concept a.btn:before {
	content: "→";
	width: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #000;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
}

/* --- image --- */
section.image {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
section.image img {
	width: 100%;
}
section.image p {
	position: absolute;
	font-size: 60px;
	font-family: "Great Vibes", serif;
	white-space: nowrap;
	bottom: 80px;
	margin: 0;
	color: #e7d9b3;
	animation: slide2 16s linear 0s infinite;
}
@keyframes slide2 {
	0% { right:	-570px; }
	100% { right:	720px; }
}

/* --- menu --- */
section.menu {
	padding: 60px 0;
}

section.menu p {
	padding: 0 10px;
	margin-bottom: 30px;
}

section.menu ul {
	padding: 10px;
	background: #f4e3cb;
}

section.menu ul li {
	margin-bottom: 10px;
}

section.menu ul li:last-child {
	margin-bottom: 0px;
}

section.menu ul li img {
	display: block;
	width: 100%;
	height: auto;
}

/*---banner---*/
section.banner div.box {
	padding: 100px 0px 0px;
}

section.banner div.box img {
	display: block;
	width: 100%;
	height: auto;
}

/* デスクトップ用 */
@media(min-width:1024px) {
	/* --- menu --- */
	section.menu {
	margin-top: 100px;
	background: #f4e3cb;
	}
	section.menu ul {
	padding: 0px 20px;
	display: flex;
	}
	section.menu ul li {
	margin-bottom: 0px;
	margin-right: 20px;
	}
	section.menu ul li:last-child {
	margin-right: 0px;
	}
	/* --- image --- */
	section.image p {
	position: absolute;
	font-size: 180px;
	font-family: "Great Vibes", serif;
	white-space: nowrap;
	bottom: 200px;
	margin: 0;
	color: #e7d9b3;
	animation: slide2 16s linear 0s infinite;
	}
	@keyframes slide2 {
	0% { right:	-2000px; }
	100% { right:	2000px; }
	}
	/*---banner---*/
	section.banner div.box {
	padding: 100px 60px 0px;
	}
}
