@charset "utf-8";
.experience .rooms__subFv {
  margin-bottom: 103px;
}
.experience__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}
.experience__wrap {
  border-top: 1px solid #cbcbcb;
}
.low__item2Title {
  margin-bottom: 60px;
}

/* concept */
.concept,
.summer,
.winter {
  padding-top: 41px;
  padding-bottom: 130px;
}
.winter {
  padding-bottom: 0;
}
.concept img {
  margin-bottom: 45px;
}
.concept .low__subFlex {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 0;
  align-items: flex-start;
}
.concept .low__subLft {
  width: 320px;
  padding-top: 5px;
}
.concept .low__subRgt {
  width: calc(100% - 320px);
  max-width: 710px;
}

/* summer */
.summer,
.winter {
  border-top: 1px solid #cbcbcb;
}

.summer__img,
.winter__img {
  position: relative;
  z-index: 1;
}
.experience__list {
  padding-top: 138px;
  position: relative;
}
.experience__list::before {
  content: "";
  display: block;
  width: 428px;
  height: 302px;
  position: absolute;
  z-index: -1;
  background: url(../imgs/common/bg_img2.png) center center / contain no-repeat;
  top: -149px;
  right: 0;
}
.experience__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 60px;
  margin-bottom: 56px;
  border-bottom: 1px solid #cbcbcb;
}
.experience__item:not(:last-child) {
}
.experience__itemLft {
  width: calc(100% - 341px);
  max-width: 659px;
}
.experience__itemRgt {
  width: 321px;
}
.experience__itemEn {
  font-size: 14px;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.75;
  letter-spacing: 0.063em;
}
.experience__itemHeading {
  font-size: 15px;
  margin-bottom: 11px;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.experience__itemText {
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 1.75;
}
.experience__linkWrap.column {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.experience__linkWrap.row {
  display: flex;
  flex-direction: row;
  gap: 14px 24px;
  flex-wrap: wrap;
  width: 100%;
}
.experience__linkWrap--type01 {
  max-width: 176px;
}
.experience__linkWrap--type02 {
  max-width: 290px;
}
.experience__linkText {
  font-size: 14px;
  display: block;
  width: fit-content;
  padding: 0 5px 5px 5px;
  line-height: 1.75;
  background-image: linear-gradient(#c79f62, #c79f62);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;

  transition: background-size 0.4s ease, background-position 0.4s ease;
}
.experience__linkText:hover {
  background-size: 0% 1px;
  background-position: right bottom;
}
.experience__linkWrap.row .experience__linkText {
  width: fit-content;
}

.experience__list--type02 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 31px;
  padding-top: 0;
}
.experience__list--type02 .experience__item {
  display: block;
  width: calc((100% - 62px) / 3);
  max-width: 321px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.experience__list--type02 .experience__item:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.experience__list--type02 .experience__itemLft {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.experience__list--type02 .experience__itemRgt {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .concept .low__subFlex {
    display: block;
  }
  .experience .low__subLft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 36px;
  }
  .experience .low__subRgt {
    width: 100%;
    max-width: 100%;
  }

  .experience__item {
    display: block;
  }
  .experience__itemLft {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .experience__itemRgt {
    width: 100%;
  }

  .experience__list--type02 {
    gap: 60px 10px;
  }
  .experience__list--type02 .experience__item {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .experience__inner {
    width: 100%;
    margin: 0 auto;
  }
  .experience__wrap {
    width: calc(100% - 40px);
    max-width: 73.333vw;
    margin: 0 auto;
  }

  .experience__list::before {
    width: 57.066vw;
    height: 40.266vw;
    top: -19.866vw;
  }
}

@media screen and (max-width: 480px) {
  .experience__wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .experience__list--type02 {
    display: block;
  }
  .experience__list--type02 .experience__item {
    width: 100%;
    max-width: 100%;
  }
  .experience__list--type02 .experience__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
