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

@media screen and (min-width:769px) {

/* パララックス背景演出 */
.bg{
  position: absolute;
  top: -30px;
	width: 100%;
	height: 685px;

  background-image: url("../img/contact/bg.jpg");
  background-size: auto;
  background-repeat:no-repeat;
}
.bg_fix{
  position: fixed;
  display: block;
  opacity: 0;
  top: -30px;
	width: 100%;
	height: 110px;

  background-image: url("../img/contact/bg2.jpg");
  background-size: auto;
  background-repeat:no-repeat;
  z-index: 999;
}
.bg_white{
  position: absolute;
  top: 330px;
	width: 100%;
	height: 550px;
  background-color: #FFF;
}




main{
  position: relative;
  top: 80px;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
section{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 80px;
  padding-top: 40px;
  box-sizing: border-box;
}
section:last-child{
  margin-bottom: 150px;
}
/* ローカルタイトル */
h2{
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 80px;
  box-sizing: border-box;
  text-align: center;
}


/* mainコンテンツ */
.main_wrap{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
h3{
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family:'df_w7';
  color: #3379aa;
}

.info{
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.add{
  width: 100%;
  padding-top: 50px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
  font-family:'df_w7';
  color: #666;
}


footer{
  position:relative;
  text-align: center;
  padding: 50px 0;
}
}


@media screen and (max-width:768px) {
  /* パララックス背景演出 */
  .bg{
    position: absolute;
    top: -30px;
  	width: 100%;
  	height: 250px;

    background-image: url("../img/contact/bg.jpg");
    background-size:cover;
    background-repeat:no-repeat;
  }
  .bg_fix{
    position: fixed;
    display: block;
    opacity: 0;
    top: -30px;
  	width: 100%;
  	height: 110px;

    background-image: url("../img/contact/bg2.jpg");
    background-size: auto;
    background-repeat:no-repeat;
    z-index: 999;
  }
  .bg_white{
    position: absolute;
    top: 200px;
  	width: 100%;
  	height: 550px;
    background-color: #FFF;
  }




  main{
    position: relative;
    top: 50px;
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
  section{
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-top: 40px;
    box-sizing: border-box;
  }
  section:last-child{
    margin-bottom: 150px;
  }


  /* mainコンテンツ */
  .main_wrap{
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  h3{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family:'df_w7';
    color: #3379aa;
  }

  .info{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .add{
    width: 100%;
    padding-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family:'df_w7';
  }
  .sp{
    display: none;
  }


  footer{
    position:relative;
    text-align: center;
    padding: 50px 0;
  }
}
