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

#main {
	background-position: 75% top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
#bgfirst {
	background-image: url(../img/bg_first.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height: 100%;
	overflow: hidden;
}
.inner { 
	margin: 0 auto; 
}
.inner:after,
.row:after, 
/*.col:after, */
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
.row { padding-bottom: 0em;
}

/*movie*/
#movie {
width:100%;
position: fixed;

}
#movie video, #movie video .tc {
text-align:center;
width:100%;
height: 100%
}

@media screen and ( max-width: 767px ){
#movie {
  height: 100%;
  height: 100vh; 
  position: fixed;
width:inherit;
}

#movie video {
width:inherit;
  height: 100%;
  height:100vh;
}



}

/* ==================================================
   logo center
================================================== */
.ce {
/*	width: 393px;
	height: 221px;
	margin: -111px 0 0 -200px;*/
	position: absolute;
	top:50%;
	left:50%;
	width: 500px;
	height: 208px;
	margin: -104px 0 0 -250px;
	
}
.ce {
	z-index: 5;
}
#logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

#scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -60px;
	color: #fff;
  animation: translate 3s; 
  animation-iteration-count: infinate; 
  -webkit-animation: translate 3s; /* Safari & Chrome */
  -webkit-animation-iteration-count: 10; 
}  
@keyframes translate { 
  0%   { transform:  translate(0px, 0px);    } 
  25%   { transform:  translate(0px, 20px);   }
  75%   { transform:  translate(0px, 0px);   }
  100%  { transform:  translate(0px, 0px);   } 
} 
@-webkit-keyframes translate { 
  0%   { -webkit-transform:  translate(0px, 0px) ;   } 
  25%   { -webkit-transform:  translate(0px, 20px);   }
  75%   { -webkit-transform:  translate(0px, 0px);   }
  100%  { -webkit-transform:  translate(0px, 0px);   } 
} 


/* ==================================================
   common
================================================== */
.inner { 
	max-width: 960px;
	margin: 0 auto; 
}
.grid {
	width: 100%;
	min-height: 1px;
}
.fix {
	clear: both;
}
.grid:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.g1, .g2 {
	float: left;
	width: 320px;
	padding: 0 20px;
	margin-bottom: 40px;
}

.g3 {
	float: left;
	width: 320px;
	padding: 0 20px;
	margin-bottom: 40px;
}


/* ==================================================
   Slide
================================================== */
.slide h2 {
	letter-spacing: 0.2em;
	font-family:"century-gochic";
	margin: 50px auto 30px;
}

#slide1 h2 {
	letter-spacing: 0.2em;
	font-family:"century-gochic";
	margin: 0 auto 60px;
}
#slide1 {
	background: #FBF4E6;
	background: url(../img/bg_c.jpg) repeat-x 0 bottom, #FEFBF5;
	behavior:url("/PIE.htc");
	-pie-background:
	url("/img/bg_c.jpg") repeat-x 0 bottom, #FEFBF5;
}

#slide1 h3 {
	margin: 40px auto 20px;
	height: 80px;
	font-size: 1.5em;
}
h3 span.txt {
	font-size: 70%;
	letter-spacing: 0.1em;
}

.slide {
	position: relative;
	padding: 60px 2em;
	text-align: center;
	overflow: hidden;
	height: 100%;
}
#slide1 {
	overflow: hidden;
}

/* Slide 2 event */ 
#slide2 {
	color: #342621;
	overflow: hidden;
	padding: 40px;
	position: relative;
	height: 700px;
}
#slide2 .circle {
	width: 500px;
	height: 500px;
	margin: 60px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*ie8対策*/
	background: #fff\9;/*ie8*/
}
/* animation 

@-webkit-keyframes fly{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes fly{
    0%{-moz-transform:rotate(0deg);}
    100%{-moz-transform:rotate(360deg);}
}
@-webkit-keyframes walk{
    0%{left:0;}
    100%{left:500px;}
}
@-moz-keyframes walk{
    0%{left:0;}
    100%{left:500px;}
}
/*count:infiniteでループ
#slide2 #ani{
    -webkit-animation-name:fly,walk;
    -webkit-animation-duration:4.8s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:linear;
     
    -moz-animation-name:fly,walk; 
    -moz-animation-duration:4.8s;
    -moz-animation-iteration-count:1;
    -moz-animation-timing-function:linear;
}*/



#slide2 h2 {
	text-align: center;
	letter-spacing: 0.25em;
	padding: 70px 0 0;
	
}
#slide2 p {
	color: #342621;
	line-height:2.5;
	margin: 0;
}
#slide2 p.external {
	color: #342621;
	line-height: 2.5;
}

/*cocept*/
.outer {
	background: url(../img/bg_outer_w980.png) no-repeat center 0;
	z-index: 1;
}

#slide3 {
	color: #342621;
	overflow: hidden;
	position: relative;
	padding: 60px 0;
	text-align: center;
	height: 100%;
	background: url(../img/bg_c.jpg) repeat-x 0 bottom, #FBF4E6;
	background: url(../img/bg_c.jpg) repeat-x 0 bottom\9;/*ie8*/
}
#slide3 .inner {
	height: 500px;
}
#slide3 h2 {
	text-align: center;
	line-height: 2;
	letter-spacing: 0.25em;
	margin-bottom: 60px;
}
#slide3 p {
	color: #342621;
	line-height:2.5;
}
#slide3 li{
	text-shadow:-1px 1px 0 rgba(0,0,0,0.6) ;
}

