@charset "utf-8";
/*  index setting 
/*----------------------------------------------------------
    section
----------------------------------------------------------*/
#bx-pager {
	position:fixed;
	top:-70px;
	margin-top: 20%;
	left: 10%;
	z-index: 1;
}
#bx-pager a {
	display:         inline-block;
	width:           31px;
	height:          35px;
	margin-right:    5px;
	text-indent:    -9999px;
	background: url(/module/img/slider/controls_off.png) repeat-x center bottom;
}
#bx-pager a:hover, #bx-pager a.active {
	background: url(/module/img/slider/controls_on.png) repeat-x center bottom;
}
.copyArea{
	padding-top:     20%;
	padding-left:    10%;
	width:           auto;
}
.copyArea h2{
	margin-bottom:   15px;
}
.copyArea a{
	display:         inline-block;
	margin-top:      20px;
	text-align:      left;
}
.copyArea a:after{
	display:         none;
}
.copyArea h2 + a{
	margin-top:      30px;
}
.imgArea {
	top: 13%;
	text-align: center;
	width: 100%;
	position: absolute;
}
@-webkit-keyframes anim {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes anim　{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.post-image  {
  -ms-animation: anim 3s;
  -webkit-animation: anim 3s;
  animation: anim 3s;
}

@media screen and (max-width: 1239px){
   #bx-pager {
	left:            5%;
	}
	.copyArea {
	padding-left:    5%;
	}

}
.slide01 { background-image: url(slide04.jpg); }
.slide02 { background-image: url(slide04.jpg); }
.slide03 { background-image: url(slide04.jpg); }
.slide04 {
	background-image: url(slide04.jpg);
}
#subMV   { background-image: url(bg_submv.jpg); }
#Message { background-image: url(bg_message.jpg); }

#Message,.slide01, .slide02, .slide03, .slide04, #subMV{
	/*padding: 200px 100px 0;*/
	width: 100%;
	background-size: cover;
	background-repeat: none;
	background-position: center center;
 }
 .slide01, .slide02, .slide03, .slide04, #subMV {
	height: 100%;
	text-align: left;
 }

/* .slide01, .slide02, .slide03 { background:#00f !important;  height: 100%;  }
 #MV {  }
 .bx-wrapper {  background-color: #f00; height: 100%; margin-bottom: 0;  }
 .bx-viewport {  background-color: #0f0;height: 100%; }
#slider {  background-color: #0ff !important; height: 100%; }

.smartPhone .slide01 { background:#00f !important;  height: 100%;  }
.smartPhone #MV { height: 100%; }
.smartPhone .bx-wrapper { background-color: #f00; height: 100%; margin-bottom: 0; }*/
.smartPhone .bx-viewport { background-color: none !important; height: 100%; }
.smartPhone #slider { height: 850px; }



/* ---------- Katsugyou ---------- */
#KatsugyouArea{
	position: relative;
	z-index: 1;
	padding: 100px 0 80px;
	text-align: center;
	background-color: #2E3F6A;
	background-image: url(05.png);
	background-repeat: repeat;
	background-position: center top;
}
#KatsugyouArea h2{
	margin-bottom: 10px;
}
#KatsugyouArea img{

}
#KatsugyouArea a{

	margin: 0 auto 10px;
	text-align: center;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

/* ---------- Business ---------- */
#Business{
	position: relative;
	z-index:1;
	margin-bottom: 800px;
	background: #fff;
}
/*.innerBlock{
max-width:1240px;
margin: 0 auto;
}*/
#Business h2{
	padding: 50px 0 40px;
	text-align: center;
}
.linkBlock > div{
	float: left;
	width: 25%;
	height:0;
	padding:0;
}
.linkBlock > div:nth-of-type(2),
.linkBlock > div:nth-of-type(4){background: #f5f5f5;}
.linkBlock > div:nth-child(even):hover {
	background: #254568;
	color: #fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.linkBlock > div > img{
	display: block;
	width: 100%;
	height: auto;
	border:none;
	font-size:0;
	line-height:1;
	position: relative;
	top: 0;
}
#Business h3{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none!important;
}
#Business a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #254568;
	/*font-size: 140%;*/
}
#Business a:hover{
	color: #fff;
}
#Business a span{
	display: block;
	margin-bottom: 10px;
	/*font-size:1.3rem;*/
}

/* ---------- Info ---------- */
#Info{
position: relative;
z-index:1;
}

#Info h2{
display: block;
padding: 50px 0 40px;
text-align: center;
background: #fff;
}

#Info ul{
	width:          100%;
}
#Info li {
	display:        table;
	width:          100%;
	background:     #fff;
	margin-top:     1px;
	padding:        30px 50px;
}
#Info li > div{
	display:        table-cell;
	padding:         0 20px;
	line-height:      2em;
}
#Info .label{
	width:15em;
	font-weight:      bold;
	color:            #254568;
}
#Info .day{
	width:10em;
}
#Info .infotext {
	color:            #111111;
}
#Info .infotext a {
	color:            #254568;
	text-decoration:  none;
}
#Info .infotext a:hover {
	color:            #254568;
}
.textBar {
	display:          block;
	margin-top:       1px;
	background:       #fff;
	text-align:       center;
}
.textBar a{
	display:          block;
	width:            100%;
	margin:           0 auto;
	font-size:        120%;
	padding:          30px 0;
	font-weight:      bold;
	color:            #254568;
	text-decoration:  none;
	-webkit-transition: 0.8s;
	-moz-transition:   0.8s;
	-o-transition:     0.8s;
	-ms-transition:    0.8s;
	transition:        0.8s;
}
.textBar a:hover {
	background-color: #254568;
	color:            #fff;
}
/* ---------- Message ---------- */
#Message{
position: relative;
z-index:1;
text-align: center;
padding-bottom: 22%;
}
#Message h2{
padding: 6% 0;
text-align: center;
z-index: 1;
}
#Message p{
margin: 0 auto 60px;
font-size: 1.8rem;
line-height: 3;
color:#254568;
z-index: 1;
text-align: center;
}
#Message .bgImg{
position: absolute;
top:0;
left:0;
width: 100%;
height: auto;
}
.messages {
position: relative;
z-index: 1;
}
.messages a {
width: 20em;
text-align: center;
font-size: 1.3rem;
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
-ms-transition: 0.8s;
transition: 0.8s;
}
.messages a + a {
margin-left: 20px;
}
/*----------------------------------------------------------
    SmartPhone
----------------------------------------------------------*/
.smartPhone body {      
	font-size:          1.3rem;
}

.smartPhone #Business,
.smartPhone #Info {
	margin-bottom: 0;
}
.smartPhone #subMV {
	display: none !important;
}
.smartPhone #bx-pager {
	position:        absolute;
	top:             0px;
	left:            5%;
}
.smartPhone .copyArea{
	padding-top:     25%;
	padding-left:    5%;
	width:           auto;
}


.smartPhone #Message p {
	font-size:       1.3rem;
}

.jey_box01{
	background-color: #FFF;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
