.banner {
  display: inline-block;
  width: 280px;
  height: auto;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .banner {
    width: 300px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1000px) {
  .banner {
    width: 400px;
  }
}

.warp {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .warp {
    max-width: 1200px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .warp .pc-flex {
    display: flex;
    align-items: center;
  }
}
.warp .pc-flex .left.right {
  width: 50%;
  max-width: 600px;
}

@media screen and (min-width: 769px) {
  .top .warp {
    max-width: 1200px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .top .warp .pc-flex {
    align-items: center;
    margin-top: 30px;
  }
}
.top .warp .pc-flex .left {
  margin: 30px auto 15px auto;
}
.top .warp .pc-flex .left img {
  margin: auto;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .top .warp .pc-flex .right {
    width: 50%;
  }
}
.top .warp .pc-flex .right .text-title {
  color: #b8a677;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top .warp .pc-flex .right .text-title {
    font-size: 2.4rem;
  }
}
.top .warp .pc-flex .right .text {
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top .warp .pc-flex .right .text {
    text-align: left;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 769px) {
  .characters .warp .chara-img {
    margin: 30px 0;
  }
}
.characters .warp .chara-img img {
  margin: 30px 0 30px 0;
  max-width: 400px;
}
.characters .warp .text-inner {
  margin-bottom: 30px;
}
.characters .warp .text-inner .text {
  font-size: 1.4rem;
  line-height: 2.5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .characters .warp .text-inner .text {
    font-size: 1.7rem;
  }
}
.characters .warp .text-inner .text::before {
  position: absolute;
  content: "";
  background-image: url(../imgs/Leaf-01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  bottom: 0;
}

.sns-section .warp .pc-flex {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sns-section .warp .pc-flex {
    justify-content: space-evenly;
    margin: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .sns-section .warp .pc-flex .left.right {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .sns-section .warp .pc-flex .right {
    margin-left: 30px;
  }
}
.sns-section .warp .pc-flex .right img {
  width: 95%;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .sns-section .warp .pc-flex .right img {
    max-width: 550px;
  }
}

@media screen and (min-width: 769px) {
  .reserve .warp .pc-flex {
    justify-content: space-around;
    margin: 50px 0;
  }
}
.reserve .warp .pc-flex .left {
  margin: 20px 0;
}
.reserve .warp .pc-flex .left img {
  width: 85%;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .reserve .warp .pc-flex .left img {
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) {
  .reserve .warp .pc-flex .right .link-inner .link-button {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .reserve .warp .pc-flex .right .link-inner .link-button a {
    width: 380px;
  }
}/*# sourceMappingURL=character.css.map */