@charset "utf-8";


/* メインメニュー
----------------------------------------------- */
#container {
    margin: 0 auto 100px;
    padding: 0 0 30px 0;
    max-width: 1000px;
    background: #fff;
    text-align: left;
}




/* トップ
----------------------------------------------- */
.main h2{
border: solid 1px #333;
padding: 3px 42px;
font-weight: normal;
width: 180px;
text-align: center;
margin: 0 auto 3em;
}

#recomend_area {
margin: 100px auto 0;
max-width: 810px;
}
#recomend_area dt{
  text-align: center;
}
#categoryWorks {
    margin-bottom: 4em;
}

#categoryWorks img{
display: block;
margin: 0 auto;
}


#movie{
  max-width: 700px;
  margin: auto;
}




/* タブレット
----------------------------------------------- */
@media (max-width: 1024px) {
#catchArea_inner {
  width: 100%;
  }
  #catchArea_wrapper::after {
      content: " ";
      display: block;
      clear: both;
  }
#container {
    width: 100%;
  }


#footer{
  padding-left: 10px;
  padding-right: 10px;
}


}





/* スマホ
----------------------------------------------- */
@media (max-width: 768px) {
  body{
    border:none;
  }
  #logo_area{
    padding-top: 10px;
    padding-left: 10px;
  }
#logo_area img{
  width: 200px;
}
#header {
  margin: 20px auto;
  }

.mainContents{
  padding-left: 10px;
  padding-right: 10px;
}

#recomend_area {
margin: 100px auto 0;
}

.categoryWorksList ul li {
  margin: 0;
}

#categoryWorks img {
  margin: 0 auto !important;
}
#footer_bottom p#footer_contact {
  margin-right: 0;
margin-bottom: 2em;
}
ul.footer_navi {
  margin-left: 10%;
}
  #footer #footer_category01,
  #footer #footer_category02,
  #footer #footer_category03 {
    float: none;
    margin: auto;
  }
  .global_footer{
    background-color: #eee;
    text-align: center;
    padding-top: 10px;
  }


}

/* ハンバーガーメニュー
----------------------------------------------- */
@media (max-width: 768px) {

.global_header{
  height: 70px;
  background-color: #fff;
  padding-top: 10px;
  background-color: #fff;
}


  #sp_gnavi {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
    background-color: rgba(102, 102, 102, 0.9);
  }
  #sp_gnavi a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  #sp_gnavi dl {
    border-top: 1px dotted #fff;
    margin-top: -1px;
  }
  #sp_gnavi dl:first-child {
    margin-top: 0;
    border-top: none;
  }
  #sp_gnavi dt {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  #sp_gnavi ul {
    overflow: hidden;
    margin:0;
    padding:0;
    list-style: none;
  }
  #sp_gnavi ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
font-size:11px;
  }
  #sp_gnavi ul li:first-child, #sp_gnavi ul li:nth-child(2) {
    border-top: none;
  }
  #sp_gnavi ul li:nth-child(odd) {
    border-right: 1px dotted #fff;
  }
  #sp_gnavi ul a {
    position: relative;
    padding: 4px 10px 4px 25px;
    height: 50px;
    line-height: 1.4;
    font-size: 15px;
  }
  #sp_gnavi ul a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sp_gnavi ul a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp_gnavi .close {
    border-top: 1px dotted #fff;
    text-align: center;
    padding: 15px 0;
    margin: -1px 0 0 0;
  }
  #sp_gnavi .close a {
    display: inline-block;
    font-weight: bold;
  }

  .ac_Menu {
    display: block;
    float: right;
    border-radius: 2px;
    margin: 8px 1% 0 0;
    padding:  0;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 43px;
    height: 43px;
    background: #666666;
    border-radius: 2px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 3px;
    background-color: #fff;
    color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 21px;
  }
  .menu-trigger span:nth-of-type(4) {
    background: transparent none repeat scroll 0 0;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 32px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
    top: 28px;
  }
  .menu-trigger.active span:nth-of-type(4) {
    background: none;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    height: auto;
    width: 32px;
  }
  #sp_gnavi {
      display: none;
  }

}





/* トップ商品紹介
----------------------------------------------- */

#recomend_area .bloc_body img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0.6em !important;
}

#recomend_area .col{
text-align: center;
/* margin-bottom: 32px; */
margin-bottom: 52px;
}

#recomend_area .col .title {
font-size: 15px;
}

#recomend_area .bloc_body p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 /* font-size: 12px; */
	font-size: 15px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clear:after{
    clear: both;
}
#recomend_area ul li:nth-child(5) {
margin-left: 0;
}



/* ごあいさつ会社概要
----------------------------------------------- */

div#undercolumn_aboutus {
}

div#undercolumn_aboutus table {
font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.abouts .section {
margin-bottom: 30px;
}

.abouts .leftArea {
float: left;
width: 250px;
}

.abouts .rightArea {
float: right;
}

#undercolumn_aboutus p{
margin:0 10px 15px;
font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-size: 13px;
padding-top: 13px;
}





@media (max-width: 767px) {
.under h2.title {
  font-size: 20px;
  height:auto;
}
}






/* 下層　再利用事例
----------------------------------------------- */
#one_maincolumn h2.title {
text-align: center;
width: 100%;
border: none;
font-weight: 600;
}



#container .blog h2.title, #container .category h2.title {
    text-align: center;
}
span.entryTitle{
  display: block;
}

@media screen and (max-width: 640px){
  .categoryWorksList ul li {
      width: 50%;
  }
}


/*下見板・雨戸板
----------------------------------------------- */

#used_beams h3, #banner_plate h3 {
    font-size: 21px;
    margin-bottom: 0.5em;
}
#used_beams strong , #banner_plate strong {
    background: linear-gradient(transparent 60%, #e5e5e5 60%);
    font-weight: bold;
    font-family: 'Ubuntu', testFont, sans-serif;
    font-size: 17px;
}

#used_beams dl dt, #banner_plate dl dt {
    float: left;
}
#used_beams dl, #banner_plate dl {
    line-height: 180%;
    margin-bottom: 1em;
    font-size: 17px;
}

/* Safari用CSS　2/24中澤追記
----------------------------------------------- */

_::-webkit-full-page-media, _:future, :root #recomend_area {
    margin: 100px auto 0;
    max-width: 1000px;
    padding: 0 10px;
}

_::-webkit-full-page-media, _:future, :root #recomend_area .col span_3 {
    width: 235px;
    margin-left: -16px;
}

_::-webkit-full-page-media, _:future, :root #categoryWorks {
    margin-bottom: 4em;
}

_::-webkit-full-page-media, _:future, :root #categoryWorks img {
    display: block;
    margin: 0 auto;
}

_::-webkit-full-page-media, _:future, :root #recomend_area .bloc_body img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0.6em !important;
}

_::-webkit-full-page-media, _:future, :root #recomend_area .col {
    text-align: center;
    /* margin-bottom: 32px; */
    margin-bottom: 52px;
}

_::-webkit-full-page-media, _:future, :root #recomend_area .col .title {
    font-size: 15px;
}

_::-webkit-full-page-media, _:future, :root #recomend_area .bloc_body p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 /* font-size: 12px; */
    font-size: 15px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

_::-webkit-full-page-media, _:future, :root .clear:after {
    clear: both;
}

_::-webkit-full-page-media, _:future, :root #recomend_area ul li:nth-child(5) {
    margin-left: 0;
}

