html, body {
  width: 100%;
  height: 100%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* .switchBtn
------------------------- */
.switchBtn {
	padding: 14px 0;
	width: 100%;
	text-align: center;
	background: #222;
	clear: both;
}

.switchBtn a {
	margin: 0 10px;
	padding: 8px 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	background: #666;
	color: white;
	text-decoration: none;
}

.switchBtn a.btnAcv {
	color: black;
	background: #f7da00;
}


.wrapper {
  width: 100%;
  height: 100%;
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  -ms-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
}
.wrapper.active nav {
  background: rgba(255, 255, 255, 0.6);
}
.wrapper.active nav .menu-list-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.wrapper.active .main-container {
  -webkit-transform:  rotateY(45deg) translateX(-50%) translateZ(-300px);
  -moz-transform:  rotateY(45deg) translateX(-50%) translateZ(-300px);
  -ms-transform:  rotateY(45deg) translateX(-50%) translateZ(-300px);
  -o-transform:  rotateY(45deg) translateX(-50%) translateZ(-300px);
  transform:  rotateY(45deg) translateX(-50%) translateZ(-300px);
}

.main-container {
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:  rotateY(0deg) translateX(0) translateZ(0);
  -moz-transform:  rotateY(0deg) translateX(0) translateZ(0);
  -ms-transform:  rotateY(0deg) translateX(0) translateZ(0);
  -o-transform:  rotateY(0deg) translateX(0) translateZ(0);
  transform:  rotateY(0deg) translateX(0) translateZ(0);
}
.main-container .content {
  position: relative;
  width: 100%;
  height: 100%;
}


nav {
  color: #333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
nav .menu-icon-container {
  position: absolute;
  top: 20px;
  right: 10%;
  z-index: 9999;
}
nav .menu-list-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s, opacity 1s;
  -moz-transition: -moz-transform 0.6s, opacity 1s;
  -o-transition: -o-transform 0.6s, opacity 1s;
  transition: transform 0.6s, opacity 1s;
}
nav .menu-list-container ul {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
	border-top: 1px solid #CCC;

}
nav .menu-list-container ul li {
  width: 100%;
  text-align: center;
  font-size: 20px;
	border-bottom: 1px solid #CCC;
}

nav .menu-list-container ul li a {
	display: block;
	color: #333;
	padding: 20px 0;
	text-decoration: none;
}

nav .menu-list-container ul li a:hover {
	background: #f7da00;
	display: block;
	color: #333;
	text-decoration: none;
}

.clearfix {
	clear: both;
}





/* LAYOUT-PC
------------------------------------------------------------------ */
@media (min-width:961px){

#nav-menu {
	display: none;
}

/* header */
.header {
	background: #f7da00;
	height: 84px;
	padding-top: 12px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-right: 70px;

}

#date {
	float: left;
	padding-top: 6px;
}

.header_side {
	width: 277px;
	float: right;
	padding-top: 28px;
}

.link {
	float: right;
}

.link li{
	float: left;
}

.count {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 5px;
}

#countdown {
	font-size: 32px;
}

/* main-visual */
.slider {
	display: none;
}

.main-visual {
	height: 700px;
}

.slide_area {
	margin: 0 auto;
}

#slider1 {
	z-index:-1000;
}
#slider1 li { height: 700px;}
#slider1 #img01 {background:url(../images_top/slide01.jpg) no-repeat top center;}
#slider1 #img02 {background:url(../images_top/slide03.jpg) no-repeat top center;}
#slider1 #img03 {background:url(../images_top/slide04.jpg) no-repeat top center;}
#slider1 #img04 {background:url(../images_top/slide05.jpg) no-repeat top center;}
#slider1 #img05 {background:url(../images_top/slide06.jpg) no-repeat top center;}
#slider1 #img06 {background:url(../images_top/slide07.jpg) no-repeat top center;}
#slider1 #img07 {background:url(../images_top/slide08.jpg) no-repeat top center;}
#slider1 #img08 {background:url(../images_top/slide09.jpg) no-repeat top center;}
#slider1 #img09 {background:url(../images_top/slide10.jpg) no-repeat top center;}

