@charset "utf-8";
/* bottom contact ***************************************************/
.btmContactBox {
  background: #fff;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.btmContact {
  width: 100%;
  margin: 0 auto;
}
.btmContactWrap {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
}
.btmContactWrap::after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ab7449;
}
.btmContactTel,
.btmContactMail {
  width: 37%;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.btmContactWrap .h3-styleA {
  margin-bottom: 3px;
}
.btmContactNotice {
  margin-bottom: 35px;
  color: #999;
  font-size: 0.8em;
}
.btmContactNotice-sales {
  color: #ff6f65;
  font-size: 0.8em;
  text-align: left;
  margin-top: 0.3rem;
}
.btmContactBtn .btn-styleA a {
  width: 100%;
}
.btmContactLine {
  width: 1px;
  position: relative;
}
.btmContactLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(204, 204, 204, 0.5);
}
.btmContactIcon {
  display: inline-block;
  background: #ab7449;
  width: 50px;
  height: 50px;
  color: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 20px rgb(218 165 124 / 34%);
  margin-bottom: 4px;
}
.btmContactIcon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
}
.btmContactMail .btmContactIcon {
  background: #fff;
  color: #ab7449;
  border: solid 1px #ab7449;
}

/* footer ***************************************************/
footer#footer {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 1024px;
  background: #fff;
}
.f-inBox {
  width: 1400px;
  max-width: 92%;
  min-width: 1024px;
  margin: 0 auto;
}
.f-cntBox {
  width: 95%;
  margin: 0 auto;
}
.f-areaOutBox {
  background: #faf9f5;
  margin: 0 auto 80px;
  padding: 80px 0;
  box-sizing: border-box;
}
.f-areaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-areaList li {
  width: 48%;
  margin: 8px 0;
  box-sizing: border-box;
  border-bottom: dotted 1px #ddd;
}
.f-areaList li.f-areaListClear {
  width: 10%;
}
.f-areaCnt {
  display: flex;
  align-items: baseline;
}
.f-areaCnt dt {
  width: 15%;
  font-weight: bold;
  padding-right: 0.5em;
  box-sizing: border-box;
  color: #ab7449;
}
.f-areaCnt dd {
  width: 85%;
  box-sizing: border-box;
}
.f-wrapBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-cntInBox {
  width: calc(82% / 4);
}
.f-cntInBox.f-cntInBox2Box {
  width: calc(82% / 2);
}
.f-cntInLogo {
  width: 250px;
  max-width: 98%;
}
.f-cntInTitle {
  font-weight: bolder;
  text-shadow: 0 0 0 #000;
  border-bottom: solid 1px #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.f-cntInDetail li {
  margin: 10px 0;
}
.f-cntInDetail a {
  color: #000;
  display: block;
}
.f-cntInDetail a:hover {
  opacity: 0.5;
}
.f-cntInSns img {
  display: inline-block;
  width: 0.9em;
  margin-right: 2px;
}
.f-ACSnsBox a {
  width: 1rem;
  display: inline-block;
  margin-left: 0.2rem;
}
.f-cntInMenuListBox {
  display: flex;
  row-gap: 2rem;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.f-cntInMenuListBox .f-cntInMenuList {
  width: calc((100% / 2) - 1rem);
}
/* copyright ***************************************************/
#copyright {
  clear: both;
  margin: 80px auto 20px;
  font-style: normal;
  zoom: 1;
  font-size: 0.8em;
  color: #999;
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 768px) {
  /* bottom contact ***************************************************/
  .btmContactBox {
    padding-bottom: 75px;
  }
  .btmContact {
    margin: 0 auto;
  }
  .btmContactWrap {
    padding-top: 50px;
  }
  .btmContactWrap::after {
    width: 35px;
  }
  .btmContactTel,
  .btmContactMail {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .btmContactWrap .h3-styleA {
    margin-bottom: 3px;
  }
  .btmContactNotice {
    margin-bottom: 35px;
  }
  .btmContactNotice-sales {
    margin-top: 0.8rem;
    line-height: 1.2;
  }
  .btmContactLine {
    width: 100%;
    position: relative;
    margin: 50px auto;
  }
  .btmContactLine::after {
    width: 100%;
    height: 1px;
  }

  /* footer ***************************************************/
  footer#footer {
    min-width: auto;
  }
  .f-inBox {
    width: 90%;
    max-width: 90%;
    min-width: auto;
    margin: 0 auto;
  }
  .f-cntBox {
    width: 95%;
    margin: 0 auto;
  }
  .f-areaOutBox {
    background: #faf9f5;
    margin: 0 auto 50px;
    padding: 50px 0;
    box-sizing: border-box;
  }
  .f-areaList {
    flex-wrap: wrap;
  }
  .f-areaList li {
    width: 100%;
  }
  .f-areaCnt {
    flex-wrap: wrap;
  }
  .f-areaCnt dt {
    width: 100%;
    font-size: 1em;
    padding-right: 0;
    color: #ab7449;
  }
  .f-areaCnt dd {
    width: 100%;
  }

  /*  */
  .f-cntInBox {
    width: 100%;
    margin: 25px auto;
  }
  .f-cntInBox.f-cntInBox2Box {
    width: 100%;
  }
  .f-cntInMenuListBox {
    row-gap: 0;
    column-gap: 0;
  }
  .f-cntInMenuListBox .f-cntInMenuList {
    width: 100%;
  }
  .f-cntInLogo {
    width: 250px;
    max-width: 90%;
    margin: 0 0 20px -10px;
  }
  .f-cntInTitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .f-cntInDetail li {
    margin: 5px 0;
  }

  /* copyright ***************************************************/
  #copyright {
    margin: 50px auto 15px;
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 480px) {
}
