@charset "utf-8";

/*==============================

		layout.css

==============================*/

body { 
	color:#000000;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	line-height: 1.7;
 }
/*------------------------------
LINK COLOR
------------------------------*/

#contents a:link { 
    color: #000000;
    text-decoration: none;
}
#contents a:visited { 
    color: #000000;
    text-decoration: none;
}
#contents a:hover { 
    color: #AEC435;
    text-decoration: none;
}
#contents a:active { 
    color: #AEC435;
    text-decoration: none;
}


/*------------------------------
layout PC
------------------------------*/
@media screen and (min-width: 641px) {
    html,body{
    	height:100%;
    }
    #wrapper{
        width: 100%;
    }
    #contents{
        width: 100%;
        padding-top: 104px;
    }
    .inner{
        width: 980px;
        margin-right: auto;
        margin-left: auto;
    }    
}

/*------------------------------
layout SP
------------------------------*/
@media screen and (max-width:640px){
    .navToggle {
        position: fixed;
        right:5px;
        width:50px;
        height:50px;
        top:5px;
        margin:auto;
        background-image: url(../img/menu_off.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        cursor:pointer;
        z-index: 10;
    }
    .navToggle.open{
        background-image: url(../img/menu_on.png);
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .smp_nav {
        position: fixed;
        right:0;
        top:70px;
        width:100%;
        -webkit-transition:.3s ease-in-out;
        -moz-transition:.3s ease-in-out;
        transition:.3s ease-in-out;
        text-align:right;
        z-index:0;
        opacity: 0;
        display: none;
        background: rgba(255,255,255,1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6); 
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .smp_nav.openNav{
        display: block;
        animation-name:navshow;
        animation-duration:0.25s;
        opacity: 1;
        border-top: 1px solid #DDDDDD;
        text-align:left;
    }
    .smp_nav .gNav{
        padding-left: 1.0rem;
        padding-top: 1.0rem;
        
    }  
    .smp_nav .gNav li a{
        border-left:3px solid #96B300;
        margin-bottom: 4px;
        text-indent: 1.4rem;
        font-size: 1.3rem;
        text-decoration: none;
        letter-spacing: 2px;
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #000000;
    }
    .smp_close{
        background: #96B300;
        text-align: center;
        color: #FFFFFF;
        display: block;
        font-size: 1.6rem;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor:pointer;
    }
    .smp_close a{
        color: #FFFFFF;
        text-decoration: none;
    }
    .icon_close{
        display: inline-block;
        position: relative;
        margin: 0 20px 0 7px;
        padding: 0;
        width: 4px;
        height: 20px;
        background: #FFFFFF;
        transform: rotate(45deg);
        top: 2px;
    }
    .icon_close:before{
        display: block;
        content: "";
        position: absolute;
        top: 51%;
    	left: -8px;
    	width: 20px;
    	height: 3px;
    	margin-top: -2px;
    	background: #FFFFFF;
    }
    html,body{
    	height:100%;
    }
    #wrapper{
        width: 100%;
    }
    #contents{
        width: 100%;
        padding-top: 70px;
    }
    .inner{
        width: 96%;
        margin-right: auto;
        margin-left: auto; 
    }
}
/*------------------------------
header PC
------------------------------*/
@media screen and (min-width: 641px) {
    #header{
        background: #FFFFFF;
        height: 104px;
        width: 100%;
        position: fixed;
        z-index: 200;
    }
    #header .header_inner{
        position: relative;
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        z-index: 10;
    }
    #header .logo a{
        position: absolute;
        top: 32px;
        left: 0;
        background: url(../img/logo.gif) no-repeat;
        width: 287px;
        height: 53px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }
    #header .logo_02 a{
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/logo.gif) no-repeat;
        width: 287px;
        height: 53px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }
    #header #gNav{
        position: absolute;
        right: 0;
    }
      #header #gNav_02{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 75px;
        width: 80%;
    }
    #header #gNav li{
        float: left;
        margin-top: 43px;
        border-left: 1px solid #000000;
        font-size: 1.20rem;
        padding-left: 7px;
        padding-right: 7px;
    }
    #header #gNav li:first-child{
        border-left: none;
    }
    #header #gNav li a:link{
        color: #000000;
        text-decoration: none;
        font-weight: 600;
    }
    #header #gNav a:hover{
        border-bottom: 2px solid #96B300;  
    }
    #header #gNav a:visited{
        color: #000000;
        text-decoration: none;
        font-weight: 600;
    } 
    #header #gNav .current{
        border-bottom: 2px solid #96B300;  
    }
    #header #gNav_02 ul{
        text-align: center;
    }
    #header #gNav_02 li{
        display: inline;
        border-left: 1px solid #000000;
        font-size: 1.20rem;
        padding-left: 7px;
        padding-right: 7px;
    }
    #header #gNav_02 li:first-child{
        border-left: none;
    }
    #header #gNav_02 li a:link{
        color: #000000;
        text-decoration: none;
        font-weight: 600;
    }
    #header #gNav_02 a:hover{
        border-bottom: 2px solid #96B300;  
    }
    #header #gNav_02 a:visited{
        color: #000000;
        text-decoration: none;
        font-weight: 600;
    } 
    #header #gNav_02 .current{
        border-bottom: 2px solid #96B300;  
    }
}

