@charset "UTF-8";

/* フッター
***************************************************************/

footer {
  background-color: #6c5d47;
}

footer .inner {
  padding: 50px 0 60px;
}

footer .text_wrap {
  display: flex;
  gap: 73px;
}

footer .text_wrap .text_box1 {
  color: #fff;
  flex: 1;
}

footer .text_wrap .text_box1 .address {
  display: flex;
  gap: 34px;
}

footer .text_wrap .text_box1 .img1 {
  width: 106px;
}

footer .text_wrap .text_box1 ul li.text1 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}

footer .text_wrap .text_box1 ul li.text2 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

footer .text_wrap .text_box1 .img2 {
  margin-top: 51px;
}

footer .text_wrap .text_box2 {
  width: 577px;
  background-color: #fcfaec;
  border-radius: 10px;
  padding: 30px 56px 30px 52px;
  text-align: center;
}

footer .text_wrap .text_box2 h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

footer .text_wrap .text_box2 .flex {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
}

footer .text_wrap .text_box2 .flex .flex_box {
  padding: 20px 0;
  border-radius: 10px;
  color: #fff;
}

footer .text_wrap .text_box2 .flex .flex_box.link1 {
  background-color: #6c5d47;
}

.text_wrap .text_box2 .flex .flex_box.link2 {
  background-color: #ff9a01;
  transition: all 0.3s ease;
}

footer .text_wrap .text_box2 .flex .flex_box img {
  width: 50px;
}

footer .text_wrap .text_box2 .flex .flex_box p.text1 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  text-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
}

footer .text_wrap .text_box2 .flex .flex_box p.text2 {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

footer .inner .nav {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}

footer .inner .nav ul {
  display: flex;
  justify-content: end;
  gap: 30px;
}

footer .inner .nav ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease;
}

footer .copy_right {
  text-align: center;
  padding: 30px 0;
  background-color: #fcfaec;
}

footer .copy_right .text {
  font-size: 12px;
  line-height: 17px;
}

@media screen and (min-width: 768px) {
  footer .text_wrap .text_box2 .flex .flex_box.link1 {
    pointer-events: none;
  }

  footer .text_wrap .text_box2 .flex .flex_box.link2:hover {
    background-color: #ff7b01;
  }

  footer .inner .nav ul li a:hover {
    color: #ff9a01;
  }
}

@media screen and (max-width: 1200px) {
  footer .inner {
    padding: 40px 0;
  }

  footer .text_wrap {
    flex-flow: column;
    gap: 30px;
  }

  footer .text_wrap .text_box1 .address {
    flex-flow: column;
    gap: 20px;
    align-items: center;
  }

  footer .text_wrap .text_box1 .img2 {
    margin-top: 32px;
  }

  footer .text_wrap .text_box2 {
    width: 100%;
    padding: 30px 0;
  }

  footer .text_wrap .text_box2 h3 {
    font-size: 16px;
    line-height: 18px;
  }

  footer .text_wrap .text_box2 .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 58px;
  }

  footer .text_wrap .text_box2 .flex .flex_box {
    padding: 20px 0;
  }

  footer .text_wrap .text_box2 .flex .flex_box p.text2 {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
  }

  footer .inner .nav {
    padding-top: 0;
    margin-top: 20px;
    border-top: none;
  }

  footer .inner .nav ul {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 260px;
    margin: 0 auto;
  }

  footer .copy_right {
    padding: 15px 0;
  }

  footer .copy_right .text {
    font-weight: 500;
  }
}
