@charset "UTF-8";
/* Sass Document */
.facility-map {
  margin-top: 4rem;
  max-width: 154rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .facility-map {
    margin-top: 5rem;
    padding-bottom: 30rem;
  }
}

.map-content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  margin-top: 3rem;
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .map-content {
    border: 1px solid #000;
    border-radius: 0;
    border-radius: 2rem;
    margin-top: 6rem;
    overflow: visible;
  }
}
.map-content img {
  padding: 5.4rem 3.6rem;
  width: 124rem;
  max-width: inherit;
}
@media screen and (min-width: 900px) {
  .map-content img {
    width: 100%;
  }
}

.facility-anchor-list {
  padding-left: 0;
  list-style-type: none;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.5rem;
  padding-inline: 2.2rem 2rem;
  gap: 1rem 0.5rem;
  margin-top: 3rem;
  display: grid;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 900px) {
  .facility-anchor-list {
    font-size: 2.2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 1.8rem;
    margin: 6rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.facility-anchor-list .facility-name {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 900px) {
  .facility-anchor-list .facility-name {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.facility-anchor-list a {
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .facility-anchor-list a {
    transition: 0.3s;
  }
  .facility-anchor-list a:hover {
    opacity: 0.7;
  }
}
.facility-anchor-list p {
  font-size: 1.5rem;
  display: inline;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  margin-block: -0.6em -0.5em;
}
@media screen and (min-width: 900px) {
  .facility-anchor-list p {
    line-height: 1.5;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
  }
}
.facility-anchor-list p span {
  display: inline;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .facility-anchor-list p span {
    display: inline-block;
    margin-left: 2rem;
    font-size: 2.2rem;
  }
}
.facility-anchor-list .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-content: center;
  background-color: #ee8149;
  color: #fff;
  border-radius: 100px;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .facility-anchor-list .num {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .facility-anchor-item {
    min-width: 27.3rem;
  }
}

.facility-category-anchor {
  list-style: none;
  padding-left: 0;
  padding-inline: 2.2rem;
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 900px) {
  .facility-category-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    padding: 0;
    margin-top: 10rem;
  }
}

@media screen and (min-width: 900px) {
  .facility-category-anchor-item {
    width: 20rem;
  }
}
.facility-category-anchor-item + .facility-category-anchor-item {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .facility-category-anchor-item + .facility-category-anchor-item {
    margin-top: 0;
  }
}
.facility-category-anchor-item a {
  background-color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  border: 1px solid #ee8149;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  height: 6rem;
  padding-block: 1.6rem 1.8rem;
  display: block;
}
@media (any-hover) {
  .facility-category-anchor-item a {
    transition: 0.3s;
  }
  .facility-category-anchor-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 900px) {
  .facility-category-anchor-item a {
    display: grid;
    place-content: center;
    font-size: 1.8rem;
    height: 11rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.facility-category-anchor-item a span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .facility-category-anchor-item a span {
    display: block;
  }
}
.facility-category-anchor-item a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 900px) {
  .facility-category-anchor-item a::after {
    width: 1rem;
    height: 1rem;
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}

.facility-container {
  background-color: #ead7bf;
  position: relative;
  padding-inline: 1.2rem;
  margin-top: 10rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .facility-container {
    margin-top: 0;
    padding-top: 2.2rem;
    padding-bottom: 48rem;
  }
}
.facility-container::before {
  position: absolute;
  bottom: calc(100% - 3px);
  content: "";
  background: url(../img/facility/facility_upper_sp.svg) no-repeat top center/100% 100%;
  left: 0;
  right: 0;
  height: 10rem;
}
@media screen and (min-width: 900px) {
  .facility-container::before {
    height: 36rem;
    width: 100%;
    background: url(../img/facility/facility_upper.svg) no-repeat top center/100% 100%;
  }
}
.facility-container::after {
  content: "";
  position: absolute;
  height: 10rem;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  background: url(../img/facility/facility_bottom_sp.svg) no-repeat bottom/100% 100%;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .facility-container::after {
    display: none;
  }
}

.service {
  background-color: #f2f0e9;
  position: relative;
  padding-block: 10rem 11rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .service {
    padding-block: 2.2rem 38rem;
  }
}
.service::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3px);
  background: url(../img/facility/service_upper.svg) no-repeat top center/100% 100%;
  height: 36rem;
  left: 0;
  right: 0;
}

.service-map {
  background-color: #fff;
  border-radius: 2rem;
  overflow: auto;
  padding: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .service-map {
    padding: 5.4rem 3.6rem;
    max-width: 154rem;
    margin: 6rem auto 0;
    border: 1px solid #000;
    border-radius: 4rem;
  }
}
.service-map img {
  width: 124rem;
  max-width: inherit;
}
@media screen and (min-width: 900px) {
  .service-map img {
    width: 100%;
  }
}

.service-list {
  margin-top: 3rem;
  padding-inline: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 900px) {
  .service-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5rem auto 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 1rem;
  }
}

.service-item {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .service-item {
    width: 24rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.service-item .icn {
  width: 3rem;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .service-item .icn {
    width: 4rem;
  }
}
.service-item p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: -1em 0;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 900px) {
  .service-item p {
    font-size: 1.8rem;
  }
}

.category-ttl {
  text-align: center;
  border-radius: 100px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #ee8149;
  border: 2px solid #ee8149;
  padding: 1.2rem;
  letter-spacing: 0.1em;
}
.category-ttl span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .category-ttl span {
    font-size: 3.2rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 900px) {
  .category-ttl {
    font-size: 3.2rem;
    padding: 1.8rem;
  }
}

.facility-block {
  background-color: #fff;
  max-width: 140rem;
  margin-inline: auto;
  border-radius: 2rem;
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 3;
}
.facility-block + .facility-block {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .facility-block {
    padding: 8rem 15rem;
    border-radius: 6rem;
  }
}

.facility-info-list {
  margin-top: 2rem;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  .facility-info-list {
    margin-top: 6rem;
  }
}

.facility-info {
  padding-block: 4rem;
}
.facility-info:first-of-type {
  padding-top: 0;
}
.facility-info:last-of-type {
  padding-bottom: 0;
}
.facility-info + .facility-info {
  background-image: repeating-linear-gradient(90deg, #ee8149, #ee8149 7px, transparent 7px, transparent 11px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 900px) {
  .facility-info {
    display: flex;
    padding-block: 5rem 4rem;
    -moz-column-gap: 6.2rem;
         column-gap: 6.2rem;
    align-items: flex-start;
  }
}
.facility-info .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .facility-info .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.facility-info .facility-img {
  position: relative;
}
@media screen and (min-width: 900px) {
  .facility-info .facility-img {
    width: 46.8rem;
    flex-shrink: 0;
  }
}
.facility-info .facility-img .num {
  display: none;
}
@media screen and (min-width: 900px) {
  .facility-info .facility-img .num {
    display: grid;
  }
}
.facility-info .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  z-index: 1;
  display: grid;
  place-content: center;
  background-color: #ee8149;
  color: #fff;
  border-radius: 100px;
  flex-shrink: 0;
  top: -2rem;
  left: -2rem;
  font-size: 1.4rem;
  width: 4rem;
  height: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .facility-info .num {
    position: absolute;
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.facility-info .btn-wrapper {
  margin-top: 3rem;
}
.facility-info .btn-wrapper .btn {
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .facility-info .btn-wrapper {
    margin-top: 4rem;
    max-width: 46rem;
  }
}

.facility-place-name {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.facility-place-name span {
  font-size: inherit;
}
@media screen and (min-width: 900px) {
  .facility-place-name {
    display: block;
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .facility-place-name .num {
    display: none;
  }
}
.facility-place-name .catch {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .facility-place-name .catch {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.information__data {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px solid #d1d1d1;
}
@media screen and (min-width: 900px) {
  .information__data {
    border-top: none;
  }
}
.information__data a {
  text-decoration: none;
}
.information__data .tel {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
}
.information__data > div {
  border-bottom: 1px solid #d1d1d1;
}

.information__data div {
  display: flex;
}

.information__data .pc-wrap {
  display: block;
}
@media screen and (min-width: 900px) {
  .information__data .pc-wrap {
    display: flex;
  }
}

.information__data dt {
  box-sizing: border-box;
  width: 14rem;
  background: #f2f0e9;
  font-weight: bold;
  vertical-align: top;
  flex-shrink: 0;
  padding: 1.9rem 1.5rem;
}
.information__data dt p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .information__data dt p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 900px) {
  .information__data dt {
    padding: 0.5rem 1.4rem 0.5rem 3rem;
    width: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.information__data dd {
  font-size: 1.4rem;
  flex-grow: 1;
  font-weight: 500;
  padding: 1.9rem 2rem;
}
@media screen and (min-width: 900px) {
  .information__data dd {
    padding: 0.6rem 0.5rem 0.3rem 2rem;
  }
}
.information__data dd p {
  font-size: 1.4rem;
}
.information__data dd p a {
  font-size: inherit;
}

.information__data .pay {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
}
.information__data .pay dt {
  display: block;
  padding-top: 1.7rem;
}
.information__data .pay dt .icon {
  top: -0.2rem;
}
.information__data .pay dt p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.information__data .pay dd {
  padding-block: 1.7rem;
}
.information__data .pay dd dt {
  width: auto;
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
}
.information__data .pay dd dd {
  padding: 0;
  font-weight: 400;
}

.information__data .tel dd span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .information__data .tel dd span {
    display: inline;
    font-size: 1.4rem;
  }
}

.i-calendar {
  top: 0 !important;
}
@media screen and (min-width: 900px) {
  .i-calendar {
    top: -0.1rem !important;
  }
}

.i-tel {
  top: -0.3rem !important;
}

.f-hour,
.f-holiday {
  display: flex;
}
@media screen and (min-width: 900px) {
  .f-hour,
.f-holiday {
    width: 50%;
  }
}

.f-hour {
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 900px) {
  .f-hour {
    border: none;
  }
}

.information__data dt .icon {
  color: #c28d48;
  margin-right: 0.5rem;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  position: relative;
  width: 1.4rem;
  top: 0.2rem;
}
@media screen and (min-width: 900px) {
  .information__data dt .icon {
    width: 1.8rem;
    top: 0;
  }
}

.information__data dd .hour {
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 900px) {
  .information__data dd .hour {
    display: inline;
    position: relative;
  }
}

.information__data dd dl dt {
  font-weight: 500;
}

.information__data dd dl dt ~ dt {
  margin-top: 3.38vw;
}
@media screen and (min-width: 900px) {
  .information__data dd dl dt ~ dt {
    margin-top: 1.8rem;
  }
}

.information__data dd dl dd {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.information__data dd dl dd:before {
  content: "－";
  margin-right: 0.2em;
}

.terrace-map {
  padding-bottom: 17rem;
}
@media screen and (min-width: 900px) {
  .terrace-map {
    padding-bottom: 34rem;
  }
}
.terrace-map__content {
  background-color: #f2f0e9;
  padding: 8rem;
  border-radius: 1rem;
  padding: 4rem 0 8.3rem;
  min-height: 70rem;
}
@media screen and (min-width: 900px) {
  .terrace-map__content {
    margin-inline: auto;
    max-width: 140rem;
    border-radius: 6rem;
    padding-top: 8rem;
    padding-bottom: 14.6rem;
  }
}
.terrace-map__container {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 2.6rem;
}
@media screen and (min-width: 900px) {
  .terrace-map__container {
    padding: 0;
  }
}
.terrace-map .floor p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .terrace-map .floor p {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.terrace-map .floor1 {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .terrace-map .floor1 {
    margin-top: 4.6rem;
  }
}
.terrace-map .floor2 {
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .terrace-map .floor2 {
    margin-top: 1rem;
  }
}
.terrace-map .floor2 p {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .terrace-map .floor2 p {
    margin-bottom: 0;
  }
}

.facility-information {
  position: relative;
  background-color: #f2f0e9;
  padding-top: 10rem;
  padding-bottom: 12.5rem;
  overflow-x: clip;
}
@media screen and (min-width: 900px) {
  .facility-information {
    padding-top: 16rem;
    padding-bottom: 11rem;
  }
}
.facility-information__container {
  position: relative;
}
.facility-information__container::before, .facility-information__container::after {
  content: " ";
  position: absolute;
}
.facility-information__container::before {
  background: url(../img/index/information-bg-dec@2x.png) no-repeat center center/contain;
  z-index: 1;
  top: -33.82vw;
  left: -2.6rem;
  width: 25rem;
  height: 40.58vw;
}
@media screen and (min-width: 900px) {
  .facility-information__container::before {
    width: 60.3rem;
    height: 40.5rem;
    top: -24rem;
    left: -21rem;
  }
}
.facility-information__container::after {
  background: url(../img/index/information-bg-dec2@2x.png) no-repeat center center/contain;
  z-index: 2;
  top: -8.21vw;
  left: 0.9rem;
  width: 49.39vw;
  height: 27.22vw;
}
@media screen and (min-width: 900px) {
  .facility-information__container::after {
    width: 30.7rem;
    height: 20.4rem;
    left: -2rem;
    top: -5rem;
    z-index: 4;
  }
}
@media screen and (min-width: 900px) {
  .facility-information__container {
    display: flex;
    width: 168rem;
    margin-inline: auto;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.facility-information__image {
  aspect-ratio: 370/240;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-inline: 2.2rem;
}
@media screen and (min-width: 900px) {
  .facility-information__image {
    aspect-ratio: inherit;
    margin: 6rem 0 0;
    flex-shrink: 0;
    width: 96rem;
    height: 80rem;
    border-radius: 2rem;
  }
}
.facility-information__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-information__body {
  background-color: #fff;
  margin-top: -4rem;
  border-radius: 2rem;
  padding: 7.5rem 2.2rem 6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .facility-information__body {
    padding: 8rem 6rem;
    width: 80rem;
    flex-shrink: 0;
    border-radius: 2rem;
    margin: 0 -8rem 0 0;
    position: relative;
    z-index: 3;
  }
}
.facility-information__data {
  margin-top: 4rem;
}
.facility-information__data .icon {
  position: relative;
  top: -0.25rem;
}
.facility-information__data .i-hour:before {
  top: 0;
}
.facility-information__data .icon::before {
  background-color: #c28d48;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}
.facility-information__data > div {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
}
.facility-information__data > div:first-of-type {
  border-top: 1px solid #d1d1d1;
}
.facility-information__data > div.payment {
  min-height: 13rem;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div.payment {
    min-height: 17.6rem;
  }
}
.facility-information__data > div > dt {
  width: 14rem;
  padding: 2rem 1rem 2rem 1.8rem;
  background-color: #f2f0e9;
  flex-shrink: 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dt {
    width: 20rem;
    font-size: 1.6rem;
    padding-block: 3rem;
  }
}
.facility-information__data > div > dt * {
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dt * {
    font-size: 1.6rem;
  }
}
.facility-information__data > div > dd {
  flex-grow: 1;
  padding: 2rem 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.facility-information__data > div > dd dd + dt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dd dd + dt {
    margin-top: 2rem;
  }
}
.facility-information__data > div > dd dd {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dd dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dd {
    font-size: 1.6rem;
    padding-block: 3rem;
  }
}
.facility-information__data > div > dd * {
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dd * {
    font-size: 1.6rem;
  }
}
.facility-information__data > div > dd a {
  text-decoration: none;
}
.facility-information__data > div > dd .hour {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 900px) {
  .facility-information__data > div > dd .hour {
    display: inline;
  }
}

.facility-body {
  padding-top: 2.3rem;
}
@media screen and (min-width: 900px) {
  .facility-body {
    padding-top: 0;
  }
}

.top-recruit {
  padding-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .top-recruit {
    padding-bottom: 9rem;
  }
}

.top-recruit + .information {
  padding-top: 0;
}
.top-recruit + .information::before {
  display: none;
}

.top-recruit__contact-btn .i-phone:before {
  background-color: #c28d48;
}

.color-red {
  color: #ff0000;
}

.top-pickup__items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 9.66vw 0;
  gap: 9.66vw 0;
  margin: 3rem 2.2rem 0;
}

.top-pickup__item-link {
  display: block;
  text-decoration: none;
}

.top-pickup__item-image img {
  width: 100%;
  height: auto;
  border-radius: 2.42vw;
}

.top-pickup__item-body {
  padding-top: 2rem;
}

.top-pickup__item-heading {
  margin-bottom: 1rem;
  --font-size-pc: 2.2rem;
  --font-size-sp: 1.6rem;
  line-height: 1.77;
  font-weight: bold;
}

.top-pickup__item-text {
  --font-size-pc: 1.8rem;
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

@media (min-width: 900px) {
  .top-pickup__items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.22vw 2.22vw;
    gap: 2.22vw 2.22vw;
    max-width: 160rem;
    margin: 7rem auto 0;
  }
  .top-pickup__item-link {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-pickup__item-link:hover {
    opacity: var(--global-hover-opacity);
  }
  .top-pickup__item-image img {
    border-radius: 1.11vw;
  }
  .top-pickup__item-body {
    padding-top: 2rem;
  }
  .top-pickup__item-heading {
    margin-bottom: 0.78vw;
  }
}
.top-calendar {
  position: relative;
  padding-top: 14.49vw;
  padding-bottom: 41.06vw;
  z-index: 1;
  background: url(../img/index/calendar-bg@2x.png) repeat-y center center/100% auto;
  padding-inline: 2.2rem;
  overflow: clip;
}

.top-calendar__bg {
  display: none;
}

.top-calendar__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-calendar__container {
  /* margin-right: -5.31vw;
  margin-left: -5.31vw; */
}

.top-calendar__wrapper {
  position: relative;
}

.top-calendar__detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  width: 100vw;
  pointer-events: none;
  left: -2.2rem;
  right: -2.2rem;
}
@media screen and (min-width: 900px) {
  .top-calendar__detail {
    display: none;
  }
}

.top-calendar__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.25vw;
  grid-gap: 3.62vw;
}

.top-calendar__head:before {
  content: " ";
  width: 80.43vw;
  height: 12.56vw;
  background: url(../img/index/calendar-bg-heading1@2x.png) no-repeat center center/contain;
}

.top-calendar__head:after {
  content: " ";
  width: 80.43vw;
  height: 13.04vw;
  background: url(../img/index/calendar-bg-heading2@2x.png) no-repeat center center/contain;
}

.top-calendar__heading {
  margin-bottom: 0 !important;
}

.top-calendar__scroll {
  overflow-x: scroll;
  position: relative;
  padding-bottom: 1rem;
}

.top-calendar__scroll::-webkit-scrollbar {
  width: auto;
  height: 1rem;
}

.top-calendar__scroll::-webkit-scrollbar-track {
  background-color: #d2d2d2;
}

.top-calendar__scroll::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.top-calendar__seasonal {
  position: relative;
  padding-top: 16.18vw;
}

/*
.top-calendar__seasonal-head{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: calc(100% - unit_vw(320));
  @media (--tablet-l) {
    height: calc(100% - unit_vw2(460));
  }
}*/
.top-calendar__seasonal-fixed {
  position: absolute;
  z-index: 3;
  top: 0;
  background: #fff;
}
.top-calendar__seasonal-fixed:not(.is-sticky) img {
  transform: translateX(0) !important;
}

.top-calendar__seasonal-fixed.is-sticky {
  position: fixed;
  background: #fff;
  overflow: hidden;
  left: 2.2rem;
  right: 2.2rem;
  z-index: 10;
  top: 6rem;
}

.top-calendar__seasonal img {
  width: 202.42vw;
  max-width: none;
  max-width: initial;
  height: auto;
}

.top-calendar__seasonal-img {
  width: 202.42vw;
  min-height: 118.36vw;
  overflow: hidden;
  height: 0px;
  visibility: visible;
}
.top-calendar__seasonal-img.is-open {
  height: auto;
  overflow: visible;
}

.top-calendar__scroll-attention {
  margin-top: 1.45vw;
  text-align: right;
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.top-calendar__attention {
  margin-top: 7.25vw;
}

.top-calendar__attention ul {
  list-style-type: none;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  padding-left: 0;
}

.top-calendar__more {
  margin-top: 9.66vw;
}

.top-calendar__more .js-calendar-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 82.13vw;
  margin-inline: auto;
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  padding: 4.83vw;
  border: none;
  cursor: pointer;
  border-radius: 1000px;
}
@media (any-hover) {
  .top-calendar__more .js-calendar-button {
    transition: 0.3s;
  }
  .top-calendar__more .js-calendar-button:hover {
    opacity: 0.7;
  }
}

.top-calendar__more .js-calendar-button:after {
  position: absolute;
  right: 7.25vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-plus.svg);
  mask: url(../img/common/icon-plus.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.top-calendar__more .js-calendar-button .open {
  display: block;
}

.top-calendar__more .js-calendar-button.is-active .open {
  display: none;
}

.top-calendar__more .js-calendar-button .close {
  display: none;
}

.top-calendar__more .js-calendar-button.is-active .close {
  display: block;
}

.top-calendar__more .js-calendar-button.is-active:after {
  -webkit-mask: url(../img/common/icon-minus.svg);
  mask: url(../img/common/icon-minus.svg);
}

.top-calendar__more .js-calendar-button[aria-expanded=true] .open {
  display: none;
}

.top-calendar__more .js-calendar-button[aria-expanded=true] .close {
  display: block;
}

.top-calendar__scroll-guide {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 7.25vw);
}

.wrap {
  position: relative;
}

.top-calendar__scroll-close {
  display: none;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  width: 26.81vw;
  height: 15.46vw;
  bottom: 9rem;
  z-index: 3;
  text-decoration: none;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: #578200;
  border-radius: 100px 0 0 100px;
  padding: 1.45vw 0 1.45vw 2.17vw;
  text-align: center;
  line-height: 1.3;
  color: var(--white);
  font-weight: bold;
  border: none;
  z-index: 1001;
  pointer-events: auto;
}
.top-calendar__scroll-close.is-show {
  display: flex;
}

.top-calendar__scroll-close .mark {
  position: relative;
  width: 5.07vw;
  height: 5.07vw;
}

.top-calendar__scroll-close .mark:before,
.top-calendar__scroll-close .mark:after {
  box-sizing: content-box;
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, transform 400ms cubic-bezier(0.775, -0.185, 0, 1.01) 0ms;
}

.top-calendar__scroll-close .mark:before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.top-calendar__scroll-close .mark:after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

@media (min-width: 900px) {
  .top-calendar {
    /* overflow: hidden; */
    padding-top: 7.22vw;
    padding-bottom: 14.44vw;
    background: none;
  }
  .top-calendar__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    background: url(../img/index/calendar-img-bg@2x.png) repeat-y center center/100% auto;
  }
  .top-calendar__container {
    max-width: 66.67vw;
    margin-inline: auto;
  }
  .top-calendar__detail {
    position: static;
  }
  .top-calendar__head {
    margin-bottom: 3.33vw;
    flex-direction: row;
    grid-gap: 2.44vw;
  }
  .top-calendar__head:before {
    width: 34.11vw;
    height: 5.39vw;
  }
  .top-calendar__head:after {
    width: 34.28vw;
    height: 5.56vw;
  }
  .top-calendar__scroll {
    overflow: inherit !important;
  }
  .top-calendar__seasonal {
    width: 120rem;
    margin-inline: auto;
    padding-top: 10rem;
  }
  .top-calendar__seasonal-fixed {
    position: absolute;
    width: 120rem;
    left: 50%;
    right: 0;
    transform: translateX(-50%) !important;
  }
  .top-calendar__seasonal-fixed.is-sticky {
    top: 3.33vw;
    padding-top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    transform: translateX(0) !important;
  }
  .top-calendar__seasonal img {
    max-width: 100%;
  }
  .top-calendar__seasonal-img {
    width: auto;
    width: initial;
    min-height: 33.44vw;
  }
  .top-calendar__scroll-attention {
    display: none;
  }
  .top-calendar__attention {
    margin-top: 1.67vw;
    max-width: 120rem;
    margin-inline: auto;
  }
  .top-calendar__more {
    margin-top: 2.22vw;
  }
  .top-calendar__more .js-calendar-button {
    width: 45.56vw;
    padding: 1.56vw;
  }
  .top-calendar__more .js-calendar-button:after {
    right: 2.22vw;
  }
  .top-calendar__more .js-calendar-button {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-calendar__more .js-calendar-button:hover {
    opacity: var(--global-hover-opacity);
  }
  .top-calendar__scroll-close {
    display: none !important;
  }
}
/*# sourceMappingURL=facility.css.map */