/*------------------------------
header SP
------------------------------*/
@media screen and (max-width:640px){
    #header{
        background-color: rgba(255,255,255,1);
        height: 70px;
        width: 100%;
        position: fixed;
        z-index:100;
    }
    #header .logo a,#header .logo_02 a{
        position: absolute;
        top: 12px;
        left:3%;
        margin: auto;
        background: url(../img/logo.gif) no-repeat;
        background-size: contain;
        width: 250px;
        height: 46px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }
}




/*------------------------------
footer PC
------------------------------*/
@media screen and (min-width: 641px)  {
    #footer{ 
        background:#222222;
        width: 100%;
        color: #FFFFFF;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    #footer .footer_wrap{
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    #footer .footerMenu{
        display: inline-block;
    }
    #footer .footerMenu li{
        border-left: 1px solid #FFFFFF;
        font-size: 1.25rem;
        padding-left: 5px;
        padding-right: 5px;
        display: inline;
    }
    #footer .footerMenu li:first-child{
        border-left: none;
    }
    #footer .footerMenu li a:link{
        color: #FFFFFF;
        text-decoration: none;  
        -webkit-transition: linear 0.3s;
        -o-transition: linear 0.3s;
        transition: linear 0.3s;
    }
    #footer .footerMenu li a:visited{
        color: #FFFFFF;
        text-decoration: none;  
    }
    #footer .footerMenu li a:hover{
        color: #96B300;
    }
    #footer .footerLogo{
        width: 360px;
        float: left;
        padding-top: 45px;
    }
    #footer .footerLogo img{
        width: 360px;
        height: auto;
    }
    #footer .footerAdd{
        width: 470px;
        margin-left: 30px;
        padding-top: 35px;
        float: left;
        text-align: left;
        line-height: 1.4;
    }
    #footer .footerAdd address{
        padding-top: 1.0rem;  
    }
    #footer .footerAdd .copyright{
        font-size: 1.0rem;
        padding-top: 1.2rem;
    } 
}


/*------------------------------
footer SP
------------------------------*/
@media screen and (max-width: 640px) {
    
    #footer{ 
        background:#222222;
        width: 100%;
        color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .footer_wrap{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;   
    }
    #footer .footerLogo{
        width: 80%;
        padding-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    #footer .footerAdd{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
    #footer .footerAdd address{
        padding-top: 1.0rem;  
    }
    #footer .footerAdd .copyright{
        font-size: 1.2rem;
        padding-top: 1.2rem;
    } 
}



/*------------------------------
page Description PC
------------------------------*/
@media screen and (min-width: 641px) {
    .pageDescription{
        text-align: right;
        padding-top: 20px;
        clear: both;
        
    }
    .pageDescription li{
        font-size: 1.2rem;
        color: #2A2929;
        display: inline;
    }
    .pageDescription li:before {
	content:"  ｜  ";
    }
    .pageDescription li:first-child:before {
        content: none;
    }
}
    
