@charset "UTF-8";
div.yoko2-menu {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 30px;
}
div.yoko2-menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 880px) {
  div.yoko2-menu ul {
    gap: 10px;
    padding: 10px;
  }
}
div.yoko2-menu ul a {
  background-color: #FCF9F0;
  border: 1px solid #EAB226;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: 15px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 600px) {
  div.yoko2-menu ul a {
    margin-bottom: 20px;
  }
}
div.yoko2-menu ul a::after {
  position: absolute;
  content: ">";
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
div.yoko2-menu ul a:hover {
  background-color: #EAB226;
  color: #ffffff;
}
div.yoko2-menu ul a.btn_on {
  background-color: #EAB226;
  color: #ffffff;
}

#menu1, #menu2 {
  scroll-margin-top: 100px; /* ヘッダーの高さ分を指定 */
}

div.c2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 880px) {
  div.c2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  div.c2 {
    display: block;
  }
  div.c2 dl {
    margin-bottom: 20px;
  }
}
div.c2 dl {
  flex: 1 1 calc(50% - 10px);
  flex-grow: 1;
  padding: 20px;
  border: 2px solid #80aa6e;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.c2 dl dt {
  font-size: 1.5rem;
  border-bottom: 1px solid #80aa6e;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
div.c2 dl dd {
  font-size: 2rem;
  text-align: center;
}
div.c2 dl dd span.green-span {
  background-color: #47852d;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 5px;
  margin-left: 15px;
}
@media screen and (max-width: 880px) {
  div.c2 dl dd span.green-span {
    display: grid;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  div.c2 dl dd span.green-span {
    width: 70px;
  }
}

div.tel-waku {
  padding: 20px;
  border: 2px solid #80aa6e;
  border-radius: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 880px) {
  div.tel-waku {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  div.tel-waku {
    grid-template-columns: 1fr;
  }
}
div.tel-waku p.title {
  border-right: 1px solid #80aa6e;
  font-size: 1.8rem;
  align-items: center;
  display: flex;
  line-height: 1.4;
  padding-right: 15px;
}
@media screen and (max-width: 600px) {
  div.tel-waku p.title {
    border-right: none;
    border-bottom: 1px solid #80aa6e;
    padding-bottom: 5px;
  }
}
div.tel-waku p.tel-bold {
  font-size: 2.2rem;
  font-weight: bold;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
div.tel-waku p.tel-bold span {
  background-color: #47852d;
  color: #ffffff;
  font-size: 1rem;
  padding: 5px;
  margin-left: 10px;
  font-weight: normal;
}
div.tel-waku p.tel-description {
  font-size: 1.5rem;
  line-height: 1.6;
}
div.tel-waku p.tel-description {
  font-size: 1.3rem;
  line-height: 1.5;
}

div.grad-table {
  background: linear-gradient(to right, #FFEFFB, #FCF9F0);
  width: 80%;
  padding: 20px;
  font-size: 1.6rem;
  margin: 20px auto 50px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 880px) {
  div.grad-table {
    width: 100%;
  }
}
div.grad-table span {
  font-size: 2.4rem;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  div.grad-table span {
    display: block;
    margin: 10px;
  }
}

h3 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 50px;
}
h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFBAC6;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: amoeba 3s ease-in-out infinite alternate;
}

div.acc-in {
  font-size: 1.6rem;
}
div.acc-in p {
  margin-left: 5px;
  padding: 15px;
  line-height: 1.8;
}
div.acc-in h4 {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 20px auto;
  padding: 10px;
  border-bottom: 2px solid #80aa6e;
}

.acc-in .grad-table {
  width: 100%;
  display: block;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 30px;
}

article img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.is-dark div.grad-table {
  background: none;
  background-color: #000000;
}
.is-dark div.yoko2-menu ul a, .is-dark div.yoko2-menu ul a:hover {
  background-color: #000000;
  color: #ffffff;
}/*# sourceMappingURL=tel.css.map */