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

/* トップ画像 */
div#top_content{
	width: 100%;
	height: 100vh;
	min-width: 768px;
	min-height: 700px;
	position: relative;
	margin: 0;
	padding: 0;
}
div#top_content div.top_background{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
div#top_content div#top_background1{
	background-image: url("../images/index_top_00.jpg");
	z-index: 10;
}
div#top_content div#top_background2{
	background-image: url("../images/index_top_01.jpg");
	z-index: 5;
}
div#top_content div#decoration_lt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 404px;
	height: 150px;
}
div#top_content div#decoration_lb{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 282px;
	height: 142px;
}
div#top_content div#decoration_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 302px;
	height: 142px;
}
div#top_content div#logo_area{
	display: table;
	position: relative;
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 20;
}
div#top_content div#logo_area div#logo_content{
	display: table-cell;
	vertical-align: middle;
}
div#top_content div#logo_area div#logo_content h1{
	margin: 0;
	padding: 0;
}
div#top_content div#logo_area p{
	color: #FFF;
	font-size:1.5rem;
	letter-spacing: 4px;
}
div#top_content div#decoration_bar{
	/*background: linear-gradient(#ffffff 0%, #ffffff 50%, #c08d4e 52%, #c08d4e 100%);*/
	width: 2px;
	height: 180px;
	position: absolute;
	left: 50%;
	bottom: -90px;
	z-index: 20;
	background-color:#c08d4e; 
}
div#top_content div#decoration_bar:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    animation: barAnim 2.0s ease-in-out  infinite; 
}
@keyframes barAnim {
  0% {
    bottom: 150px; }
  100% {
    bottom: -30px; } 
}

div#top_content div#header_menu{
	position:absolute;
	width: 400px;
	text-align: right;
	right: 80px;
	top: 30px;
	color: #FFF;
	z-index: 30;
}

div#top_content div#header_menu a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	margin-left: 30px;
	font-size: 1.25rem;
}


.menu-trigger span {
	background-color: #FFF;
}

/* お知らせ */
div#news_content{
	background-image: url("../images/bg.jpg");
	margin: 0;
	padding: 0;
	padding-bottom: 155px;
	background-size: cover;
	position: relative;
}
div#news_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.625rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#news_content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C08D4E;
  border-radius: 2px;
}
div#news_content ul{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	list-style: none;
}
div#news_content ul li{
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1.125rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div#news_content ul li a{
	text-decoration: none;
	color: #000;
}
div#news_content ul li a span{
	display: inline-block;
	margin-right: 30px;
}
div#news_content>a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #403F3F;
	border-width: 1px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
	color: #000;
	text-decoration: none;
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 37px;
	background-color: #FFF;
	background-image: url("../images/index_news_arrow.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	z-index: 50;
	position: relative;
}
div#news_content div#decoration_news_lt{
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 20;
	width: 431px;
	height: 621px;
}
div#news_content div#decoration_news_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 331px;
	height: 289px;
}

/* 詳細説明 */
div#detail_content{
	position: relative;
	background-image: url("../images/index_detail.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}
div#detail_content div#detail{
	position: relative;
	left: 0;
	top: 0;
	width: 50%;
	background-color: rgba(0,0,0,0.64);
}
div#detail_content div#detail h2{
	color: #FFF;
	width: 380px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 210px;
	font-size: 1.875rem;
	letter-spacing: 4px;
	line-height: 1.4em;
	font-weight: 400;
}
div#detail_content div#detail p{
	color: #FFF;
	width: 380px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 250px;
	font-size: 1rem;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: 1px;
}
div#detail_content div#detail div#decoration_detail_lt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 270px;
	height: 175px;
}
div#detail_content div#detail div#decoration_detail_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 268px;
	height: 202px;
}

/* インフォメーション */
div#information_content{
	background-image: url("../images/bg.jpg");
	margin: 0;
	padding: 0;
	background-size: cover;
	position: relative;
}
div#information_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.625rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#information_content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C08D4E;
  border-radius: 2px;
}
div#information_content div#insta{
	margin: 0;
	padding: 0;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
