@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.7;
}

header {
  background: url("../images/top-bg.png") no-repeat center top;
}
header .in_wrap {
  position: relative;
  min-width: 990px;
  max-width: 1200px;
  height: 1025px;
  margin: 0 auto;
}
header .in_wrap a.link_cpn_top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 265px;
}
header .in_wrap h1 {
  position: absolute;
  top: 115px;
  width: 596px;
}
header .in_wrap h2 {
  position: absolute;
  top: 477px;
  right: 105px;
  width: 374px;
}
header .in_wrap .top_txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 480px;
}
header .in_wrap a.link_map {
  position: absolute;
  bottom: 36px;
  right: 105px;
  width: 234px;
}

.cts_wrap {
  background-image: url("../images/cts-bg-01.png"), url("../images/cts-bg-02.png"), url("../images/cts-bg-03.png");
  background-position: center 744px, center 1294px, center 1941px;
}

.cts_a {
  background: url("../images/cts-a-bg.png") no-repeat center 74px;
}
.cts_a .cts_a_inner_wrap {
  background-image: url("../images/cts-a-bg-01.png"), url("../images/cts-a-bg-02.png"), url("../images/cts-a-bg-03.png");
  background-position: center top, center 344px, center 688px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap {
  position: relative;
  width: 990px;
  height: 1032px;
  margin: 0 auto;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap h2 {
  position: absolute;
  top: 150px;
  left: 0px;
  width: 299px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .link_cts_a_01 {
  position: absolute;
  top: 514px;
  left: 0px;
  width: 375px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .link_cts_a_chu_text {
  position: absolute;
  top: 744px;
  left: 15px;
  font-size: 10px;
  line-height: 1.5;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .link_cts_a_02 {
  position: absolute;
  top: 782px;
  left: 0px;
  width: 375px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .b_01 {
  position: absolute;
  top: 66px;
  left: 350px;
  width: 162px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .b_02 {
  position: absolute;
  top: 62px;
  right: 154px;
  width: 139px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .b_03 {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 144px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .b_04 {
  position: absolute;
  top: 261px;
  right: 16px;
  width: 261px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .r_01 {
  position: absolute;
  top: 466px;
  left: 482px;
  width: 140px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .r_02 {
  position: absolute;
  bottom: 59px;
  left: 444px;
  width: 149px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .r_03 {
  position: absolute;
  bottom: 90px;
  right: 201px;
  width: 148px;
}
.cts_a .cts_a_inner_wrap .cts_a_in_in_wrap .r_04 {
  position: absolute;
  bottom: 190px;
  right: 10px;
  width: 171px;
}

.cts_b {
  width: 990px;
  margin: 0 auto 50px;
}
.cts_b h2.lunch {
  width: 511px;
  margin: 0 auto 13px;
  padding-top: 17px;
}
.cts_b h2.buy {
  width: 514px;
  margin: 0 auto 12px;
}
.cts_b .lunch_wrap {
  display: flex;
  justify-content: space-between;
}
.cts_b .lunch_wrap .lunch_01 {
  width: 521px;
}
.cts_b .lunch_wrap .lunch_02 {
  width: 469px;
}
.cts_b .buy_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cts_b .buy_wrap .buy_01 {
  width: 555px;
}
.cts_b .buy_wrap .buy_02 {
  width: 435px;
}
.cts_b .buy_wrap .buy_03 {
  width: 990px;
  padding-top: 15px;
}

.cts_c {
  width: 100%;
  height: 500px;
  background: url("../images/cts-c-bg.png") repeat-x center top;
  background-color: #c2f4ff;
}
.cts_c h2 {
  width: 640px;
  margin: 0 auto 20px;
  padding-top: 55px;
}
.cts_c .wrap {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}

.my_footer {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
  padding: 50px 0;
}
.my_footer .link_footer_01 {
  width: 475px;
  height: 136px;
  background: url("../images/my-footer-01-bg_230703.png") no-repeat center top;/*230703画像差替え*/
}
.my_footer .link_footer_01 a {
  height: 79px;
  padding-top: 33px;
}
.my_footer .link_footer_02 {
  width: 475px;
  height: 136px;
}
.my_footer .link_footer_02 a {
  height: 79px;
  padding-top: 35px;
}

#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 */
