@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
img {
  max-width: 100% !important;
  height: auto;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  background-color: #FF7E82;
  padding: 8px;
}
@media screen and (max-width: 750px) {
  header {
    padding: 4px;
  }
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header > div h1 a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  header > div h1 a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header > div h1 a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  header > div .add {
    margin-right: 70px;
  }
}
header > div .add ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  header > div .add ul {
    width: 80%;
    margin-top: 5px;
  }
}

.fv {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv {
    padding-top: 110px;
  }
}
.fv {
  /*#head-flower{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: url("../img/header.png");
    background-size: contain;
    height: 300px;
    background-repeat: repeat-x;
    opacity: 0.9;
    @include mobile{
      background-repeat: no-repeat;
      top: 110px;
    }
  }*/
}
.fv .SNS {
  position: fixed;
  width: 150px;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.fv .SNS li {
  width: 45%;
}
.fv .SNS #tel, .fv .SNS #whatsapp {
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .fv .SNS {
    width: 100px;
  }
}

h2.flower {
  margin-bottom: 10px;
  position: relative;
  color: #FF7E82;
  font-size: 32px;
  text-align: center;
  margin-top: 60px;
}
h2.flower:before {
  content: url("../img/sakura.png");
  display: block;
}
@media screen and (max-width: 750px) {
  h2.flower {
    margin-top: 30px;
    font-size: 24px;
  }
}

section {
  padding: 50px 0;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .flex2 div {
    width: calc(50% - 20px);
  }
}

.mapwrap {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .mapwrap > div {
    width: 100%;
  }
}

.point li {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .point li {
    font-size: 20px;
  }
}
.point li span {
  color: #FF7E82;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media screen and (max-width: 750px) {
  .point li span {
    font-size: 14px;
  }
}
.point li:before {
  content: "● ";
  color: #FF7E82;
}

.back-enji .point {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #fff;
}
.back-enji .point li {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .back-enji .point li {
    font-size: 16px;
  }
}
.back-enji .point li span {
  font-weight: bold;
  color: #fff;
  text-align: right;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 750px) {
  .back-enji .point li span {
    font-size: 14px;
  }
}
.back-enji .point li:before {
  content: "● ";
  color: #FF7E82;
}

.pay {
  margin-top: 20px;
}

.back-gray {
  background-color: #F8F5F5;
}

.back-enji {
  background-color: #73171f;
  color: #fff;
}

.cat {
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid #BE1832;
  color: #BE1832;
  font-size: 1.8em;
  padding: 10px;
}

.discription {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
  font-family: serif;
  font-weight: bold;
  color: #333333;
}

