@charset "UTF-8";
/* CSS Document */

/*
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
*/
body{
      font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
.home{
    width: 100%;
    display: block;
}
.opacty:hover{
   opacity: .5;
}
.wrapper{
   
 background-image: url(../imges/bg_1.png), url(../imges/bg_2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: 60%, 60%;
    background-color: #E0EBD7;
  

}
/*
header{
    background-image: url("../imges/header_1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
*/



.header-bg {

position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
height: 90px;

}
.header-bg::after {
    position: absolute;
  background-image: url("../imges/header_1.png");
  background-size: cover;           /* 全体に広げる */
  background-position: center top;  /* 上中央に配置 */
  background-repeat: no-repeat;
  width: 100%;
 content: "";
    z-index: 1;
height: 90px;

}

.header-img{
    margin-left: 20px;
        width: 100%;
    max-width: 1200px;
        position: relative;
    z-index: 2;
}
.header-img img {
    width: 100%;
    max-width: 640px;
}


h5{
padding: 32px 0;
    font-size: 31px;
}
nav ul li a{
    position: relative;
    height: 55px;
    width: 285px;
    background-color: #579645;
    margin-bottom: 5px;
        padding: 0 23px;
    align-items: center;
    display: flex;
}
nav ul li a:hover{
    opacity: .5;
}
nav ul li a::after{
    width: 12px;
    border-radius: 50%;
    position: absolute;
    background: #FFFFFF;
    content: "";

    height: 12px;
    right: 20px;
}
nav ul li a::before{
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #488837;
    right: 22.3px;
    position: absolute;
    z-index: 1;
    
}
.m_flexbox{
    
    display: flex;
    justify-content: center;
    gap:22px;
    
}
.m_wrapper{
     max-width: 1200px;
    margin: 0 auto;
}
.m_left{
       
   max-width:  285px;
    width: 100%;
    margin: 35px 0 0 0;
   
}
.m_right{
   width: 100%;
    max-width: 895px;
   
}
.m_box_imaes{
        transform: translateY(-3.8%);
    position: relative;
   
}
.kotei_1{
        position: absolute;
    left: 6.5%;
    width: 71%!important;
    top: 12.8%;
}
.kotei_2{
    position: absolute;
    left: 8%;
    top: 71%;
    width: 60%!important;
}
.m_box_imaes img{
    width: 100%;
}
.info{
   text-align: center;
    background: #FFFFFF;
    height: 250px;
        margin: -40px 0 35px 0;
    padding: 0 20px;
}
.m_flex{
    display: flex;
max-width: 620px;
    margin: 0 auto;
    gap:18px;
    text-align: left;
}
.m_flex a{
    color: #579645;
}
footer{
   background-color: #231815;
    width: 100%;
    line-height: 1.75;
} 
.f_flex{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    height: 150px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    line-height: 1.4;
}

@media(max-width:999px){
    
    body.active{
        position: fixed;
        width: 100%;
    }
    .bg_color.active{
                background-color: rgba(0, 0, 0, 0.50);
        width: 100%;
        height: 100%;
        position: fixed;
        display: block;
        z-index: 9;
    }
    
    .btn{
        width: 45px;
        height: 45px;
        background-color: #488837;
              display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
      
        
    }
    .btn span{
        width: 65%;
        height: 1.5px;
        background-color: #FFFFFF;
        display: block;
        position: relative;
        transition: .4s;
    }
    .btn span:nth-of-type(1){
  
    }
    
    .btn span:nth-of-type(2){
        margin-top: 7px;
    }
    
    .btn span:nth-of-type(3){
         margin-top:7px;
    }
        .btn.close span:nth-of-type(1){
          transform: translateY(5px) rotate(45deg);
    }
    
     .btn.close span:nth-of-type(2){
        opacity: 0;
    }
    
      .btn.close span:nth-of-type(3){
              transform: translateY(-5px) rotate(-45deg);
          margin-top: 0;
    }
    .btn_wrap{
        width: 30%;
        margin: 0 20px;
           position: relative;
    z-index: 888;
     
        
    }
   
   .m_left_os{
      position: fixed;
       z-index: 777;
    }
    .m_left_os.active{
               display: block;
        position: absolute;
        z-index: 55;
    }
    .m_flex{
        display: block;
        
    }
    .m_flexbox{
      
    }
    .bg_os{
          transition: all 0.4s;
    background: #ffff;
  
    position: fixed;
    top: 0;
   
    width: 100%;
    height: 100%;
    left: -100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
        overflow-y: scroll;
    }
    .bg_os.active{
        left: 0;
       
    }
    .mb_8{
        margin-bottom: 8px;
    }
    .info{
        margin: -5% 0 5% 0;
    font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';

    }
    .f_flex{
        display: block;
        height: auto;
        
    }
    .mb_35{
        margin-bottom: 35px;
    }
}
@media(max-width:620px){
    .btn_wrap{
        width: auto;
    }
    .f_flex{
        font-size: 14px;
    }
}
@media(max-width:460px){
    
    .header-bg{
        height: 70px;
    }
    .header-bg::after{
        height: 70px;
    }
}