@charset "utf-8";
body {
    display: none;
	min-width: 1040px;
	background-color: #FFFFFF;
	}

@media screen and (min-width :541px) {
#wrapper {
    width: 94%;
    margin: 0px auto;
       }


header {
    margin: 0px auto;
    width: 90%;
    padding-top:2%;
    padding-bottom:4.5%;

}

#logo {
   float: left;
   margin-top: 4%;
   position:absolute; 
   width: 150px;
 
}

header #logo h1 {
    width:  100%;
    
}
    
 

header #logo img {
    width: 85%;
    height: auto;
    float: left;
}
    



#nav {
/*    margin-top: 60px;*/
    margin-top: 6%;
/*    margin-bottom: 1%;*/
    float: right;
    
}
#nav ul li  {
	float: left;
    margin-right: 30px;
    position: relative;
}
#nav ul li:last-child {
    margin-right: 0;
}
#nav ul li a {
    text-decoration: none;
    display: block;
    transition: 0.1s;
    letter-spacing:0.9px;
    font-size: 12px;
    font-style: normal;
    text-transform: lowercase;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    font-family: 'Noto Serif JP', serif;
    color:#868585;
   
   
}
#nav ul li a.seed{
    color: rgb(86, 133, 208);
}

#nav ul li a:hover {
    color: rgba(196, 195, 195, 0.75)
}

#nav li ul {
    left: 0px;
	position: absolute;
}

#nav li ul li {
	overflow: hidden;
	height: 0;
	transition:0.2s;
    position: relative;
    z-index: 100;
}

#nav li:hover > ul > li  {
	overflow: visible;
	width: 100%;
	height: 16px;
    padding: 3%;
    font-size: 65%;

}
#nav li:hover > ul > li:first-child {
    margin-top: 5%;
}


    
main{
    width:98%;
    margin: 0 auto;
}  
    
    
main p {
    width:80%;
    margin: 0 auto;
    line-height: 24px;
    color:  #868585;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1.3px;
    font-size:		75%;
   
}


main .contants {
    margin-top: 3%; 
    margin-bottom: 3%;
  
  }



#colorBox {
	width:90%;
	overflow: hidden;
    margin: 0 auto;
    margin-bottom: 3%;
    padding-left: 8%;  
    
}


#colorBox ul li {
	float: left;
    padding-right: 2%;
    margin: 0 auto;
    width: 45%;
}
    
#colorBox ul li a img {
	display: block;
	width:95%;
	height: auto;
    margin: 0 auto;
   
}
    
    
#colorBox ul li a:hover img {
	opacity: 0.6;
}

    
#colorBox .mask .caption {
	font-size:		75%;
	text-align: 		center;
	padding-bottom:		24px;
   
	color:			 #868585;  
    font-family: 'Noto Serif JP', serif;
    
    
   } 
#colorBox ul li a .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
    }
    
#colorBox:hover .mask {    
    
   
    
    
    }
main .contants2 p {
    
    font-size: 80%;
    color:  #868585;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1.3px;

}

 #footer {
    margin-top: 8%;
    clear: both;
        
    }
    
#footer a
 {
    margin-left: 11%;
    font-size: 70%;
    font-family: 'Noto Serif JP', serif;
    color:#868585;
 }

 
footer {
    float: right;
    margin-bottom:  5%;
    margin-right: 5%;
    font-size: 60%;
    margin-top: 7%;
    margin-left: 5%;
    font-family: 'Noto Serif JP', serif;
    color: #868585;
    
    
}
}


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

body {
    min-width: initial;

    }
#wrapper {
    width: 95%;
    margin: 0 auto;
    }
    
body header #logo {
    width: 150px;
    position:absolute;
    margin-top: 5%;
}

header #logo h1 {
    width:  60%;       
}
 

header #logo img {
    display: inline-block;
    width: 100%;
    height: auto;
}
    
    
#nav {
    width: 90%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
}
#nav ul li {
    float: none;
    margin-right: 0;
        
    }
#nav > ul > li > a {
    display: block;
    color: rgb(108, 107, 107);
    font-size: 16px;
    text-decoration: none;
/*  background-color: #6ab5c8;*/
    border-bottom: 1px solid #fff;
/*  cursor: pointer;*/
    padding: 8px 12px;
    position: relative;
    text-align: center;
    border-bottom:1px solid #bcbcbc;
    font-family: 'Noto Serif JP', serif;
}
#nav > ul > li > a:hover{
   color: rgb(195, 195, 195, 0.75);
}
#nav > ul > li > a#button:after,
#nav > ul > li > a#button:active:after{
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    color:  #bcbcbc;
}
#nav > ul > li > a#button:after{
    content: "▼";
}
#nav > ul > li > a#button:active:after{
    content: "▲";
}
#nav > ul > li > ul {
    display: none;
}
#nav > ul > li > ul > li > a {
    display: block;
    color: rgb(108, 107, 107);
    font-size: 14px;
/*  background-color: #79c9b8;*/
    border-bottom: 1px solid #fff;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
  
}
    #nav > ul > li > ul > li > a:hover {
    color: rgba(196, 195, 195, 0.75)
    }
#nav ul li a.top {
    color: rgba(196, 195, 195, 0.75);
}


main p {
    width: 95%;
    margin: 0 auto;
    font-size: 70%;
    line-height: 20px;
    color:  #6c6b6b;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:0.7px;
    
   
}
    

main .contants {
    margin-top: 9%;
    margin-bottom: 4%;
    
   }
    
    
    
#colorBox {
	width:100%;
	overflow: hidden;
    margin-bottom: 7%;
    
}
#colorBox ul li {
    width:97%;
	list-style: none;
    margin: 0 auto;
   
}
    
/*    #colorBox ul li:last-child{*/
      /*margin: 0 auto ; */
    
	
     

#colorBox ul li a img {
	display: block;
	width: 100%;
	height: auto;
    
}
#colorBox ul li a:hover img {
	opacity: 0.6;
}
    
    
main .caption {
    color:  #777777;
    font-family: 'Noto Serif JP', serif; 
    font-size: 72%; 
    text-align: 		center;
    margin-bottom: 7%;
    letter-spacing:1px;
    }       
    
    
    
    
main .contants2 a {
/*    font-size: 80%;*/
    color: #777777;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;
    
}
    

main .contants2 p{
    line-height: 18px;
    margin-left: 2%;
    font-size: 70%;
    color: #777777;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;

} 

#footer {
    margin-top: 8%;
/*    clear: both;*/
        
    } 
    
    
#footer a
 {
    margin-left: 2%;
    font-size: 15%;
    font-family:'Noto Serif JP', serif;
    color: #868585;
 }

footer {
    float: right;
    margin-bottom: 5%;
    font-size: 10%;
    margin-top:  12%;
    font-family: 'Noto Serif JP', serif;
    color: #868585;
    margin-right: 2%;
    
    
}
    
}