@charset "Shift_JIS";
/**/
.wideslider li {
  font-family: "�q���M�m�p�S Pro W6", "HiraKakuPro-W6", Meiryo,sans-serif;
}


.wideslider li a {
  position: relative;
  z-index:100;
  width:100%;
  height:100%;
  color: #fff5ec;
  display: block;
  overflow:hidden;
  pointer-events:auto;
/*  text-shadow: 0px 0px 10px rgba(175, 175, 175, 0.7);*/

}
//.wideslider li { position: relative; }

.wideslider li a img {
//  bottom: 0;
//  position: absolute;
margin-top: -46px;
}


/*#toponly .wideslider_wrap a:before {
  width:100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.5));
  content: " ";
  position: absolute;
  z-index:1;
}*/


/*
.wideslider li span.position00 {
  width: 500px;
  height: 200px;
  top: 20px;
  left:  50px;
  position: absolute;


.wideslider li span.position01 {
  width: 500px;
  height: 200px;
  top: 20px;
  left: 50px;
  position: absolute;
}


.wideslider li span.position02 {
  width: 500px;
  height: 200px;
  top: 170px;
  left: 80px;
  position: absolute;
}


.wideslider li span.position03 {
  width: 500px;
  height: 200px;
  top: 290px;
  left: 50px;
  position: absolute;
}

.wideslider li span.position04 {
  width: 500px;
  height: 200px;
  top: 290px;
  left:  50%;
 margin-left: -250px;
  position: absolute;
text-align:center;
}

.wideslider li span.position05 {
  width: 500px;
  height: 200px;
  top: 170px;
  right:  0;
  position: absolute;
}

.wideslider li span.position06 {
  width: 500px;
  height: 200px;
  top: 20px;
  right: 0;
  position: absolute;
}


.wideslider li span.position07 {
  width: 500px;
  height: 200px;
  top: 20px;
  left:  50%;
 margin-left: -250px;
  position: absolute;
text-align:center;
}

.wideslider li span.position08 {
  width: 500px;
  height: 200px;
  top: 150px;
  left:  50%;
 margin-left: -250px;
  position: absolute;
text-align:center;
}

.wideslider li span.position09 {
  width: 500px;
  height: 200px;
  top: 170px;
 margin-left: -250px;
  position: absolute;
}

*/

.wideslider li span.position00,.wideslider li span.position01,.wideslider li span.position02,.wideslider li span.position03,.wideslider li span.position04,.wideslider li span.position05,.wideslider li span.position06,.wideslider li span.position07,.wideslider li span.position08,.wideslider li span.position09{
bottom:40px;
text-align:center;
width:100%;
position: absolute;
z-index: 10;
}
.wideslider li .st {
  font-size: 40px;
  line-height: 50px;
text-align:center;
width:100%;
color:#fff5ec !important;

  font-family: "�q���M�m�p�S Pro W6","Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
font-weight:600;
}

.wideslider li .sst {
  font-size: 24px;
  line-height: 26px;
  padding-top: 5px;
  display: none;
}

.wideslider .logo {
  margin-left: 315px;
  top: 370px;
  left: 50%;
  position: absolute;
}

/**/
.wideslider {
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wideslider {
  text-align: left;
  padding-bottom: 0;
  width: 100%;
  background: #fff5ec;
  overflow: hidden;
  position: relative;
}

.wideslider ul, .wideslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  overflow: hidden;
  position: absolute;
}

.prev_next {
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
}
.prev_next i{
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 48px;
  color: #fff5ec;
  filter: alpha(opacity=80);
  padding:0 2px;
}

.prev_next i:hover {
  -moz-opacity: 1;
  opacity: 1;
  color: #dc4925;
  cursor: pointer;
  filter: alpha(opacity=100);
}

.prev_next i { display: inline; }
.prev_next .prev_btn {position: absolute;
    left: 0;}

.prev_next .next_btn {position: absolute;
    right: 0;}


.slider_prev, .slider_next {
  display: none;
  z-index: 100;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

.pagination {
  text-align: center;
  width: 100%;
  height: 15px;
  z-index: 200;
  left: 0;
  bottom: 15px;
  position: absolute;
}

.pagination a {
  -moz-opacity: 1!important;
  opacity: 1!important;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-radius: 8px 8px 8px 8px;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff5ec;
opacity:0.8 !important;
  overflow: hidden;
}

.pagination a.active {
  -moz-opacity: 1!important;
  opacity: 1 !important;
  background: #dc4925;
opacity:1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: ".";
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