/* grobal nav */
.gnavi-outer {
	background: #f7da00;
	height: 60px;
	margin-bottom: 40px;
}

.gnavi {
	width: 960px;
	margin: 0 auto;
}

.gnavi li {
	float: left;
}

/* contents */
.cooperation {
	background: url(../images_top/cooperation.jpg) no-repeat top left;
	width: 572px;
	height: 88px;
	padding: 54px 194px 0 194px;
	margin: 0 auto 40px auto;
}

.cooperation li {
	float: left;
}

.content-nav {
	text-align: center;
	margin-bottom: 30px;
}

/* page-nav */
#change {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 9999;
	display: none;
}
.page-nav {
	width: 960px;
	margin: 0 auto;
}

.page-nav li{
	float: left;
	margin-bottom: 30px;
}

.page01 , .page02 , .page04 , .page05 {
	margin-right: 15px;
}

/* news */
.news {
	width: 680px;
	float: left;
}

.ttl {
	text-align: left;
	margin-bottom: 20px;
}

.more {
	float: right;
	padding-top: 7px;
}


.news-list {
	background: url(../images_top/arrow.jpg) no-repeat center right;
	height: 56px;
	padding: 14px 0 10px 0;
	margin-bottom: 14px;
	border-bottom: 1px dotted #CCC;
}

.news-list dt {
	font-size: 14px;
	margin-bottom: 14px;
}

.news-list dt a {
	color: #333;
}
.news-list dt a:hover {
	text-decoration: none;
}

.news-list dd {
	font-size: 12px;
	color: #CCC;
}

/* side */
.side {
	width: 240px;
	float: right;
	margin-bottom: 40px;
}

.side li {
	margin-bottom: 10px;
}

/* map */
#map_link {
}
.map-area-outer {
	background: #f7f7f7;
	height: 800px;
	padding: 20px;
	margin-bottom: 40px;
}

.map-area {
	width: 960px;
	margin: 0 auto;
}

.map-ttl {
	float : left;
	margin: 0 20px 30px 0;
}

.map-txt {
	float : left;
	font-size: 13px;
	color: #292e2f;
	padding-top: 10px;
}

.map01 , .map02 {
	width: 466px;
	height: 546px;
	border: 2px solid #f7da00;
	margin-bottom: 20px;
}

.map01 {
	float: left;
}

.map02 {
	float: right;
}

.map-guide {
}

/* list */
.list-area {
	width: 960px;
	margin: 0 auto;
}

.list dt {
	float: left;
	color: #b5b5b6;
	width: 110px;
	text-align: center;
	padding: 7px 0;
	margin: 9px 40px 40px 0;
	border: 1px solid #b5b5b6;
}

.list dd {
	float: left;
	margin-right: 14px;
}

.l_01 dd {
	padding-top: 7px;
}

.l_02 dd {
}

.l_03 dd {
}

.l_04 dd {
	padding-top: 9px;
}

.l_05 dd {
	padding-top: 6px;
}


/* footer */
.footer {
	clear: both;
	text-align: center;
	background: black;
	padding: 30px;
}

.footer-date {
	margin-bottom: 30px;
}

.fnav {
	width: 410px;
	margin: 0 auto;
}

.fnav li {
	float: left;
	margin-bottom: 30px;
}

.copy {
	clear: both;
}



/* stickey-header */
#change {
	background: #f7da00;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
	height: 140px;
  display: none;
  z-index: 9999;
  padding: 14px 0;
}

#logo-block {
	text-align: center;
	margin-bottom: 10px;
}

.f-nav {
	display: none;
}

}


/* LAYOUT-SPN
------------------------------------------------------------------ */
@media (max-width:960px){
.kokyu {
	clear: both;
	max-width: 680px;
	text-align: center;
	padding-bottom: 20px;
	marign: 0 auto;
}

.news-list {
	margin: 14px;
}

.kokyu img {
	width: 90%;
}
#nav-menu {
	display: block;
}

/* header */
.header {
	background: #f7da00;
	padding: 12px 0;
}