div#information_content div#insta div{
	display: inline-block;
	margin: 4px;
	padding: 0;
}
div#information_content div#sns_area{
	width: 100%;
	text-align: center;
	font-size: 0.6rem;
}
div#information_content div#sns_area a{
	text-decoration: none;
	color: #707070;
}
div#information_content div#access{
	position: relative;
}
div#information_content div#access div#gmap{
	width: 100%;
	height: 400px;
	background-color: #CCC;
}
div#information_content div#access div#decoration_access_lb{
	position: absolute;
	left: 0;
	bottom: 400px;
	z-index: 20;
	width: 319px;
	height: 178px;
}
div#information_content div#access div#decoration_access_rb{
	position: absolute;
	right: 0;
	bottom: 400px;
	z-index: 20;
	width: 202px;
	height: 146px;
}

div#information_content div#route{
	position: relative;
	padding-top: 30px;
}
div#information_content div#route div#route_boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	align-content:space-between;
}
div#information_content div#route dl{
	display: block;
	width: 430px;
	height: 350px;
	padding-top: 50px;
}
div#information_content div#route dl dt,
div#information_content div#route dl dd{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
div#information_content div#route dl dt{
	font-size: 1.25rem;
}
div#information_content div#route dl dd{
	font-size: 1rem;
	line-height: 2em;
}
div#information_content div#route dl:nth-of-type(1),
div#information_content div#route dl:nth-of-type(2){
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
}
div#information_content div#route div#decoration_route_lb{
	position: absolute;
	left: 0;
	bottom: 188px;
	z-index: 20;
	width: 274px;
	height: 264px;
}
div#information_content div#route div#decoration_route_rb{
	position: absolute;
	right: 0;
	bottom: -16px;
	z-index: 20;
	width: 367px;
	height: 572px;
}
div#information_content div#movie{
	text-align: center;
}
div#information_content div#movie iframe{
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#information_content div#movie a{
	display: block;
	text-align: center;
	padding-top:30px;
	padding-bottom: 30px;
}

/* インスタグラム */
div#information_content div#insta{
}
div#information_content div#insta div#instafeed{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
div#information_content div#insta div#instafeed div{
	width: 225px;
	height: 225px;
	overflow: hidden;
	background-color: #FFF;
}

/* お問い合わせ */
div#link_content{
	padding-bottom: 50px;
}
div#link_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.625rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#link_content h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C08D4E;
	border-radius: 2px;
}
div#link_content div#link{
	text-align: center;
}
div#link_content div#link a{
	display: inline-block;
	margin: 28px;
	padding: 0;
	
}
@media screen and (max-width:768px) {
	/* トップ画像 */
	div#top_content{
		min-width: 768px;
		min-height: 525px;
	}
	div#top_content div#logo_area p{
		font-size:1.625rem;
	}
	
	/* インスタグラム */
	div#information_content div#insta{
		width: 470px;
	}
	div#information_content div#insta div#instafeed{
		width: 470px;
	}
	div#information_content div#insta div#instafeed div:nth-of-type(n + 5){
		display: none;
	}
	

	/*  */
	div#information_content div#route div#route_boxes{
			display: block;
		flex-wrap: wrap;
		justify-content: space-between;
			width: 768px;
			padding-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		align-content:space-between;
	}
	div#information_content div#route dl{
		display: block;
		width: 600px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	div#information_content div#route dl dd{
		font-size: 1.5rem;
	}
	
	div#information_content div#route dl:nth-of-type(3){
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #707070;
	}
	/* お知らせ */
	div#news_content ul{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		list-style: none;
		padding-left: 0;
	}
	div#news_content ul li{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	div#news_content>a{
		width: 280px;
		height: 50px;
		line-height: 42px;
		background-position: right 50px center;
	}
	
	/* 詳細説明 */
	div#detail_content div#detail{
		width: 100%;
	}
	div#detail_content div#detail h2{
		width: 640px;
		font-size: 2.125rem;
	}
	div#detail_content div#detail p{
		width: 640px;
		font-size: 1.375rem;
	}

	/* メニューボタン */
	div#menu_button{
		top:25px;
	}
}