﻿@charset "utf-8";




h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
margin: 0px;padding: 0px;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin: 0px;

	padding: 0px;

	color: #333;
	font-size: 15px;	
        line-height: 2;		
        background: #ffffff;	
      -webkit-text-size-adjust: none;

}

ul {
list-style-type: none;
}



img {
border: none;
max-width: 100%;
height: auto;
}



table {
border-collapse:collapse;
font-size: 100%;
border-spacing: 0;
}

/*----------------------------------------------link---------------------------------------------------------------------------*/

a {
	color: #333;	
       
        -webkit-transition: 0.5s;	
	transition: 0.5s;
        			

}

a:hover {
	
         color: #87ceeb; 
text-decoration: none;	

			
	}


/*-------------------------------------------------header
----------------------------------------------------------------------------------------------*/


header {
	width: 100%;	
                background: #ffffff;	

}


header #headin {
	
               width: 980px;	
               height: 120px;	
               margin: 0 auto;

	       position: relative;

}

 
header #logo {
	position: absolute;

	        left: 0px;	

	        top: 0px;
                font-size: 60px; 
  }


header #logo a {
text-decoration: none;	

  }


header address {
  float: right;
 
 	     padding: 55px 25px 0px 0px;        	

             margin-top:0px;  margin-bottom:10px; 	
            font-style: normal;
}




header address .phone {

	       font-size: 25px;	
	       font-weight: bold;	
	       display: block;

}






/*-------------------------slide-------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
  }

  .slider {
    width: 90%;
    margin: 0 auto 0px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 0px 7px 0px 0px;
  }
/*-------------------------slide2-------------------------------------------------------------------------------------------*/


.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -o-filter: opacity(60%);
  -ms-filter: opacity(60%);
  filter: opacity(60%);
  transition: 0.2s linear;
}
/*-------------------------mb------------drawerdrawer--right-------------------------------------------------------------------------------------------*/

#mb {		


     display: none;
  	
}



p.icondrawer a {
    padding:30px 5px 3px 5px;
    display:inline-block;
    position:relative;
    background-color:#333;
    color:#fff;
 text-decoration: none;font-size: 12px;

}
 
p.icondrawer a:before,
p.icondrawer a:after {
    content:"";
    display:block;
    position:absolute;
    left:15px;
    width:15px;
    z-index:1;
}
 
p.icondrawer a:before {
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    top:-webkit-calc(50% - 6px);
    top:-moz-calc(50% - 6px);
    top:calc(50% - 6px);
    height:8px;
}
 
p.icondrawer a:after {
    border-top:2px solid #fff;
    top:-webkit-calc(50% - 1px);
    top:-moz-calc(50% - 1px);
    top:calc(50% - 1px);
    height:0;
}
/*-------------------------------------gnavi-box-----------------------------------------------------------------------------------------------------*/


#gnavi-box {
	
        width: 100%;

        margin-bottom: 0px;
        background: #fff;
	overflow: hidden;
        
	border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
	background: -webkit-linear-gradient(#fff 0%, #e8e8e8);
	background: linear-gradient(#fff 0%,#e8e8e8 );
			
}	
	



/*-------------------------------------gnavi-bar-----------------------------------------------------------------------------------------------------*/



#gnavibar {
	
        width: 980px;	
        overflow: hidden;

	margin: 0 auto;
	
        font-size: 14px;
        border-left: 1px solid #dcdcdc;	
	
	}




#gnavibar li {
	
        float: left;	
	text-align: center;
        width: 195px;
	border-right: 1px solid #dcdcdc;	
        	
}


#gnavibar a{
	
        margin: 7px 5px;
	display: block;

	text-decoration: none;

	padding: 7px 0px;
	border-radius: 3px;
	
}


#gnavibar a:hover,#gnavibar li.current a{
	
         background: #B7B7B7;	
         color: #fff;	
	
		
}



/*--------------------------------------tojp-------------------------------------------------------------------------------------------------*/

#tojp {
	
        clear: both;

        width: auto;
        background: #FFF;	
        overflow: hidden;

	max-height: 450px;
	
		}

