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

header .hdtopbox{
width: 1200px;
overflow: hidden;
margin: 20px auto 5px auto;
}

header .hdtopbox li.hdtel img{
display: block;
margin-bottom: 1%;
}

header .hdtopbox li.hdtel{
display: block;
float: left;
min-width: 240px;
}

header .hdtopbox li.hdtel .hdnum{
font-family: 'Noto Sans JP', 'Roboto', sans-serif;
font-size: 28px;
font-weight: bold;
padding-left: 25px;
background: url(../images/hdtelicon.png) no-repeat left top 10px;
}

header .hdtopbox li.hdmail{
display: block;
float: right;
min-width: 220px;
margin-top: 3px;
}

header .hdtopbox h1.logo{
display: block;
width: 408px;
margin: 6px auto 0 auto;
text-align: center;
}

.dropmenubox{
width: 100%;
margin: 10px 0 0 0;
background: #2F72B5;
}

.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: 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;
}

.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;
}


.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: 95%;
left: 0%;
margin: 0;
padding: 0;
background: #2F72B5;
}

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

.dropmenu li ul li a{
padding: 22px 0;
}

.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 #5E94CB;
}

#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 #3580CA;
}

.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 {
width: 100%;
clear: both;
}

footer .fttop {
width: 100%;
margin: 0 auto;
border-top: 10px solid #3279BF;
background: #fff;
}

footer .fttopbox {
width: 100%;
max-width: 1200px;
clear: both;
margin: 0 auto;
}


footer .fttopbox .leftbox {
width: 46%;
padding: 40px 0 40px 0;
float: left;
}

footer .fttopbox .leftbox img {
width: 100%;
}

footer .fttopbox .rightbox {
width: 50%;
float: right;
padding: 40px 0 40px 0;
}

footer .fttopbox .rightbox .fttel{
display: block;
margin-bottom: 4%;
font-weight: bold;
font-size: 47px;
line-height: 0.8em;
}


footer .ftbottom {
width: 100%;
display: block;
overflow: hidden;
margin: 0 auto;
background: #3279BF;
}

footer .ftbottombox .ftmenu {
display: block;
color: #fff;
font-size: 13px;
letter-spacing: 0.1em;
text-align: center;
padding: 25px 0 30px 0;
}

footer .ftbottombox .ftmenu a {
color: #fff;
font-size: 13px;
}

footer .ftbottombox .ftlogo {
display: block;
text-align: center;
margin: 0 auto;
padding: 0 0 25px 0;
}

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

footer .ftbottombox .ftnavi p {
padding: 5px;
}

footer .ftbottombox .ftnavi p a {
text-decoration: none;
}

footer .ftbottombox .ftlogo {
display: block;
color: #fff;
font-size: 24px;
font-weight: bold;
letter-spacing: 0.06em;
}


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


footer .ftmenu{
display: none !important;
}

footer .ftlogo{
display: none !important;
}

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

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

footer .fttopbox .rightbox .fttel{
display: block;
margin-bottom: 4%;
font-weight: bold;
font-size: 40px;
line-height: 0.8em;
}

footer .fttopbox .rightbox .fttel a{
margin-bottom: 4%;
font-weight: bold;
font-size: 40px;
line-height: 0.8em;
}

footer .fttopbox .rightbox img{
width: 70%;
}

}


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

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

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

footer .fttop{
width: 100%;
overflow: hidden;
}

footer .fttop .leftbox{
width: 65%;
overflow: hidden;
overflow: hidden;
float: none;
margin: 0 auto 0 auto !important;
padding: 25px 0 0 0;
text-align: center;
}

footer .fttop .rightbox{
width: 100%;
display: block;
overflow: hidden;
float: none;
margin: 0 auto 0 auto !important;
padding: 0 0 25px 0;
text-align: center;
}

footer .fttopbox .rightbox .fttel{
display: block;
text-align: center;
margin-top: 3%;
margin-bottom: 5%;
font-weight: bold;
font-size: 1.3em;
line-height: 0.8em;
}

footer .fttopbox .rightbox .fttel a{
text-align: center;
margin-top: 3%;
margin-bottom: 5%;
font-weight: bold;
font-size: 1.2em;
line-height: 0.8em;
}

footer .fttopbox .rightbox img{
width: 60%;
}



}




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

.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: 11%;
right: 2%;
}

}