#logo {
	text-align: center;
	padding-top: 4px;
	margin-bottom: 14px;
}

#logo img {
	width: 70%;
	max-width: 267px;
}


#date {
	text-align: center;
	margin-bottom: 10px;
}

#date img {
	width: 70%;
	max-width: 297px;
}

.header_side {
}

.link {
	display: none;
}

.count {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#countdown {
	text-align: center;
	font-size: 32px;
}

/* main-visual */
.main-visual {
	display: none;
}

.slider {
	width: 100%;
	margin: 0 auto 20px auto;
}

.flex-direction-nav , .flex-control-nav {
	display: none;
}

/* grobal nav */
.gnavi-outer {
	display: none;
}


/* contents */

.cooperation-outer {
	display: none;
}
.cooperation {
	background: white;
	padding: 24px;
	margin: 0 auto;
}

.co_01 {
	text-align: center;
	margin-bottom: 20px;
}

.co_02 {
	float: left;
	margin-left: 40px;
}

.co_03 {
	float: left;
}

.co_04 {
	text-align: center;
	margin-bottom: 20px;
}


.content-nav {
	text-align: center;
	margin-bottom: 30px;
}

.content-nav img {
	max-width: 500px;
	width: 90%;
}

/* page-nav */
#change {
	display: none;
}
.page-nav {
	margin: 0 auto;
}

.page-nav li{
	float: left;
	width: 47%;
	margin: 0 1.5% 2% 1.5%;
}

.page-nav li img {
}


/* news */
.news {
	padding-top: 20px;
}

.ttl {
	text-align: left;
	margin: 0 10px 20px 10px;
}

.more {
	float: right;
	padding-top: 3px;
}

.ttl img {
	max-width: 319px;
	width: 63%;
}

.more img {
	max-width: 111px;
	width: 63%;
}

.news-list {
	background: url(../images_top/arrow.jpg) no-repeat center right;
	height: 56px;
	padding: 14px 0 10px 0;
	margin-bottom: 14px;
	border-bottom: 1px dotted #CCC;
}

.news-list dt {
	font-size: 14px;
	margin-bottom: 14px;
}

.news-list dt a {
	color: #333;
}
.news-list dt a:hover {
	text-decoration: none;
}

.news-list dd {
	font-size: 12px;
	color: #CCC;
}

/* side */
.side {
	display: none;
}

.side li {
}

/* map */
#map_link {
}
.map-area-outer {
	background: #f7f7f7;
	padding: 20px;
}

.map-area {
	margin: 0 auto;
}

.map-ttl {
	margin-bottom: 10px;
}
.map-ttl img {
	max-width: 220px;
	width: 70%;
}

.map-txt {
	font-size: 13px;
	color: #292e2f;
	margin-bottom: 20px;
}

.map01 , .map02 {
	width: 98%;
	height: 300px;
	border: 2px solid #f7da00;
	margin: 0 auto 20px auto;
}

.map01 {
}

.map02 {
}

.map-guide {
	display: none;
}

/* list */
.list-area {
	margin: 0 auto;
}

.list dt {
	background: #f7da00;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 20px;
}

.list dd {
	float: left;
	margin: 0 0 20px 14px;
}


/* footer */
.footer {
	clear: both;
	text-align: center;
	background: black;
	padding: 30px 0;
}

.footer-date {
	text-align: center;
	margin-bottom: 30px;
}

.footer-date img {
	text-align: center;
	max-width: 326px;
	width: 90%;
}

.fnav {
	display: none;
}

.f-nav li {
	background: url(../images_top/arrow.png) no-repeat center left;
	text-align: left;
	float: left;
	width: 38%;
	height: 24px;
	padding: 1% 2% 0 2%;
	margin: 2% 4%;
}

.f-nav a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.f-nav01 , .f-nav02 , .f-nav03 , .f-nav04 {
}
.f-nav05 {
}

.copy {
	clear: both;
}

.copy img {
	text-align: center;
	max-width: 355px;
	width: 90%;
}




/* stickey-header */
#change {
	display: none;
}


}




