@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: "#1e1e1e";
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 1.3rem;
  line-height: 2;
}

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

.ctalink02 a {
  z-index: 2;
  box-shadow: 1px 1px 0px #afafaf;
  display: block;
  background-image: linear-gradient(45deg, #decfa8 0%, #fef0f0 100%);
  padding: 18px 0px;
  text-align: center;
  width: 65%;
  border-radius: 50px;
  margin: 10px auto 0;
  font-weight: bold;
  border: 2px Solid #d2c299;
  color: #877141;
}
.ctalink02 a:hover {
  transition: 0.3s;
  color: #c49b0a;
}
.ctalink02 a::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(../images/badge.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 7px;
}
.ctalink02 a span {
  display: block;
  font-size: 1.1rem;
}
.ctalink02 a span::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/out-link02.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
}

.ctalink a {
  color: #7f3cb1;
  box-shadow: 1px 1px 0px #afafaf;
  display: block;
  background-image: linear-gradient(45deg, #ded5fc 0%, #fef0f0 100%);
  padding: 18px 0px;
  text-align: center;
  width: 65%;
  border-radius: 50px;
  margin: 0 auto;
  font-weight: bold;
  border: 2px Solid #ded5fc;
}
.ctalink a:hover {
  transition: 0.3s;
  color: #936ab2;
}
.ctalink a::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url(../images/review-icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 7px;
}
.ctalink a span {
  display: block;
  font-size: 1.1rem;
}
.ctalink a span::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/out-link.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
}

.slide-items {
  margin-bottom: 20px;
  overflow: hidden;
}
.slide-items li {
  margin: 0 10px;
}

.accordion-header {
  background-color: #e8dc8b;
  margin: 5px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #ac8c3b;
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header span {
  padding-left: 25px;
  position: relative;
}
.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -10px;
  left: 0;
  color: #ac8c3b;
}
.accordion-header:hover {
  background-color: #ece2a4;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
  background-color: #fff;
  padding: 20px 35px;
  font-size: 1.8rem;
}
.accordion-content span {
  padding-left: 20px;
  position: relative;
}
.accordion-content span::before {
  position: absolute;
  content: "A";
  top: -5px;
  left: 0;
  color: #ac8c3b;
  font-size: 14px;
}

a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}

footer {
  width: 85%;
  margin: 0 auto;
}
footer p {
  display: block;
  margin-bottom: 10px;
}
footer .sns {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
footer .sns li:first-child {
  margin-right: 15px;
}
footer .sns li img {
  width: auto;
  height: 35px;
}
footer h1 img {
  width: 200px;
  margin-bottom: 20px;
}
footer .otherpage {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  font-size: 1.2rem;
}
footer .otherpage li {
  position: relative;
  padding-left: 10px;
  margin-right: 15px;
}
footer .otherpage li::before {
  position: absolute;
  content: "≫ ";
  left: 0;
}
footer small {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1rem;
  display: block;
}

input[type=checkbox] {
  display: none;
}

label[for=menu] {
  display: block;
}

#menu:checked + .dropdown {
  display: block;
}

.dropdown {
  display: none;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  body {
    background: #000 url("../images/bg4.png") center no-repeat scroll;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
  }
  .sp-only {
    display: none !important;
  }
  #wrapper {
    margin: 0 auto;
    width: 720px;
    box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, 0.1), -10px 0px 10px -10px rgba(3, 0, 0, 0.1);
    background-color: white;
  }
  .mgb-ll {
    margin-bottom: 120px;
  }
  .mgb-l {
    margin-bottom: 100px;
  }
  .mgb-m {
    margin-bottom: 60px;
  }
  .accordion-header {
    padding: 20px 45px 20px 30px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .message_instalink {
    text-align: center;
    margin-bottom: 20px;
  }
  .message_instalink img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    background: #000 url("../images/bg4.png") center no-repeat scroll;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
  }
  .pc-only {
    display: none !important;
  }
  #wrapper {
    margin: 0 auto;
    width: 720px;
    box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, 0.1), -10px 0px 10px -10px rgba(3, 0, 0, 0.1);
    background-color: white;
  }
  .mgb-ll {
    margin-bottom: 120px;
  }
  .mgb-l {
    margin-bottom: 100px;
  }
  .mgb-m {
    margin-bottom: 60px;
  }
  .accordion-header {
    padding: 20px 45px 20px 30px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .message_instalink {
    text-align: center;
    margin-bottom: 20px;
  }
  .message_instalink img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    margin: 0 auto;
    box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, 0.1), -10px 0px 10px -10px rgba(3, 0, 0, 0.1);
    background-color: white;
  }
  .mgb-ll {
    margin-bottom: 80px;
  }
  .mgb-l {
    margin-bottom: 50px;
  }
  .mgb-m {
    margin-bottom: 30px;
  }
  .message_instalink {
    text-align: center;
    margin-bottom: 10px;
  }
  .message_instalink img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .ctalink a,
  .ctalink02 a {
    width: 80% !important;
    padding: 10px 0 !important;
  }
  .accordion-header {
    padding: 10px 30px 12px 10px;
  }
  .accordion-content {
    padding: 20px;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=responsive.css.map */