@charset "UTS8";
/*
Theme Name: TATEISHI
*/
*{
  margin: 0;
  padding: 0;
  box-sizing:border-box; /*余白や線を幅や高さに含める*/
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
}
img{
  max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
  height:auto;
}
header{
  width: 100%;
  display: flex;
  padding: 0 10%;
  justify-content:space-between;  /*両端に配置*/
  position: absolute;
  top: 0;
  z-index: 999;
}
header h1{
  width: 30%;
  max-width: 100px;
  min-width: 100px;
}
nav ul{
  display: flex;
  list-style: none;
}
nav ul li{
  margin-left: 40px;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px 30px;
}
#fv{
  position: relative;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(images/fv_image.jpg);
  background-size: cover;
  background-position: center;
}
.fv_contents{
  color: #fff;
  position: absolute;
  left: 15%;
  bottom: 20%;
}
.fv_contents h2{
  font-size: 48px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

/*============= Product ===================*/
#about{
  padding: 160px 0;
  text-align: center;
  background-image: url(images/about_back.jpg);
  background-size: cover;
  background-position: center;
}
#about h2{
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-align: center;
}
#about h4{
  color: #4D4D4D;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 40px;
}
#about h3{
  margin-bottom: 40px;
  color: #333;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-size: 32px;
}
#about p{
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  width: 60%;
}

/*============= Product ===================*/
#product{
  padding: 160px 5%;
  background-color: #F2F2F2;
}
#product a{
  text-decoration: none;
}
#product h2{
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-align: left;
}
#product h4{
  color: #4D4D4D;
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 40px;
}
.product_list{
  max-width: 1200px;
  margin: 0 auto;
}
.product_list::after{
  display: block;
  clear: both;
  content: '';
}
.product_list ul{
  list-style: none;
}
.product_list ul li{
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.product_list_category{
  border: solid 2px #ED5C4D;
  display: inline-block;
  font-weight: bold;
  padding: 5px 45px;
  letter-spacing:0.4em;
  font-size: 14px;
  color: #ED5C4D;
  border-radius: 100vh;
  margin: 20px 0;
}
.product_list ul li h4{
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 100;
  font-size: 24px;
  letter-spacing:0.1em;
  margin-bottom: 30px;
}
.product_list p{
  color: #333;
}
.product_btn {
  float: right;
  margin-top: 40px;
}
.product_btn a{
  text-decoration: none;
  color: #333;
  letter-spacing:0.1em;
  font-size: 20px;
}
.product_btn a::after{
  display: inline-block;
  content: '';
  vertical-align: -10px;
  background-image: url(images/product_btn.png);
  background-size: cover;
  background-position: center;
  height: 40px;
  width: 40px;
}

/*============= Company ===================*/
.company_contents{
  display: flex;
}
#company{
  margin: 160px 0;
}
#company h2{
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-align: center;
}
#company h4{
  color: #4D4D4D;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 80px;
}
.company_img{
  width: 40%;
  margin-right: 10%;
}
.company_img img{
  width: 100%;
}
.company_contents .company_info{
  width: 40%;
  margin-right: 10%;
  text-align: left;
}
table{
  border-bottom: solid 1px #eee;
}
table tr{
  display: inline-block;
  border-top: solid 1px #eee;
  width: 100%;
  padding: 40px 0;
}
table th,td{
  width: 100%;
  display: block;
}
table th{
  margin-bottom: 10px;
}

/*============= Contact ===================*/
#contact a{
  display: block;
  background-image: url(images/contact_cover.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 5%;
  color: #fff;
  text-decoration: none;
}
#contact h2{
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-align: left;
}
#contact h4{
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: 100;
  margin-bottom: 80px;
}
#contact p{
  letter-spacing: 0.2em;
}
.contact_btn{
  float: right;
  width: 8%;
}
.contact_btn img{
  width: 100%;
}

/*============= Contact ===================*/
footer{
  background-color: #333333;
  padding-top: 80px;
}
.footer_inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;

}
footer h3{
  width: 20%;
}
.footer_inner nav{
  justify-content: flex-end;
}
footer p{
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-bottom: 15px;
}



