@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  
  
 
  
  
  
}


/* border: 1px solid red;*/



ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  color: #000000;
  
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}



.header {
  position: fixed;
  width:100%;
  box-sizing: border-box;
  
  z-index: 10000;
  top: 0;
  
}

.header2{
  background-color:#ffffff;
}


.header-inner {
  max-width: 2400px;
  width:90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content:space-between;
  height: 80px;
}

.header3{
  display: none;
  background-color: #ffffff;
  opacity: 95%;
  height:60px;
  
}

.toggle-menu-button {
  display: none;
  
}

.header-logo {
  display: block;
  width: 340px;
  margin-top: 25px;
  margin-left:20px;
  
}


.header4{
  display:none;
}



.footer1 {
  padding-left: 35px;
  padding-bottom: 5px;
  text-align: left;
  padding-right:65px;
}

.footer2 {

  color: #808080;
  background-color: #dcdcdc;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-menu ul{
  display:flex;
  text-align: center;
  padding-left: 0px;
}

.site-menu li a{
  padding-left: 20px;
}

.copyright {
 color: #ffffff;
 padding-top:30px;
 text-align: center;
 font-size: 10px;
}

.footer-name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 16px;
  margin-left:30px;
}

.footer-addres {
  font-size: 13px;
  margin-top: 10px;
  margin-left:30px;
}

.footer-tel {
  font-size: 13px;
  margin-top: 10px;
  margin-left:30px;
}

.footer-time {
  font-size: 13px;
  margin-top: 10px;
  margin-left:30px;
}

.title {
  
  height: 160px;
  background-image: url(../images/共通/bg-main1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff; 
  font-family: 游明朝;
  font-size: 16px;
  
}

.title h1{
  
  text-align: center;
  font-size: 50px;
}


.openbtn{
  display:none;

}




@media (max-width: 1450px) {

   
  .header3{
    display: block;
    
  }

  
  .header3 img{
    
    padding-top:10px;
    padding-left: 10px;
    width: 30%;
    
  }

 

  .header1{
    display:none;
  }

  .header2{
    display:none;
  }
  
  
  .header-logo {
    width: 300px;
  }  

  
  

  .title h1{
    font-size: 30px;
  }

  .title {
    height:100px;
  }

 

  .site-menu ul li a{
    font-size: 10px;
    width:25%;
    padding-left: 0px;
}
    
  

  .site-menu ul li{
    justify-content: space-around;
    padding-left:5px;
  }

  

  .site-menu {
    
    display: block;
    
    
  }

  
  .site-menu ul {
    margin-right: 100px;
    margin-left: 70px;
    

  }

  .openbtn{
    display:block;
  }

  .footer1 p{
    width: 100%;
  }

 
}


@media (max-width: 800px) {
  .header3 img{
    padding-top:15px;
    width:50%;
  } 

  .header4{
    margin-top:50px;
    display:block;
    width:30%
    
  }  

  

}