@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{
margin: 0 auto;
}

header .headwrap .hdtopbox{
max-width: 1200px;
margin: 0 auto;
}

header h1.logo{
display: block;
float: left;
width: 340px;
height: 50px;
margin: 20px auto 20px auto;
}

header .hdfrbox{
display: block;
float: right;
width: 414px;
margin: 25px 0 0 0;
}

header .hdfrbox .engbtn{
display: block;
vertical-align: middle;
margin: 0 15px 0 0;
padding: 2% 3.5%;
background: #0C419A;
color: #fff;
text-decoration: none;
text-align: center;
float: left;
font-size: 13px;
font-weight: bold;
border-radius: 2px;
letter-spacing: 0.1em
}

header .hdfrbox .search{
display: block;
vertical-align: middle;
width: 300px !important;
margin: 0;
padding: 0;
float: right;
}

header .hdfrbox .search input{
font-size: 13px !important;
padding: 4px 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input{
padding-right: 5px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2{
padding: 11px 27px !important;
}

.gsc-search-button:hover{
cursor:pointer;
filter:alpha(opacity=80); /*IE*/
-moz-opacity:0.80; /*FF*/
opacity:0.80;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}


.dropmenubox{
clear: both;
width: 100%;
margin: 10px 0 0 0;
background: #0C419A;
}

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

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

.dropmenu:after{
clear: both;
}

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

.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: 15px;
font-weight: bold;
}

.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: 15px;
font-weight: bold;
}

.dropmenu li a:hover{
color: #999;
filter: alpha(opacity=50);
-moz-opacity:0.50; /*FF*/
opacity:0.50;
-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: #0C419A;
}

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

.dropmenu li ul li a{
font-size: 14px;
}

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

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

#dropmenu li:hover ul li{
overflow: visible;
height: 60px;
border-bottom: 1px solid #0C419A;
}

#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: 1000px) {
	
header {
display: none;
}

.dropmenubox{
display: none;
}

#spnavi {
display: block;
position: relative;
z-index: 999999;
border-top: solid 5px #0C419A;
}

.splogo {
width: 77%;
display: block;
margin: 5% 0 4% 10px;
position: absolute;
}

.spheadolbtn{
display: block;
padding: 29px 0 8px 0;
position: absolute;
top: 4%;
margin-left: 100px;
}

.spheadrvbtn{
display: block;
padding: 29px 0 8px 0;
position: absolute;
top: 4%;
margin-left: 250px;
}
}


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

footer {
clear: both;
width: 100%;
margin: 0 auto;
background: #0C419A;
overflow: hidden;
}

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

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

footer .ftbox .ftleft .ftlogo {
display: block;
padding: 0 0 25px 0;
}

footer .ftbox .ftleft p {
display: block;
font-size: 15px;
color: #fff;
}

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

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

footer .ftbox .ftright ul.ftmenu li {
float: left;
width: 180px;
font-size: 14px;
color: #fff;
margin: 0 0 10px 0;
}

footer .ftbox .ftright ul.ftmenu li a {
font-size: 14px;
color: #fff;
text-decoration: none;
}

footer .ftbox .ftright ul.ftmenu li a {
font-size: 14px;
color: #fff;
text-decoration: none;
}

footer .ftbox .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: 0 0 10px 0;
}



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

footer .ftmenu{
display: none !important;
}

footer .ftlogo{
display: none !important;
}

footer .ftleft p{
display: none !important;
}

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

footer .ftbox{
margin: 0 auto;
}

}



@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: none;
position: fixed;
bottom: 30px;
right: 30px;
}

.pagetopbt img {
width: 80%;
}

@media only screen and (max-width: 720px) {
.pagetopbt {
width: 15%;
display: none;
position: fixed;
bottom: 17%;
right: 2%;
}

}



