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

制作コンテンツ

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

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
.container img, .container a {
  display: block;
  width: 100%;
  height: auto;
}

.container a {
  transition: all 0.3s ease;
}

.container a:hover {
  opacity: 0.85;
}

.container {
  background: url("../images/bg.png") repeat-x center top;
}
.container .kage {
  background: url("../images/bg-kage.png") repeat-y center top;
}
.container .kage .ctswrap {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.container .kage .ctswrap section {
  position: relative;
}
.container header {
  position: relative;
}
.container header a {
  position: absolute;
  width: 199px;
  top: 0px;
  right: 0px;
}
.container .map a {
  position: absolute;
  width: 304px;
  bottom: 0px;
  left: 105px;
}
.container .cts01 a.link-tobu {
  position: absolute;
  width: 206px;
  top: 264px;
  left: 160px;
}
.container .cts01 .link_wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 275px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 876px;
}
.container .cts01 .link_wrap a {
  width: 200px;
}
.container .cts02 a.link-seibu {
  position: absolute;
  width: 206px;
  top: 157px;
  right: 145px;
}
.container .cts02 .link_wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 275px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 876px;
}
.container .cts02 .link_wrap a {
  width: 200px;
}
.container .cts03 {
  margin-bottom: 60px;
}
.container .cts03 a.link-nanbu {
  position: absolute;
  width: 206px;
  top: 160px;
  left: 160px;
}
.container .cts03 .link_wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 275px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 876px;
}
.container .cts03 .link_wrap a {
  width: 200px;
}
.container .myfooter {
  padding-bottom: 50px;
}
.container .myfooter .link-furusato {
  width: 716px;
  margin: 0 auto 30px;
}
.container .myfooter .link-shukuhaku {
  width: 716px;
  margin: 0 auto 30px;
}
.container .myfooter .link-taiken {
  width: 716px;
  margin: 0 auto;
}

#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: #ff4d00;
  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 */
