@charset "utf-8";

/*共通設定*/

/*コンテンツ*/
.allWrap {
  min-width: 1400px;
  background: url(../img/bg.jpg) repeat-y center top;
}
.boxA {
  width: 1400px;
  height: 928px;
  background: url(../img/boxA.jpg) no-repeat center bottom;
  margin: 0 auto;
}
h1 {
  width: 904px;
  height: 365px;
  margin: 0 auto;
}
.furusato_link_btn a {
  display: block;
}
.furusato_link_btn {
  width: 580px;
  height: 92px;
  margin: 10px auto 0;
}
.boxB {
  width: 1400px;
  margin: 0 auto;
}
.boxB_left,.boxB_right {
  width: 700px;
  height: 1910px;
  padding-top: 28px;
}
.boxB_left {
  background: url(../img/boxB_left_bg.png) no-repeat left top;
}
.boxB_right {
  background: url(../img/boxB_right_bg.png) no-repeat right top;
}
.bl_cts_01 {
  width: 470px;
  height: 575px;
  margin-left: 186px;
  margin-bottom: 35px;
  background: url(../img/kosumosu.png) no-repeat center top;
  position: relative;
}
.bl_cts_02 {
  width: 496px;
  height: 603px;
  margin-left: 186px;
  margin-bottom: 35px;
  background: url(../img/ringo.png) no-repeat center top;
  position: relative;
}
.bl_cts_03 {
  width: 496px;
  height: 573px;
  margin-left: 186px;
  background: url(../img/kuri.png) no-repeat center top;
  position: relative;
}
.boxB p a {
  display: block;
}
.kosumosu_link {
  width: 446px;
  height: 158px;
  position: absolute;
  bottom: 76px;
  left: 18px;
}
.ringo_link {
  width: 446px;
  height: 158px;
  position: absolute;
  bottom: 76px;
  left: 18px;
}
.kuri_link {
  width: 446px;
  height: 193px;
  position: absolute;
  bottom: 0;
  left: 18px;
}
.br_cts_01 {
  width: 451px;
  height: 651px;
  margin-left: 50px;
  background: url(../img/ilumi_koba.png) no-repeat center top;
  position: relative;
}
.br_cts_02 {
  width: 451px;
  height: 574px;
  margin-left: 50px;
  background: url(../img/ilumi_nojiri.png) no-repeat center top;
  position: relative;
}
.lilumi_koba_link {
  width: 445px;
  height: 196px;
  position: absolute;
  bottom: 78px;
  left: 1px;
  
}
.lilumi_nojiri_link {
  width: 445px;
  height: 196px;
  position: absolute;
  left: 1px;
  bottom: 54px;
}
.br_cts_03 {
  width: 445px;
  height: 515px;
  padding-top: 94px;
  margin-left: 50px;
  background: url(../img/ichigo.png) no-repeat center top;
  position: relative;
}
.ichigo_01_link {
  width: 445px;
  height: 234px;
  margin-bottom: 60px;
}
.myfooter {
  width: 100%;
  height: 230px;
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #fff;
}
.myfooterWrap {
  width: 665px;
  margin: 0 auto;
}
.footer_link_01 {
  width: 665px;
  height: 76px;
  margin-bottom: 23px;
}
.footer_link_03 {
  margin-bottom: 23px;
}


/*ページトップ*/
#page-top {
  display: none;
}
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}
.move-page-top {
  display: block;
  background: #6c3e83;
  width: 40px;
  height: 40px;
  color: white;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: white;
}

/*モバイル用*/
@media (max-width: 768px) {
  
}

/*二段組*/
@media (min-width: 500px) and (max-width: 767px) {
  
}

/*モバイル横向き*/
@media (orientation: landscape) and (max-width: 767px) {
  
}

/*PC用*/
@media (min-width: 768px) {
  
}