.plan {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (min-width: 751px) {
  .plan li {
    width: 30%;
  }
  .plan li a {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 1px -3px 6px #ccc;
            box-shadow: 1px -3px 6px #ccc;
    padding: 20px;
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .plan {
    gap: 40px 10px;
  }
  .plan li {
    width: 47%;
  }
  .plan li a {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 1px -3px 6px #ccc;
            box-shadow: 1px -3px 6px #ccc;
    padding: 20px;
    color: #000;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .plan li a {
    padding: 10px;
  }
}
.plan h3 {
  text-align: right;
  font-size: 23px;
}
.plan h3 .small {
  display: inline-block;
  font-size: 16px;
}
.plan h3 .disc {
  display: block;
  color: #FF7E82;
  padding-left: 20px;
  border-left: 8px solid #FF7E82;
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}
.plan h3 .jpn {
  font-size: 18px;
  display: block;
  font-family: "Noto Serif JP", serif;
}
.plan img {
  margin: 10px 0;
}
.plan .price {
  text-align: right;
  font-size: 24px;
  color: #FF7E82;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .plan .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .plan h3 {
    font-size: 15px;
    line-height: 1.2em;
    height: 95px;
  }
  .plan h3 .small {
    font-size: 12px;
  }
  .plan h3 .jpn {
    font-size: 12px;
  }
}

.linkbtn {
  margin: 60px 0;
  text-align: center;
}
.linkbtn a {
  background-color: #FF7E82;
  padding: 10px 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
}
.linkbtn a span {
  font-size: 32px;
  display: block;
  font-family: "Noto Serif JP", serif;
}

footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 250px;
}
footer #foot-flower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: url("../img/footer.png");
  background-size: cover;
  height: 500px;
}
footer .footlogo {
  margin-bottom: 40px;
  text-align: center;
  display: block;
}
footer .footlogo img {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  footer .footlogo img {
    width: 70%;
    margin-top: 0;
  }
}
footer .footnav {
  text-align: center;
}
footer .footnav li {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
footer .footnav a {
  color: #000;
  font-family: "Noto Serif JP", serif;
}

.hair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  .hair li {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .hair li {
    width: calc(50% - 10px);
  }
}
.hair li img {
  border-radius: 14px;
}

/*お問合せ*/
div.form-table-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.form-table-wrap form table.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
div.form-table-wrap form table.form-table th {
  width: 28%;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  text-align: left;
  vertical-align: top;
}
div.form-table-wrap form table.form-table th span {
  font-size: 11px;
  padding: 2px 6px;
  color: #BE1832;
}
div.form-table-wrap form table.form-table th td {
  padding: 10px;
}
div.form-table-wrap input.area, div.form-table-wrap select {
  width: 98%;
  border-radius: 4px;
  line-height: 2em;
}

.post {
  border-radius: 4px;
  line-height: 2em;
}

select {
  padding: 10px;
  font-size: 16px;
}

textarea {
  width: 98%;
  height: 300px;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 2em;
}

input.area, textarea, .post {
  font-size: 16px;
  padding-left: 10px;
}

p.submit {
  text-align: center;
}
p.submit input {
  border: 0px;
  -webkit-box-shadow: -1px 1px 2px #888;
          box-shadow: -1px 1px 2px #888;
  text-align: center;
  margin: 10px;
  color: #fff;
  background-color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  width: 180px;
}

@media screen and (max-width: 750px) {
  form table.form-table th {
    width: 100%;
    padding: 2px;
    display: block;
    font-size: 13px;
    text-align: center;
    vertical-align: top;
  }
  input.area, textarea, .post {
    font-size: 14px;
  }
  .form-table td {
    padding: 10px;
    width: 100%;
    display: block;
  }
  input.area, select {
    width: 100%;
    line-height: 1.5em;
  }
  .post {
    width: 40%;
  }
  .check input {
    white-space: nowrap;
  }
  textarea {
    width: 100%;
    height: 200px;
  }
  p.submit input {
    border: 0px;
    text-align: center;
    margin: 4px 4px 10px 4px;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    width: 180px;
  }
}
/*faq*/
.qa-8 dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
  margin-right: 0.4em;
}

.qa-8 dt::before {
  content: "Q.";
}

.qa-8 dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}

.qa-8 dd::before {
  content: "A.";
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 16px;
  top: 20px;
  width: 55px;
  height: 35px;
  cursor: pointer;
  z-index: 2000;
}
@media screen and (max-width: 750px) {
  .hamburger {
    top: 45px;
  }
}

.hamburger__line {
  background-color: #fff;
  position: absolute;
  width: 55px;
  height: 3px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 12px;
}

.hamburger__line--3 {
  top: 23px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  padding: 120px 30px 0;
  background-color: #ccc;
}
@media screen and (max-width: 750px) {
  .sp-nav {
    padding: 80px 20px 0;
  }
}
.sp-nav ul.sp-nav-inner li a {
  display: block;
  padding: 13px 30px;
  font-size: 1.4em;
  font-weight: 900;
  color: #000;
}
.sp-nav ul.sp-nav-inner li a span {
  font-weight: normal;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .sp-nav ul.sp-nav-inner li a {
    padding: 10px;
    line-height: 1.2em;
  }
  .sp-nav ul.sp-nav-inner li a span {
    display: block;
  }
}

.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 60%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
@media screen and (min-width: 751px) {
  .sp-nav {
    width: 20%;
  }
}
.sp-nav .SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}
.sp-nav .SNS li {
  width: 45%;
}
.sp-nav .SNS #tel, .sp-nav .SNS #whatsapp {
  width: 100%;
  display: block;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/*ふわっと*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}