@charset "UTF-8";

#intro .inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

#intro .inner > div {
  max-width: 320px;
  width: 100%;
  text-align: center;
  border: 1px solid #5e3f32;
  padding: 8px 4% 12px;
  margin: 0 10px 8px;
}

#intro .inner > div > .txt01 {
  margin-bottom: 6px;
}

#intro .inner > div > .tel {
  position: relative;
  text-align: left;
  transform: translateY(-4px);
  padding-left: 70px;
}

#intro .inner > div > .tel::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 100%;
  background-image: url('../img/contact/tel.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

#intro .inner > div > .tel > .num > a {
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 220%;
  font-weight: 600;
  cursor: pointer;
}

#intro .inner > div > .tel > .num > a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 300s ease-in-out;
}

#intro .inner > div > .tel > .num > a:hover::before {
  opacity: 0;
}

@media screen and (max-width:480px) {
  #intro .inner > div > .tel {
    display: inline-block;
    font-size: 90%;
    padding-left: 50px;
  }
  #intro .inner > div > .tel::after {
    width: 45px;
  }
}

#contact{
      border-bottom: 1px solid #d7c7be;
}


#contact .mailform .txt-comp {
  text-align: center;
  margin: 40px 0;
}

#contact .mailform .min-blc {
  padding: 15px 4%;
}

#contact .mailform .min-blc > .ttl {
  font-size: 140%;
  margin-bottom: 10px;
}

#contact .mailform .min-blc > .txt01 {
  margin-bottom: 20px;
}

#contact .mailform .min-blc > .txt01 > a,
#contact .mailform .min-blc > .txt02 > a {
  position: relative;
  text-decoration: none;
}

#contact .mailform .min-blc > .txt01 > a::before,
#contact .mailform .min-blc > .txt02 > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7f5c2e;
}

#contact .mailform .min-blc > .txt01 > a {
  color: #7f5c2e;
}

#contact .mailform .min-blc > .txt01 > a::before {
  background-color: #7f5c2e;
}

#contact .mailform .min-blc > .txt02 > a {
  font-size: 110%;
  color: #000;
}

#contact .mailform .min-blc > .txt02 > a::before {
  background-color: #6c6c6c;
}


.e_contact{
      text-align: center;
}

.e_contact a{
  text-decoration: none;
  position: relative;
margin: 0 auto;
    max-width: 240px;
    padding: 12px 25px 14px 10px;
    color: #6bb6ff;
    font-weight: 600;
    background: #fcfcfc;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 15%);
    border-radius: 0.45rem;
   border-color: rgb(15 102 99 / 18%);
}

 .e_contact a:hover {
    opacity: 0.8;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 0%);
}

.e_contact a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #6bb6ff;
    border-right: 3px solid #6bb6ff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
