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



/*==============================
共通
==============================*/
.titleText{
  padding: 10px 50px;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  display: inline-block;
  font-weight: bold;
  border-right: 2px solid #ffc444;
  border-left: 2px solid #ffc444;
  margin-bottom: 50px;
}

header{
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center;
}
/*==============================
メイン
==============================*/

article{
  padding: 0 15px;
  background-color: #f5f5f5;
  position: relative;  
}

#contactfootWrap{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  top: -50px;
  text-align: center;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){

  header{
    width: 100%;
    height: 200px;
    background-image: url("../img/headBack.jpg");
    background-size: cover;
    background-position: left;
  }
  
  #contactfootWrap{
    padding: 50px 20px;
  }
  
  .contactpointBox{
    padding: 50px 20px;
  }
}
@media screen and (max-width: 414px){
}