@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");
* {
  box-sizing: border-box;
  transition: all 0.2s;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7em;
  color: #000;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, "Yu Gothic", meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, h4, h5, p, a {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.45em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 3em;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.btn:hover {
  background: #88d52f;
}

.spbr {
  display: block;
}

.pcbr {
  display: none;
}

.info {
  background: #eef0ec;
  padding: 30px 8%;
  text-align: center;
}
.info__title {
  font-size: 1.5em;
}
.info__text {
  margin: 1em 0;
}
.info__text strong {
  font-weight: bold;
}
.info__text a {
  color: #000;
  text-decoration: underline;
}
.info__text a:hover {
  color: #88d52f;
  text-decoration: none;
}

.services {
  color: #fff;
  background-color: #000;
  background-image: url(../img/bg_sp.webp);
  background-size: cover;
  background-position: center;
}
.services__title {
  background: #88d52f;
  text-align: center;
  font-size: 1.15em;
  color: #fff;
  padding: 15px 8%;
  font-weight: bold;
}
.services__name {
  margin: 20px 0 0;
  padding: 0 8%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  font-size: 2.1em;
  font-weight: 700;
}
.services__name span {
  display: block;
  font-weight: bold;
  font-size: 0.45em;
  line-height: 1.45em;
}
.services__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  padding: 15px 8% 20px;
  flex-wrap: wrap;
}
.services__item {
  width: 100%;
}
.services__item a {
  background: #fff;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  transition: all 0.2s;
}
.services__item a:hover {
  background-color: #eef0ec;
}
.services__item a:hover .btn {
  background: #88d52f;
}
.services__info {
  padding: 15px;
  width: calc(100% - 120px);
  order: 1;
  line-height: 1.4em;
}
.services__store-name {
  font-size: 1.142em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}
.services__img-box {
  width: 120px;
  height: 100%;
  flex-shrink: 0;
  order: 2;
  line-height: 0;
}

@media screen and (max-width: 769px) {
  .services__info .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    padding: 5px 1em;
    line-height: 1em;
    border-radius: 0;
  }
}
.plan {
  padding: 0 8% 20px;
}
.plan__item a {
  display: block;
  background: #a2f412;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s;
}
.plan__item a:hover {
  background-color: #eef0ec;
}
.plan__item a:hover .plan__info {
  background-image: url(../img/arrow_hover.svg);
  background-size: 30px 30px;
}
.plan__info {
  padding: 15px 60px 15px 15px;
  width: 100%;
  order: 1;
  line-height: 1.4em;
  background-image: url(../img/arrow.svg);
  background-position: center right 15px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.plan__name {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}
.plan__img-box {
  line-height: 0;
  background-color: #fff;
  text-align: center;
}
.header {
  text-align: center;
  padding: 10px 8%;
  background-color: #fff;
}

.header__logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.header__logo img {
  height: 25px;
  width: auto;
}

.footer {
  background: #000;
  color: #fff;
  padding: 25px 8%;
}
.footer a:hover {
  text-decoration: underline;
}

.footer__inner {
  text-align: center;
}

.footer__link {
  display: block;
}
.footer__link-company {
  color: #fff;
  font-size: 1.142em;
  font-weight: bold;
  margin: 0 auto 10px;
}
.footer__link-mail {
  color: #a2f412;
  font-size: 0.85em;
  margin: 0 auto;
}
.footer__link-mail img {
  margin-right: 5px;
  vertical-align: middle;
}

.footer__copyright {
  font-size: 0.64em;
  line-height: 1.3em;
  margin: 20px 0 0;
  display: block;
}
@media screen and (min-width: 770px) {
  .footer__copyright {
    width: 60%;
    text-align: right;
    font-size: 0.75em;
    margin: 0;
    float: right;
  }
}

/*PC*/
@media screen and (min-width: 770px) {
  body {
    font-size: 16px;
    background-image: url(../img/bg_pc.webp);
    background-size: cover;
    background-position: center bottom;
    min-height: 100vh;
    padding-bottom: 70px;
    position: relative;
    background-color: #000;
  }
  .spbr {
    display: none;
  }
  .pcbr {
    display: block;
  }
  .info {
    padding: 35px 4%;
  }
  .info__title {
    font-size: 1.5em;
  }
  .services {
    background: none;
  }
  .services__title {
    font-size: clamp(1em, 2.3vw, 1.25em);
    padding: 15px 4%;
  }
  .services__name {
    margin: 30px auto 0;
    padding: 0;
    text-align: left;
    max-width: 1025px;
    width: 92%;
    overflow: hidden;
  }
  .services__name span {
    display: inline-block;
    font-size: 0.45em;
    line-height: 1.45em;
    vertical-align: middle;
    padding: 0 1em;
    position: relative;
  }
  .services__name span::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
    height: 2px;
    background: #fff;
  }
  .services__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    padding: 15px 0 30px;
    flex-wrap: wrap;
    max-width: 1025px;
    width: 92%;
    margin: 0 auto;
  }
  .services__item {
    max-width: 320px;
    width: 31%;
  }
  .services__item a {
    border-radius: 10px;
    flex-wrap: wrap;
    height: 100%;
    top: 0;
  }
  .services__item a:hover {
    background-color: #eef0ec;
    top: -10px;
  }
  .services__item a:hover .btn {
    background: #88d52f;
  }
  .services__info {
    padding: 15px;
    width: 100%;
    order: 2;
    line-height: 1.4em;
    text-align: center;
    height: 100%;
  }
  .services__info .btn {
    margin: 10px auto 0;
  }
  .services__info > p {
    text-align: left;
  }
  .services__store-name {
    text-align: left;
  }
  .services__img-box {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    order: 1;
    line-height: 0;
  }
  .plan {
    padding: 0 4% 45px;
  }
  .plan__item a {
    display: flex;
    border-radius: 10px;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  .plan__item a:hover {
    top: -10px;
  }
  .plan__item a:hover .plan__info {
    background-image: url(../img/arrow_pc_hover.svg);
    background-size: 40px 40px;
  }
  .plan__info {
    padding: 25px 80px 25px 30px;
    width: calc(100% - 250px);
    order: 1;
    line-height: 1.4em;
    background-size: 40px 40px;
    background-position: center right 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url(../img/arrow_pc.svg);
  }
  .plan__name {
    font-size: clamp(1.25em, 2.5vw, 1.875em);
    width: 6em;
  }
  .plan__img-box {
    width: 250px;
    order: 2;
    display: flex;
    align-items: center;
  }
  .header {
    padding: 15px 8%;
  }
  .header__logo img {
    height: 30px;
  }
  .footer {
    padding: 20px 4%;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
    vertical-align: middle;
    max-width: 1025px;
    margin: 0 auto;
  }
  .footer__link {
    display: inline-block;
  }
  .footer__link-box {
    display: flex;
    gap: 0 1em;
  }
  .footer__link-company {
    display: block;
    margin: 0;
  }
  .footer__link-mail {
    display: block;
    margin: 0;
  }
  .footer__copyright {
    width: 60%;
    text-align: right;
    font-size: 0.75em;
    margin: 0;
    float: right;
  }
}/*# sourceMappingURL=style.css.map */