@charset "UTF-8";

/* .titile-top */
.title-top {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}

.title-top.white {
  color: var(--color-white);
}

.title-top-en {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0.06em;
  color: var(--color-main);
}

/* home-head */
.home-head {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--color-main);
  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}

.inner {
  @media screen and (max-width: 767px) {
    width: calc(100% - 3rem);
  }
}

/* --------------------------------------------------------------- */
/*  fv */
/* --------------------------------------------------------------- */
#fv {
  display: grid;
  place-content: center;
  aspect-ratio: 1920/821;
  background: url(../img/bill/top/fv-bg.jpg) no-repeat bottom center/cover;
  @media screen and (max-width: 767px) {
    aspect-ratio: 375/304;
  }
}

#fv .inner {
  margin: 0 auto;
}

#fv .title {
  margin-top: -1.6rem;
  margin-left: 3.4rem;
  text-align: center;
  font-size: 4.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--font-serif);
  color: var(--color-white);
  @media screen and (max-width: 767px) {
    margin-left: 0;
    font-size: 2.5rem;
    line-height: 1.75;
    text-wrap: nowrap;
  }
}

/* --------------------------------------------------------------- */
/*  rent */
/* --------------------------------------------------------------- */
#rent {
  margin-top: 11rem;
  @media screen and (max-width: 767px) {
    margin-top: 7.1rem;
  }
}

#rent .inner {
  position: relative;
  text-align: center;
  max-width: 153rem;
  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 3.5rem;
    aspect-ratio: 35/823;
    background: url(../img/bill/top/rent-deco.png) no-repeat center center/cover;
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  &::before {
    left: 0;
  }
  &::after {
    right: 0;
    transform: scaleX(-1);
  }
}

#rent .lead {
  margin-top: 4.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0625;
  @media screen and (max-width: 767px) {
    margin-top: 3.6rem;
  }
  & span {
    font-weight: 700;
    color: var(--color-main);
  }
}
#rent .title-en {
  margin-top: 5.9rem;
  font-size: 4.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-main);
  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
  }
}
#rent .list {
  margin-top: 3.9rem;
  display: flex;
  justify-content: center;
  column-gap: 3.7rem;
  flex-wrap: wrap;
  @media screen and (max-width: 767px) {
    gap: 2rem;
  }
}
#rent .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28.4rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-accent);
  border: 0.2rem solid var(--color-accent);
  transition: border-color ease 0.3s;
  @media screen and (max-width: 767px) {
    width: 15.6rem;
  }
}
#rent img {
  margin-top: 4.4rem;
  width: 10.4rem;
  aspect-ratio: 104/107;
  @media screen and (max-width: 767px) {
    width: 5.7rem;
    margin-top: 0.4rem;
  }
}
#rent .name {
  margin-top: 3.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  @media screen and (max-width: 767px) {
    margin-top: 1.3rem;
    font-size: 1.4rem;
  }
}
#rent .btn-wrapper {
  margin-top: 8.5rem;
  display: flex;
  justify-content: center;
  column-gap: 3.4rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3.5rem;
  }
}

@media (hover: hover) {
  #rent .item:hover a {
    opacity: 1;
    background-color: var(--color-white);
    border-color: var(--color-main);
  }
}

/* --------------------------------------------------------------- */
/*  about */
/* --------------------------------------------------------------- */
#about {
  margin-top: 16.4rem;
  @media screen and (max-width: 767px) {
    margin-top: 6.1rem;
  }
}

#about .title-area {
  padding-top: 14.4rem;
  padding-bottom: 21.8rem;
  background: url(../img/bill/top/about-bg.jpg) no-repeat center center/cover;
  text-align: center;
  @media screen and (max-width: 767px) {
    padding-top: 10rem;
    padding-bottom: 25.3rem;
  }
}
#about .title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-white);
  @media screen and (max-width: 767px) {
    font-size: 2.8rem;
  }
}
#about .title-en {
  margin-top: 4.1rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: var(--font-en);
  color: var(--color-main);
  @media screen and (max-width: 767px) {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
#about .inner {
  margin-top: -10.6rem;
  padding-top: 9.8rem;
  width: 124rem;
  background-color: var(--color-white);
  @media screen and (max-width: 767px) {
    margin: -20.9rem 2rem 0;
    padding-top: 5.7rem;
    width: auto;
  }
}
#about .home-head {
  text-align: center;
}
#about .bill-table {
  margin: 6.5rem auto 0;
  width: 103.7rem;
  max-width: 100%;
  @media screen and (max-width: 767px) {
    margin-top: 1.9rem;
    width: 27.5rem;
  }
}
#about .access {
  margin-top: 6.1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  color: var(--color-main);
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
  }
}
#about .map-wrapper {
  margin-top: 4.4rem;
  aspect-ratio: 1920/606;
  @media screen and (max-width: 767px) {
    margin-top: 2.6rem;
    aspect-ratio: 375/386;
    font-size: 1.6rem;
  }
  & iframe {
    width: 100%;
    height: 100%;
  }
}

