@charset "utf-8";
section {
  margin: 90px 0;
}
.required {
  display: inline-block;
  background: #cc0000;
  color: #FFFFFF;
  font-size: 65%;
  padding: 1px 9px 3px 9px;
  border-radius: 25px;
  margin-left: 10px;
  float: right;
}
img {
  min-width: 100%;
}
.pc {
    display: inline-block;
}

/*  : 見出し
-----------------------------*/
h2 {
  text-align: left;
  font-size: 160%;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #666666;
  padding: 0 0 8px 0;
  font-weight: bold;
}
h3 {
  text-align: left;
  font-size: 150%;
  margin: 0 0 15px 0;
}
.enTitle {
    text-align: center;
    color: #907e38;
    font-size: 120%;
}
/*  : テーブル
-----------------------------*/
.tbl01 th, .tbl01 td {
  border: 1px solid #dddddd;
  padding: 10px;
}
.tbl01 th {
  background: #f4f4f4;
}
/*  : slides
-----------------------------*/
#slides {
 /* margin-top: 210px;*/

}
.slideWrap {
 
}

/*  : message
-----------------------------*/
#message01 .box .left {
  float: left;
  width: 550px;
  font-size: 110%;
  line-height: 1.8;
}
#message01 .box .right {
  float: right;
  width: 400px;
    
}

#message01 h2 {
    margin: 0;
    padding: 0;
}
#message01 .enTitle {
    margin: 0 0 20px 0;
}
.message01H2,
.message01enT {
    text-align: right;
}


#message02 .box .left {
  float: left;
  width: 400px;
}
#message02 .box .right {
  float: right;
  width: 550px;
  font-size: 110%;
  line-height: 1.8;
}


#message02 h2 {
    margin: 0;
    padding: 0;
}
#message02 .enTitle {
    margin: 0 0 20px 0;
}


#about {
    /*background: #fdf9f2;*/
    background: url(../img/bg_about.jpg) no-repeat;
    margin: 0 0 80px 0;
    padding: 80px 0 60px 0 ;
}     
#about h2 {
    text-align: center;
    border: none;
    font-size: 250%;
    margin: 0;
    padding: 0;
}
#about h3 {
    font-weight: bold;
    font-size: 185%;
    border-bottom: 1px solid #666666;
    padding: 0 0 8px 0;
    margin: 0 0 25px 0;
}
#about .enTitle {
    margin: -10px 0 80px 0;
}
#about .box .left {
  float: left;
  width: 630px;
}
#about .box .right {
  float: right;
  width: 330px;
}
#about .box {
  margin: 0 0 90px 0;
}
#about .box .left p {
  font-size: 110%;
  line-height: 1.6;
}
.memberLi li {
  width: 47.5%;
  float: left;
  margin: 0 0 20px 0;
  min-height: 180px;
    padding: 1% 0;
    /*box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);*/
}
.memberLi li:nth-child(2n) {
  width: 47.5%;
  float: right;
  margin: 0 0 20px 0;
}
.memberLi li img {
  min-width: 40%;
  width: 40% !important;
  float: left;
}
.memberLi li p {
  width: 56%;
  float: right;
}
.memberLi li p span{
    font-size: 84%;
}
.memberName {
  font-size: 105%;
  margin: 0 0 10px 0;
  font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

/*職人紹介*/
.memberInfo {
    font-size: 92%;
}
.info1 {
   font-size: 84%;
    margin: 0 0 10px 0;
}
.hobby {
    margin: 10px 0 0 0;
    font-size: 90%;
}



#recruit .tbl01 th {
  width: 25%;
}


