@charset "utf-8";

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.inner-970 {
  width: calc(100% - 40px);
  max-width: 970px;
  margin: 0 auto;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}
.pc {
  display: block !important;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.clr--yellow {
  color: #fac500;
}
.clr--purple {
  color: #6c69ad;
}
.clr--pink {
  color: #e84264;
}
.clr--orange {
  color: #f08300;
}
.clr--brown {
  color: #4e3400;
}

a.sptel {
  cursor: default;
  pointer-events: none;
  display: inline-block;
}

.ilblk {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  position: relative;
}

.header__wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  z-index: 3;
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.header__left {
  width: 201px;
  position: relative;
  z-index: 2;
}
.header__logoLink a {
  display: block;
}

.header__navWrap {
  width: calc(100% - 173px);
  max-width: 645px;
}

.header__nav-list {
  display: flex;
  flex-wrap: wrap;
}

.header__nav-listItem {
  position: relative;
}

.header__nav-listItem:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.header__nav-listItem:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 51%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fde99e;
}

.header__nav-listItem a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 1.55;
  position: relative;
}

.ham {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background-color: #fac500;
  border-radius: 8px;
  border: 1px solid #fff;
  display: none;
}

.ham__lineWrapper {
  width: 22px;
  height: 14px;
  position: relative;
  top: 14px;
  left: 10px;
}

.ham__lineWrapper span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ham__lineWrapper span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ham__lineWrapper span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.ham.open {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 20px;
}

.ham.open .ham__lineWrapper span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  opacity: 0;
}

.ham.open .ham__lineWrapper span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.ham__text {
  color: #fff;
  font-size: 8px;
  text-align: center;
  width: 100%;
  line-height: 2;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ham__text.close {
  display: none;
}
.ham.open .ham__text.close {
  display: block;
}
.ham.open .ham__text.menu {
  display: none;
}

/* footer */
.footer {
  padding-top: 89px;
}
.footer__inner {
  padding-top: 38px;
  padding-bottom: 10px;
  background: url("../imgs/footer_bg.jpg") center center / cover no-repeat;
}
.footer__box {
  display: flex;
  justify-content: space-between;
}
.footer__lft {
  width: 45%;
  max-width: 407px;
}
.footer__rgt {
  width: 53%;
  max-width: 450px;
}
.footer__rgtAdress {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 17px;
  line-height: 1.22;
  background-color: #fff;
}
.footer__rgtText {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.36;
}
.footer__rgtLogo {
  width: 52%;
  max-width: 235px;
  margin-bottom: 15px;
}
.footer__rgtLogo a {
  display: block;
}
.footer__copy {
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  line-height: 1.75;
}

#totop {
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .footer__box {
    gap: 0 70px;
  }
  .footer__lft {
    width: 407px;
  }
  .footer__rgt {
    width: calc(100% - 477px);
  }
}

@media screen and (max-width: 980px) {
  br.b-980 {
    display: none;
  }
}

@media screen and (max-width: 945px) {
  .header__left {
    width: 145px;
  }
}

@media screen and (max-width: 930px) {
  .footer__box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .footer__lft {
    width: calc(100% - 40px);
    max-width: 407px;
    margin-bottom: 20px;
  }
  .footer__rgt {
    width: 100%;
    max-width: 450px;
  }
  .footer__rgtLogo {
    width: 42%;
    max-width: 185px;
    min-width: 148px;
  }
}

@media screen and (min-width: 881px) {
  .header__navWrap {
    display: block !important;
  }
}

@media screen and (max-width: 880px) {
  header {
    position: relative;
  }
  .header__inner {
    justify-content: space-between;
    padding-top: 0;
  }

  .ham {
    display: block;
  }
  .header__left {
    padding-top: 15px;
  }
  .header__navWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #ffd800;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    left: 0;
    z-index: 5;
    padding-top: 120px;
  }
  .header__nav-inner {
    display: block;
    margin: 0 auto;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
  .header__nav-listItem:not(:last-child) {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .header__nav-listItem a {
    color: #000;
    display: inline-block;
  }
  .header__nav-listItem:not(:last-child):after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  #totop {
    width: 50px;
    bottom: 30px;
    right: 15px;
  }
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 500px) {
  .footer {
    padding-top: 70px;
  }
}
