@charset "UTF-8";

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/
.fullh #header{
  position:absolute;
  top:0;
  z-index:10000;
}
.fullh #fullpage #header .headerin{
    margin:0 auto;
    width:1080px;
}
.fullh #fullpage #header .headerin .boxL{
    float:left;
    width:102px;
}

.fullh #fullpage #header .headerin .boxR{
    float:right;
    padding-top:5px;
    width:500px;
}

.fullh #fullpage #header .headerin .boxR ul li{
font-family: 'Montserrat', sans-serif;
font-size:15px;
float:left;
text-align:center;
        padding-left:40px;
}

.fullh #fullpage #header .headerin .boxR ul li a{
        color:#fff;
        text-decoration:none;
        display:inline-block;
}



.fullh #fullpage #header .headerin .boxR ul li a:hover {
	color: #fff100;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}






#section2{
    background-image:url("../img/motto/top4_motto_02.jpg"); background-size:cover; background-repeat:no-repeat;
}

#section3{
    background-image:url(../img/motto/top4_motto_03.jpg); background-size:cover; background-repeat:no-repeat;
}


#section4{
    background-image:url(../img/motto/top4_motto_04.jpg); background-size:cover; background-repeat:no-repeat;
}


@media only screen and (max-width: 700px) {
    
    .fullh #header{
    padding:5px 0 5px;
}

.fullh #header .headerin{
    margin:0 auto;
    width:100%;
}


.fullh #header .headerin .boxL{
    float:left;
    padding-left:1%;
    width:20%;
}

.fullh #header .headerin .boxL h1 img{
    width:80%;
}


.fullh #header .headerin .boxR{
    float:right;
    padding-top:2px;
    width:225px;
}

.fullh #header .headerin .boxR ul li{
  font-family: 'Montserrat', sans-serif;
  font-size:11px;
  float:left;
  text-align:center;
  padding-left:2%;
}

.fullh #header .headerin .boxR ul li a{
        color:#fff;
        text-decoration:none;
        display:inline-block;
}



.fullh #header .headerin .boxR ul li a:hover {
	color: #fff100;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

    
    
    
    
    
#section2{
    background-image:url(../img/motto/sp01.jpg); background-size: 100% auto; background-repeat:no-repeat;
  background-color: #2ACDAE !important;
}
#section3{
    background-image:url(../img/motto/sp02.jpg); background-size: 100% auto; background-repeat:no-repeat;
  background-color: #2ACDAE !important;
}
#section4{
    background-image:url(../img/motto/sp03.jpg); background-size: 100% auto; background-repeat:no-repeat;
  background-color: #2ACDAE !important;
}

}











#footer{
    background:#f2f2f2;
}

#footer ul{
    border-top:1px solid #000;
    margin:0 auto;
    padding:20px 0 40px; 
    width:700px;
}

#footer ul li{
    display:inline;
    padding:10px 20px;
}
    #footer ul li a{
        color:#000;
        text-decoration:none;
    }
#footer .footerbtm{
    text-align:center;
    background:#32c4a7;
}

#footer .footerbtm p.btmlogo{
    padding:45px 0 ;
}
#footer .footerbtm address{
    border-top:#7dd2c1 1px solid;
    color:#fff;
    font-style:normal;
    padding:15px 0;
}
