@charset "utf-8";

/*---------wrapper---------*/

#wrapper {
width: 100%;
margin: 0 auto;
z-index: 600;
}


/*---PC用メニュー---*/

header{
width: 100%;
margin: 0 auto;
display: block;
z-index: 9999;
}

header .headwrap{
width: 100%;
height: auto;
margin: 0 auto;
}

.dropmenubox{
margin: 0 0 0 0;
background: #000;
}

.dropmenu{
*zoom: 1;
list-style-type: none;
width: 1200px;
margin: 0 auto;
padding: 0px;
}

.dropmenu:before, .dropmenu:after{
content: "";
display: table;
}

.dropmenu:after{
clear: both;
}

.dropmenu li{
position: relative;
float: left;
margin: 0 0 0 0;
text-align: center;
width: 170px;
}

.dropmenu li a{
display: block;
letter-spacing: 0.08em;
margin: 0;
color: #fff;
line-height: 1;
text-decoration: none;
padding: 19px 0 22px 0;
font-size: 16px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}

.dropmenu li p{
display: block;
letter-spacing: 0.08em;
margin: 0;
color: #fff;
line-height: 1;
text-decoration: none;
padding: 19px 0 22px 0;
font-size: 16px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}

.dropmenu li a:hover{
filter: alpha(opacity=30);
-moz-opacity:0.30; /*FF*/
opacity:0.30;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.dropmenu li ul{
list-style: none;
position: absolute;
z-index: 99998;
top: 100%;
left: 0%;
margin: 0;
padding: 0;
background: #2d2d2d;
}

.dropmenu li ul li{
width: 100%;
}

.dropmenu li ul li a{
padding: 24px 10px 22px 12px;
color: #fff;
font-size: 14px;
text-align: left;
}

.dropmenu li ul li a.line{
padding: 14.5px 10px 14.5px 12px;
line-height: 1.2em;
font-size: 13.5px;
text-align: left;
}

.dropmenu li ul li a p{
font-size: 15px;
color: #fff;
}

#dropmenu li ul li{
overflow: hidden;
height: 0;
transition: .2s;
}

#dropmenu li:hover ul li{
overflow: visible;
height: 65px;
border-bottom: 1px solid #111;
}

#dropmenu li:hover ul li:last-child{
border: none !important;
}



/*---メイン画像---*/

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

.wideslider ul {
margin: 0px;
padding: 0px;
}

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

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

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

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

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

.slider_prev {
background: #222 url(../images/top/prev.png) no-repeat right 25px center;
}

.slider_next {
background: #222 url(../images/top/next.png) no-repeat left 25px center;
}

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

.pagination a {
margin: 0 5px;
width: 15px;
height: 15px;
display: inline-block;
overflow: hidden;
background: #333;
}

.pagination a.active {
filter:alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}

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

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



/*---スマホ用メニュー---*/

#spnavi {
display: none;
}

@media only screen and (max-width: 1260px) {
	
header {
display: none;
}

.dropmenubox{
display: none;
}

#spnavi {
display: block;
position: relative;
z-index: 999999;
}

.splogo {
width: 61%;
display: block;
margin: 2% 0 0 2%;
position: absolute;
}

}


/*---------footer---------*/

footer {
clear: both;
width: 100%;
margin: 3% auto 0 auto;
overflow: hidden;
}

footer .ftbox {
clear: both;
width: 100%;
display: block;
overflow: hidden;
margin: 2% auto 0 auto;
background: #fff;
}

footer .ftbox .fttop {
clear: both;
width: 1200px;
display: block;
overflow: hidden;
margin: 3% auto 0 auto;
padding: 0 0 3% 0;
border-bottom: 1px #444 solid;
}

footer .ftbox .fttop li {
clear: both;
width: 27%;
display: inline-block;
margin: 0 1% 0 1%;
padding: 2%;
background: #fff;
}

footer .ftbox .fttop li .ttl {
font-size: 23px;
font-weight: bold;
color: #0592CD;
margin-bottom: 2%;
}

footer .ftbox .fttop li .ttl span {
display: block;
font-size: 12px;
color: #0592CD;
}

footer .ftbox .fttop li .disc {
font-size: 13px;
font-weight: bold;
color: #444;
}

footer .ftbox .ftbottom {
clear: both;
width: 1200px;
display: block;
overflow: hidden;
margin: 0 auto;
padding: 1% 0 3% 0;
}

footer .ftbox .ftbottom .ftleft{
display: block;
float: left;
width: 680px;
}

footer .ftbox .ftbottom .ftleft li {
display: block;
margin-bottom: 2%;
}

footer .ftbox .ftbottom .ftleft li:last-child {
margin-right: 0 !important;
}

footer .ftbox .ftbottom .ftleft  a.ftcpbtn {
display: block;
margin-left: 5%;
}

footer .ftbox .ftbottom .ftright{
display: block;
overflow: hidden;
float: right;
width: 505px;
}

footer .ftbox .ftbottom .ftright ul.ftmenu {
float: right;
width: 86%;
padding: 0 0 2% 0;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li {
float: left;
margin-right: 4%;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a:last-child {
display: block;
margin: 0 0 0 0 !important;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a {
display: block;
font-size: 14px;
color: #444;
text-decoration: none;
margin: 0 0 10px 0;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a:hover {
text-decoration: underline;
}

footer .copy {
clear: both;
display: block;
color: #fff;
font-size: 12px;
letter-spacing: 0.1em;
text-align: center;
padding: 10px 0 10px 0;
background: #000;
}



@media screen and (max-width: 1000px) {

footer .ftbox{
margin: 0 auto;
}

footer .ftbox .fttop{
width: 90%;
margin: 3% auto;
padding:0;
float: none;
border-bottom: none;
}

footer .ftbox .fttop li{
width: 100%;
margin: 0 auto 2% auto;
display: block;
text-align: center;
}

footer .ftbox .fttop li:last-child{
margin: 0 auto !important;
}

footer .ftbox .ftbottom{
display: none !important;
}

footer .copy {
display: block;
width: 100%;
margin: 0 auto !important;
padding: 13px 0 13px 0 !important;
text-align: center;
}

}



@media screen and (max-width: 750px) {

.slick-slider {
height: auto;
margin: 0 auto;
}

.slick-slider img {
min-width: 250%;
width: 1400px;
display: block;
margin: 0 auto;
text-align: center;
}

}



/*---ページトップ---*/

.pagetopbt {
display: block;
clear: both;
text-align: center;
padding: 10px 0 10px 0;
background: #000;
width: 100%;
}

.pagetopbt img {
width: 8%;
}

@media only screen and (max-width: 720px) {
.pagetopbt {
display: block;
clear: both;
text-align: center;
padding: 10px 0 0 0;
background: #000;
width: 100%;
}

.pagetopbt img {
width: 14%;
}

}



