@charset "UTF-8";

:root {
  --mainPink: rgba(228, 101, 105, 1);
  --bgPink: rgba(246, 180, 182, 1);
  --white: rgba(255, 255, 255, 1);
  --bgWhite: rgba(253, 252, 244, 1);
  --black: rgba(43, 46, 39, 1);
  --gray: rgba(233, 233, 233, 1);
  --green: rgba(23, 127, 94, 1);

  --weightM: 400;
  --weightL: 700;

  --sizeS: 1.6rem;
  --sizeM: 2.2rem;
  --sizeL: 4.2rem;

}





/* -------------------------
kv
------------------------- */
section.kv {
  background: top center / 480px url("../img/kv.jpg") no-repeat !important;
  display: flex;
  flex-wrap: wrap;
  height: 46vw;
  padding-top: 0;
  position: relative;

  & img.catchphrase {
    height: auto;
    padding: 10px 0 0 10px;
    width: 173px;
  }

  & div {
    align-items: end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    bottom: 6px;
    position: absolute;


    & p {
      color: var(--white);
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
      width: 100%;
      line-height: 1.1;

      &:nth-of-type(1) {
        font-size: 1.0rem;
        text-align: left;
      }

      &:nth-of-type(2) {
        font-size: 1.3rem;
        text-align: right;
      }

      & span {
        color: var(--white);
        display: block;
        font-size: var(--sizeS);
        line-height: 1.1;
      }
    }
  }
}

/* -------------------------
intro
------------------------- */
section.intro {
  height: auto;

  & div.sectionInner {
    justify-content: space-between;
  }

  & h1 {
    color: var(--white);
    font-size: var(--sizeM);
    margin-bottom: 14px;
    text-shadow: 0px 0px 6px rgba(72, 72, 72, .3);
    width: 100%;
  }

  & ul {
    background-color: rgba(255, 224, 169, 1);
    border-radius: 25px;
    list-style: none;
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: left;
    width: 100%;

    & li {
      margin-bottom: 11px;
      text-indent: -1.8em;
      padding-left: 1.8em;

      &:last-child {
        margin-bottom: 0;
      }

      &:before {
        content: url("../img/check.svg");
        display: inline-block;
        margin-right: 14px;
        text-indent: 0.3em;
        width: 14px;
      }
    }
  }

  & div.circleBanner {
    display: flex;
    gap: 8px;
    width: 100%;

    & div {
      aspect-ratio: 1;
      align-items: center;
      background: var(--white);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      height: auto;
      width: calc((100% - (8px *2)) / 3);

      & p,
      p span {
        color: #a48f5f;

        & span {
          font-size: var(--sizeL);
          font-weight: var(--weightM);
        }
      }
    }
  }

  & p.btn {
    background: var(--mainPink);
    border-radius: 50px;
    bottom: -31px;
    height: 53px;
    left: 0;
    margin: 0 auto;
    max-width: 587px;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 10;

    & a {
      color: var(--white);
      display: block;
      font-size: var(--sizeM);
      height: 100%;
      left: 0;
      line-height: 250%;
      position: absolute;
      top: 0;
      width: 100%;
    }

    &:before {
      content: '';
      width: 15px;
      height: 15px;
      border: 0;
      border-top: solid 2px var(--white);
      border-right: solid 2px var(--white);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: 12%;
      bottom: 0;
      margin: auto;
    }
  }

}





/* -------------------------
worries
------------------------- */
section.worries {
  height: auto;

  & h2 {
    color: var(--black);
  }

  & ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 54px;

    & li {
      width: 100%;

      & img {
        margin-bottom: 5px;
      }

    }
  }

  & h3 {
    font-size: var(--sizeM);
    font-weight: var(--weightM);
    margin-bottom: 30px;
    width: 100%;
  }

  & p.worriesText {
    font-size: var(--sizeM);
    margin-bottom: 71px;

    &:last-of-type {
      margin-bottom: 58px;
    }

    & span {
      color: var(--mainPink);
      display: block;
      font-size: var(--sizeL);
      font-weight: var(--weightM);
    }
  }
}