/*------------------------------
page Description  SP
------------------------------*/
@media screen and (max-width: 640px) {
    .pageDescription{
        clear: both;
        text-align: right;
        margin-top: 20px;
        padding-right: 5.33%;
        
    }
    .pageDescription li{
        font-size: 1.2rem;
        color: #2A2929;
        display: inline;
    }
    .pageDescription li:before {
	content:"  ｜  ";
    }
    .pageDescription li:first-child:before {
        content: none;
    }
     
}

/*------------------------------
SLIDE PC
------------------------------*/
@media screen and (min-width: 641px) {
    
    .slideCntl {
        margin:0 auto;
        position:relative;
    }
    .slideCntl img{
        width: 100%;
        height: auto; 
    }
    .slideCntl .slick_prev{
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        left: 0;
     }
    .slideCntl .slick_next {
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        right: 0;
     }   
     .slideCntl #arrows .slick_prev:before{
        content:"";
    }
     .slideCntl #arrows .slick_next:before{
        content:"";
    }
    
    
    .slideCntl .slick_prev{
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        left: 0;
     }
    .slideCntl .slick_next {
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        right: 0;
     }
}
/*------------------------------
SLIDE SP
------------------------------*/
@media screen and (max-width:640px){
    
    .slideCntl {
        margin:0 auto;
        position:relative;
    }
    .slideCntl img{
        width: 100%;
        height: auto; 
    }
    .slideCntl .slick_prev{
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        left: 0;
     }
    .slideCntl .slick_next {
        display: block;
        border: 0;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        position: absolute;
        right: 0;
     }   
     .slideCntl #arrows .slick_prev:before{
        content:"";
    }
     .slideCntl #arrows .slick_next:before{
        content:"";
    }
 }




/*------------------------------
SLIDE DOTS（共通）
------------------------------*/
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.slick-dots{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    color: #000000;
}


/*------------------------------
SNS PC
------------------------------*/
@media screen and (min-width: 641px) {
    #snsBtn{
        width: 510px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #snsBtn img{
        width: 100%;
        height: auto;
    }
    #snsBtn .instaBtn{
        float: left;
        width: 240px;
    }
    #snsBtn .fbBtn{
        float: right;
        width: 240px;
    }
}

/*------------------------------
SNS SP
------------------------------*/
@media screen and (max-width:640px){
    #snsBtn{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #snsBtn .instaBtn{
        width: 100%;
        margin-bottom: 5px;
    }
    #snsBtn .fbBtn{
        width: 100%;
    } 
 }

/*------------------------------
HR PC
------------------------------*/
@media screen and (min-width: 641px) {
    hr{
        border-bottom: 3px solid #010005;
        width: 980px;
        margin-right: auto;
        margin-left: auto;
    }    
}

/*------------------------------
HR SP
------------------------------*/
@media screen and (max-width:640px){
    hr{
        display: none;
    }  
 }

/*------------------------------
page_title PC
------------------------------*/
@media screen and (min-width: 641px) {
    .page_title{
        height: 120px;
        background:url(../../common/img/title_bg.gif) repeat;
        margin-bottom: 20px;
    }
}

/*------------------------------
page_title SP
------------------------------*/
@media screen and (max-width:640px){
    .page_title{
        height: 80px;
        background:url(../../common/img/title_bg.gif) repeat;
        margin-bottom: 20px;
    } 
 }


/*------------------------------
page_description PC
------------------------------*/
@media screen and (min-width: 641px) {
    #page_description{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*------------------------------
page_description SP
------------------------------*/
@media screen and (max-width:640px){
    #page_description{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
 }

/*------------------------------
request PC
------------------------------*/
@media screen and (min-width: 641px) {
    .btn_request{
        width: 374px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }
 }

/*------------------------------
request SP
------------------------------*/
@media screen and (max-width:640px){
    .btn_request{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }
 }
