@charset "UTF-8";

/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */

/* SP用CSSの記述 */
h1 {
  margin-bottom: -8px;
}
.container {
  width: 100%;
  text-align: center;
}
.inner {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
.cont2 {
  background-image: url(../images/bg2.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 1px;
  margin-bottom: -100px;
}
.cont2 .inner{
  margin-bottom: 120px;
}
.bt1 {
  position: relative;
/*  top:-140px;*/
}
.bt1-1 {
  position: relative;
/*  top:-130px;*/
}
.bt2 {
  position: relative;
/*  top:-120px;*/
}
.cont3 {
  background-image: url(../images/bg3.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.cont4 {
  background-image: url(../images/bg4.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* PC、Tablet用CSSの記述 */
@media (min-width:768px){
  .cont2 {
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 1px;
  }
  .cont2 .inner{
    /*margin-bottom: -50px;*/
  }
  .bt1 {
    position: relative;
/*    top:-345px;*/
  }
  .bt1-1 {
    position: relative;
/*    top:-307px;*/
  }
  .bt2 {
    position: relative;
/*    top:-265px;*/
  }
  .cont3 {
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 10px;
  }
  .cont4 {
    background-image: url(../images/bg4.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}


