@charset "utf-8";

/* ==========================================================
   footer.css
   footer関連CSSのみ抽出
   元ファイル: reset.css / common.css / style.css
========================================================== */

/* ==================
   footer scoped reset
====================== */
.footer ul,
.footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pgTop img,
.footer img {
  vertical-align: top;
}

/* ==================
   page top
====================== */
.pgTop {
  width: 1000px;
  height: 38px;
  margin: 20px auto;
  position: relative;
}

.pgTop a {
  display: block;
  position: absolute;
  right: 0;
}

/* ==================
   footer base
====================== */
.footer {
  width: 100%;
  background: #F8F5ED;
  padding-top: 43px;
}

.ftBox {
  position: relative;
  width: 1100px;
  margin: auto;
  background: url(../img/f_bg.png) right bottom no-repeat;
  background-size: 580px;
  padding: 0;
  margin-bottom: 50px;
}

.ftBox li a {
  color: #333 !important;
  text-decoration: underline;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.ftBox a:hover {
  color: #999 !important;
}

.ftBox > ul > li {
  float: left;
  height: 430px;
  font-size: 13.5px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding:0 30px;
}

.ftBox .leftBox {
  *width: 215px;
}

.ftBox .cnterBox {
  *width: 200px;
  *padding-left: 40px;
  border-left: 1px solid #dcdcdc;
}

.ftBox .rightBox {
  *width: 250px;
  *padding-left: 40px;
  border-left: 1px solid #dcdcdc;
}

.ftBox .textBox {
  width: 300px;
}

.ft_title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

/* ==================
   other shop button
====================== */
.otherShop {
  margin: 5px auto 15px auto;
  width: 1000px;
  text-align: right;
}

.otherShop2 {
  position: absolute;
  top: 30px;
  right: 15px;
  text-align: right;
  margin: auto;
}

.otherShop2 a {
  padding: 8px 35px 8px 15px;
  text-align: center;
  display: inline-block;
  color: #1e5534;
  border: solid 1px #1e5534;
  font-size: 11.5px;
  background: url(https://borrelli.itembox.cloud/item/img//moreArrow.png) no-repeat right center;
  background-size: 15px;
  *background-position-y: 9px;
  background-position-x: 135px;
}

.otherShop2 a:hover {
  opacity: 0.6;
}

/* ==================
   copyright
====================== */
.cpBox {
  width: 100vw;
  height: 65px;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #272727;
}

.cpBox img {
  width: auto;
  height: 36px;
  margin-right: 15px;
  text-align: center;
  background: #272727;
  padding-top: 12px;
  display: none;
}

.cpBox span {
  margin-top: 21px;
  display: inline-block;
}

/* ==================
   responsive
====================== */
@media screen and (max-width: 1200px) {
  .pgTop {
    width: 100%;
  }

  .pgTop a {
    padding-right: 20px;
  }

  .ftBox {
    transform: scale(0.9);
  }

  .ftBox > ul > li {
    font-size: 13px;
  }

  .otherShop {
    width: 100%;
  }

  .otherShop a {
    padding-right: 20px;
  }

  .otherShop2 a {
    background-size: 15px;
    background-position-y: 9px;
    background-position-x: 138px;
  }
}

@media screen and (max-width: 1024px) {
  .ftBox {
    width: 100vw;
    background-size: 510px;
  }
}
