html {
  font-size: 70%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Shippori Mincho";
  color: #333;
  margin: 0 !important;
}
@media screen and (max-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

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

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

.w100 {
  width: 100%;
}

.l-section__inner--s {
  max-width: 144rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .l-section__inner--s {
    width: 95%;
  }
}
.l-section__inner--m {
  max-width: 162rem;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .l-section__inner--m {
    width: 95%;
  }
}
.l-section__title {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: rgb(100, 6, 26);
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 751px) {
  .l-section__title {
    font-size: 2.8rem;
  }
}
.l-section__title::after {
  content: "";
  display: block;
  width: 20rem;
  height: 0.6rem;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgb(100, 6, 26);
}
@media screen and (max-width: 751px) {
  .l-section__title.sp-start {
    text-align: start;
    width: 95%;
    margin: 0 auto;
    font-size: 2.6rem;
  }
}

.c-gold {
  background: linear-gradient(270.14deg, #CAA83D 5.59%, #CDB749 22.03%, #EEE588 36.2%, #F7F1B0 49.91%, #F7F1B0 58.59%, #ECDB70 70.47%, #E1CC4F 86%, #D2B823 96.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-btn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgb(100, 6, 26);
  color: #fff !important;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 45rem;
  width: 90%;
  padding: 2rem 11rem;
}
@media screen and (max-width: 751px) {
  .c-btn {
    padding: 2rem;
  }
}

.c-marker {
  background: linear-gradient(transparent 80%, #FFFA90 20%);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 7rem;
  width: 100%;
  background: #000;
  z-index: 5;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 1.4rem 0;
}
@media screen and (max-width: 751px) {
  .l-header__inner {
    padding: 1rem 0.5rem;
  }
}
.l-header__logo {
  width: 18rem;
}
@media screen and (max-width: 751px) {
  .l-header__logo {
    width: 12rem;
    z-index: 5;
  }
}
.l-header__list {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: auto;
  color: rgb(100, 6, 26);
}
.l-header__list-item {
  margin-right: 4rem;
  font-size: 1.4rem;
}
.l-header__list-item:last-of-type {
  margin-right: 0;
}
.l-header a {
  color: #fff !important;
}
.l-header__reserve {
  background: rgb(219, 209, 186);
  border-radius: 4px;
  padding: 1rem;
}
.l-header__reserve a {
  color: rgb(62, 9, 27) !important;
}
.l-header__ham {
  width: 3rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 0.9rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 0.9rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 0.9rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: rgb(100, 6, 26);
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
}
.l-header__ham--inner a {
  color: #fff !important;
}
.l-header__ham--list {
  padding-top: 5rem;
}
.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.p-front__mv {
  width: 100%;
  position: relative;
  padding-top: 7rem;
}
.p-front__mv img {
  width: 100%;
}
.p-front__camp--bg {
  background: linear-gradient(355.66deg, #390510 3.48%, #64061A 92.2%);
  color: #fff;
  padding: 6rem 0;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .p-front__camp--bg {
    padding: 4rem 0 2rem;
  }
}
.p-front__camp--title p {
  font-size: 2rem;
}
@media screen and (max-width: 751px) {
  .p-front__camp--title p {
    font-size: 1.8rem;
  }
}
.p-front__camp--title h2 {
  color: rgb(255, 216, 144);
  text-align: center;
  font-size: 3.6rem;
  margin: 1rem auto;
}
@media screen and (max-width: 751px) {
  .p-front__camp--title h2 {
    font-size: 3.4rem;
  }
}
.p-front__camp--done {
  font-size: 2.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__camp--done {
    margin-top: 5rem;
  }
}
.p-front__camp--btn--area {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 95rem;
  width: 90%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 751px) {
  .p-front__camp--btn--area {
    flex-direction: column;
    width: 95%;
  }
}
.p-front__camp--btn--area img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 751px) {
  .p-front__camp--btn--area img:first-of-type {
    margin-bottom: 3rem;
  }
}
.p-front__camp--btn--area a {
  width: 45rem;
}
@media screen and (max-width: 751px) {
  .p-front__camp--btn--area a {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-front__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .p-front__top {
    flex-direction: column;
  }
}
.p-front__top--bg {
  background: rgb(249, 246, 241);
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 751px) {
  .p-front__top--bg {
    padding: 5rem 0 3rem;
  }
}
.p-front__top--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
@media screen and (max-width: 751px) {
  .p-front__top--wrap {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.p-front__top--wrap img {
  width: 38rem;
}
@media screen and (max-width: 751px) {
  .p-front__top--wrap img {
    margin-bottom: 2rem;
  }
}
.p-front__top--content {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__top--content {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
.p-front__top--content p {
  line-height: 2;
}
.p-front__top--content .c-strong {
  color: rgb(192, 3, 0);
  background: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 1rem;
}
@media screen and (max-width: 751px) {
  .p-front__top--content .c-strong {
    display: inline-block;
    font-size: 2.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
.p-front__top--content .c-colored {
  font-size: 2.5rem;
  color: rgb(100, 6, 26);
}
@media screen and (max-width: 751px) {
  .p-front__top--content .c-colored {
    font-size: 2.2rem;
  }
}
.p-front__bfaf {
  text-align: center;
}
.p-front__bfaf--bg {
  padding: 7rem 0 7rem;
  margin-top: -3rem;
}
@media screen and (max-width: 751px) {
  .p-front__bfaf--bg {
    padding-bottom: 6rem;
  }
}
.p-front__bfaf p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 751px) {
  .p-front__bfaf p {
    font-size: 2.1rem;
  }
}
.p-front__bfaf .c-colored {
  color: rgb(192, 3, 0);
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 751px) {
  .p-front__bfaf .c-colored {
    font-size: 2.8rem;
  }
}
.p-front__bfaf--wrap {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  width: 80%;
  margin: 0 auto;
}
.p-front__bfaf--wrap img {
  width: 49%;
}
@media screen and (max-width: 751px) {
  .p-front__bfaf--slider {
    width: 95%;
    margin: 0 auto;
  }
  .p-front__bfaf--slider img {
    width: 100%;
  }
  .p-front__bfaf--slider .slick-prev {
    left: -2rem;
    z-index: 10;
  }
  .p-front__bfaf--slider .slick-next {
    right: -1rem;
  }
  .p-front__bfaf--slider .slick-next:before,
  .p-front__bfaf--slider .slick-prev:before {
    color: rgb(100, 6, 26);
    font-size: 2.5rem;
  }
  .p-front__bfaf--slider .slick-dots {
    bottom: -5rem;
  }
}
.p-front__point--bg {
  background-image: url(img/bg-img.jpg);
  padding: 7rem 0 14rem;
  background-size: cover;
}
@media screen and (max-width: 751px) {
  .p-front__point--bg {
    padding: 3rem 0 5rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__point--bg .l-section__title {
    width: 90%;
    margin: 0 auto;
  }
}
.p-front__point--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 110rem;
  margin: 10rem auto -4rem;
}
@media screen and (max-width: 751px) {
  .p-front__point--wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-front__point--block {
  width: 48%;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 751px) {
  .p-front__point--block {
    width: 90%;
    margin: 0 auto 7rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__point--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__point--block h3 {
  font-size: 2.8rem;
  text-align: center;
  margin: 1rem 0;
  position: relative;
  color: rgb(100, 6, 26);
}
@media screen and (max-width: 751px) {
  .p-front__point--block h3 {
    font-size: 2.3rem;
  }
}
.p-front__point--block h3::before {
  content: "";
  width: 12rem;
  height: 0.1rem;
  display: block;
  background: rgb(100, 6, 26);
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 751px) {
  .p-front__point--block h3::before {
    left: 0;
    width: 7rem;
  }
}
.p-front__point--block h3::after {
  content: "";
  width: 12rem;
  height: 0.1rem;
  display: block;
  background: rgb(100, 6, 26);
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 751px) {
  .p-front__point--block h3::after {
    right: 0;
    width: 7rem;
  }
}
.p-front__point--block p {
  padding-left: 2rem;
  font-size: 1.8rem;
  color: rgb(100, 6, 26);
}
@media screen and (max-width: 751px) {
  .p-front__point--block p {
    padding-left: 0;
    font-size: 1.7rem;
  }
}
.p-front__point--icon {
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 751px) {
  .p-front__point--icon {
    width: 7rem;
    height: 7rem;
  }
}
.p-front__point--img img {
  width: 100%;
}
.p-front__point--caution {
  font-size: 1.3rem !important;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 751px) {
  .p-front__point--caution {
    font-size: 1.2rem !important;
  }
}
.p-front__obi {
  text-align: center;
  padding: 5rem 0 4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__obi {
    padding: 2rem 0 1rem;
  }
}
.p-front__obi--top {
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 751px) {
  .p-front__obi--top {
    font-size: 1.9rem;
  }
}
.p-front__obi--top span {
  font-size: 3.4rem;
  color: rgb(192, 3, 0);
}
@media screen and (max-width: 751px) {
  .p-front__obi--top span {
    font-size: 2.1rem;
  }
}
.p-front__obi--bottom {
  font-size: 2.8rem;
  margin-top: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 751px) {
  .p-front__obi--bottom {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.p-front__obi--bottom .c-strong {
  font-size: 3.2rem;
  color: rgb(192, 3, 0);
}
@media screen and (max-width: 751px) {
  .p-front__obi--bottom .c-strong {
    font-size: 2rem;
  }
}
.p-front__obi--bottom .c-colored {
  color: rgb(192, 3, 0);
}
@media screen and (max-width: 751px) {
  .p-front__obi--bottom .c-colored {
    font-size: 2rem;
    margin-top: -2rem;
  }
}
.p-front__obi--img {
  position: absolute;
  bottom: 0;
  right: 9rem;
  width: 23rem;
}
@media screen and (max-width: 751px) {
  .p-front__obi--img {
    width: 11rem;
    right: -0.5rem;
  }
}
.p-front__img--bg {
  background-image: url(img/bg-img.jpg);
  padding: 7rem 0 5rem;
  background-size: cover;
}
@media screen and (max-width: 751px) {
  .p-front__img--bg {
    padding: 3rem 0;
  }
}
.p-front__img--area {
  max-width: 102rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__img--area {
    width: 93%;
  }
}
.p-front__fix {
  border: 2px solid rgb(192, 143, 73);
  text-align: center;
  padding: 4rem 9rem;
}
@media screen and (max-width: 751px) {
  .p-front__fix {
    padding: 3rem 1rem 4rem;
  }
}
.p-front__fix--bg {
  padding: 3rem 5rem 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__fix--bg {
    padding: 3rem 1rem;
  }
}
.p-front__fix h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 751px) {
  .p-front__fix h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-front__fix h3 .c-strong {
  font-size: 3.4rem;
  color: rgb(192, 3, 0);
}
@media screen and (max-width: 751px) {
  .p-front__fix h3 .c-strong {
    font-size: 2.8rem;
  }
}
.p-front__fix--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 751px) {
  .p-front__fix--wrap {
    flex-direction: column;
  }
}
.p-front__fix--block {
  width: 49%;
}
@media screen and (max-width: 751px) {
  .p-front__fix--block {
    width: 100%;
  }
}
.p-front__fix--block p {
  font-size: 2.8rem;
}
.p-front__voice--bg {
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 751px) {
  .p-front__voice--bg {
    padding: 8rem 0 0;
    margin-top: -4rem;
  }
}
.p-front__voice--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 751px) {
  .p-front__voice--wrap {
    flex-direction: column;
    margin-top: 6rem;
  }
}
.p-front__voice--block {
  width: 32%;
  border: 2px solid rgb(192, 143, 73);
  padding: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__voice--block {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-front__voice--name {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.p-front__voice--name img {
  margin-right: 2rem;
  width: 7.5rem;
}
.p-front__voice--content {
  font-family: "Noto Sans JP", serif;
}
.p-front__price {
  max-width: 116rem;
  width: 100%;
  margin: 0 auto;
}
.p-front__price .l-section__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 751px) {
  .p-front__price .l-section__title {
    font-size: 2.6rem;
    margin-bottom: 9rem;
  }
}
.p-front__price--bg {
  padding: 7rem 0 5rem;
  background: rgb(249, 246, 241);
}
@media screen and (max-width: 751px) {
  .p-front__price--bg {
    padding: 8rem 0 3rem;
    margin-bottom: -3rem;
  }
}
.p-front__price--inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 751px) {
  .p-front__price--inner {
    flex-direction: column;
  }
}
.p-front__price--area {
  margin-bottom: 3rem;
}
.p-front__price--area h3 {
  font-size: 2.3rem;
  color: rgb(100, 6, 26);
}
.p-front__price--table {
  width: 32%;
}
@media screen and (max-width: 751px) {
  .p-front__price--table {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-front__price table {
  border-collapse: collapse;
}
.p-front__price th, .p-front__price td {
  border: 1px solid rgb(100, 6, 26);
  padding: 1.1rem 0;
  width: 50%;
  text-align: center;
  font-size: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 751px) {
  .p-front__price th, .p-front__price td {
    padding: 0.9rem 0;
  }
}
.p-front__price th {
  color: rgb(100, 6, 26);
}
.p-front__price .table-title td {
  background: rgb(100, 6, 26);
  color: #fff;
  text-align: center;
}
.p-front__price .table-kind th, .p-front__price .table-kind td {
  background: rgb(249, 220, 225);
}
.p-front__price--area--2 th {
  width: 65%;
}
.p-front__price--area--2 td {
  width: 35%;
}
.p-front__price--area--2 .tr-none th, .p-front__price--area--2 .tr-none td {
  border: unset;
}
.p-front__obi-2 {
  width: 70%;
  margin: 0 auto;
  font-size: 1.9rem;
}
@media screen and (max-width: 751px) {
  .p-front__obi-2 {
    width: 90%;
    font-size: 1.6rem;
  }
}
.p-front__obi-2--bg {
  background: linear-gradient(355.66deg, #390510 3.48%, #64061A 92.2%);
  padding: 5rem 0 4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__obi-2--bg {
    padding-bottom: 10rem;
  }
}
.p-front__obi-2--bg .p-front__obi--img {
  position: absolute;
  width: 23rem;
  bottom: 2rem;
  right: 8rem;
}
@media screen and (max-width: 751px) {
  .p-front__obi-2--bg .p-front__obi--img {
    width: 16rem;
    right: -1rem;
    bottom: 0;
  }
}
.p-front__obi-2--title {
  font-size: 3rem;
  color: rgb(255, 216, 144);
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  display: inline-block;
}
@media screen and (max-width: 751px) {
  .p-front__obi-2--title {
    font-size: 2.4rem;
  }
}
.p-front__obi-2 p {
  line-height: 2;
}
.p-front__obi-2 .font {
  font-family: "Noto Sans JP", serif;
}
.p-front__obi-2--bottom {
  color: rgb(255, 216, 144);
  font-size: 2.6rem;
  color: #FFFA90;
}
@media screen and (max-width: 751px) {
  .p-front__obi-2--bottom {
    font-size: 2rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__obi-2 .sp-strong {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.p-front__about {
  display: flex;
  margin: 7rem auto 0;
  font-size: 1.7rem;
  padding-left: 14rem;
}
@media screen and (max-width: 751px) {
  .p-front__about {
    flex-direction: column;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.p-front__about--bg {
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 751px) {
  .p-front__about--bg {
    padding: 5rem 0 2rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__about--left {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-front__about--left img {
  width: 40rem;
}
@media screen and (max-width: 751px) {
  .p-front__about--left img {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.p-front__about--right {
  margin-left: 6rem;
}
@media screen and (max-width: 751px) {
  .p-front__about--right {
    width: 100%;
    margin-left: 0;
  }
}
.p-front__about--right p {
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 751px) {
  .p-front__about--right p {
    font-size: 1.75rem;
  }
}
.p-front__map {
  display: flex;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 751px) {
  .p-front__map {
    flex-direction: column;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }
}
.p-front__map--bg {
  padding: 10rem 0;
  background: rgb(249, 246, 241);
}
@media screen and (max-width: 751px) {
  .p-front__map--bg {
    padding: 5rem 0 0;
  }
}
.p-front__map--left {
  width: 65rem;
  padding-left: 18rem;
}
@media screen and (max-width: 751px) {
  .p-front__map--left {
    width: 100%;
    margin-bottom: 7rem;
    padding-left: 0;
  }
}
.p-front__map iframe {
  height: 30rem;
}
@media screen and (max-width: 751px) {
  .p-front__map iframe {
    height: 23rem;
  }
}
.p-front__map--right {
  margin-left: 7rem;
}
@media screen and (max-width: 751px) {
  .p-front__map--right {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.p-front__map--right p {
  margin-bottom: 4rem;
}
.p-front__faq--bg {
  padding: 7rem 0;
}
@media screen and (max-width: 751px) {
  .p-front__faq--bg {
    padding: 8rem 0;
    margin-top: -4rem;
  }
}
.p-front__faq--wrap {
  margin: 6rem auto;
  max-width: 87rem;
  width: 90%;
}
@media screen and (max-width: 751px) {
  .p-front__faq--wrap {
    margin-bottom: 0;
  }
}
.p-front__faq--block {
  margin-bottom: 2rem;
}
.p-front__faq--block:hover {
  cursor: pointer;
}
.p-front__faq--q {
  font-size: 2rem;
  padding: 3rem 2rem;
  position: relative;
  border: 1px solid rgb(244, 233, 233);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .p-front__faq--q {
    font-size: 1.5rem;
    padding: 1rem;
    padding-right: 3rem;
  }
}
.p-front__faq--q--inner {
  display: flex;
  align-items: center;
}
.p-front__faq--q span {
  color: #fff;
  background: rgb(100, 6, 26);
  font-size: 1.6rem;
  margin-right: 5rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 751px) {
  .p-front__faq--q span {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
}
.p-front__faq--q.active {
  background: rgb(100, 6, 26);
  color: #fff;
}
.p-front__faq--q.active span {
  color: rgb(100, 6, 26);
  background: #fff;
}
.p-front__faq--a {
  font-size: 2rem;
  padding: 3rem 2rem;
  background: rgb(249, 246, 241);
  display: none;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .p-front__faq--a {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.p-front__faq--a--inner {
  display: flex;
  align-items: center;
}
.p-front__faq--a span {
  color: #fff;
  background: rgb(255, 216, 144);
  font-size: 1.6rem;
  margin-right: 5rem;
  display: inline-block;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .p-front__faq--a span {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
}
.p-front__faq--icon {
  background: unset !important;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: block;
  margin-right: 0 !important;
}
.p-front__faq--icon.active {
  background: #3B3938;
}
@media screen and (max-width: 751px) {
  .p-front__faq--icon {
    width: 3rem;
    height: 3rem;
    right: 0;
  }
}
.p-front__faq--icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: rgb(153, 153, 153);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 751px) {
  .p-front__faq--icon::before {
    width: 1.5rem;
  }
}
.p-front__faq--icon::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: rgb(153, 153, 153);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.5s;
}
@media screen and (max-width: 751px) {
  .p-front__faq--icon::after {
    width: 1.5rem;
  }
}
.p-front__faq--icon.active::before {
  opacity: 0;
}
.p-front__faq--icon.active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-front__faq p {
  margin-bottom: 0;
  font-size: 1.6rem;
  width: calc(100% - 4rem);
}/*# sourceMappingURL=style.css.map */