/* -------------------------
stalking
------------------------- */
section.stalking {
  height: auto;

  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 54px;

    & li {
      width: 100%;

      & img {
        margin-bottom: 5px;
      }
    }
  }

  & p.more {
    font-size: var(--sizeM);
    margin-bottom: 54px;
  }
}


/* -------------------------
example
------------------------- */
section.example {
  height: auto;

  & p {
    font-size: var(--sizeM);
    line-height: 1.7;
    margin-bottom: 30px;

    & span {
      color: var(--white);
      display: block;
      font-size: var(--sizeL);
    }
  }
}


/* -------------------------
complaint
------------------------- */
section.complaint {
  height: auto;

  & p {
    font-size: var(--sizeM);
    line-height: 1.7;
    margin-bottom: 30px;
  }
}


/* -------------------------
menu
------------------------- */
section.menu {
  height: auto;

  & p {
    font-size: var(--sizeM);
    margin-bottom: 30px;
  }

  & table {
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 auto 70px;
    width: 100%;

    &:nth-of-type(2) {
      margin: 0 auto 30px;
    }

    & thead {
      background: var(--mainPink);
      display: none;

      & tr {
        border-bottom: none;

      }

      & th,
      td {
        color: var(--white);
      }

      & th {
        border-right: 11px solid var(--gray) !important;
      }
    }

    & th,
    td {
      display: block;
      border-bottom: 1px solid var(--mainPink);
      font-size: var(--sizeM);
      padding: 18px 0;


      & span {
        display: block;
        font-size: var(--sizeS);
      }

    }

    & th {
      border-bottom: 1px dashed var(--mainPink);
    }

  }

  & ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 4.5rem;

    & li {
      text-indent: -2.5em;
      width: 100%;

      &::before {
        counter-increment: number 1;
        content: "※" counter(number);
        margin-right: 15px;
      }
    }
  }

}


/* -------------------------
flow
------------------------- */
section.flow {
  height: auto;

  & div.flowContents {
    margin-bottom: 20px;
    width: 100%;

    & h3 {
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
      color: var(--white);
      background: var(--mainPink);
      font-size: var(--sizeM);
      font-weight: var(--weightM);
      margin-bottom: 10px;
      padding: 20px 0;
    }

    & p {
      &:nth-of-type(1) {
        color: var(--green);
        font-size: var(--sizeM);
        font-weight: var(--weightM);
        margin-bottom: 5px;
      }

      &:nth-of-type(2) {
        font-size: var(--sizeS);
      }
    }
  }

  & p.other {
    margin-bottom: 30px;

    & span {
      color: var(--green);
      display: block;
      font-size: var(--sizeM);
      font-weight: var(--weightM);
      margin-bottom: 10px;
    }
  }
}


/* -------------------------
about
------------------------- */
section.about {

  & .detailText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;

    & h3 {
      font-size: var(--sizeM);
      font-weight: var(--weightM);
      margin-bottom: 8px;
    }

    & p {
      margin-bottom: 1.1rem;
    }
  }

  & div.map {
    display: contents;
    margin-bottom: 20px;
    width: 100%;

    & iframe {
      height: 400px;
      width: 100%;
    }
  }

  & div.profile {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    & div.profileText {
      background: var(--white);
      border-radius: 10px;
      border: 3px solid var(--mainPink);
      margin-bottom: 40px;
      padding: 12px;
      width: 100%;

      & h3 {
        font-size: var(--sizeM);
        font-weight: var(--weightM);
        margin-bottom: 6px;

        & span {
          font-size: var(--sizeS);
          margin-right: 18px;
        }

      }

      & p {
        font-size: var(--sizeS);
        line-height: 1.3;
        margin-bottom: 1.1rem;
        text-align: left;
      }
    }

    & img.profileImg {
      display: none;
    }
  }

  & div.card {
    position: relative;
    z-index: 20;
  }
}