/*--------------------------------------contents
--------------------------------------------------------------------------------------------------*/

#contents {
	
        clear: both;

	width: 980px;
         margin: 0 auto;	        
        background: #fff;	
        overflow: hidden;

	
			


}




/*------------------------------------------------------------primary---------------------------------------------------------------------------------*/

#primary {
	width: 980px;	

        padding-bottom: 30px;

}


#primary h2 {
	
        clear: both;

        margin-top: 15px;

	margin-bottom: 15px;

        padding: 7px 22px;
	font-size: 100%;

	color: #FFF;        	
        background: #1e90ff;	
        background-image: repeating-linear-gradient(45deg,rgba(255,255,255,0.1), rgba(255,255,255,0.1) 2px,transparent 0,transparent 4px);
     -webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.1), 0px -30px 20px rgba(0,0,0,0.1) inset;
        box-shadow: 2px 3px 6px rgba(0,0,0,0.1), 0px -30px 20px rgba(0,0,0,0.1) inset;			
}


#primary h2::first-letter {
	
       padding-left: 10px;
       border-left: 3px solid #fff;	
		

}


#primary h3 {
	
        clear: both;

	margin-bottom: 15px;

        padding: 4px 15px;
	font-size: 100%;

	background: #FFF;        	
        border: 1px solid #ccc;	

}


#primary h3::first-letter {

	border-left: 3px solid #d80e02;	
	padding-left: 10px;	

}

#primary p {
	
        padding: 7px 15px 14px;
	
}

#primary p + p {

	padding-top: 0px;

}

#primary h2 + p,
#primary h3 + p {

	padding-top: 0px;

	margin-top: -5px;

}




/*----------------------------box--------bo----------------------------------------------------------------------------------------------*/


#primary section.bo {
	
                         margin: 75px 0;
                        padding:0 20px;
                        position: relative;
                
	overflow: hidden;
                  		
                         background:  #fff;				
                        
/*--border: 1px solid #ccc;---------------*/



}

#primary section.bo p {
	
                        padding: 0px;

                	margin-left: 0%;	

}

#primary section.bo figure img {

	float: left;	
        height: auto;	
        width: 40%;	
        padding: 15px;		
        background: #fff;	
        			
        	
       
/*-------- border: 1px solid #ccc;---------*/



}


#primary section.bo h4 {

        margin-left: 34%;	
        margin-bottom: 10px;

	font-size: 140%;

	color: #999999;		
        border-bottom: solid 1px #999999;	
        }



/*----------------------------box--------bo2----------------------------------------------------------------------------------------------*/


#primary section.bo2 {
	
                        margin: 75px 0;
                        padding:0 20px;
                        position: relative;
                
	overflow: hidden;

                  	
                         background:  #fff;			
                       	
/*-------- border: 1px solid #ccc;---------*/



}

#primary section.bo2 p {
	
                        padding: 0px;

                	margin-right: 0%;	

}

#primary section.bo2 figure img {

	float: right;	
        height: auto;
         width: 40%;		
        padding: 15px;		
        background: #fff;	
       			
        	
       
/*-------- border: 1px solid #ccc;---------*/



}


#primary section.bo2 h4 {

	font-size: 140%;

	color: #999999;		
        border-bottom: solid 1px #999999;	
        margin-right: 34%;	
        margin-bottom: 10px;

}


/*---------------------------------------------1列画像-------------j1----------------------------------------------------------------------------*/



#primary section.j1 {
	text-align:center;
	margin: 0 auto;	
	line-height: 1.6;
	width: 600px;	
	height: 300px;	
	position: relative;
	overflow: hidden;
}

/*------------------------------------------------table-------------------------------------------------------------------------*/


.tab {
	
          width: 100%;
        margin: 0 auto;

	margin-bottom: 40px;

}

.tab, .tab td, .tab th {

	border: 1px solid #ccc;	
        padding: 10px;	
         word-break: break-all;


       }

.tab th.tamidashi {

	width: auto;

	text-align: left;	
        background: #cce6f6;	

}


.tab th {
	
width: 300px;	
text-align: center;	
background: #f7f7f7;	
}


