@charset "utf-8";
/* CSS Document */
#sec5 {
  background-image: url("images/sec5back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0;
}
.sec5container {
  padding: 0px 50px 20px 50px;
  overflow: hidden;
}
#sec5 h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}
#sec5 p {
  font-size: 1.1em;
  line-height: 1.4em;
}
#sec6 {
  background: #fff;
  padding: 0;
}
.sec6container {
  padding: 20px 60px 60px 60px;
  overflow: hidden;
}
#sec6 h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}
#sec6 p {
  font-size: 1.1em;
  line-height: 1.4em;
}
/*お問い合わせ*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto 0 auto;
  font-size: 28px;
}
th, td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
  text-align: center;
}
th {
  background: #faffc8;
  font-weight: 600;
  color: #333;
}
td {
  background-color: #ffffff;
}
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
    margin: 0 0 0 10px;
  }
  th {
    background-color: transparent;
    font-weight: bold;
    border: none;
    padding-top: 20px;
  }
  td {
    border: none;
    padding: 10px 0;
    position: relative;
  }
}
.center {
  width: 100%;
  text-align: center;
}
.contact-button {
  margin: 20px 0 70px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* アイコンと文字の間 */
  padding: 15px 30px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #00648b 0%, #006f99 20%, #007aa7 50%, #006f99 80%, #00648b 100%);
  border-radius: 20px; /* 丸み */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-button:hover {
  color: #007aa7;
  text-shadow: 2px 2px 0 #fff, 5px 5px 7px #d6cf5a;
  background: linear-gradient(to right, #d6cf5a 0%, #f0e68c 50%, #d6cf5a 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.tel {
  font-size: clamp(28px, 4vw, 38px);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: -40px 0 -10px 0;
}
.coname {
  margin: 50px 0 0 0;
  max-width: 80%;
}