/* --------------------------------------------------------------- */
/*  history */
/* --------------------------------------------------------------- */
#history {
  position: relative;
  padding-top: 8.4rem;
  padding-bottom: 10.3rem;
  background-color: var(--color-accent);
  @media screen and (max-width: 767px) {
    padding-top: 6.1rem;
  }
  &::before {
    content: "";
    position: absolute;
    display: block;
    top: 9.5rem;
    left: -3.6rem;
    width: 195.9rem;
    aspect-ratio: 2159/1440;
    background: url(../img/bill/top/history-bg.jpg) no-repeat center center/cover;
    opacity: 0.1;
    z-index: 1;
    @media screen and (max-width: 767px) {
      top: 118.5rem;
      left: -48.6rem;
      width: 100rem;
    }
  }
  .text-deco {
    position: absolute;
    bottom: 2.7rem;
    left: 7rem;
    font-size: 12.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.26;
    font-family: var(--font-en);
    color: var(--color-white);
    @media screen and (max-width: 767px) {
      left: 2.3rem;
      bottom: 3rem;
      font-size: 6.4rem;
    }
  }
}

#history .inner {
  max-width: 103.7rem;
}
#history .home-head {
  text-align: center;
}
#history .lead {
  margin-top: 4.7rem;
  margin-left: -1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0625;
  text-align: center;
  @media screen and (max-width: 767px) {
    margin-left: 0;
  }
}
#history .bill-table {
  margin: 2.3rem auto 0;
}

/* --------------------------------------------------------------- */
/*  info */
/* --------------------------------------------------------------- */
#info {
  position: relative;
  padding-top: 12.4rem;
  padding-bottom: 9.6rem;
  background-color: var(--color-white);
  z-index: 1;
  @media screen and (max-width: 767px) {
    padding-top: 6.1rem;
    padding-bottom: 10rem;
  }
}
#info .inner {
  max-width: 103.7rem;
}
#info .home-head {
  text-align: center;
}
#info .btn-wrapper {
  margin-top: 8.4rem;
  margin-bottom: 5.2rem;
  display: flex;
  justify-content: center;
  column-gap: 2.6rem;
  @media screen and (max-width: 767px) {
    margin-top: 3.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
  }
}
#info .btn-main {
}
#info .btn-bill {
  padding: 1rem 2rem;
  width: 32.8rem;
  height: 9.2rem;
  font-size: 1.8rem;
  line-height: 1.38;
}
#info .pdf-wrapper {
  margin-top: 2.3rem;
  padding-bottom: 2.3rem;
  display: flex;
  align-items: center;
  column-gap: 5.8rem;
  border-bottom: 0.1rem solid var(--color-line);
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: baseline;
    row-gap: 1.6rem;
  }
}
#info .label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding-left: 2.2rem;
  padding-bottom: 0.1rem;
  width: 13.2rem;
  aspect-ratio: 132/51;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background: url(../img/bill/top/info-img.png) no-repeat center center/cover;
  @media screen and (max-width: 767px) {
    padding-left: 1.6rem;
    width: 11rem;
    font-size: 1.4rem;
  }
}
#info .link-wrapper {
  display: flex;
  column-gap: 5rem;
  @media screen and (max-width: 767px) {
    /* flex-direction: column; */
    align-items: baseline;
    gap: 1rem;
  }
}
#info .link {
  display: inline-flex;
  align-items: center;
  column-gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-main);
  text-decoration: underline;
  @media screen and (max-width: 767px) {
    column-gap: .3rem;
    font-size: 1.4rem;
  }
  & .pdf::after {
    width: 1.4rem;
    @media screen and (max-width: 767px) {
      width: 1.2rem;
    }
  }
}
