html, body, input, select, textarea, th, td, li, a, div, span, p {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
}
body {
  padding: 0;
  background-repeat: repeat;
  background-image: url("../img/img-bg.svg");
  background-size: cover;
  margin: 0;
  background-attachment: fixed;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.sp-view {
  display: block;
}
.pc-view {
  display: none;
}
.btns-car.pc-view {
  display: none;
}
header {
  max-width: 768px;
  margin: 0 auto;
  padding: 8px;
  background: #FFFFFF;
  position: relative;
  border-bottom: solid 1px #dbdcdc;
}
header img {
  height: 36px;
  width: auto;
}
header .btn-storelist {
  position: absolute;
  top: 8px;
  right: 8px;
}
.btn-policy {
  width: 100%;
  text-align: center;
  background: #ee7702;
}
.btn-policy img {
  max-width: 400px;
}
.contents {
  max-width: 768px;
  margin: 0 auto;
}
.content-wrap {
  padding: 25px;
}
.h1-sup {
  font-size: 18px;
}
.h1-sup-tag {
  color: #ffffff;
  background-color: #f29600;
  padding: 8px 4px 8px 12px;
  border-radius: 12px;
  margin-right: 0.5em;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f29600;
  border-radius: 12px;
  padding: 0.75em 1em;
  position: relative;
  margin-bottom: 1.5em;
}
h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  bottom: calc(2px - 1.5em);
  left: 1.5em;
  width: 0;
  height: 0;
  visibility: visible;
  border: 0.75em solid transparent;
  border-top-color: #f29600;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #f29600;
  padding-bottom: 4px;
}
p {
  margin: 30px 0;
  line-height: 1.7;
  font-size: 14px;
}
.img-top {
  margin-bottom: 30px;
}
.list-mokuji {
  border: solid 2px #f29600;
  margin: 50px auto;
  max-width: 800px;
}
.list-mokuji ol {
  margin: 1em 0;
}
.tt-mokuji {
  background: #f29600;
  display: block;
  color: #ffffff;
  text-align: center;
}
.tt-mokuji img {
  width: 1em;
  height: 1.4em;
  margin-right: 0.5em;
}
.img-article {
  margin: 30px auto;
  max-width: 800px;
}
.img-article img {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.img-article span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 0.5em;
}
hr {
  border: 1px dashed #dbdcdc;
  margin: 50px 0;
}
.area-pr {
  background: #f9f9f9;
  padding: 25px;
}
.area-pr p {
  margin: 0;
}
.font-bold {
  font-weight: bold;
}
.font-link {
  color: #008cd5;
}
/*
.btns-reason {
  margin-bottom: 50px;
}
.btns-reason div {
  margin-bottom: 20px;
}
.btn-tel {
  margin-top: 50px;
}
.text-date {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.btns-car {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btns-car div {
  width: calc(50% - 5px);
}
.text-caution {
  font-size: 10px;
  margin: 50px 0;
}
.bg-subcolor1 {
  background: #FCE5BF;
}
.bg-subcolor2 {
  background: #F8CA7F;
}
.bg-subcolor3 {
  background: #FFFFFF;
}
.box-reason {
  position: relative;
  margin-bottom: 50px;
}
.box-reason .number {
  font-size: 34px;
  display: inline-block;
  background-color: #31B744;
  color: #FFFFFF;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: bold;
}
.box-reason h3 {
  font-size: 20px;
  display: inline-block;
  margin-left: 1em;
  line-height: 1.4;
  position: absolute;
  top: -3px;
  color: #31B744;
}
.h3-1line {
  margin-top: 15px;
}
.box-reason h3 span {
  color: #31B744;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.box-reason p {
  font-size: 14px;
  margin-top: 20px;
}
.box-flow {
  position: relative;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.box-flow .number {
  font-size: 34px;
  display: inline-block;
  background-color: #FFFFFF;
  color: #F29600;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 1em;
}
.box-flow h3 {
  font-size: 20px;
  display: inline-block;
  margin-left: 1em;
  line-height: 1.4;
  position: absolute;
  top: 17px;
  color: #FFFFFF;
}
.box-flow p {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 20px 20px 20px;
}
.img-flow {
  position: absolute;
  top: 7px;
  right: 10px;
  display: inline-block;
}
.img-flow img {
  width: 50px;
  height: 50px;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #f29500 transparent transparent transparent;
  margin: 0 auto 15px auto;
}
.box-h3 {
  background-color: #F29600;
  padding: 5px;
}
iframe {
  width: 100%;
  border: 0;
  padding: 0;
}
.iframe-contact {
  height: 1950px;
  padding: 25px 0;
}*/
footer {
  max-width: 768px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-bottom: 20%;
}
footer p {
  text-align: center;
}
footer img {
  width: 30%;
  max-width: 150px;
  border: 0;
}
.copyright {
  font-size: 12px;
}
.btn-pagetop {
  float: right;
  position: fixed;
  right: 3%;
  bottom: 26px;
  text-align: right;
  width: 16%;
  z-index: 99;
}
.btn-pagetop img {
  width: 80%;
}
.btn-floating {
  font-size: 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
.btn-floating div {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}
.btn-floating div a {
  background: #1fbe6b;
  display: table-cell;
  width: 10%;
  text-align: center;
}
.btn-floating div a img {
  width: 100%;
  max-width: 380px;
  height: auto;
  max-height: 60px;
}
.lp-end {
  padding: 2em;
  max-width: 500px !important;
}
.lp-end p:nth-child(1) {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.lp-end p:nth-child(2) {
  width: 100%;
  font-size: 20px;
  color: #333;
}
.lp-end p:nth-child(3) {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.lp-end p:nth-child(3) a {
  color: #333;
  text-decoration: underline;
}
.img-title {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: calc(50% - 550px);
  width: 30%;
  max-width: 400px;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .content-wrap {
    ;
  }
}
@media (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .pc-view {
    display: block;
  }
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .list-mokuji {
    width: 80%;
  }
  .img-article {
    width: 80%;
  }
  /*
  .img-top {
    padding-top: 50px;
    background-image: url(../img/bg-top-pc.svg);
    background-size: 30%;
  }
  .img-top h1 {
    padding: 0;
  }
  .item {
    padding: 100px;
  }
  .item > div {
    max-width: 1200px;
    margin: 0 auto;
  }
  .btn-contact {
    text-align: center;
  }
  .btn-contact img {
    width: 60%;
    max-width: 720px;
  }
*/
  .iframe-contact {
    width: 100%;
    height: 1600px;
  }
  footer {
    padding-bottom: 12%;
  }
  header, .contents, footer {
    margin: 0 auto;
  }
  .item {
    padding: 50px 100px;
  }
  .btn-pagetop {
    right: 32px;
    bottom: 32px;
    width: 100px;
  }
}
@media (min-width:320px) and (max-width:767px) {
  footer img {
    border: 0;
  }
}
/* ボタン出現用 */
.appear {
  opacity: 0;
  transition: opacity 1s;
}
.appear.view {
  opacity: 1;
  animation: scale 3s ease-in-out infinite;
}
@keyframes scale {
  50% {
    transform: scale(1.1);
  }
}
/* end ボタン出現用 */
.padtop0 {
  padding-top: 0;
}