/* -------------------------
contact
------------------------- */
section.contact {
  & .Form {
    margin: 0 auto;
    width: 100%;

    & .Form-Item {
      align-items: center;
      /* display: flex; */
      margin-bottom: 22px;
      width: 100%;

      &:last-of-type {
        margin-bottom: 30px;
      }

    }

    & .Form-Item-Label {
      margin-bottom: 5px;
    }


    & .Form-Item-Label-Required,
    .Form-Item-Label-Any {
      border-radius: 7px;
      color: var(--white);
      font-size: 1.2rem;
      margin: 0 auto 5px;
      padding: 5px;
      width: 42px;
    }

    & .Form-Item-Label-Required {
      background: var(--mainPink);
    }

    & .Form-Item-Label-Any {
      background: var(--green);
    }


    & .Form-Item-Input,
    .Form-Item-Textarea {
      background: var(--white);
      border: 1px solid var(--black);
      border-radius: 7px;
      flex: 1;
      height: 48px;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
    }

    & .Form-Item-Textarea {
      height: 200px;
      resize: vertical;
    }

    & label {
      align-items: center;
      display: flex;
      justify-content: center;
    }

    & input[type="radio"] {
      background: var(--white);
      border: 1px solid var(--black);
      border-radius: 50%;
      position: relative;
      height: 16px;
      margin-right: 9px;
      vertical-align: -2px;
      width: 16px;
    }

    & input[type="radio"]:checked:before {
      background: var(--black);
      border-radius: 50%;
      content: '';
      height: 9px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 9px;
    }

    & .Form-Btn {
      background: var(--white);
      border-radius: 7px;
      display: block;
      margin: 0 auto 30px;
      padding: 21px;
      transition: all 0.5s;
      width: 100%;

      &:hover {
        opacity: .4;
      }
    }
  }

}


/* -------------------------
footer
------------------------- */
section.footer {
  padding: 10px 0;

  & div.sectionInner {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;

    & p,
    a {
      width: 50%;
      font-size: 1.2rem;
    }

    & p {
      text-align: left;
    }

    & a {
      text-align: right;
    }
  }
}




