@charset "utf-8";

#visual{
	margin: 0 auto 80px;
	line-height: 0;
	position: relative;
}
#visual h1{
	position: absolute;
	bottom: 30%;
	left: 17%;
	z-index: 90;
}

h2{
	padding: 0;
	font-size: 3rem;
	line-height: 120%;
	text-align: center;
	color: #333;
	font-weight: normal;
}
h2>span{
	font-size: 1.8rem;
	display: block;
	color: #999;
	padding: 0 0 10px;
}
h2>small{
	font-size: 1.5rem;
	display: block;
	padding: 10px 0 0;
}

#concept h2{
	margin: 0 auto 60px;
}
#concept .concept{
	background: url(../img/index/concept_bg.png) center top no-repeat;
	background-size: cover;
	padding: 300px 0 60px;
	margin: 0 auto;
}
#concept .concept .in{
	width: 550px;
	margin: 0 0 0 auto;
	line-height: 0;
	padding: 0;
}
#concept .concept h3{
	font-size: 4rem;
	line-height: 120%;
	text-align: left;
	margin: 0 auto 13px;
	padding: 0 0 4px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
#concept .concept h3>span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 1em;
	font-size: 1.8rem;
	line-height: 120%;
}
#concept .concept p{
	color: #fff;
	font-size: 1.4rem;
	line-height: 160%;
	margin: 0 auto 25px;
	text-align: left;
}
#concept .concept p.btn{
	line-height: 0;
	text-align: right;
	margin: 0 auto;
	padding: 0;
}

#menu{
	padding: 108px 0 65px;
	margin: 0 auto;
	background: url(../img/index/menu_bg.png) center top no-repeat;
	background-size: cover;
}
#menu p.desc{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: center;
	padding: 27px 0 0;
	margin: 0 auto 50px;
	color: #333;
}
#menu ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	margin: 0 auto 58px;
	padding: 0;
}
#menu ul>li{
	display: inline-block;
	letter-spacing: normal;
	width: 350px;
	vertical-align: top;
	margin: 0 25px 0 0;
}
#menu ul>li:last-child{
	margin-right: 0;
}
#menu ul>li>p.img{
	line-height: 0;
	margin: 0 auto 15px;
}
#menu ul>li>h3{
	margin: 0 auto 5px;
	padding: 0 20px;
	font-size: 3rem;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	color: #333;
}
#menu ul>li>h3>span{
	color: #648c89;
}
#menu ul>li>h3>small{
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 1em;
}
#menu ul>li>h3>strong{
	font-size: 1.4rem;
	display: block;
	padding: 0;
	color: #648c89;
	font-weight: normal;
	line-height: 100%;
	padding: 2px 0 0;
}
#menu ul>li>p.txt{
	text-align: left;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.4rem;
	line-height: 160%;
	color: #333;
}
#menu p.btn>a{
	display: inline-block;
	margin-left: -76px;
}


#contact{
	padding: 100px 0 155px;
	margin: 0 auto;
	background: #fff;
}
#contact p.desc{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: center;
	padding: 27px 0 0;
	margin: 0 auto 50px;
	color: #333;
}
#contact ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
}
#contact ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 0;
}
#contact ul>li>p{
	line-height: 0;
	text-align: center;
}
#contact ul>li>p.btn{
	text-align: left;
	padding: 38px 0 0;
}


#other{
	margin: 0 auto;
	position: relative;
	min-height: 160vh;
}
#tablet #other{
	min-height: 120vh;
}
#other #bg1{
	width: 100%;
	height: 80vh;
	background: url(../img/index/other_img01.png) right top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#other #bg2{
	width: 100%;
	height: 80vh;
	background: url(../img/index/other_img02.png) right top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#tablet #other #bg1,
#tablet #other #bg2{
	/* background-attachment: initial; */
	height: 60vh;
	/* background-attachment: unset; */
	background-attachment: scroll !important;
	background-size: cover !important;
}
#other .in{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 200px 0 100px;
	background: rgba(64, 32, 0, 0.60);
}
#other h2{
	padding: 0;
	background: none;
	margin: 0 auto 25px;
	color: #fff;
}
#other p.desc{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	color: #fff;
}



