@charset "utf-8";
/* =============
　　common
*/

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-style: normal;
  color: #000000;
  background: #ffe4fc;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.8s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*  sp  */

.header {
  background: #ffd1f7;
  padding: 24px 6.4% 16px;
}

.header__topic {
  font-weight: 400;
  font-size: 1.7rem;
}

.header__topic--span {
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #ffc3c3;
  padding: 1px 3px;
  margin-left: 2px;
}

.enshou {
  margin-right: -6px;
  width: 2.5rem;
  height: 2.5rem;
}
.footer__enshou {
  width: 2.5rem;
  height: 2.5rem;
}

.nav__topic {
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 20px;
}

.nav {
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  background: rgba(255, 135, 135, 0.95);
  width: 100%;
  height: 100vh;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nav__list {
  margin-top: 66px;
}

.nav__item {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  padding: 20px;
  border-bottom: 1px dotted #ffffff;
}

.nav__item--insta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.nav__item--insta a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__item img {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 24px;
}

.nav__item--insta--pc {
  display: none;
}

.nav.active {
  transform: translateX(0);
}

.header__btn {
  display: block;
  background-color: #ff8787;
  width: 6rem;
  height: 65px;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.nav__btn {
  background-color: #ffffff;
  width: 6rem;
  height: 65px;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: -24px;
  right: 0;
}

.mainTopics {
  background-color: #fff6fd;
  margin: 15px 21px;
  padding: 41px 10px 19px;
}

.mainTopics__container,
.section__Topic__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 1.2rem;
  border-radius: 5px;
  margin: -20px auto 20px;
  padding-bottom: 15px;
  background-color: #ffc3c3;
}

.mainTopics__name,
.section__topic,
.subTopic {
  color: #836d80;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: -20;
}

.mainTopics__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.section__Topic__container {
  margin: 30px auto;
}

.gallery {
  list-style: none;
  padding: 0;
  margin: 21px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.gallery__item {
  width: 100%;
}

.gallery__img {
  margin: 0;
  width: 100%;
}

.gallery__img img {
  width: 100%;
  height: auto;
  display: block;
}

.section--requirements {
  margin: 0 21px;
  padding: 1px 16px 15px;
  background-color: #fff6fd;
}

.requirements__name {
  text-align: center;
  width: 8rem;
  border-radius: 2px;
  background: #ff8787;
  color: #ffffff;
  margin: 10px 0;
}

.requirements__name--name {
  text-align: center;
  width: 15rem;
  border-radius: 2px;
  background: #ff8787;
  color: #ffffff;
  margin: 10px 0;
}

.requirements__name2 {
  font-weight: 700;
  border-left: 7px solid #fbc1f5;
  margin: 10px 0 0 0;
  padding-left: 1px;
}

.requirements__txt {
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e6d0e3;
}

.requirements__txt--txt {
  list-style-type: disc;
  padding: 10px 0 10px 25px;
}

.section--access {
  margin: 15px 21px;
  padding: 1px 16px 15px;
  background-color: #fff6fd;
}

iframe {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.section__Topic--tel {
  margin-top: 5px;
}

/* お問い合わせフォーム--sp */
.section--application {
  margin: 15px 21px;
  padding: 1px 20px 15px;
  background-color: #fff6fd;
}

.subTopic__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 1.2rem;
  border-radius: 5px;
  margin: 30px auto 20px;
  padding-bottom: 15px;
  background-color: #ffc3c3;
}

.form__parts {
  margin-top: 10px;
}

.form__category::before {
  display: inline-block;
  content: "必須";
  height: 18px;
  width: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #ff8787;
  border-radius: 2px;
  margin-right: 4px;
}

.form__category--none::before {
  display: block;
  content: "";
}

.form__category,
.form__category--none {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.group {
  margin-top: 8px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
.group__textArea {
  display: block;
  width: 100%;
  padding: 3px 18px;
  border-radius: 2px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 1.4rem;
}

.group__textArea {
  height: 20rem;
}

input[type="text"]:focus,
.group__textArea:focus {
  outline: solid 1px #000000;
}

::placeholder {
  color: #a0a0a0;
}

.group--radio label {
  font-size: 1.4rem;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  outline: solid 1px #a0a0a0;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: -2px;
}

input[type="radio"]:checked {
  position: relative;
}

input[type="radio"]:checked::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form__parts--submit {
  margin-top: 15px;
  line-height: 1;
}

.btn--form {
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8787;
  width: 100%;
  padding: 5px 30px;
}

.article__footer {
  margin-top: 60px;
}
.footerTitle {
  font-size: 1.7rem;
  text-align: center;
}

.footer__title--span {
  font-size: 1.2rem;
}

.contact__address {
  text-align: center;
}

.post__code {
  margin-right: 90px;
}

.tel {
  text-align: center;
  margin-top: -2px;
}

.footerNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 17px 100px;
  margin: 18px 21px;
  color: #94708f;
}

.footer__item--insta {
  margin-right: 20px;
}

.copy {
  text-align: center;
  background: #ffd1f7;
  padding: 10px 30px;
}

#page_top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 7px;
  bottom: 7px;
  background: #ef3f98;
  opacity: 0.5;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* pc */
@media screen and (min-width: 769px) {
  body {
    background: #ffffff;
  }
  .header,
  main,
  footer {
    max-width: 1280px;
    margin: 0 auto;
    background: #ffe4fc;
  }

  .header {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 18px;
  }

  .header__topic {
    font-size: 3.2rem;
    display: flex;
    align-items: center;
  }

  .header__topic a {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
  }

  .header__topic--span {
    font-size: 2rem;
    position: relative;
    top: -3px;
  }

  .enshou {
    width: 4rem;
    height: 4rem;
    margin-right: 1px;
    flex-shrink: 0;
  }

  .nav {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .nav__list {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }

  .nav__item {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    border-bottom: none;
  }

  .nav__item--insta {
    display: none;
  }

  .nav__item--insta--pc {
    display: block;
    margin-left: 20px;
    margin-top: 1px;
  }

  .nav__header {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .mainTopics {
    margin: 60px 135px;
  }

  .mainTopics__container {
    margin: 15px auto 25px;
  }

  .mainTopics__txt {
    font-size: 1.6rem;
    margin: 20px 180px;
  }

  .section--gallery {
    margin: 80px 0 40px;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .section--requirements {
    margin: 50px 135px;
    padding: 2px 45px 32px;
  }

  .section__Topic__container {
    margin: 50px auto;
  }

  .requirements__name {
    width: 12.8rem;
    font-size: 1.8rem;
    padding: 10px;
    margin: 30px 0 20px;
  }

  .requirements__name--name {
    width: 23.6rem;
    font-size: 1.8rem;
    padding: 10px;
    margin: 30px 0 20px;
  }

  .requirements__txt {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }

  .requirements__name2,
  .requirements__txt--txt {
    font-size: 1.6rem;
  }

  .section--access {
    margin: 10px 135px;
  }

  iframe {
    max-width: 576px;
    width: 45%;
  }

  .map__container {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .info-content {
    flex: 1;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }

  .address {
    margin-bottom: 15px;
  }

  .section__Topic--tel a {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.25rem;
    color: #000;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }

  .section--application {
    margin: 50px 135px;
  }

  .subTopic__container {
  margin: 50px auto 40px;
  }

  .form__parts,
  .group--text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .form__category,
  .form__category--none {
    flex: 0 0 300px;
    margin: 0;
    font-size: 1.6rem;
    text-align: left;
    padding-right: 10px;
  }

  .form__category--none {
    margin-bottom: 160px;
  }

  .group {
    flex: 0 1 400px;
  }

  .group--radio {
    display: inline-block;
  }

  .btn--form {
    width: 13rem;
    height: 2.9rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .article__footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
  }

  .footerTitle {
    font-size: 2rem;
  }

  .contact__address {
    font-size: 1.6rem;
  }

  .footerTitle__main {
    margin-left: 33px;
  }

  .post__code {
    margin-left: -12px;
  }

  .contact__address p:nth-of-type(2) {
    margin-left: 45px;
  }

  .tel {
    margin-left: -50px;
  }

  .footerTitle {
    display: flex;
    align-items: center;
  }

  .footer__enshou {
    width: 3rem;
    height: 3rem;
  }

  .footerNav {
    margin-top: 20px;
  }

  .footer__title--span {
    position: relative;
    top: 3px;
    left: 2px;
    font-size: 1.4rem;
  }

  .footerNav__list {
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 24px;
  }

  small {
    font-size: 1.6rem;
    display: inline-flex;
    height: 100px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }

  #page_top {
    width: 50px;
    height: 50px;
    right: 150px;
    bottom: 10px;
  }

  #page_top a {
    width: 50px;
    height: 50px;
  }

  #page_top a::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
    font-weight: 600;
  }
  /* pc 769px */
}

/* 全体背景 */
body {
  background-color: #fbe7f6;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #333;
}

/* 確認画面コンテナ */
.confirm-container {
  max-width: 720px;
  margin: 60px auto;
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* タイトル */
.confirm-container h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 8px;
}

/* サブタイトル */
.confirm-container .subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
}

/* テーブル */
.confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

/* 見出しセル */
.confirm-table th {
  width: 30%;
  background-color: #f0f3f8;
  padding: 14px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #e0e5ec;
  vertical-align: top;
}

/* 内容セル */
.confirm-table td {
  padding: 14px;
  border-bottom: 1px solid #e0e5ec;
  word-break: break-word;
}

/* お問い合わせ内容 */
.contact-content {
  white-space: pre-wrap;
  line-height: 1.6;
}

/* ボタンエリア */
.button-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* 共通ボタン */
.button {
  min-width: 180px;
  padding: 14px 20px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* 戻るボタン */
.back-button {
  background-color: #e0e5ec;
  color: #333;
}

.back-button:hover {
  background-color: #d4dae3;
}

/* 送信ボタン */
.submit-button {
  background-color: #4a6cf7;
  color: #fff;
}

.submit-button:hover {
  background-color: #3c5ee0;
}

/* 押下時 */
.button:active {
  transform: translateY(1px);
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .confirm-container {
    padding: 20px;
    margin: 30px 16px;
  }

  .confirm-table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .confirm-table td {
    display: block;
    border-bottom: 1px solid #e0e5ec;
  }
}

/* =========================
   エラー画面
========================= */

.error-container {
  max-width: 640px;
  margin: 80px auto;
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #e74c3c;
}

/* タイトル */
.error-container h1 {
  font-size: 22px;
  color: #e74c3c;
  text-align: center;
  margin-bottom: 20px;
}

/* エラーリスト */
.error-container ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

/* 各エラー項目 */
.error-container li {
  background-color: #fdecea;
  color: #c0392b;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* 戻るボタン */
.error-container .back-button {
  display: inline-block;
  text-decoration: none;
  background-color: #e0e5ec;
  color: #333;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* 戻るボタン hover */
.error-container .back-button:hover {
  background-color: #d4dae3;
}

/* 押下時 */
.error-container .back-button:active {
  transform: translateY(1px);
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .error-container {
    margin: 40px 16px;
    padding: 24px;
  }

  .error-container h1 {
    font-size: 20px;
  }
}
