@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* --- 1.common --- */
body {
}



/* --- IntroBox --- */
#IntroBox {
	width: 100%;
	height: 100vh;
	min-width: 1000px;
	min-height: calc(500px - 152px);
	position: relative;
}
#IntroBox h1 {
	position: absolute;
	top: 40px;
	left: 5%;
	margin: 0px;
	z-index: 9999;
}
#IntroBox h1 img {
	max-width: 325px;
	height: auto;
}
#OpeningBox {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1000;
	display:  block;
	width: 200px;
	height: 200px;
	margin: 0px 0px 0px 300px;
	background: url(../images/opening_bg.png);
}
.OpeningYear {
	font-size: 14px;
	text-align: center;
	margin: 17px 0px 0px 0px;
}
.OpeningDate {
	font-size: 14px;
	text-align: center;
	margin: 5px 30px 0px 30px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #CCC;
}
.OpeningInfo {
	font-size: 22px;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 5px 20px 0px 20px;
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCC;
}
.OpeningEach {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 9px 0px 0px 0px;
}
#IntroSlideBox {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ul#IntroSlide li {
	width: 100%;
	height: calc(100vh - 152px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
ul#IntroSlide li:nth-child(1) {
	background-image: url(../images/slide01.jpg);
}
ul#IntroSlide li:nth-child(2) {
	background-image: url(../images/slide02.jpg);
}
ul#IntroSlide li:nth-child(3) {
	background-image: url(../images/slide03.jpg);
}
ul#IntroSlide li:nth-child(4) {
	background-image: url(../images/slide04.jpg);
}
ul#IntroSlide li:nth-child(5) {
	background-image: url(../images/slide05.jpg);
}
ul#IntroSlide li:nth-child(6) {
	background-image: url(../images/slide06.jpg);
}

.bx-controls {
	position: absolute;
	bottom: 180px;
	width: 100%;
	z-index: 9999;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}


/* --- header --- */
header {
	width: 100%;
	margin: -152px 0px 0px 0px;
	background: #fff;
	position: relative;
	z-index: 9999;
}
header.fixed {
	position: fixed;
	width: 100%;
	top: 152px;
	left: 0px;
}
#HeaderInner {
	width: 1000px;
	margin: 0px auto;
}

.Title {
	display: none;
}
.Title.show {
	display: block;
}
#Title {
	float: left;
	width: 700px;
	margin: 15px 0px 0px 0px;
}

.NewsBox {
	display: block;
}
.NewsBox.hide {
	display: none;
}
#NewsBox {
	float: left;
	width: 700px;
	padding: 10px 0px 2px 0px;
	border-bottom: solid 1px #000;
}
#NewsBox h2 {
	float: left;
	width: 100px;
	margin: -1px 0px 0px 0px;
}
#NewsBox ul {
	float: right;
	width: 600px;
}
#NewsBox ul li {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#ToolBox {
	float: right;
	width: 205px;
}
ul#SnsList {
	text-align: right;
}
ul#SnsList li {
	display: inline-block;
}
ul#LangList {
	text-align: right;
	margin: 10px 0px;
}
ul#LangList li {
	display: inline-block;
	font-size: 12px;
}
ul#LangList li:after {
	content: "/";
	margin: 0px 5px;
}
ul#LangList li:last-child:after {
	content: none;
}
ul#LangList li a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

#SearchBox {
	text-align: right;
	border-bottom: solid 1px #000;
	margin: 0px 0px 0px 0px;
}

nav {
	clear: both;
	padding: 25px 0px 15px 0px;
}
nav ul.GlobalNav {
	position: relative;
	width: 100%;
}
nav ul.GlobalNav > li {
	float: left;
	margin: 0px 0px 0px 61px;
}
nav ul.GlobalNav li:first-child {
	margin: 0px;
}
nav ul.GlobalNav li a {
	display: block;
}
nav ul.GlobalNav li a:hover {
	background: #eee;
}
nav ul.GlobalNav li:hover > ul.ChildNav {
	display: block;
}
nav ul.GlobalNav ul.ChildNav {
	display: none;
	height: 50px;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 25px;
	left: 0px;
	background: rgba(255,255,255,0.9);
	z-index: 9999;
}
nav ul.GlobalNav ul.ChildNav li {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin: 13px 30px 0px 0px;
}
nav ul.GlobalNav ul.ChildNav li:first-child {
	margin: 13px 30px 0px 0px;
}
nav ul.GlobalNav ul.ChildNav li:last-child {
	margin: 13px 0px 0px 0px;
}
nav ul.GlobalNav ul.ChildNav li a {
	display: inline-block;
	padding: 5px;
	background: #fff;
}
nav ul.GlobalNav ul.ChildNav li a:hover {
	background: #eee;
}


.Scroll {
	display: block;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0px 0px 0px -20px;
}
.Scroll.hide {
	display: none;
}



/* --- Container --- */
#Container {
	width: 1000px;
	margin: 0px auto;
}



/* --- Contents --- */
#Contents {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 150px 0px 0px 0px;
}

/* box-sizing */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.EventBox {
	float: left;
	width: 324px;
	height: 580px;
	border: solid 1px #000;
	margin: 0px 14px 20px 0px;
	padding: 9px;
	position: relative;
}
.EventBox:nth-child(3), .EventBox:nth-child(6), .EventBox:nth-child(9), .EventBox:nth-child(12), .EventBox:nth-child(15), .EventBox:nth-child(18) {
	margin: 0px 0px 20px 0px;
}
.EventBox h2 {
	font-size: 14px;
	line-height: 1.6;
	margin: 235px 0px 15px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: solid 1px #000;
}
.EvevtPhoto {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 306px;
	text-align: center;
}
.EvevtPhoto img {
	max-width: 306px;
	max-height: 220px;
}
.EventCat {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 100;
}
.EventDate {
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 5px;
}
.EventText {
	font-size: 12px;
	line-height: 1.8;
	margin: 10px 5px;
}




/* --- footer --- */