#access{
	padding: 144px 0 78px;
	margin: 0 auto;
	background: #fff;
}
#access #map{
	line-height: 0;
	margin: 40px auto 50px;
	border: 1px solid #ccc;
	height: 500px;
}
#access #map>iframe{
	width: 100%;
	height: 100%;
}
#access p.btn>a{
	display: inline-block;
	margin-left: -76px;
}

#insta{
	background: #eee;
	padding: 115px 0 50px;
	margin: 0 auto 25px;
	line-height: 0;
}
#insta h2{
	line-height: 0;
	margin: 0 auto 28px;
	padding: 0;
	background: none;
}
#insta ul{
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	letter-spacing: -0.4em;
	text-align: left;
}
#insta ul>li{
	display: inline-block;
	letter-spacing: normal;
	background: #fff;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 6px 12px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#insta ul>li img{
	width: 100%;
	height: auto;
}
#insta div {
	line-height: 150%;
	max-width: 1080px;
	margin: 50px auto 0 auto;
	text-align:left;
	font-size: 1.3rem;
	color: #999;
}
#insta div p {
	margin: 0 0 2em 0;
}

@media screen and (min-width:768px){
	#concept h2,
	#concept .concept h3,
	#concept .concept p.txt,
	#concept .concept p.btn,
	#menu h2,
	#menu p.desc,
	#menu ul>li,
	#menu p.btn,
	#contact h2,
	#contact p.desc,
	#contact ul>li,
	#access h2,
	#access #map,
	#access p.btn,
	#insta ul>li{
		opacity: 0;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	[data-object="active"]{
		opacity: 1 !important;
	}
	#concept h2{
		position: relative;
		top: -20px;
	}
	#concept h2[data-object="active"]{
		top: 0;
	}
	#concept .concept h3,
	#concept .concept p.txt,
	#concept .concept p.btn{
		position: relative;
		left: -40px;
	}
	#concept .concept h3[data-object="active"],
	#concept .concept p.txt[data-object="active"],
	#concept .concept p.btn[data-object="active"]{
		left: 0;
	}
	#menu h2,
	#menu p.desc,
	#menu ul>li,
	#menu p.btn,
	#contact h2,
	#contact p.desc,
	#contact ul>li,
	#access h2,
	#access #map,
	#access p.btn,
	#insta ul>li{
		position: relative;
		top: -20px;
	}
	#menu h2[data-object="active"],
	#menu p.desc[data-object="active"],
	#menu ul>li[data-object="active"],
	#menu p.btn[data-object="active"],
	#contact h2[data-object="active"],
	#contact p.desc[data-object="active"],
	#contact ul>li[data-object="active"],
	#access h2[data-object="active"],
	#access #map[data-object="active"],
	#access p.btn[data-object="active"],
	#insta ul>li[data-object="active"]{
		top: 0;
	}
}

@media screen and (max-width:767px){
	#visual h1{
		bottom: 20px;
		left: 10px;
		width: auto;
		text-align: left;
	}
	#visual h1 img{
		width: 60%;
		height: auto;
	}
	
	h2{font-size: 2rem;}
	
	#concept .concept .in{
		width: 100%;
	}
	
	#menu p.desc{
		text-align: left;
	}
	#menu ul>li{
		width: 100%;
		margin: 0 auto 40px;
	}
	#menu ul>li:last-child{
		margin-bottom: 0;
	}
	
	#contact p.desc{
		text-align: left;
	}
	#contact ul>li{
		margin: 0 auto 40px;
	}
	#contact ul>li:last-child{
		margin-bottom: 0;
	}
	
	#other p.desc{
		text-align: left;
	}
	#other #bg1,
	#other #bg2{
		background-attachment: initial;
	}
	
	#insta ul>li{
		width: 174px;
		height: 174px;
	}
	p.btn,#contact ul>li>p.btn{text-align: center;}
	p.btn>a>img{
		width: auto;
		height: 70px;
	}
}
