@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  color: var(--text);
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

/* 基本設定: 全ての見出しに共通するスタイル */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; /* 太字 */
}

/* 各見出しの個別設定 */
h1 {
  font-size: 2.5rem; /* 一番大きい見出し */
}

h2 {
  font-size: 2rem; /* サブ見出し */
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.1rem;
  }
}

h3 {
  font-size: 1.75rem; /* 小見出し */
}

h4 {
  font-size: 1.5rem; /* 小さめの見出し */
}

h5 {
  font-size: 1.25rem; /* 補助的な見出し */
}

h6 {
  font-size: 1rem; /* 最小の見出し */
}

input, textarea {
  color: var(--text);
}

:root {
  --text: #5B3D21;
}

.l-header {
  width: 100%;
}
.l-header__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 60px;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__logo img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 150px;
  }
}

.l-main__inner {
  padding: 0 48px;
}
@media screen and (max-width: 576px) {
  .l-main__inner {
    padding: 0 20px;
  }
}

.l-footer {
  width: 100%;
}
.l-footer__inner {
  background-color: #D5B066;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__copyright {
  color: #0A3156;
}

body {
  background-color: #f7f7f7;
}

.p-toppage__mv {
  max-width: 786px;
  margin: 0 auto;
}
.p-toppage__mv img {
  display: block;
  max-width: 100%;
}
.p-toppage__intro {
  max-width: 786px;
  background-color: #FFFBF4;
  margin: 0 auto;
  font-size: 2rem;
}
.p-toppage__intro__content {
  position: relative;
}
.p-toppage__intro__image {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 576px) {
  .p-toppage__intro__image {
    width: 85px;
    height: 85px;
    top: 0px;
    right: 0px;
  }
}
.p-toppage__about {
  background-color: #fff;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
}
.p-toppage__header {
  position: relative;
  padding: 20px 0 0 0;
}
.p-toppage__header__bubble_1 {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_1 {
    top: 15%;
    left: 3%;
    width: 32px;
    height: 32px;
  }
}
.p-toppage__header__bubble_2 {
  position: absolute;
  top: 25%;
  left: 8%;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_2 {
    top: 35%;
    left: 8%;
    width: 40px;
    height: 40px;
  }
}
.p-toppage__header__bubble_3 {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_3 {
    top: 70%;
    right: 10%;
    width: 40px;
    height: 40px;
  }
}
.p-toppage__header__bubble_4 {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_4 {
    top: 55%;
    left: 10%;
    width: 56px;
    height: 56px;
  }
}
.p-toppage__header__bubble_5 {
  position: absolute;
  top: 20%;
  left: 53%;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_5 {
    top: 20%;
    left: 53%;
    width: 24px;
    height: 24px;
  }
}
.p-toppage__header__bubble_6 {
  position: absolute;
  top: 0%;
  left: 66%;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_6 {
    top: 0%;
    left: 66%;
    width: 48px;
    height: 48px;
  }
}
.p-toppage__header__bubble_7 {
  position: absolute;
  top: 70%;
  left: 80%;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_7 {
    top: 70%;
    left: 80%;
    width: 32px;
    height: 32px;
  }
}
.p-toppage__header__bubble_8 {
  position: absolute;
  top: 0%;
  left: 80%;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_8 {
    top: 0%;
    left: 86%;
    width: 48px;
    height: 48px;
  }
}
.p-toppage__header__bubble_9 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 576px) {
  .p-toppage__header__bubble_9 {
    top: 50%;
    left: 0%;
    width: 48px;
    height: 48px;
  }
}
.p-toppage__headding {
  padding: 120px 0 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#C18E46), to(#5B4321));
  background: linear-gradient(90deg, #C18E46 0%, #5B4321 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hina Mincho", serif;
  font-style: normal;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .p-toppage__headding {
    padding: 80px 0 40px 0;
  }
}
.p-toppage__about {
  padding-bottom: 30px;
}
.p-toppage__about-image {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.p-toppage__about-image img {
  width: 100%;
}
.p-toppage__about-content {
  margin: 0 0 30px 0;
}
.p-toppage__about-content::after {
  content: "";
  display: block;
  clear: both;
}
.p-toppage__wave {
  background-color: #FFF;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: -140px;
}
@media screen and (max-width: 576px) {
  .p-toppage__wave {
    margin-bottom: -50px;
  }
}
.p-toppage__wave img {
  max-width: 140%;
}
.p-toppage__howto {
  background-color: #FFFBF4;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 100px 0;
}
.p-toppage__howto-text {
  margin-bottom: 30px;
}
.p-toppage__howto-movie {
  position: relative;
}
.p-toppage__howto-movie video {
  display: block;
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 576px) {
  .p-toppage__howto-movie video {
    max-width: 200px;
  }
}
.p-toppage__howto-description {
  text-align: center;
}
.p-toppage__greeting {
  background-color: #fff;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 100px 0;
}
.p-toppage__greeting-content {
  width: 100%;
  text-align: center;
}
.p-toppage__greeting-content img {
  width: 85%;
}
.p-toppage__greeting-text {
  margin-top: 30px;
}
.p-toppage__contact {
  background-color: #FFFBF4;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 60px 0;
}
.p-toppage__contact-form {
  margin-top: 20px;
  width: 100%;
}
.p-toppage__form-row {
  margin-bottom: 40px;
}
.p-toppage__form-row label {
  display: block;
  margin-bottom: -20px;
}
.p-toppage__form-row span {
  color: #bf0000;
}
.p-toppage__form-row input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B0ABAB;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: -10px;
}
.p-toppage__form-row textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B0ABAB;
  border-radius: 8px;
  padding: 15px;
}
.p-toppage__contact-btn {
  margin-top: 20px;
  background-color: #A9A5A5;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px gray;
          box-shadow: 0 4px 4px gray;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-toppage__contact-btn:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 4px;
}
.p-toppage__info {
  background-color: #fff;
  max-width: 786px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.p-toppage__info-content {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .p-toppage__info-content {
    font-size: 1rem;
  }
}
.p-toppage__info-image {
  display: block;
  height: 160px;
}
@media screen and (max-width: 576px) {
  .p-toppage__info-image {
    height: 120px;
  }
}

.p-confirm {
  background-color: #F3EBDC;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 130px 0;
  height: 1000px;
}
@media screen and (max-width: 576px) {
  .p-confirm {
    height: 800px;
  }
}
.p-confirm__notes {
  text-align: center;
  margin-bottom: 60px;
}
.p-confirm__previous-btn {
  margin-top: 20px;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-confirm__previous-btn:hover {
  opacity: 0.8;
}
.p-confirm__link {
  margin-top: 60px;
  text-align: center;
  text-decoration: underline;
}

.u-mt__-180 {
  margin-top: -180px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 576px) {
  .u-mt__-180 {
    margin-top: -80px;
  }
}

.u-sp-br {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-sp-br {
    display: block;
  }
}

.u-pt40 {
  padding-top: 40px;
}/*# sourceMappingURL=style.css.map */