body {
  font-family: "Noto Serif JP", serif;
}

main {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 20.53333vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .header {
    border-bottom: 2px solid #f48fb1;
  }
}

.header__top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .header__top {
    width: 100%;
  }
}

.header__tel {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header__tel::before {
  content: url("../img/header_tel.png");
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .header__tel {
    display: none;
  }
}

.header__nav {
  border-top: 2px solid #f48fb1;
  border-bottom: 2px solid #f48fb1;
}

.header__nav--list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header__nav--item {
  width: 20%;
  position: relative;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #f48fb1;
}

.header__nav--item:first-child {
  border-left: 1px solid #f48fb1;
}

.header__nav--item a {
  display: block;
  color: #f48fb1;
  padding: 10px 0;
}

.header__nav--item a:hover {
  background: #f48fb1;
  transition: 0.3s;
  color: #fff;
}

.header__nav--sub li {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: solid 1px #f48fb1;
}

.header__nav--sub li a {
  display: block;
  color: #f48fb1;
  padding: 10px 0;
}

.header__nav--sub li a:hover {
  background: #f48fb1;
  transition: 0.3s;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
}

.page-top {
  position: fixed;
  right: 5%;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f48fb1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer {
  position: relative;
  background: #f48fb1;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 70%;
  }
}

.footer__wrap {
  text-align: center;
  margin: 0 auto;
}

.footer__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .footer__link {
    flex-flow: column;
  }
}

.footer__link--item {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .footer__link--item {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }
}

.footer__link--item:not(:last-child):after {
  content: "|";
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer__link--item:not(:last-child):after {
    content: "";
    padding: 0;
  }
}

.footer__link--item a:hover {
  color: #000;
}

.footer__company {
  margin-bottom: 20px;
}

.footer__company--item {
  color: #fff;
  margin-bottom: 5px;
}

.footer__copy {
  font-size: 14px;
  color: #fff;
}

.mainTtl {
  position: relative;
  color: #f48fb1;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}

.mainTtl:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 150px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #f48fb1;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

.header__sp {
  display: none;
  text-align: center;
}

.header__sp--nav {
  margin-top: 2.66667vw;
  margin-bottom: 2.66667vw;
}

.header__sp--list {
  margin: 0 auto;
  font-size: 5.33333vw;
  font-weight: 700;
  width: 80%;
  color: #fff;
}

.header__sp--item {
  padding: 4vw;
  border-bottom: 2px solid #fff;
}

.header__sp--mail, .header__sp--tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.66667vw;
  margin-bottom: 1px;
  border-bottom: none;
  background: #fff;
  color: #625cc5;
  border-radius: 5px;
}

.header__sp--mail::before {
  padding-right: 2.66667vw;
  content: "mail";
  font-family: "Material Icons";
}

.header__sp--tel::before {
  padding-right: 2.66667vw;
  content: "phone_iphone";
  font-family: "Material Icons";
}

@media screen and (max-width: 768px) {
  .header__sp img {
    width: auto;
  }
}

.header__sp.panelactive {
  display: block;
  position: fixed;
  z-index: 4;
  top: 10.66667vw;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.header__burger {
  display: none;
  position: relative;
  border: #6e6e6e 2px solid;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-weight: 700;
  z-index: 4;
  transition: all 0.6s;
}

@media screen and (max-width: 768px) {
  .header__burger {
    display: block;
  }
}

.header__burger.active {
  background: #fff;
}

.header__burger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 5px;
  background: #6e6e6e;
  width: 45%;
}

.header__burger span:nth-of-type(1) {
  top: 13px;
}

.header__burger span:nth-of-type(2) {
  top: 19px;
}

.header__burger span:nth-of-type(3) {
  top: 25px;
}

.header__burger span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: -6px;
  color: #6e6e6e;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.header__burger.active span:nth-of-type(1) {
  top: 14px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.header__burger.active span:nth-of-type(2) {
  opacity: 0;
}

.header__burger.active span:nth-of-type(3) {
  top: 26px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header__burger.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 0;
}

.header__spbg {
  display: none;
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e85298, #f48fb1);
  transform: scale(0);
  left: -18px;
  top: -18px;
  transition: all 0.6s;
}

@media screen and (max-width: 768px) {
  .header__spbg {
    display: block;
  }
}

.header__spbg.circleactive {
  transform: scale(50);
}
/*# sourceMappingURL=common.css.map */