@charset "UTF-8";

/* -------------------------------------------------- */
/* 鍵カッコ */
/*--------------------------------------------------- */
/* -------------------------------------------------- */
/* html */
/*--------------------------------------------------- */
/* 変数ここまで */
footer a {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.navFoot {
  max-width: 1000px;
  width: 100%;
  margin: 24px auto;
}

.navFoot .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navFoot li {
  list-style: none;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 10px;
}

.copyRight {
  text-align: center;
  margin: 16px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
}

.floating a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #222;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  opacity: 0.6;
  padding: 1.5em 1em 1em;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #555;
}

.floating a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 700;
  position: absolute;
  top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

.floating a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.acf-map {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .acf-map {
    height: 200px;
    width: 100%;
  }
}

/*レスポンシブ*/
@media (max-width: 768px) and (max-width: 480px) {
  .navFoot {
    display: none;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .navFoot ul {
    display: none;
  }
}

@media (max-width: 768px) {
  .navFoot li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .navFoot li {
    padding: 6px 0;
    text-align: center;
  }
}

.contact {
  background-color: #edeef0;
  width: 100%;
  color: #735749;
  margin-top: 100px;
  padding-bottom: 80px;
}

.contact h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 700;
  text-align: center;
  line-height: 1.3em;
  padding-top: 70px;
}

.contact .catch {
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
}

.contact .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  max-width: 550px;
  margin: 50px auto 0;
}

.contact .flex1 {
  /*margin: auto;*/
}

.contact .tel {
  color: #62827f;
  background-color: #fff;
  border: 1px solid #62827f;
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all;
}

.contact .tel a {
  padding: 12px;
  color: #62827f;
}

.contact .tel a:visited {
  color: #62827f;
}

@media (min-width: 769px) {
  .contact .tel a:hover {
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

.contact .btn {
  width: 300px;
  height: 46px;
  width: 240px;
  height: 60px;
}

.contact .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #665035;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .btn a:hover {
  background: #FFFFFF;
  color: #665035;
  border: 1px solid #665035;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact .btn a, .contact .btn a:active {
  color: #fff;
  background-color: #62827f;
  border: 1px solid #62827f;
}

.contact .btn a:hover, .contact .btn a:active:hover {
  color: #62827f;
  background-color: #fff;
  border: 1px solid #62827f;
}

.footer {
  background-color: #735749;
  padding: 20px 0;
  margin-top: 80px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:visited {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.foot {
  margin-top: 80px;
}

.foot .flex2:first-child {
  width: 350px;
}

.foot .flex2:first-child img {
  max-height: 100px;
  max-width: 261px;
}

.foot .flex2:last-child {
  width: calc(100% - 350px);
}

.foot .list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.foot .list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9em;
}

.foot .list .list1 {
  width: 80px;
}

.foot .list .list2 {
  width: calc(100% - 80px);
  padding-right: 10px;
}

.navFoot {
  margin: 0 auto;
}

.navFoot li a {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.navFoot li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.navFoot li a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.navFoot li a:after {
  background: #fff;
}

@media (max-width: 768px) {
  .contact {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .contact a, .contact a:active {
    color: #fff;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact .catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .contact .flex {
    max-width: 550px;
    margin: 50px auto 0;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: initial;
    width: 100%;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact .flex2 {
    width: 100%;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact .tel {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .contact .btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .foot {
    margin-top: 80px;
  }

  .foot .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot .flex2:first-child {
    width: 100%;
  }

  .foot .flex2:first-child img {
    max-height: 100px;
    margin: 0 auto;
    display: block;
  }

  .foot .flex2:last-child {
    width: 100%;
  }

  .foot .list {
    margin: 30px auto;
    max-width: 400px;
  }

  .foot .list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9em;
  }

  iframe {
    min-height: 200px;
  }

  .navFoot {
    margin-top: 80px;
  }

  .navFoot li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}