/* モバイルファーストにする */
@media (min-width: 600px) {

  :root {
    --mainPink: rgba(228, 101, 105, 1) !important;
    --bgPink: rgba(246, 180, 182, 1);
    --white: rgba(255, 255, 255, 1);
    --bgWhite: rgba(253, 252, 244, 1);
    --black: rgba(43, 46, 39, 1);
    --gray: rgba(233, 233, 233, 1);
    --green: rgba(23, 127, 94, 1);

    --weightM: 400;
    --weightL: 700;

    --sizeS: 1.6rem;
    --sizeM: 2.2rem;
    --sizeL: 4.2rem;
  }


  /* -------------------------
kv
------------------------- */
  section.kv {
    background: top center / contain url("../img/kv.jpg") no-repeat !important;
    margin: 0 auto;
    height: 36vw;
    padding: 0 12.3% 2.3% 15.4%;

    & img.catchphrase {
      margin: 64px 0 0 -13px;
      padding: 0;
      width: unset;
    }

    & div {
      position: static;
      & p {
        font-size: var(--sizeS);
        width: unset;

        &:nth-of-type(1) {
          font-size: var(--sizeS);
        }

        &:nth-of-type(2) {
          font-size: var(--sizeS);
        }

        & span {
          display: inline;
          font-size: 3.6rem;
        }
      }
    }
  }


  /* -------------------------
intro
------------------------- */
  section.intro {
    & h1 {
      text-align: left;
    }

    & ul {
      height: 151px;
      max-width: 507px;
      padding: 28px;
      /* width: 50%; */

      & li {
        margin-bottom: 11px;
        text-indent: unset;
        padding: 0;

        &:before {
          height: 14px;
          margin-right: 19px;
          text-indent: unset;
          width: 17px;
        }
      }
    }

    & div.circleBanner {
      gap: 13px;
      width: auto;


      & div {
        height: 146px;
        width: 146px;

      }
    }

    & p.btn {
      height: 96px;

      & a {
        font-size: 3.3rem;
        text-align: center;
      }

      &:before {
        right: 15%;
      }
    }

  }


  /* -------------------------
worries
------------------------- */
  section.worries {

    & ul {

      & li {
        text-align: center;
        width: calc((100% - (16px * 2)) / 3);

        & img {
          margin-bottom: 23px;
        }

      }
    }

    & h3 {
      text-align: center;
    }

    & p.worriesText {


      & span {
        display: contents;
      }
    }
  }

  /* -------------------------
stalking
------------------------- */
  section.stalking {

    & ul {
      gap: 56px 54px;
      margin-bottom: 107px;

      & li {
        text-align: center;
        width: calc((100% - (54px * 2)) / 3);

        & img {
          margin-bottom: 24px;
        }
      }
    }

  }


  /* -------------------------
example
------------------------- */
  section.example {

    & p {
      line-height: 2.7;
      margin-bottom: 92px;
    }
  }


  /* -------------------------
complaint
------------------------- */
  section.complaint {

    & p {
      line-height: 2.7;
      margin-bottom: 90px;
    }
  }


  /* -------------------------
menu
------------------------- */
  section.menu {

    & p {
      margin-bottom: 40px;
    }

    & table {
      text-align: center;

      & thead {
        display: block;
      }


      & tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--mainPink);

        & th,
        td {
          border: none;
          padding: 33px 0;
        }

        & th {
          width: 30%;
        }

        & td {
          width: 70%;
        }

      }

    }

    & ul {
      margin-bottom: 90px;
      text-align: left;
    }

  }


  /* -------------------------
flow
------------------------- */
  section.flow {

    & div.flowContents {
      margin-bottom: 70px;
      width: calc(100% / 3);

      & h3 {
        margin-bottom: 20px;
        text-align: center;
      }

      & p {
        &:nth-of-type(1) {
          margin-bottom: 11px;
        }

      }
    }

    & p.other {
      margin-bottom: 89px;

      & span {
        margin-bottom: 25px;
      }
    }
  }


  /* -------------------------
about
------------------------- */
  section.about {
    & .detailText {

      & h3 {
        font-size: var(--sizeM);
        font-weight: var(--weightL);
        margin-bottom: 8px;
      }

      & p {
        font-size: var(--sizeM);
        margin-bottom: 1.1rem;
      }
    }

    & div.map {
      display: block;
      margin: 0 calc(50% - 50vw);
      position: relative;
      width: 100vw;

      & iframe {
        height: 600px;
      }
    }

    & div.profile {
      margin-top: -290px;
      position: relative;
      z-index: 0;

      & div.profileText {
        padding: 18px;
        max-width: 654px;
    width: 60%;

        & h3 {
          margin-bottom: 18px;
          text-align: left;
        }

      }

      & img.profileImg {
        display: block;
        margin-left: -36px;
        max-width: 372px;
        width: 40%;
      }
    }

  }


  /* -------------------------
contact
------------------------- */
  section.contact {
    & .Form {

      & .Form-Item {
        display: flex;

        &:last-of-type {
          margin-bottom: 57px;
        }

      }

      & .Form-Item-Label {
        width: 25%;
      }


      & .Form-Item-Label-Required,
      .Form-Item-Label-Any {
        margin: 0 10px 0 0;
      }

      & .Form-Item-Input,
      .Form-Item-Textarea {
        width: calc(75% - 42px);
      }

      & label {
        justify-content: unset;
        margin: 0 28px 0 2px;
      }

      & .Form-Btn {
        height: 81px;
        margin: 0 auto 80px;
        text-align: center;
        width: 390px;
      }
    }

  }


  /* -------------------------
footer
------------------------- */
  section.footer {

    & div.sectionInner {

      & p,
      a {
        font-size: var(--sizeS);
      }

    }
  }








}