@charset "UTF-8";
html {
  color: #4a4a4a;
}
html a {
  text-decoration: underline;
  color: #4a4a4a;
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 12px;
  }
}
html li {
  list-style: none;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #fffafa;
}
@media (max-width: 1200px) {
  body {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .br_span {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pd {
  padding: 60px 0;
}
@media (max-width: 640px) {
  .pd {
    padding: 30px 0;
  }
}

.mt {
  margin-top: 20px;
}

.hero {
  background: url("img/bg_cloud_pink.png") no-repeat, url("img/bg_cloud_yellow.png") no-repeat, url("img/bg.jpg") no-repeat;
  background-size: 50%, 50%, cover;
  background-position: 100% 0%, 0% 100%, center center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .hero {
    min-height: 800px;
  }
}
@media (max-width: 992px) {
  .hero {
    min-height: 0;
    height: 90vh;
    background: url("img/bg_cloud_pink.png") no-repeat, url("img/bg_cloud_yellow.png") no-repeat, url("img/bg_sp.jpg") no-repeat;
    background-size: 50%, 50%, cover;
    background-position: 100% 0%, 0% 100%, center center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .hero {
    background: url("img/bg_cloud_pink.png") no-repeat, url("img/bg_cloud_yellow.png") no-repeat, url("img/bg_sp.jpg") no-repeat;
    background-size: 50%, 50%, cover;
    background-position: 100% 0%, 0% 100%, center center;
    width: 100%;
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero h1 {
  text-align: center;
  margin: 0 auto 30px;
}
.hero h1 img {
  width: 580px;
}
@media (max-width: 1200px) {
  .hero h1 img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero h1 img {
    width: 60%;
    min-width: 300px;
  }
}
.hero .logo {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hero .logo {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero .logo {
    width: 60%;
    min-width: 250px;
  }
}
.hero .logo .logo_caption {
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.hero .logo .logo img {
  width: 100%;
}

nav {
  margin: 0 auto;
  color: #4a4a4a;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
nav a {
  text-decoration: none;
}
nav ul {
  width: 50%;
  margin: 0 auto 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  nav ul {
    width: 100%;
  }
}
nav ul li {
  width: 100%;
  min-width: 200px;
  border: solid 1px #fff;
  padding: 14px 0;
  text-align: center;
  background: #d98989;
  position: relative;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
nav ul li :hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  nav ul li {
    min-width: 0;
  }
}
nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav ul li .nav_icon img {
  width: 20%;
  max-width: 40px;
}
nav ul .nav_reserve {
  background: #3cc2b7;
  color: #fff;
}

.plan {
  width: 100%;
}
.plan .plan_ttl {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.plan .plan_ttl img {
  width: 200px;
}
.plan .plans {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .plan .plans {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .plan .plans {
    width: 82%;
  }
}
.plan .plans .plan_card {
  width: 30%;
  margin: 0 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
@media (max-width: 640px) {
  .plan .plans .plan_card {
    margin: 0 0;
    padding: 20px 10px;
  }
}
.plan .plans .plan_card .plan_img {
  position: relative;
  overflow: hidden;
}
.plan .plans .plan_card .plan_img .plan_topic {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #d98989;
  font-weight: bold;
}
.plan .plans .plan_card .plan_img .plan_topic span {
  display: block;
  margin: 4px 10px;
}
.plan .plans .plan_card .plan_img img {
  width: 100%;
}
.plan .plans .plan_card .plan_img img::before {
  content: "";
  display: block;
  padding-top: 74.7%;
}
.plan .plans .plan_card .plan_name {
  font-size: 16px;
  margin-top: 10px;
}
.plan .plans .plan_card .plan_price {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #d98989;
}
.plan .plans .plan_card .plan_price::after {
  content: "円（税込）~";
  padding-right: 5px;
  font-size: 18px;
}
@media (max-width: 640px) {
  .plan .plans .plan_card .plan_price::after {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .plan .plans .plan_card .plan_price {
    font-size: 30px;
  }
}
.plan .plans .plan_card .plan_caption {
  font-size: 14px;
  line-height: 1.4;
  height: 60px;
  overflow: auto;
  overflow-x: hidden;
}

.general {
  width: 100%;
  text-align: center;
}
.general .general_img {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.general .general_img img {
  max-width: 80%;
  max-height: 500px;
}
@media (max-width: 640px) {
  .general .general_img img {
    max-height: 300px;
  }
}
.general .general_ul {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .general .general_ul {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .general .general_ul {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .general .general_ul {
    width: 90%;
  }
}
.general .general_ul li {
  background: #fff;
  text-align: left;
  margin: 20px auto;
  padding: 20px;
}
.general .general_ul li h3 {
  color: #d98989;
}
.general .general_inner {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 992px) {
  .general .general_inner {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .general .general_inner {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .general .general_inner {
    width: 90%;
  }
}
.general .general_inner .general_innner_img {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}
.general .general_inner .general_innner_img img {
  max-width: 100%;
  max-height: 500px;
}
@media (max-width: 640px) {
  .general .general_inner .general_innner_img img {
    max-height: 300px;
  }
}
.general .general_inner h3 {
  margin-top: 10px;
}
.general .general_price {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #d98989;
}
.general .general_price::after {
  content: "円（税込）~";
  padding-right: 5px;
  font-size: 18px;
}
@media (max-width: 640px) {
  .general .general_price::after {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .general .general_price {
    font-size: 30px;
  }
}

.why {
  background: url("img/bg_cloud_pink.png") no-repeat, url("img/bg_cloud_yellow.png") no-repeat, linear-gradient(0deg, #fffdec, #fff3f5);
  background-size: 50%, 50%, cover;
  background-position: 100% 0%, 0% 100%, center center;
  margin-top: 100px;
}

.hairset {
  background: linear-gradient(0deg, #eefffe 0%, #fff3f5);
}

.shop {
  background: #fff;
}

footer {
  width: 100%;
  background: #d98989;
  color: #fff;
  padding: 30px 0 150px;
}
footer .footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer_wrap img {
  width: 50vw;
  max-width: 250px;
  margin-top: 10px;
}
footer .footer_wrap a {
  color: #fff;
}
footer .copyright {
  text-align: center;
  margin: 20px auto 0;
}

.header_small {
  background: #d98989;
}
.header_small .header_small_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.header_small h1 img {
  width: 40vw;
  max-width: 180px;
}

.plan_archive {
  width: 100%;
}
.plan_archive .plan_ttl {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.plan_archive .plan_ttl img {
  width: 200px;
}
.plan_archive .plans {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px auto 0;
}
@media (max-width: 1200px) {
  .plan_archive .plans {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .plan_archive .plans {
    width: 85%;
  }
}
.plan_archive .plans .plan_card {
  width: 31%;
  margin: 10px 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
@media (max-width: 992px) {
  .plan_archive .plans .plan_card {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .plan_archive .plans .plan_card {
    width: 47%;
    margin: 6px 6px;
    padding: 20px 10px;
  }
}
@media (max-width: 640px) {
  .plan_archive .plans .plan_card {
    width: 100%;
    margin: 0 0;
    padding: 20px 20px;
  }
}
.plan_archive .plans .plan_card .plan_img {
  position: relative;
}
.plan_archive .plans .plan_card .plan_img .plan_topic {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #d98989;
  font-weight: bold;
}
.plan_archive .plans .plan_card .plan_img .plan_topic span {
  display: block;
  margin: 4px 10px;
}
.plan_archive .plans .plan_card .plan_img img {
  width: 100%;
}
.plan_archive .plans .plan_card .plan_name {
  font-size: 16px;
}
.plan_archive .plans .plan_card .plan_caption {
  font-size: 14px;
  line-height: 1.4;
  height: 60px;
  overflow: auto;
  overflow-x: hidden;
}

.price {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #d98989;
}
.price::after {
  content: "円（税込）~";
  padding-right: 5px;
  font-size: 18px;
}
@media (max-width: 640px) {
  .price::after {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .price {
    font-size: 30px;
  }
}

.plan_detail .general_inner .picture {
  padding: 0 20px;
  text-align: center;
}
.plan_detail .general_inner .picture .pic_img img {
  width: 100%;
}
.plan_detail .general_inner .picture ul li .pic_img {
  width: 100%;
  margin: 0 auto;
}
.plan_detail .general_inner .picture ul li .pic_img img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.plan_detail .general_inner .rich_txt_area {
  margin-top: 40px;
}
.plan_detail .general_inner .rich_txt_area .lead {
  font-size: 16px;
  font-weight: bold;
  color: #d98989;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .plan_detail .general_inner .rich_txt_area .lead {
    font-size: 14px;
  }
}
.plan_detail .general_inner .rich_txt_area .img {
  margin-top: 20px;
  text-align: center;
}
.plan_detail .general_inner .rich_txt_area .img img {
  width: 60%;
  margin: 0 auto;
}

.thanks {
  margin-bottom: 300px;
}

.button_accent {
  width: 100%;
  margin-top: 16px;
}

.button_accent a {
  background: #3cc2b7;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.button_accent a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.button_accent a:hover {
  background: #36625f;
  color: #fff;
}

.button_accent a:hover:after {
  right: 1.4rem;
}

.button_outline {
  width: 100%;
  margin-top: 16px;
}

.button_outline a {
  background: none;
  border-radius: 9999px;
  position: relative;
  border: 2px solid #d98989;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  padding: 10px 25px;
  text-decoration: none;
  color: #d98989;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.button_outline a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #d98989;
  border-right: solid 2px #d98989;
  transform: translateY(-50%) rotate(45deg);
}

.button_outline a:hover:after {
  right: 1.4rem;
}

.button_return {
  width: 100%;
}

.button_return a {
  background: none;
  border-radius: 9999px;
  position: relative;
  border: 2px solid #d98989;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  padding: 10px 25px;
  text-decoration: none;
  color: #d98989;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.button_return a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #d98989;
  border-right: solid 2px #d98989;
  transform: translateY(-50%) rotate(-135deg);
}

.button_return a:hover:after {
  right: 1.4rem;
}

.slick-prev:before,
.slick-next:before {
  color: #d98989;
  opacity: 1; /*デフォルトは.75が指定されている*/
}

.slick-list {
  padding: 20px 0 10px;
}

.plans_slick .slick-track {
  display: flex;
}
.plans_slick .slick-slide {
  height: auto !important;
}

/* pcの表示 */
.slide-one {
  display: block; /*　横幅が極端に崩れるなら、この記述。ここはinlineでもOK */
}

/* spの表示 */
@media (max-width: 768px) {
  .slide-one .slick-track {
    display: inline; /*　ここはinlineじゃないと表示されない */
  }
}
.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: 0 20px 60px;
  border-bottom: 1px solid #cacaca;
}

.Form-Item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}

.Form-Item-Label {
  width: 100%;
  /* max-width: 248px; */
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.Form-Item-Label.isMsg {
  margin-top: 0;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 50px;
  display: inline-block;
  text-align: center;
  background: #d98989;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0;
  margin-top: 18px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
  flex: inherit;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 18px;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  height: 200px;
  flex: inherit;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

.wpcf7 textarea {
  width: 100% !important;
  height: 200px !important;
}

fieldset.hidden-fields-container {
  border: none !important;
  display: none !important;
}

.Form-Btn {
  border-radius: 9999px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  width: 100%;
  display: block;
  background: #d98989;
  color: #fff;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */