@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: 6%;
    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: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%;
}
  

.contants {
    width: 55%;
    height: auto;
    margin: 0 auto;
    margin-bottom:10%;
    margin-top: 2%;
}    
    
    
.contants .text{
    width:100%;
    display: inline-block;
    text-align:left;

}
    
.contants h1{
/*    font-weight: 500;*/
    line-height: 0.5;
    margin-top:  3%;
    font-size:94%;
    color: #323538;
    font-family: 'Noto Serif JP', serif;
    }    
    
.contants h2{
/*    font-weight: 500;*/
    line-height: 0.5;
    margin-top:  3%;
    font-size:90%;
    color:#323538;
    font-family: 'Noto Serif JP', serif;
    }    

    
.contants p{
    line-height: 2;
    margin-top:3%;
    font-size:		80%;
    color:#868585;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1.3px;
}
   
.contants a{
    line-height: 2;
    margin-top:1%;
    font-size: 97%;
    color:#868585;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;
}    
    
    
.contants .text2{
        
     font-size:	90%;
        
    }  
    
    
.contants .text2 a{

    line-height: 2;
    margin-top:1%;
    font-size:100%;
    color:#868585;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;
    
    }  
    

 #footer {
    margin-top: 10%;
    clear: both;
        
    }
    
#footer a
 {
    margin-left: 12%;
    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);
}


.contants {
    margin: 0 auto;   
    width:90%;  
    margin-bottom: 10%;
    margin-top: 10%;
    }    
 
.contants .text{
        
     margin-bottom: 1%;  
        
    }  
    
.contants  h1 {
    font-size: 82%;
    text-align: left;
	margin-top: 3%;
    margin-bottom: 1%;
    color: #323538;
    font-family: 'Noto Serif JP', serif;
    
}

.contants h2 {
    font-size:  80%;
    margin-bottom: 4%;
    margin-top: 4%;
    color:#323538;
    font-family:'Noto Serif JP', serif;
    
}
    
.contants p{
    line-height: 2;
    margin-top:1%;
    font-size: 78%;
    color:#6c6b6b;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;
}    
    
.contants a{
    line-height: 2;
    margin-top:1%;
    font-size: 93%;
    color:#6c6b6b;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:1px;
}    
.contants .text2{
        
   font-size: 90%;
        
    }  

.contants .text2 a{
        
   font-size: 94%;
        
    }  


#footer {
    margin-top: 13%;
/*    clear: both;*/
        
    } 
    
    
#footer a
 {
    margin-left: 5%;
    font-size: 15%;
    font-family:'Noto Serif JP', serif;
    color: #868585;
 }

footer {
    float: right;
    margin-bottom: 5%;
    font-size: 15%;
    margin-top:  15%;
    font-family: 'Noto Serif JP', serif;
    color: #868585;
    margin-right: 2%;
    
    
}
    
}
    