/*recruit*/
#slide6 {
	color: #342621;
	overflow: hidden;
	padding-bottom: 120px;
	background: url(../img/bg_c.jpg) repeat-x 0 bottom, #fefbf6;/* FBF4E6*/
	background: url(../img/bg_c.jpg) repeat-x 0 bottom\9;/*ie8*/
}
#slide6 .inner {
	/*background: rgba(0,0,0,0.2);*/
}
#slide6 h2 {
	text-align: center;
	letter-spacing: 0.25em;
	margin: 0px auto 60px;
}
#slide6 p {
	color: #342621;
	line-height:2.5;
}
/*ACCESS*/
#slide4 {
	background: #FBF4E6;
	color: #342621;
	overflow: hidden;
	
}
#slide4 h2 {
	color: #342621;
	margin: 0px auto;
}
#slide4 h3 {
	margin: 0 auto 40px;
	padding: 0 auto;
	font-size: 1em;
}
#slide4 p {
	line-height:2.5;
	margin-bottom: 100px;
}
#tel {
	font-size: 2em;
	margin: 40px auto;
}
/*#mapouter {
	background: #FBF4E6;
	padding: 0 0 100px 0;
}
#map {
	width: auto;
	margin: 0 auto !important;
	height: 480px;
}*/
#footer {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	overflow: hidden;
	padding: 40px 0 20px 0;
	min-height: 100%;
	text-align:center;
}
#footer h2 {
	color: #342621;
	margin: 10px auto;
}
#footer p {
	line-height:2.5;
}
.credits {
	margin-top: 60px;
}
.weblink li a {
  background: #D0B323;
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
	white-space: nowrap;
	padding: 10px 3em;
 }
.weblink a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ==================================================
   Navigation
================================================== */
#navwrap {
	background: #111;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 57px;
}

#navi {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	display: table;
	table-layout: fixed; 
}
#navi li {
	font-size: 1.2em;
	font-family: "century gothic","Josefin Sans",Futura,Helvetica,Arial,sans-serif;
	display: table-cell;
	vertical-align:bottom;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2;
	margin: 0 3%;
	height: 57px;
}
#navi li:first-child {
	/*padding-left: 0;	*/
}

#navi li a {
	color: #fff;
	padding: 10px 20px;
	display: block;
}
#navi a:visited {
	color: #fff;
}
#navi a:hover {
	color: #efefef;
	background-color: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*ie8対策*/
}
/*上部固定*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
}
#nav_logo{
	width: 20%;
	padding: 15px 20px 20px 0;
	display: block;
	float:left;
}



/* ==================================================
   スマホ用 menu
================================================== */

#menu-box {
	display: none;
}
#toggle {
	display: none;
}
#toggle a.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 98px;
	height: 39px;
	display: block;
	position: fixed;
	right: 10px;
	top: 4px !important;
	z-index: 50;
}
.active a.menu-nav {
	background:url(../img/menu-mobile.png) 0 -40px no-repeat !important;
	width: 80px;
}
.close a.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat !important;
	width: 98px;
}
#kotei {
	display: none;
}

/* ==================================================
   table
================================================== */


table.type1 {
	border-collapse: collapse;
	margin: 10px 0 0;
	border: 1px solid #ccc;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	width: 100%;
}
table.type1 th,
table.type1 td {
	border-collapse: collapse;
	padding: 7px 5px;
	border: 1px solid #9f968b;
}
table.type1 th {
	/*background: #e4ded1;*/
	background:#C5B196;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
}
table.type1 td {
	background: #FAF8F3;
	line-height: 1.4;
}
table.type1 td.bold,
ul.type1 span.bold {
	font-weight: bold;
}
table.type1 td.bold span.normal {
	font-weight: normal;
}
table.type1 td.bold em {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}
.bold { font-weight: bold; }
/*recruit*/
#recruit table.type1 {
	/*max-width: 80%;*/
	margin: 0 auto 40px;
}
#recruit table.type1 th {
	width: 20%;
}
#recruit table.type1 th,
#recruit table.type1 td {
	padding: 10px;
	line-height: 1.8;
}

ul.type1 {
	text-align: left;
	margin: 20px 0;
	font-size: 14px;
}
ul.type1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}
ul.type2 {
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.8;
	padding: 20px;
	max-width: 550px;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*ie8対策*/
}
#haR { 
	position: fixed;
	top:0;
	right: 0;
	z-index: 10;
}
#haL { 
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
}
/* ==================================================
   mado
================================================== */
.mado {
	position: relative;
	height: 411px;
}
.mado img {
	display: inline;
}
.mado .bg {
	margin:0 auto;
}
.bgslide {
	height: 400px;
}

.bird {
	background: url(../img/bird.png) no-repeat 0px 0px;
	z-index:500;
}

#bird {
	background: url(../img/bird01.png) no-repeat 0pc 0px;
	margin: 0px;
	padding: 0px;
	height: 197px;
	width: 351px;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
	z-index:600;
}
#map-wrap {
	overflow:hidden;
	position:relative;
}
.map-area {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map-area iframe, .map-area object, .map-area embed {
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  margin:auto;
  width: 100%;
  height: 100%;
}