.tab img {

	vertical-align: bottom;

}


/*------------------table---------backimage 
---------------------------------------------------------------------------*/


#primary section.backimage {
	
                        margin: 105px 0;
                        padding: 20px;
                        position: relative;
                
	overflow: hidden;
 
                         background:#d3d3d3;                		
                       
/*--------background-image: url("../imagesecond/syaken.gif");---------*/

		
                       	
/*-------- border: 1px solid #ccc;---------*/



}

/*---------------------------company 
---------------------------------------------------------------------------*/




table { width:100%;
   margin: 75px 0;
   border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
    border-collapse:collapse;
   
}

th.t_top {
    border-top: #be1309 4px solid;
}
th {width:30%;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal; 
background:#EFEBEF;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
background: #ffffff;
}

}


/*-----------pagetop---------------------------------------------------------------------------*/

#pagetop {
	
         clear: both;

	padding-top: 40px;

}

#pagetop a {

	color: #FFF;
	font-size: 20px;	
        padding: 0px 30px;	
	background: #00aced;	
        text-decoration: none;

	text-align: center;

	display: block;
	float: right;

	border-radius: 4px 4px 0px 0px;	

}


#pagetop a:hover {

	background-color: #999;	
        color: #FFF;			
}




/*---------------------------------------------更新情報-up----------------------------------------------------------------------------------------*/

#up {
	margin-bottom: 15px;
}
#up dl{
	overflow: auto;	
	height: 100px;	
	padding-left: 15px;
}

#up dt {
	font-weight: bold;	
	float: left;
	width: 8em;
}

#up dd {
	border-bottom: 1px solid #d2d2d2;	
	padding-left: 8em;
}
.upicon {
	background: #F00;

	color: #FFF;

	font-size: 10px;

	padding: 0px 5px;

	border-radius: 2px;
	
        margin: 0px 5px;

}




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


footer {
	
        clear: both;

	background: #242424;		
        color: #fff;	
        font-size: 85%;
	
}

footer a {

	color: #fff;

}

footer a:hover {

	color: #fff;

}


footer .le {

	display: block;
	font-size: 80%;

}


/*-----------------------------
footmenu--------------------------------------------------------------------------*/


#footmenu {
	
                width: 940px;	
                margin: 0 auto;

                padding: 50px 0px 30px 0px;

            	overflow: hidden;

	      	text-align: center;

}


#footmenu ul {
	           float: left;   
	          width: 10%;		
	          border-left: 1px solid #ffffff;	
		text-align: center;

           }


#footmenu li a {
	color: #fff;	
                        -webkit-transition: 0.5s;	
	                transition: 0.5s;
                        text-decoration: underline;
}
#footmenu p {

                clear: both;
                padding: 15px 0px 0px 0px;
	
		text-align: center;

}
/*------------------------------gg---------------------------------------------------------------------------*/


.gg {
	display: none;
}


/*------------------------------copyright
---------------------------------------------------------------------------*/

#copyright {
	
        clear: both;

        background: #242424;
	text-align: center;

		

}

#copyright a {
	
         text-decoration: none;

}


/*------------------------------1025px以下の設定
-------------------------------------------------------------------------------------------------------------------*/

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




#tojp {
	
       
	max-height:400px;
	
		}


}


/*------------------------------970px以下の設定
-------------------------------------------------------------------------------------------------------------------*/

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



header #headin {
	width: auto;
}

#gnavibar {
	display: none;
}





#gnavi-box {
	display: none;
}

#mb {		


     display:block;
  	

}


/*-------contents
-970------------*/

#contents {
	
        width: auto;

	margin-bottom: 0px;


}

/*-------primary
-970------------*/


#primary {
	
        float: none;

	width: auto;
}


/*------footmenu
--970---------*/



#footmenu {
	
         width: 90%;
	
         background: none;

}



#footmenu ul {

	width: 23%;

	padding-right: 2%;

}


/*---------970-----slide----------*/

* {
    margin: 0;
    padding: 0;
  }

  .slider {
    width: 90%;
    margin: 0 auto 0px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 0px 0px 0px 0px;
  }
