@charset "utf-8";

/*共通設定*/
#body {
  position: relative;
}
.ichigo-01,
.ichigo-02,
.ichigo-03 {
  position: absolute;
  z-index: 0;
}
.ichigo-01 {
  top: 0;
  right: 0;
}
.ichigo-02 {
  top: 657px;
  left: 0;
}
.ichigo-03 {
  top: 1382px;
  right: 0;
}

.allWrap {
  min-width: 100%;
  background: url(../img/boxA_bg.png) repeat-x left top;
  z-index: 9999;
}

/*boxA*/
.boxA {
  background:
  /*url(../img/ichigo_Bg-01.png) no-repeat right top,
  url(../img/ichigo_Bg-02.png) no-repeat left 597px,
  url(../img/ichigo_Bg-03.png) no-repeat right 1242px;*/
  min-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.boxA-inwarp {
  width: 990px;
  height: ;
  margin: 0 auto;
}
.boxA-inwarp h1 {
  padding: 30px 95px 0;
  position: relative;
}
.boxA-inwarp h1 img {
  display: inline-block;
}
.naviWrap {
  position: relative;
}
.dGurumeBtn {
  position: absolute;
  right: 20px;
}
.navi {
  width: 805px;
  margin: 0 auto;
  padding-top: 15px;
}
.navi li.naviA,
.navi li.naviB,
.navi li.naviC {
  width: 253px;
  height: 323px;/*283px 180515*/
  float: left;
}
.navi li.naviA {
  background: url(../img/naviA.png) no-repeat center top;
}
.navi li.naviB {
  background: url(../img/naviB.png) no-repeat center top;
}
.navi li.naviC {
  background: url(../img/naviC.png) no-repeat center top;
}
.dGurumeBtn a {
  width: 151px;
  height: 81px;
  display: block;
}
.ml23 {
  margin-left: 23px;
}
.linkWrap {
  width: 233px;
  height: 29px;
  margin-top: 188px;
  padding: 10px 10px 13px;/*bottom 10px 180515*/
}
.linkWrap li a {
  display: block;
  width: 113px;
  height: 30px;
}
.kuponBtn a {
  display: inline-block;
}
.kuponBtn {
  width: 253px;
  height: 31px;/*44px 180515*/
  margin: 10px auto 0;
}
.kuponBtn02 a {
  display: inline-block;
}
.kuponBtn02 {
  width: 253px;
  height: 31px;/*44px 180515*/
  margin: 17px auto 0;
}
.chushaku {
  width: 420px;/*354px 180515*/
  margin: 0 auto;
  padding-top: 10px;
}
.chushaku p {
  font-size: 12px;
  line-height: 1.25em;
  padding-left: 12px;
  text-indent: -7px;
}
.oitaWrap {
  width: 990px;
  height: 571px;
  margin-top: 0px;
  background: url(../img/oita.png) no-repeat center top;
  position: relative;
}
.oitaLinkBtn {
  position: absolute;
  bottom: 0;
  right: 45px;
}
.oitaLinkBtn a {
  display: block;
  width: 323px;
  height: 49px;
}
.kumaWrap {
  width: 990px;
  height: 571px;
  margin-top: 40px;
  background: url(../img/kumamoto.png) no-repeat center;
  position: relative;
}
.kumaLinkBtn {
  position: absolute;
  bottom: 0;
  left: 38px;
}
.kumaLinkBtn a {
  display: block;
  width: 323px;
  height: 49px;
}

/*boxB*/
.boxB {
  background: url(../img/boxA_bg.png) repeat-x left top;
}
.boxBinCts {
  width: 990px;
  height: ;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.myFooterLink {
  width: 886px;
  margin: 30px auto 0;
}
.chushaku02 {
  font-size: 12px;
  width: 42%;/*41% 180515*/
  margin: 15px auto 0;
  text-align: left;
}
.ml20 {
  margin-left: 20px;
}
.fLink01 {
  width: 282px;
  height: 168px;/*120px 180515*/
  float: left;
  background: url(../img/footerLink-01.png) no-repeat center top;
}
.fLink02 {
  width: 282px;
  height: 168px;/*120px 180515*/
  float: left;
  background: url(../img/footerLink-02.png) no-repeat center top;
}
.fLink03 {
  width: 282px;
  height: 168px;/*120px 180515*/
  float: left;
  background: url(../img/footerLink-03.png) no-repeat center top;
}

.footerLinkWrap {
  width: 258px;
  padding: 12px 12px 6px;/*bottom 0px 180515 */
  margin: 27px auto 0;
}
.footerLinkWrap li a {
  display: block;
  width: 124px;
  height: 33px;
}




/*ページトップ*/
#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: red;
  width: 40px;
  height: 40px;
  color: yellow;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: yellow;
}

/*モバイル用*/
@media (max-width: 768px) {
  
  body {
    width: 990px;
    height: auto;
  }
  .allWrap {
    width: 990px;
  }
  
  img {
    
  }
  .page-top {
    display: none;
  }
  .container {
    background: none;
    width: 990px;
  }
  .container-shadow {
    background: none;
  }
  
}

/*二段組*/
@media (min-width: 500px) and (max-width: 767px) {
  
}

/*モバイル横向き*/
@media (orientation: landscape) and (max-width: 767px) {
  
}

/*PC用*/
@media (min-width: 768px) {
  
}