#company .box .left {
  float: left;
  width: 570px;
}
#company .box .right {
  float: right;
  width: 400px;
}
#company .box .right iframe {
  width: 100%;
  height: 300px;
}
#contact .tbl01 th {
  width: 25%;
}
.note {
  display: block;
  font-size: 75%;
  margin-top: 10px;
}
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}
input[type="text"]:focus {
  background: #FBFCE5;
  border: 1px solid #DFA322;
}
select {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zip1 {
  width: 60px !important;
}
.zip2 {
  width: 80px !important;
}
.address1 {
  background: url(../img/bg_select.png) no-repeat 97% #ffffff;
  background-size: 12px 11px;
  border: 1px solid #cccccc;
  padding: 6px 28px 6px 6px;
  border-radius: 4px;
  font-size: 16px;
}
.tel1, .tel2, .tel3 {
  width: 80px !important;
}
@media all and (-ms-high-contrast: none) {
    .address1 {
      background:none;
      border: 1px solid #cccccc;
      padding: 6px;
      border-radius: 4px;
      font-size: 16px;
    }
}
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  min-height: 150px;
  padding: 8px;
}
textarea:focus {
  background: #FBFCE5;
  border: 1px solid #DFA322;
}
.btnWrap {
  text-align: center;
}
.btnWrap button {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e39e19;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  width: 320px;
}
.err {
  padding: 8px;
  font-size: 84%;
  background: #f9e9e9;
  border: 1px solid #c00;
  color: #c00;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media screen and (max-width:960px) {
    .pc {
    display: none;
}
     header .headerL {
         float: none;
        width: 100%;
    }
    header .headerTxt {
    float: none;
        text-align: center;
}
    header .headerR {
        float: none;
        width: 100%;
        padding: 40px 20px;
    }
  section {
    margin: 80px 0;
  }
  h2 {
    font-size: 130%;
  }
  h3 {
    font-size: 120%;
  }
  #slides {
    /*margin-top: 54px;*/
  }
    #message01{
        margin: 60px 0 80px 0;
    }
  #message01 .box .left {
    width: 60%;
      font-size: 100%;
  }
  #message01 .box .right {
    width: 35%;
    margin-bottom: 10px;
      font-size: 100%;
  }
    #message01 .enTitle {
        font-size: 94%;
    }    
    .message01H2,
.message01enT {
    text-align: left;
}
  #message02 .box .left {
    width: 35%;
    margin-bottom: 10px;
      font-size: 100%;
  }

    
  #message02 .box .right {
    width: 60%;
      font-size: 100%;
  }
    #message02 .enTitle {
        font-size: 84%;
    }  
    #about {
        padding: 40px 0 30px 0;
        margin: 0 0 50px 0;
    }    
#about h2 {
    font-size: 140%;
}
#about h3 {
    font-weight: bold;
    font-size: 130%;
    border-bottom: 1px solid #666666;
    padding: 0 0 8px 0;
    margin: 0 0 25px 0;
}
#about .enTitle {
    margin: 0px 0 50px 0;
     font-size: 94%;
}
    #about .last {
        margin: 0 0 10px 0;
    }
  #about .box .left {
    width: 60%;
    margin-bottom: 10px;
  }
  #about .box .right {
    width: 35%;
  }
  #about .box .left p {
    font-size: 100%;
  }
    
  #company .box .left {
    float: none;
    width: auto;
  }
  #company .box .right {
    float: none;
    width: auto;
  }
#company .box .right iframe {
    margin: 20px 0 0;
}    
    #company .box .right img {
        max-width: 320px;
    }  
    
  /*.memberLi li img {
    min-width: 100%;
    width: 100% !important;
    float: none;
    margin: 0 0 10px 0;
  }
  .memberLi li p {
    width: auto;
    float: none;
  }*/
  .memberLi li {
    width: auto;
      min-height: inherit;
      padding: 1% 0% 40px 0%;
      border-bottom: 1px solid #cccccc;
      box-shadow: none;
      margin: 0 0 20px 0;
  }
  .memberLi li:nth-child(2n) {
    width: auto;
      min-height: inherit;
       padding: 1% 0% 40px 0%;
      
  }
  .memberLi li img {
    min-width: 37%;
    width: 37% !important;
    float: left;
  }
  .memberLi li p {
    width: 58%;
    float: right;
  }
  .memberName {
    font-size: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
    
    .tblWrap {
        margin: 20px 0 0 0;
    }
    
    .tblWrap table th,
    .tblWrap table td{
        width: 100%;
        display: block;
        
    }    
    .tblWrap .backBtn {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .tblWrap .submitBtn {
        width: 100%;
    }
}
    .tblWrap {
        margin: 20px 0 0 0;
    }
.submitBtn {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e39e19;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 0 5px;
  padding: 12px;
  text-align: center;
  width: 320px;
    float:left;
    
}
.backBtn {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f4f4f4;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 0 5px 0 auto;
  padding: 12px;
  text-align: center;
  width: 320px;
    float:right;
}



@media screen and (max-width:767px) {
  .tbl01 th, .tbl01 td {
    box-sizing: border-box;
    display: block;
    margin-top: -1px;
    width: 100%;
  }
  #recruit .tbl01 th, 
  #contact .tbl01 th {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  #message01 .box .left {
    float: none;
    width: auto;
      margin: 0 0 10px 0;
  }
  #message01 .box .right {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  #message02 .box .left {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  #message02 .box .right {
    float: none;
    width: auto;
      margin: 0 0 10px 0;
  }
  #about .box .left {
    float: none;
    width: auto;
  }
  #about .box .right {
    float: none;
    width: auto;
  }
  #company .box .left {
    float: none;
    width: auto;
  }
  #company .box .right {
    float: none;
    width: auto;
  }
  #company .box .right iframe {
    margin: 20px 0 0;
  }
}