/* =========================================================
apartment-life
========================================================= */
@media (max-width: 1024px) {
  .schedule .wrapper {
    margin: 0;
    max-width: 100%;
  }
}

.schedule:last-of-type .wrapper {
  padding-top: 0;
}

.schedule .lead {
  color: #4D4D4D;
  text-align: center;
}

@media (max-width: 1024px) {
  .schedule .lead {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.schedule .share {
  margin-bottom: 30px;
}

.schedule .title {
  font-size: 5rem;
  font-family: "acumin-variable", sans-serif;
  color: #122234;
  text-align: center;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  padding-top: 90px;
  margin-bottom: 85px;
  position: relative;
  letter-spacing: 2px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .schedule .title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    padding-top: 50px;
  }
}

.schedule .title::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background-color: #AA8A4A;
  position: absolute;
  top: 31.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .schedule .title::before {
    width: 24px;
    top: 12px;
  }
}

.schedule ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 117px;
}

@media (max-width: 1024px) {
  .schedule ul li {
    display: block;
    margin-bottom: 40px;
  }
}

.schedule ul li:first-of-type {
  align-items: flex-start;
}

.schedule ul li:first-of-type .textBlock {
  margin-top: 75px;
}

@media (max-width: 1024px) {
  .schedule ul li:first-of-type .textBlock {
    margin-top: 0;
  }
}

.schedule ul li:first-of-type .textBlock h3 {
  text-transform: capitalize;
}

.schedule ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.schedule ul li:last-of-type {
  margin-bottom: 0;
}

.schedule ul li .textBlock {
  width: 25.5%;
}

