@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

picture {
  display: block;
}

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

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

.pc-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-element {
    display: none !important;
  }
}

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

.container {
  overflow: hidden;
  width: 100%;
  min-width: 1080px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    min-width: inherit;
    margin-top: 0;
    position: relative;
  }
}
.container.top {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .container.sp-top {
    margin-top: 90px;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: inherit;
  }
}

.font-secondary {
  font-family: "Oswald", sans-serif;
}
.font-secondary * {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.font-tertiary {
  font-family: "Hina Mincho", serif;
}

.lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}
.lead.left {
  text-align: left;
}

.note {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.txt-box .note {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .txt-box .note {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}/*# sourceMappingURL=base.css.map */