@charset "UTF-8";
/* =======================================
	footer CVボックスで囲むver
========================================== */
footer {
  /* position: relative;
  z-index: 0;
  isolation: isolate; */
  background:url(../img/footerBg.jpg) no-repeat top 92% center / cover;
  padding-top: 3.2%;
}
/* footer::after {
  content: "";
  position: absolute;
  background: url('../img/footerBg.jpg') no-repeat bottom 8.7% center;
  background-size: 100% auto;
  width: 100%;
  height: calc(100vw * 830 / 1400);
  bottom: 0;
  left: 0;
  z-index: -1;
} */

.fTel a {
  background-color: #fff;
  border: 1px solid #e1a0ac;
  padding: 2% 5% 0 0;
  border-radius: 5px;
  height: 7.5em;
  place-content: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 4%;
  color: #231815;
}
.fTel img {
  width: 2.4em;
  margin-top: 0.3em;
}

.fMail a {
  background-color: #fff;
  border: 1px solid #e1a0ac;
  padding: 2% 3% 0 0;
  border-radius: 5px;
  height: 7.5em;
  place-content: center;
  flex-wrap: wrap;
  display: flex;
  display: flex;
  justify-content: center;
  gap: 3.5%;
  color: #231815;
}
.fMail img {
  width: 3.3em;
  margin-top: 0.3em;
}

.fInsta a {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding: 4%;
  position: relative;
  border: none;
  border-radius: 4px;
  align-items: center;
  height: 4.9em;
}

.fInsta a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(-30deg, #ff0872 0%, #ffa017 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border-radius: 4px;
}

.footer02_copy {
  background-color: #231815;
  color: #9e9799;
  padding: 2px 0 3px;
}

.footer02 a {
  color: #231815;
}

.footer02_02 {
  border-top: 2px solid #fff;
}

footer .indent {
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 2px solid #fff;
  text-indent: 0em;
}

.footer02_nav li {
  margin-bottom: 6%;
}