html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
h2 {
  font-size: 40px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 20px;
  }
  main {
    padding: 50px 0 0;
  }
}
/* -----header----- */
.l-header {
  background-color: #ffdb00;
  padding: 0.5rem 2rem;
}
.l-header__logo {
  width: 186px;
}
.l-header__inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.l-header__menu {
  display: flex;
  justify-content: right;
  width: 68%;
}
.l-header__menu ul {
  display: flex;
}
.l-header__menu ul li {
  font-size: 14.5px;
  padding: 0 24px 0 0;
}
.l-header__tel {
  display: flex;
  align-items: center;
}
.l-header__tel img {
  width: 25px;
  height: 25px;
}

.l-header__tel p {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1100px) {
  .l-header__menu {
    width: 62%;
  }
  .l-header__tel p {
    font-size: 16px;
  }
  .l-header__tel img {
    width: 20px;
    height: 20px;
    padding-right: 6px;
  }
}

/* ---------footer--------- */
.l-footer {
  background-color: #ffdb00;
  padding: 40px 0 0px;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer__inner ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.l-footer__inner ul li {
  font-size: 20px;
  font-weight: 400;
}
.l-footer__img {
  width: 133px;
  margin: 85px auto 55px;
}
.l-footer__access {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  margin-bottom: 60px;
}
.l-footer small {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 30px 0;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l-header {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 99;
  }
  .l-header__logo {
    width: 100px;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .l-header__menu {
    /* display: none; */
    position: fixed;
    top: 50px;
    right: -330px; /* 初期は画面外 */
    width: 300px;
    height: 100%;
    background: #ffdb00;
    transition: right 0.4s ease;
    z-index: 999;
    padding: 24px 0 0 22px;
    display: block;
  }
  .l-header__menu.active {
    right: 0;
  }
  .l-header__menu ul {
    display: block;
  }
  .l-header__menu ul li {
    padding: 13px 0;
  }
  .l-header__menu ul li a {
    font-size: 16px;
  }
  .l-header__inner {
    display: block;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 2px;
    right: 19px;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    background-color: unset;
    border: unset;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 12px;
    background: #000;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 15px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 22px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 29px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  .l-footer__inner ul {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .l-footer__inner ul li {
    font-size: 16px;
  }
  .l-footer__img {
    margin: 40px auto;
  }
  .l-footer__access {
    font-size: 13px;
  }
  .l-footer small {
    font-size: 12px;
  }
  .pageTop {
    bottom: 176px;
    right: 18px;
    width: 36px;
    height: 36px;
    position: fixed;
  }
  .pageTop a {
    top: 30%;
    position: absolute;
  }
    .c-btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .c-btn_tel {
    display: block;
    border-radius: 10px;
    font-size: 18px;
    padding: 18px 0;
    box-shadow: 5px 6px 1px rgba(0, 0, 0, 0.16);
    background-color: #ffdb00;
    color: #fff;
    margin: 0 5% 20px;
  }
  .c-btn_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn_tel img {
    width: 20px;
    height: 20px;
  }
  .c-btn_access {
    display: block;
    border-radius: 10px;
    font-size: 13px;
    padding: 18px 0;
    background-color: #ffdb00;
    color: #000;
    text-align: center;
    margin: 0 5% 20px;
  }

}
