@charset "UTF-8";
/* ================================================================

制作コンテンツ

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

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
.container {
  max-width: 1304px;
  margin: 0 auto;
}
.container img {
  display: block;
  width: 100%;
  height: auto;
}
.container a {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.container a:hover {
  opacity: 0.8;
}

.in_wrap {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.top {
  background: url("../images/title.jpg") no-repeat center top;
}

.cts_02 {
  background: url("../images/cts-02.jpg") no-repeat center top;
}

.cts_03 {
  background: url("../images/cts-03.jpg") no-repeat center top;
}
.cts_03 a {
  position: absolute;
  width: 320px;
  top: 108px;
  right: 0px;
}

.cts_04 {
  background: url("../images/cts-04.jpg") no-repeat center top;
}
.cts_04 a {
  position: absolute;
  width: 320px;
  top: 133px;
  left: 0px;
}

.cts_05 {
  background: url("../images/cts-05.jpg") no-repeat center top;
}
.cts_05 a {
  position: absolute;
  width: 320px;
  top: 108px;
  right: 0px;
}

.cts_06 {
  background: url("../images/cts-06.jpg") no-repeat center top;
}
.cts_06 a {
  position: absolute;
  width: 320px;
  top: 133px;
  left: 0px;
}

.cts_07 {
  background: url("../images/cts-07.jpg") no-repeat center top;
}
.cts_07 a {
  position: absolute;
  width: 320px;
  top: 108px;
  right: 0px;
}

.cts_08 {
  height: 504px;
  padding: 50px 0;
  background: url("../images/cts-08.jpg") no-repeat center top;
}
.cts_08 a {
  width: 626px;
  margin: 0 auto 25px;
}

#page-top {
  display: none;
}

.page-top {
  margin: 0;
  padding: 0;
  z-index: 999;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}

.move-page-top {
  display: block;
  background: #e84a2f;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}

.move-page-top:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
