body {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  background-color: #fcfcfc;
}

img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner1000 {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title img {
  min-height: 200px;
  max-height: 350px;
  opacity: 50%;
}
.page-title-text {
  position: absolute;
  text-align: center;
}
.page-title-text h3 {
  margin-top: 100px;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-title-text p {
  font-size: 1.3rem;
}

.breadcrumb {
  font-size: 0.9rem;
  color: #303030;
  margin: 30px auto;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li:not(:first-child)::before {
  content: ">";
  margin: 15px;
}
.breadcrumb ul li:last-child a {
  padding: 1px 7px;
  border-bottom: 3px solid #e3daf5;
}

.greeting {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.greeting-img {
  margin-right: 2%;
  width: 380px;
}
.greeting-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-img p {
  margin: 3% 0;
}
.greeting-img h3 {
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.greeting-img h3 span {
  font-size: 1rem;
  margin-left: 3%;
}
.greeting-text h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.greeting-text p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.greeting-text p span {
  font-family: "Roboto Condensed", sans-serif;
}
.greeting-text .border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 2px #B59EE4;
  -webkit-animation: border_animation 5s linear forwards;
          animation: border_animation 5s linear forwards;
}
@-webkit-keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-container {
  width: 49%;
}
.price-container-title {
  text-align: center;
}
.price-container-title h2 {
  padding: 25px 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.price-container-title p {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 0.9rem;
}
.price-container table {
  width: 100%;
  margin-bottom: 50px;
}
.price-container table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.price-container table tr th {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  width: 75%;
}
.price-container table tr th span {
  padding-top: 5px;
  display: block;
  color: #777;
  font-size: 0.8rem;
  line-height: 1.5;
}
.price-container table tr th .star {
  color: #FF8EB1;
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 10px;
}
.price-container table tr td {
  text-align: center;
  width: 80px;
}
.price-container table tr:not(:last-child) {
  border-bottom: 1px solid #8762d3;
}

.marbb-top-pc {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.marbb-top-pc h3 {
  line-height: 1.5;
  margin: 0 5% 5% 0;
  position: absolute;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: -3px;
  text-align: right;
}
.marbb-top-sp {
  display: none;
}
.marbb-box {
  margin: 50px auto;
  position: relative;
}
.marbb-box-sp img {
  display: none;
}
.marbb-box figure {
  display: flex;
  position: relative;
  align-items: center;
}
.marbb-box figure figcaption {
  position: absolute;
  left: 50px;
  color: #fff;
}
.marbb-box-title h3 {
  font-weight: normal;
  font-size: 2rem;
}
.marbb-box-title p {
  margin-top: 10px;
  font-size: 1.2rem;
}
.marbb-box-text h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 25px 0;
  line-height: 1.5;
}
.marbb-video {
  margin: auto;
  padding-bottom: 80px;
  cursor: pointer;
}
.marbb-video video {
  max-width: 100%;
}
.marbb-strong-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
.marbb-strong-flex img {
  width: 50%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.marbb-strong-flex figcaption {
  width: 45%;
}
.marbb-strong-flex figcaption h4 {
  font-weight: normal;
  font-size: 1.2rem;
}
.marbb-strong-flex figcaption h4 span {
  display: block;
}
.marbb-strong-flex figcaption p {
  margin-top: 5%;
}
.marbb-strong-flex:nth-child(2n) {
  flex-direction: row-reverse;
  margin: 25px;
}
.marbb-strong .button {
  margin: 25px 0 50px 0;
  text-align: center;
}
.marbb-strong .button a {
  display: inline-block;
  padding: 22px 40px;
  background: linear-gradient(#B59EE4, #FF8EB1);
  color: #fff;
  border-radius: 50px;
  transition: 0.5s;
}
.marbb-strong .button a:hover {
  transform: translateY(-5px);
}

.about-salon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #B59EE4;
  padding-bottom: 30px;
}
.about-salon-flex-img {
  width: 40%;
  box-shadow: 0 0 1px #777;
}
.about-salon-flex-img img {
  height: 300px;
}
.about-salon-flex-text {
  width: 60%;
  padding-left: 15px;
}
.about-salon-flex-text h4 {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.2;
}
.about-salon-flex-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.about-salon-flex-text .small {
  margin-top: 2%;
  font-size: 0.8rem;
}
.about-salon-flex-text a {
  margin-top: 20px;
  width: 250px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(#B59EE4, #FF8EB1);
  border-radius: 50px;
  border: 0;
  display: inline-block;
  transition: 0.5s;
}
.about-salon-flex-text a:hover {
  transform: translateY(-5px);
}
.about-salon-flex:not(:first-child) {
  margin-top: 30px;
}

.privacy {
  line-height: 1.6;
}
.privacy h2, .privacy h3 {
  font-weight: normal;
}
.privacy section {
  margin-bottom: 30px;
}
.privacy section h3 {
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  border-bottom: 2px solid #b59ee4;
}
.privacy section ul li {
  list-style: square inside;
}
.privacy section table tr th {
  text-align: left;
  font-weight: normal;
}
.privacy section table tr td::before {
  content: ":";
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .marbb-top-pc img, .marbb-top-pc h3 {
    display: none;
  }
  .marbb-top-sp {
    display: block;
  }
  .marbb-box-pc img, .marbb-box-pc div {
    display: none;
  }
  .marbb-box-sp img {
    display: block;
  }
  .marbb-strong-flex {
    flex-wrap: wrap;
  }
  .marbb-strong-flex img {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
  }
  .marbb-strong-flex figcaption {
    width: 100%;
    margin-bottom: 25px;
  }
  .marbb-strong-flex:nth-child(2n) {
    margin: 0;
  }
  .about-salon-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-salon-flex-img {
    width: 70%;
  }
  .about-salon-flex-img img {
    height: 300px;
  }
  .about-salon-flex-text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .about-salon-flex-text h4 {
    margin-top: 10px;
    text-align: left;
  }
  .about-salon-flex-text p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 700px) {
  .greeting {
    flex-wrap: wrap;
  }
  .greeting-img {
    margin-right: 0;
    width: 70%;
  }
  .greeting-img p {
    margin: 3% 0 0 0;
  }
  .greeting-img h3 {
    margin-top: 1%;
    font-weight: normal;
    font-size: 1.5rem;
  }
  .price-container {
    width: 100%;
  }
  .price-container table tr {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .greeting {
    flex-wrap: wrap;
  }
  .greeting-img {
    width: 100%;
  }
  .about-salon-flex-img {
    width: 100%;
  }
  .about-salon-flex-text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}/*# sourceMappingURL=page.css.map */