/*-------970----------slide2----------------------*/


.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -o-filter: opacity(100%);
  -ms-filter: opacity(100%);
  filter: opacity(100%);
  transition: 0.2s linear;
}
/*---------------970end------------*/


}
/*---------------730px以下
----------------------------------------------------------------------------------------------------*/

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


header #logo {
	width: 50%;
}



#tojp {
	
       
	max-height:370px;
	
		}




/*
--------------------------------730------bo-------------------------------------*/


#primary section.bo {
	margin-top: 0px;
                        margin-bottom: 35px;
                       }
#primary section.bo p {

	margin-left: 0;

}



#secondry section.bo p {

	margin-left: 0;

}


#primary section.bo figure img 
{
	float: none;

	width: 100%;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#primary section .bo h4 {

	margin-left: 0;

}

/*
--------------------------------730-------bo2------------------------------------*/



#primary section.bo2 {
	margin-top: 0px;
                        margin-bottom: 35px;
                       }

#primary section.bo2 p {

	margin-right: 0;

}



#secondry section.bo2 p {

	margin-left: 0;

}


#primary section.bo2 figure img 
{
	float: none;

	width: 100%;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#primary section .bo2 h4 {

	margin-right: 0;

}

/*-----primary-----730j1
-----1列----*/

#primary section.j1 {
	float: none;
	margin:  auto;
	width: 60%;
	height: auto;
	
	line-height: normal;
	padding: 10px 0;
}


#primary section.j1 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}      
/*----------730end----*/

}




/*------------------------------590px以下
---------------------------------------------------------------------------*/

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


#tojp {
	
       
	max-height:320px;
	
		}



header #headin {
	
        
	text-align: center;

padding-top: 10px;


	}

header #logo {
	
        width: auto;

	position: static;

}




header address {	
             text-align: center;

             
}


/*--------contents
------------*/

#contents {
	padding: 10px 10px 0px;
}

/*--primary-----590j1
---1列------*/

#primary section.j1 {
	float: none;
	margin:  auto;
	width: 60%;
	height: auto;
	
	line-height: normal;
	padding: 10px 0;
}


#primary section.j1 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}

/*------590end----------------*/



}







/*--------------------480px以下
---------------------------------------------------------------------------*/

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



/*---------header-480----------------*/

#tojp {
	
       
	max-height:240px;
	
		}


header {
	
	        margin-bottom: 20px;

}


header #headin {
	
            text-align: left;

}

 #logo {
	
 width: 80%;

 text-align: center;


}



header address {
	
        position: static;

	line-height: 1.4;
        text-align:center;

}





/*--------480gnavibar--------------*/

#gnavibar {
	display: none;
}





/*
--------------------------------480------bo-------------------------------------*/



#primary section.bo {
	margin-top: 0px;
                        margin-bottom: 15px;
                       }

#primary section.bo p {

	margin-left: 0;

}



#secondry section.bo p {

	margin-left: 0;

}


#primary section.bo figure img 
{
	float: none;

	width: 100%;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#primary section .bo h4 {

	margin-left: 0;

}


/*
--------------------------------480-------bo2------------------------------------*/


#primary section.bo2 {
	margin-top: 0px;
                        margin-bottom: 15px;
                       }



#primary section.bo2 p {

	margin-right: 0;

}



#secondry section.bo2 p {

	margin-left: 0;

}


#primary section.bo2 figure img 
{
	float: none;

	width: 100%;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#primary section .bo2 h4 {

	margin-right: 0;

}



/*---primary--480j1
-----1列---------*/

#primary section.j1 {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;	
	line-height: normal;
	padding: 10px 0;
}


#primary section.j1 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}
/*------------------------------------480table-------------------------------------------------------*/


.tab th {
	width: 100px;
	padding: 5px;
}


.tab td {
	width: autopx;
	padding: 5px;
}


/*--------480---
#footmenu-ul----------*/



#footmenu ul {
	display: none;
}



/*-------------gg-------------*/


.gg {
	display: block;
}


/*------------------480end---------------*/


}
