@charset "utf-8";
/* CSS Document */

/* home */
#home .head-inner{
	position: absolute;
}
#main-visual{
	overflow: hidden;
}
#main-visual ul{
	z-index: 0;
}
#main-visual li{
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 100%;
	min-width: 1600px;
}
#main-visual .inner{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: right;
}
#main-visual .inner .text{
	padding-right: 50px;
}
#box-menu .grid-el a:hover{
	text-decoration: none;
}
#box-menu .grid-el .img{
	display: block;
	overflow: hidden;
}
#box-menu .grid-el .img img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
@media screen and (min-width: 769px) {
	#box-menu .grid-el .img:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity:0.8;
	}
}
#box-menu .grid-el .menu{
	padding: 20px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
}
#box-menu .grid-el:nth-of-type(1) .menu{
	background: url(../images/home_bg01.png);
}
#box-menu .grid-el:nth-of-type(2) .menu{
	background: url(../images/home_bg02.png);
}
#box-menu .grid-el:nth-of-type(3) .menu{
	background: url(../images/home_bg03.png);
}
#box-menu .grid-el .menu a{
	font-size: 14px;
	letter-spacing: normal;
	position: relative;
	color: #fff;
	display: inline-block;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50px;
	padding: 4px 15px;
	-webkit-transition:all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#box-menu .grid-el:nth-of-type(1) .menu a{
	color: #6cb82d;
}
#box-menu .grid-el:nth-of-type(2) .menu a{
	color: #fbb03b;
}
#box-menu .grid-el:nth-of-type(3) .menu a{
	color: #c69c6d;
}
@media screen and (min-width: 769px) {
	#box-menu .grid-el .menu a:hover{
		background-color: #fff;
	}
}
#box-info ul li{
	text-align: center;
	margin-bottom: 15px;
}
#box-info ul li a{
	color: #111;
	letter-spacing: .1em;
}

/****************************************************

	max-width:768px

*****************************************************/
@media screen and (max-width: 768px) {
	/* home */
	#main-visual li{
		position: inherit;
		left: inherit;
		right: inherit;
		min-width: inherit;
		height: 100vh;
	}
	#main-visual li img{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		margin: auto;
		width: auto;
		max-width: inherit;
		height: 100%;
	}
	#main-visual .inner .text{
		width: 50%;
		max-width: 222px;
		padding-right: 0px;
		float: right;
	}
	#box-menu .grid-el{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}