@media (max-width: 1024px) {
  .schedule ul li .textBlock {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .schedule ul li .textBlock .inner {
    display: flex;
    margin-bottom: 5px;
  }
}

.schedule ul li .textBlock .inner .time {
  font-size: 1.9rem;
  color: #122234;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .schedule ul li .textBlock .inner .time {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}

.schedule ul li .textBlock .inner .time::after {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .schedule ul li .textBlock .inner .time::after {
    content: none;
  }
}

.schedule ul li .textBlock .inner h3 {
  color: #122234;
  font-size: 2.5rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .schedule ul li .textBlock .inner h3 {
    font-size: 1.6rem;
    margin: 0;
    margin-left: 15px;
  }
}

.schedule ul li .imgBlock {
  width: 69%;
}

@media (max-width: 1024px) {
  .schedule ul li .imgBlock {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.schedule ul li .imgBlock .secTitle02 {
  text-align: center;
  margin: 35px 0;
}

@media (max-width: 1024px) {
  .schedule ul li .imgBlock .secTitle02 {
    text-align: left;
    margin: 18px;
  }
}

.schedule ul li .imgBlock .photo {
  margin-bottom: 0;
}

.schedule ul li .imgBlock .photo img {
  height: 421px;
}

.schedule ul li .imgBlock .inner {
  display: flex;
  justify-content: space-between;
}

.schedule ul li .imgBlock .inner .photo {
  width: 49%;
}

.schedule ul li .imgBlock .inner .photo img {
  height: 256px;
}

@media (max-width: 1024px) {
  .schedule ul li .imgBlock .inner .photo img {
    height: inherit;
  }
}

.schedule ul li img.sp {
  margin-bottom: 20px;
}

.schedule .cooking {
  margin: 115px 0;
  border: 1px solid #C2C2C2;
  position: relative;
}

@media (max-width: 1024px) {
  .schedule .cooking {
    max-width: 90%;
    margin: 40px auto 50px;
  }
}

.schedule .cooking .button {
  background: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .schedule .cooking .button {
    flex-direction: column;
  }
}

.schedule .cooking .button .imgBlock {
  width: 370px;
}

@media (max-width: 1024px) {
  .schedule .cooking .button .imgBlock {
    width: 100%;
  }
}

.schedule .cooking .button .imgBlock img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 370/227;
  width: 100%;
}

.schedule .cooking .button .textBlock {
  margin-left: 50px;
}

@media (max-width: 1024px) {
  .schedule .cooking .button .textBlock {
    margin-left: 0;
    padding: 25px 20px;
  }
}

.schedule .cooking .button .textBlock h3 {
  font-size: 2.8rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #122234;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .schedule .cooking .button .textBlock h3 {
    font-size: 2.1rem;
    text-align: center;
  }
}

.schedule .cooking .mark {
  width: 45.5px;
  height: 45.5px;
  border: 1px solid #c2c2c2;
  position: absolute;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .schedule .cooking .mark {
    width: 36px;
    height: 36px;
  }
}

.schedule .cooking .mark svg {
  transform: rotate(90deg);
  margin: 0;
  width: 10px;
  height: 10px;
}

.schedule .cooking .mark.active svg {
  transform: rotate(270deg);
}

.schedule .cooking .detail {
  padding: 30px 45px 60px;
  display: none;
}

@media (max-width: 1024px) {
  .schedule .cooking .detail {
    padding: 25px 20px 40px;
  }
}

.schedule .cooking .detail h2 {
  background: #fff;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .schedule .cooking .detail h2 {
    padding: 17px 0;
    margin-bottom: 20px;
  }
}

.schedule .cooking .detail ol {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .schedule .cooking .detail ol {
    display: block;
  }
}

.schedule .cooking .detail ol li {
  width: 31.2%;
}

@media (max-width: 1024px) {
  .schedule .cooking .detail ol li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.schedule .cooking .detail ol li .photo {
  position: relative;
}

.schedule .cooking .detail ol li .photo .number {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 2.9rem;
  color: #fff;
  background: #142335;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-family: "acumin-variable", sans-serif;
  display: flex;
  justify-content: center;
  line-height: 39px;
}

@media (max-width: 1024px) {
  .schedule .cooking .detail ol li .photo .number {
    width: 33px;
    height: 33px;
    font-size: 2.3rem;
    line-height: 31px;
  }
}

.schedule .cooking .detail ol li h3 {
  color: #040000;
  margin-bottom: 5px;
}

.experience {
  background: #fff;
}

.experience .wrapper {
  padding: 100px 0 120px;
}

@media (max-width: 1024px) {
  .experience .wrapper {
    padding: 60px 0;
  }
}

.experience .title {
  color: #142335;
  font-size: 1.9rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .experience .title {
    font-size: 1.7rem;
  }
}

.experience .title .en {
  font-size: 6.5rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.2;
  display: block;
}

@media (max-width: 1024px) {
  .experience .title .en {
    font-size: 5.2rem;
  }
}

.experience .tabArea .tabList {
  display: flex;
  justify-content: space-between;
  color: #4D4D4D;
  gap: 14px;
  margin-top: 60px;
  margin-bottom: 65px;
}

@media (max-width: 1024px) {
  .experience .tabArea .tabList {
    width: auto;
    justify-content: center;
    margin: 25px 0 30px;
    gap: 0;
  }
}

.experience .tabArea .tabList li {
  text-align: center;
  width: 33%;
  background: #E5E5E0;
  border: 1px solid #E5E5E0;
}

@media (max-width: 1024px) {
  .experience .tabArea .tabList li {
    width: auto;
    border: none;
    background: none;
    padding: 0 20px 0 15px;
    position: relative;
  }

  .experience .tabArea .tabList li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #4D4D4D;
  }

  .experience .tabArea .tabList li:last-of-type::after {
    content: none;
  }
}

.experience .tabArea .tabList li a {
  color: #4D4D4D;
  text-decoration: none;
}

.experience .tabArea .tabList li a p {
  padding: 19.5px 0;
}

@media (max-width: 1024px) {
  .experience .tabArea .tabList li a p {
    padding: 0;
  }
}

.experience .tabArea .tabList li.active {
  border: 1px solid #AB8D4B;
  background: rgba(171, 141, 75, 0.1);
}

@media (max-width: 1024px) {
  .experience .tabArea .tabList li.active {
    border: none;
    background: none;
  }
}

.experience .tabArea .tabList li.active a {
  font-weight: normal;
  color: #AB8D4B;
}

@media (max-width: 1024px) {
  .experience .tabArea .tabList li.active a {
    text-decoration: underline;
  }
}

.experience .tabArea .tabContents {
  background: #E5E5E0;
}

@media (max-width: 767px) {

  .btn.pageBottom {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

body.lang_fr .experience .title .en,
body.lang_de .experience .title .en,
body.lang_es .experience .title .en,
body.lang_it .experience .title .en,
body.lang_ms .experience .title .en,
body.lang_id .experience .title .en {
  display: none;
}

body.lang_fr .experience .title .enExc,
body.lang_de .experience .title .enExc,
body.lang_es .experience .title .enExc,
body.lang_it .experience .title .enExc,
body.lang_ms .experience .title .enExc,
body.lang_id .experience .title .enExc {
  font-size: 6.5rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1024px) {

  body.lang_fr .experience .title .enExc,
  body.lang_de .experience .title .enExc,
  body.lang_es .experience .title .enExc,
  body.lang_it .experience .title .enExc,
  body.lang_ms .experience .title .enExc,
  body.lang_id .experience .title .enExc {
    font-size: 4rem;
  }
}

/*# sourceMappingURL=apartment-life.css.map */