@charset "UTF-8";
/* CSS Document */


/*slick調整*/
.slider {
	margin: 0;
	padding: 0;
}

.slick-track {
	margin: 0;
}

.slick-slide {
	z-index: 1 !important;
}

/* モバイル向けボタン */

.sitetitle {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 4;
	background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
	.sitetitle {
		width: 0;
		background-color: none;
		height: auto;
		opacity: 1;
		position: static;
	}
}

.page-header {
	position: relative;
	background: rgba(0, 0, 0, 1.0);
}

.navbtn {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../images/nav-mobile-open_bk.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 3;
	top: 10px;
	left: 5%;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.header-nav {
	background: rgba(0, 0, 0, 0.7);
	background-image: url(../floor.jpg);
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 10% 0 0 0;
}

.header-nav li {
	width: 100%;
	padding: 1rem 0;
}

nav a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0.5rem;
}

.navbtn.close {
	background-image: url(../images/nav-mobile-close.svg);
}

@media (min-width: 768px) {
	.navbtn {
		display: none;
	}
}

.header-nav.collapse {
	display: none;
}

.sitetitle.collapsesite {
	background: rgba(0, 0, 0, 0.0);
}

@media (min-width: 768px) {

	/* PC向けレイアウト */
	.header-nav {
		display: flex !important;
		flex-direction: row;
	}
}

/* モバイル向けボタン */


.header-container {
	display: block;
}

li {
	list-style-type: none;
}

main a {
	text-decoration: none;
	color: white;
	padding: 5%;
	display: block;
	text-align: center;
}

body {
	overflow-x: hidden;
}

#mv {
	margin: 0;
}

#grovalnav ul {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#grovalnav ul li {
	white-space: nowrap;
}

#grovalnav ul li img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {

	h1 {
		max-width: 100%;

	}

	h1 img {
		width: 100%;
	}

	.header-container {
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 auto;
	}

	.header-nav {
		padding: 0;
		height: auto;
		width: auto;
	}

	nav {
		position: static;
	}

	nav {
		width: auto;
	}

	nav a {
		margin-left: 1.5rem;
		font-size: 1rem;
		text-align: left;
		padding: 0;
	}


	#grovalnav ul {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}

	#grovalnav a {
		padding: 10px;
		border-radius: 10%;
	}

	.content {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.content div {
		width: 32%;
	}

	.content div:not(:last-child) {
		margin-right: 1%;
	}

	.content div {
		display: flex;
		flex-direction: column;

	}

	.content div p {
		height: 100%;
	}


}