/*----------------------------
* ハンバーガーメニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #40210F;
  color: #fff;
}
.fa{
  font-size: 38px!important;
}
/*----------------------------
* ハンバーガーメニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #40210F;
}
.menu__item{
  width: 20%;
  height: auto;
  padding: 1em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.menu__item a.nav_list{
  font-size: 25px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
.menu__item a img{
  width: 100%;
  height: auto;
}
#header h1 {
    margin: 20px 0;
}
/*---------------------------------
* ハンバーガーメニューアニメーション部分
*----------------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  transform: scale(.5);
  transition: all .3s ease;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  pointer-events: auto;
  opacity: 1;
  transform: scale(2.5);
}
.PC{
  display: block;
}
.SP{
  display: none;
}
/*---------------------------------
* 480px以下に適用されるCSS（スマホ用）
*----------------------------------*/
@media screen and (max-width: 480px) {
  /*---------------------------------
  * PCとSPでメニュー部分の切り替え
  *----------------------------------*/
  .PC{
    display: none;
  }
  .SP{
    display: block;
  }
  /*---------------------------------
  * common
  *----------------------------------*/
  body{
    min-width: 315%;
  }
  #container{
  width: 100%!important;  
  }
  #main p{
    font-size: 40px;
    padding:3% 0;
    width: 77%;
    text-align: center;
    margin: 0 auto;
    } 
    /*---------------------------------
    * top
    *----------------------------------*/
    .foretBox{
      min-height: 700px;
    }
    .foretBox .subBox .iconImg{
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .textImg img {
        width: 44%;
        height: auto;
    }
    .foretBox .subBox .iconImg{
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
  /*---------------------------------
  * 各タイトル部分
  *----------------------------------*/
  h2{
    margin: 20px 0;
  }
    h2 img{
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #main .newsBox .rBox h2 img{
    width: 30%;
    padding: 80px 0 0;
  }
  #concept h2 img{
    width: 35%;
    padding: 80px 0 0;
  }
  .houseBox h2 img{
    width: 58%;
    height: auto;
  }
  /*---------------------------------
  * News&Topics
  *----------------------------------*/
  #main .newsBox .lBox h2 img{
    width: 55%;
  }
  #main .feed_card_title a{
    font-size: 38px;
  }
  #main .newsBox .lBox .news{
    height: 660px;
  }
  #main .feed_card_date{
    font-size: 30px;
  }
  #main .newsBox{
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #main .newsBox .lBox {
    width: 100%;
    margin: 0 auto;
  　float: none;
  }
  #main .newsBox .link {
    width: 100%;
    padding: 2% 0;
    margin: 5% auto;
    text-align: center;
  }
  #main .newsBox .link img {
    width: 50%;
    height: auto;
    margin: 1%;
  }
  #main .newsBox .rBox {
    margin: 6% auto 0;
    float: none;
    width: 100%;
  }
  /*---------------------------------
  * work施工例
  *----------------------------------*/
  .photo img{
      width: 100%;
      height: auto;
    }
  /*---------------------------------
  * concept
  *----------------------------------*/
  #main .conceptBox{
    width: 100%;
  }
  .conceptBox p{
    font-size: 38px;
    padding: 3% 3%;
    text-align: left;
  }
  .comLinkList li a img{
    width: 150%!important;
    height: auto!important;
    padding: 2%;
  }
  #main .comLinkList{
    width: 64%;
    margin: 5% auto 100px;
  }
  #main .comLinkList li {
      padding: 0;
      clear: both;    /* float解除*/
      margin: 0 auto;
      width: 64%;
      display: block;
  }
  /*---------------------------------
  * foret's house foretの家
  *----------------------------------*/
  #main .houseBox section{
  padding: 10% 0;
  }
  #main .houseBox .link img{
    width: 63%!important;
    height: auto!important;
  }
  /*---------------------------------
  * style plan
  *----------------------------------*/
  #main .planBox section{
    width: 90%;
  }
  #main .planBox .infoUl li:first-child{
    float: none;
  }
  #main .planBox .infoUl li{
    width: 605px;
  }
  #main .planBox .infoUl li img{
    width: auto;
    height: 240px;
  }
  #main .planBox .infoUl {
    width: 606px;
  }
  #main .planBox .infoUl li .link a img{
    width: 100%!important;
    height: auto!important;
  }
  #main .planBox .photoList{
    margin: 0 auto;
    width: 72%;
  }
  #main .planBox .photoList li:first-child{
    padding: 0;
  }
  #main .planBox .photoList li{
    float: none;
    padding: 0;
  }
  #main .planBox .photoList li img{
    width: 267px;
    height: auto;
    margin: 3% auto;
  }
#main .planBox .infoUl li:nth-child(2){
    margin: 8% auto 0;
}
/*---------------------------------
* footer
*----------------------------------*/
#footer .fInner .fBox{
  width: 96%;
}
#footer .fInner .lBox{
    float: none;
    width: 95%;
    text-align: center;
    border-right:none;
    border-bottom: 1px solid #B5B5B5;
    margin: 0 auto;
    height: 570px!important;
    padding: 3% 1% 5%;
}
#footer .fInner .rBox{
  float: none;
  width: 90%;
  margin: 0 auto;
  padding: 80px 10px 60px;
  text-align: left;
  line-height:60px;
}
#footer .fInner .lBox p,
#footer .fInner .rBox li a{
  font-size: 40px;
  padding: 0;
  width: 90%;
}
#footer .fInner .lBox p {
  text-align: left;
}
#footer .fInner .lBox p .br{
  white-space: pre-wrap;
}
#footer .fInner .lBox .text{
  font-size: 52px;
}
#footer .fInner .rBox li a:hover, #footer .fInner .rBox li.on a{
  background-size: 5%;
}
#footer .fInner .rBox li a{
  padding-left: 56px;
  background: url(../img/common/icon/icon04.png) no-repeat left 8px;
  background-size: 40px;
  line-height: 62px;
}
#footer .copyright p{
  font-size: 32px;
}
}


