@charset "UTF-8";

.site-policy-page {
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-primary);
}

.site-policy-container {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0 30px;
}

/*.site-policy-container--narrow {*/
/*}*/

.site-policy-title-sp {
  display: none;
}

.site-policy-hero {
  position: relative;
  padding: 31px 0 104px;
  background: var(--color-bg-beige);
}

.site-policy-hero::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 88px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 88H1440V42C1214 58 1014 54 744 28C428-3 214 0 0 55V88Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
  pointer-events: none;
}

.site-policy-hero__en {
  margin: 0 0 8px;
  color: var(--color-green);
  font-family: var(--font-kosugi);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.site-policy-hero__title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.site-policy-breadcrumb {
  padding: 0 0 127px;
  background: var(--color-white);
}

.site-policy-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #80766b;
  font-size: 13px;
  line-height: 1;
  list-style: none;
}

.site-policy-breadcrumb li:not(:last-child)::after {
  content: '>';
  margin-left: 12px;
  color: #a9a49b;
}

.site-policy-breadcrumb a {
  color: #80766b;
}

.site-policy-content {
  position: relative;
  z-index: 1;
  padding: 0 0 132px;
  background: var(--color-white);
}

.site-policy-content h2 {
  margin: 0 0 86px;
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.site-policy-block {
  margin: 0 0 65px;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
}

.site-policy-block:last-child {
  margin-bottom: 0;
}

.site-policy-block h3 {
  margin: 0 0 23px;
  padding-bottom: 13px;
  border-bottom: 3px dashed rgb(80 68 52 / 28%);
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}

.site-policy-block p {
  /*margin: 0 0 31px;*/
}

.site-policy-block p:last-child {
  margin-bottom: 0;
}

.site-policy-block ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.site-policy-block li {
  position: relative;
  padding-left: 1em;
}

.site-policy-block li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.site-policy-block address {
  margin: 38px 0 0;
  font-style: normal;
}

.site-policy-block strong {
  font-weight: 700;
}

.site-policy-block a {
  color: #efa246;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-policy-block a:hover {
  color: #efa246;
}

/* Final lower-page hero alignment: match guide-page */
.site-policy-hero {
  position: relative;
  z-index: 0;
  overflow: visible;
  padding: 31px 0 84px;
  background: #faf9f4;
}

.site-policy-hero::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -61px;
  left: 0;
  width: 100%;
  height: 184px;
  background-color: #fff;
  background-image: url("../images/wave_up_bg_beige.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 130%;
  pointer-events: none;
  z-index: 0;
  transform: scaleX(-1);
}

.site-policy-hero .site-policy-container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .site-policy-hero {
    padding-top: 20px;
    padding-bottom: 41px;
  }

  .site-policy-hero::after {
    bottom: -98px;
    height: 156px;
    background-size: 111% 80%;
  }
}

@media screen and (max-width: 767px) {
  .site-policy-container {
    padding: 0 24px;
  }

  .site-policy-container--narrow {
    width: 100%;
  }

  .site-policy-title-pc {
    display: none;
  }

  .site-policy-title-sp {
    display: inline;
  }

  .site-policy-hero {
    padding: 20px 0 61px;
  }

  .site-policy-hero__en {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .site-policy-hero__title {
    font-size: 18px;
  }

  .site-policy-breadcrumb {
    padding: 0 0 53px;
  }

  .site-policy-breadcrumb ol {
    font-size: 12px;
  }

  .site-policy-content {
    padding-bottom: 118px;
  }

  .site-policy-content h2 {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .site-policy-block {
    margin-bottom: 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.94;
  }

  .site-policy-block h3 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    font-size: 17px;
  }

  .site-policy-block p {
    margin-bottom: 25px;
  }

  .site-policy-block ul {
    margin-top: 24px;
  }

  .site-policy-block address {
    margin-top: 28px;
  }

}