#contact_fv{
  position: relative;
  width: 100vw;
  height: 30vh;
  background-image: url(images/fv_image.jpg);
  background-size: cover;
  background-position: center;
}
.fv_contents{
  color: #fff;
  position: absolute;
  left: 15%;
  bottom: 20%;
}
#contact_fv .fv_contents h2{
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.contact_contents .inner{
  max-width: 600px !important;
  margin-bottom: 160px;
}
label{
  font-weight: bold;

}
input {
  background: #eee !important;
  border:none ;
  width: 100%;
  padding: 10px 10px;
  margin-top:20px;
  margin-bottom: 30px;
}
textarea{
  background: #eee !important;
  border:none ;
  width: 100%;
  padding: 10px 10px;
  display: inline;
}
.submit{
  margin-top: 40px;
}
.submit input{
  background-color: #333 !important;
  color:#fff !important;
}
/*==============================================================================================
================================================================================================
iPad Proのスタイル  画面の横幅1024px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:1024px){
  .inner{
    max-width: 95%;
    margin: 0 auto;
  }
  header{
    padding: 0 2%;
    justify-content:space-between;  /*両端に配置*/
    position: absolute;
    top: 0;
    z-index: 999;
  }
  header h1{
    width: 30%;
    max-width: 100px;
    min-width: 100px;
  }
  nav ul{
    display: none;
  }
  .fv_contents{
    left: 5% !important;
    bottom: 20%;
  }
  .fv_contents h2{
    font-size: 42px;
  }
  
  /*============= Product ===================*/
  #about{
    padding: 100px 0;
    text-align: center;
    background-image: url(images/about_back.jpg);
  }
  #about h2{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 100;
    letter-spacing: 0.2em;
    text-align: center;
  }
  #about h4{
    font-size:16px;
    margin-bottom: 32px;
  }
  #about h3{
    font-size: 24px;
  }
  #about p{
    font-size: 14px;
    width: 95%;
  }
  
  /*============= Product ===================*/
  #product{
    padding: 100px 5%;
    background-color: #F2F2F2;
  }
  #product a{
    text-decoration: none;
  }
  #product h2{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 100;
    letter-spacing: 0.2em;
    text-align: left;
  }
  #product h4{
    color: #4D4D4D;
    text-align: left;
    letter-spacing: 0.2em;
    font-weight: 100;
    margin-bottom: 40px;
  }
  .product_list{
    max-width: 1200px;
    margin: 0 auto;
  }
  .product_list::after{
    display: block;
    clear: both;
    content: '';
  }
  .product_list ul{
    list-style: none;
  }
  .product_list ul li{
    float: none;
    width:100%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .product_list_category{
    border: solid 2px #ED5C4D;
    display: inline-block;
    font-weight: bold;
    padding: 5px 45px;
    letter-spacing:0.4em;
    font-size: 14px;
    color: #ED5C4D;
    border-radius: 100vh;
    margin: 20px 0;
  }
  .product_list ul li h4{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product_list p{
    color: #333;
  }
  .product_btn {
    float: right;
    margin-top: 40px;
  }
  .product_btn a{
    text-decoration: none;
    color: #333;
    letter-spacing:0.1em;
    font-size: 20px;
  }
  .product_btn a::after{
    display: inline-block;
    content: '';
    vertical-align: -10px;
    background-image: url(images/product_btn.png);
    background-size: cover;
    background-position: center;
    height: 40px;
    width: 40px;
  }
  
  /*============= Company ===================*/
  .company_contents{
    display: block;
  }
  #company{
    margin: 160px 0;
  }
  #company h2{
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 100;
    letter-spacing: 0.2em;
    text-align: center;
  }
  #company h4{
    color: #4D4D4D;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 100;
    margin-bottom: 80px;
  }
  .company_img{
    width: 100%;
    margin-right: 10%;
  }
  .company_img img{

  }
  .company_contents .company_info{
    width: 100%;
    margin-right: 10%;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  table{
    border-bottom: solid 1px #eee;
  }
  table tr{
    display: inline-block;
    border-top: solid 1px #eee;
    width: 100%;
    padding: 40px 0;
  }
  table th,td{
    width: 100%;
    display: block;
  }
  table th{
    margin-bottom: 10px;
  }
  
  /*============= Contact ===================*/
  #contact a{
    display: block;
    background-image: url(images/contact_cover.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 5%;
    color: #fff;
    text-decoration: none;
  }
  #contact h2{
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 100;
    letter-spacing: 0.2em;
    text-align: left;
  }
  #contact h4{
    text-align: left;
    letter-spacing: 0.2em;
    font-weight: 100;
    margin-bottom: 80px;
  }
  #contact p{
    letter-spacing: 0.2em;
  }
  .contact_btn{
    float: right;
    width: 8%;
  }
  .contact_btn img{
    width: 100%;
  }
  
  /*============= Contact ===================*/
  footer{
    background-color: #333333;
    padding-top: 80px;
  }
  .footer_inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  
  }
  footer h3{
    width: 20%;
  }
  .footer_inner nav{
    justify-content: flex-end;
  }
  footer p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
  }
  
  
  
  #contact_fv{
    position: relative;
    width: 100vw;
    height: 30vh;
    background-image: url(images/fv_image.jpg);
    background-size: cover;
    background-position: center;
  }
  .fv_contents{
    color: #fff;
    position: absolute;
    left: 15%;
    bottom: 20%;
  }
  #contact_fv .fv_contents h2{
    font-size: 32px;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
  }
  .contact_contents .inner{
    max-width: 600px !important;
    margin-bottom: 160px;
  }
  label{
    font-weight: bold;
  
  }
  input {
    background: #eee !important;
    border:none ;
    width: 100%;
    padding: 10px 10px;
    margin-top:20px;
    margin-bottom: 30px;
  }
  textarea{
    background: #eee !important;
    border:none ;
    width: 100%;
    padding: 10px 10px;
    display: inline;
  }
  .submit{
    margin-top: 40px;
  }
  .submit input{
    background-color: #333 !important;
    color:#fff !important;
  }
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅768px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:768px){
}
/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅414px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:414px){
}

/*==============================================================================================
================================================================================================
iPhone6のスタイル  画面の横幅375px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:375px){

}
