@charset "utf-8";

/* dlight */
.dm {}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {

  #pagekv h1 {
    text-align: center;
    line-height: 2;
    color: #FFF;
  }

  #swconcept {
    padding: 0 0 100px;
  }

  .swconcept--header {
    text-align: center;
    margin-bottom: 100px;
  }

  .swconcept--header h2 {
    text-align: center;
    line-height: 1;
    text-indent: -0.15em;
    margin-bottom: 20px;
  }

  .swconcept--header .sec-catch {
    margin-bottom: 40px;
  }

  .swconcept--header .sec-read {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .swconcept--ph {
    width: 88%;
    margin: auto;
  }
  .swconcept--ph ul {
    display: flex;
    column-gap: 6px;
  }
  
  .swconcept--pr {
    width: 70%;
    margin: auto;
  }

  .swconcept--pr-item {}

  .swconcept--pr-item .txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 30px 0 30px 20%;
  }
  .swconcept--pr-item .txt::after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #757569;
    position: absolute;
    top: 0;
    left: 10%;
  }

  .swconcept--pr-item .txt h3 {
    font-size: 2.4rem;
    font-weight: 200;
    color: #757569;
    letter-spacing: 0.25em;
    line-height: 1;
    margin-bottom: 20px;
    order: 2;
  }
  .swconcept--pr-item .txt h3 ruby {
    ruby-align: center;
  }
  .swconcept--pr-item .txt h3 ruby rt {
    font-size: 0.4em;
    letter-spacing: 3px;
  }

  .swconcept--pr-item .txt .catch {
    font-size: 1.3rem;
    color: #757569;
    margin-bottom: 5px;
    order: 1;
  }
  
  .swconcept--pr-item:nth-child(2) .txt h3,
  .swconcept--pr-item:nth-child(2) .txt .catch {
    color: #994F3A;
  }

  .swconcept--pr-item .txt .read {
    font-size: 1.1rem;
    line-height: 2.2;
    order: 3;
  }
  
  
  .sw--bg1 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.6;
    background-image: url(../img/staywedding/stay_bg01.jpg);
    background-size: cover;
    background-position: center;
  }
  .sw--bg1>div {
    position: absolute;
    top: calc(50% - 0.6em);
    left: calc(5.2% + 60px);
    font-family: var(--font-en-times-r);
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.2em;
    margin: auto;
    z-index: 5;
  }


  .sw--bg2 {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.6;
    background-image: url(../img/staywedding/sw_bg2.jpg);
    background-size: cover;
  }
  
  
  span.flt-qr,
  span.flt-ql,
  span.flt-3ten {
    position: relative;
    display: inline-block;
    height: 0.5em;
  }
  span.flt-3ten {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  span.flt-qr::before {
    position: absolute;
    content: '”';
    font-size: 1.1rem;
    font-weight: bold;
    left: -0.6em;
  }
  span.flt-ql::before {
    position: absolute;
    content: '“';
    font-size: 1.1rem;
    font-weight: bold;
    left: -1.2em;
  }
  .ss--txt-wrap span.flt-ql::before {
    left: -1.6em;
  }
  span.flt-3ten::before {
    display: -webkit-box;
    content: '\2026';
    font-size: 1.1rem;
    font-weight: bold;
    margin: auto;
  }


  #swflow {
    padding: 80px 0;
  }

  .swflow--header {
    text-align: center;
    margin-bottom: 80px;
  }
  .swflow--header h2 {
    margin-bottom: 30px;
  }
  .swflow--header .sec-catch {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }


  .swflow--slider-txt {
    color: #994F3A;
  }
  .swflow--slider-txt .tt {
    position: relative;
    display: inline-block;
    font-family: var(--font-en-times-r);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
  }
  .swflow--slider-txt .tt::after {
    display: block;
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    background-color: #994F3A;
    margin-top: 8px;
  }
  .swflow--slider-txt .catch {
    font-size: 1.5rem;
  }
  .swflow--slider-ph {
    margin-bottom: 18px;
  }
  

  .swflow--dno {
    font-family: var(--font-en-times-r);
    font-size: 2.4rem;
    line-height: 1;
    color: #757569;
    text-align: center;
    margin-bottom: 60px;
  }
  .swflow--d1-hd-txt h4,
  .swflow--d2-hd-txt h4,
  .swflow--d3-hd-txt h4 {
    position: relative;
    font-size: 1.4rem;
    color: #757569;
    letter-spacing: 0.2em;
    padding-left: 10px;
  }
  .swflow--d1-hd-txt h4::after,
  .swflow--d2-hd-txt h4::after,
  .swflow--d3-hd-txt h4::after {
    display: block;
    content: '';
    width: 1px;
    height: 10em;
    background-color: #757569;
    position: absolute;
    top: 0;
    left: 7px;
  }


  .swflow--d1>.inner {
    position: relative;
    margin: auto;
    padding: 0 0 80px;
  }
  
  .swflow--d1-hd {
    margin: 0 auto 60px;;
  }
  
  .swflow--d1-hd-txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .swflow--d1-hd-txt h4,
  .swflow--d1-hd-txt p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    white-space: nowrap;
  }
  .swflow--d1-hd-txt h4 {
    order: 2;
  }
  .swflow--d1-hd-txt p {
    order: 1;
  }
  .swflow--d1-hd-txt p span {
    display: inline-flex;
    letter-spacing: -0.3em;
  }
  .swflow--d1-hd-txt p span.flt-r {
    line-height: 2;
  }
  
  .swflow--d1-hd-ph {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .swflow--d1-hd-ph>div {
    width: 49.4%;
  }

  .swflow--d1-slider-wrap {
    width: 100%;
    margin: auto;
  }

  .stay-d1-slider,
  .stay-d2-slider,
  .stay-d3-slider {
    width: calc(100% - 120px);
    margin: auto;
    overflow: hidden;
  }


  .sw--bg2 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.4;
    background-image: url(../img/staywedding/stay_bg02.jpg);
    background-size: cover;
    color: #FFF;
  }


  .swflow--d2 {
    background-color: #EDE9E6;
  }

  .swflow--d2>.inner {
    position: relative;
    margin: auto;
    padding: 80px 0;
  }
  
  .swflow--d2-hd {
    margin: 0 auto 80px;
  }
  
  .swflow--d2-hd-txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .swflow--d2-hd-txt h4,
  .swflow--d2-hd-txt p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    white-space: nowrap;
  }
  .swflow--d2-hd-txt h4 {
    order: 2;
  }
  .swflow--d2-hd-txt p {
    order: 1;
  }
  
  
  .swflow--d2-hd-ph {
    width: 390px;
  }

  .swflow--d2-slider {
    width: calc(100% - 100px);
    margin: auto;
    overflow: hidden;
  }


  .swflow--d3>.inner {
    position: relative;
    margin: auto;
    padding: 80px 0;
  }
  
  .swflow--d3-hd {
    margin: 0 auto 80px;
  }
  
  .swflow--d3-hd-txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .swflow--d3-hd-txt h4,
  .swflow--d3-hd-txt p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    white-space: nowrap;
  }
  .swflow--d3-hd-txt h4 {
    order: 2;
  }
  .swflow--d3-hd-txt p {
    order: 1;
  }

  .swflow--d3-slider {
    width: calc(100% - 100px);
    margin: auto;
    overflow: hidden;
  }


  .swflow--txt-end {
    position: absolute;
    transform: translateX(-50%);
    left: 70%;
    bottom: 0;
    width: 140px;
  }
  
  
  .sw--bg3 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.7;
    background-image: url(../img/staywedding/stay_bg03.jpg);
    background-size: cover;
    background-position: center;
    color: #FFF;
  }
  
  
  #swstory {}
  #swstory>.inner {
    padding: 0 0 100px;
  }
  .swstory--header {
    text-align: center;
    padding: 60px 0 50px;
  }
  .swstory--header .sec-tt-en {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .swstory--header .sec-read {
    text-align: center;
  }
  
  .split-wrapper {
    display: flex;
    flex-direction: column;
  }

  .photo-part,
  .text-container {
    display: contents;
  }

  .photo-part .photo-item:nth-child(1) {
    order: 1;
  }
  .photo-part .photo-item:nth-child(2) {
    order: 3;
  }
  .photo-part .photo-item:nth-child(3) {
    order: 5;
  }
  
  .text-container .split-section {
    padding: 100px 0;
    width: 60%;
    margin: auto;
  }
  .text-container #sec1 {
    order: 2;
  }
  .text-container #sec2 {
    order: 4;
  }
  .text-container #sec3 {
    order: 6;
  }
  
  .ss--txt-wrap div+div {
    margin-top: 100px;
  }
  .ss--txt-p1 {
    display:flex;
    justify-content: flex-end;
  }
  .ss--txt-p1 p,
  .ss--txt-p2 p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    line-height: 2.2;
    white-space: nowrap;
  }


  #lf {
    background-color: #C7C1B3;
  }

  .lf--tt {
    background-color: #757569;
    padding: 25px 0;
  }

  .lf--tt h2 {
    font-family: var(--font-en-times-r);
    font-size: 2.1rem;
    text-align: center;
    line-height: 1;
    color: #ECEDE7;
    margin-bottom: -0.2em;
  }

  #lf>.inner {
    padding: 25px 0 60px;
  }

  #lf>.inner>.sec-read {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 25px;
  }
  #lf>.inner>.read {
    text-align: center;
  }

  .lf--slider-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }

  .lf--slider {
    width: calc(100% - 120px);
    margin: auto;
    overflow: hidden;
  }


  #lfs {
    background-color: #EDE9E6;
  }
  
  .lfs--tt {
    background-color: #994F3A;
    padding: 20px 0;
  }

  .lfs--tt h2 {
    font-family: var(--font-en-times-r);
    font-size: 2.1rem;
    text-align: center;
    line-height: 1;
    color: #ECEDE7;
    margin-bottom: -0.2em;
  }

  #lfs>.inner {
    padding: 25px 0 60px;
  }

  #lfs>.inner>.sec-read {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 25px;
  }

  .lfs--list {
    width: 88%;
    color: #625149;
    margin: auto;
  }

  .lfs--list-item + .lfs--list-item  {
    margin-top: 50px;
  }

  .lfs--list-item-txt,
  .lfs--list-item-txt .floorpr {
    display: contents;
  }

  .lfs--list-item-txt .floorpr .catch {
    grid-row: 2;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #994F3A;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }

  .lfs--list-item-txt .floorpr .read {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 30px;
  }

  .floorinfo {
    grid-row: 4;
    display: flex;
    flex-direction: column;
  }

  .lfs--list-item-txt h3 {
    font-family: var(--font-en-times-r);
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .lfs--list-item-txt .floorname {
    font-family: var(--font-en-times-r);
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 6px;
  }

  .lfs--list-item-txt .floorinfo .read,
  .lfs--list-item-txt .floorinfo .note {
    font-size: 1rem;
    line-height: 1.6;
  }

  .lfs--list-item-txt .note {
    margin-top: 10px;
  }

  .lfs--list-item-ph {
    margin-bottom: 10px;
  }

}


/* DESKTOP
================================================= */
@media (768px < width) {

  #pagekv h1 {
    color: #FFF;
  }

  #swconcept {
    padding: 0 0 180px;
  }

  .swconcept--header {
    text-align: center;
    margin-bottom: 180px;
  }

  .swconcept--header h2 {
    text-align: center;
    line-height: 1;
    text-indent: -0.15em;
    margin-bottom: 20px;
  }

  .swconcept--header .sec-catch {
    margin-bottom: 40px;
  }

  .swconcept--header .sec-read {
    text-align: center;
    margin-bottom: 100px;
  }
  
  .swconcept--ph {
    width: 912px;
    margin: auto;
  }
  .swconcept--ph ul {
    display: flex;
    column-gap: 6px;
  }
  
  .swconcept--pr {
    display: flex;
    width: 1020px;
    margin: auto;
  }

  .swconcept--pr-item {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .swconcept--pr-item .txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 50px 0 50px 120px;
  }
  .swconcept--pr-item .txt::after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #757569;
    position: absolute;
    top: 0;
    left: 86px;
  }

  .swconcept--pr-item .txt h3 {
    font-size: 3.2rem;
    font-weight: 200;
    color: #757569;
    letter-spacing: 0.25em;
    line-height: 1;
    margin-bottom: 25px;
    order: 2;
  }
  .swconcept--pr-item .txt h3 ruby {
    ruby-align: center;
  }
  .swconcept--pr-item .txt h3 ruby rt {
    font-size: 0.32em;
    letter-spacing: 3px;
  }

  .swconcept--pr-item .txt .catch {
    font-size: 1.4rem;
    color: #757569;
    margin-bottom: 15px;
    order: 1;
  }
  
  .swconcept--pr-item:nth-child(2) .txt h3,
  .swconcept--pr-item:nth-child(2) .txt .catch {
    color: #994F3A;
  }

  .swconcept--pr-item .txt .read {
    font-size: 1.1rem;
    line-height: 2.2;
    order: 3;
  }
  
  .swconcept--pr-item .ph {
    margin: auto 0 0;
    padding: 0 58px;
  }
  
  
  .sw--bg1 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.4;
    background-image: url(../img/staywedding/stay_bg01.jpg);
    background-size: cover;
  }
  .sw--bg1>div {
    position: absolute;
    top: calc(50% - 0.6em);
    left: calc(5.2% + 60px);
    font-family: var(--font-en-times-r);
    font-size: 2.4rem;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.2em;
    margin: auto;
    z-index: 5;
  }
  
  
  span.flt-qr,
  span.flt-ql,
  span.flt-3ten {
    position: relative;
    display: inline-block;
    height: 0.5em;
  }
  span.flt-3ten {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  span.flt-qr::before {
    position: absolute;
    content: '”';
    font-size: 1.1rem;
    font-weight: bold;
    left: -0.6em;
  }
  span.flt-ql::before {
    position: absolute;
    content: '“';
    font-size: 1.1rem;
    font-weight: bold;
    left: -1.6em;
  }
  span.flt-3ten::before {
    display: -webkit-box;
    content: '\2026';
    font-size: 1.1rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
  }
  

  #swflow {
    padding: 150px 0;
  }

  .swflow--header {
    text-align: center;
    margin-bottom: 120px;
  }
  .swflow--header h2 {
    margin-bottom: 30px;
  }
  .swflow--header .sec-catch {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }


  .swflow--slider-txt {
    color: #994F3A;
  }
  .swflow--slider-txt .tt {
    position: relative;
    display: inline-block;
    font-family: var(--font-en-times-r);
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
  }
  .swflow--slider-txt .tt::after {
    display: block;
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    background-color: #994F3A;
    margin-top: 8px;
  }
  .swflow--slider-txt .tt span {
    font-size: 1.8rem;
  }
  .swflow--slider-txt .catch {
    font-size: 1.8rem;
  }
  .swflow--slider-ph {
    margin-bottom: 18px;
  }
  

  .swflow--dno {
    font-family: var(--font-en-times-r);
    font-size: 3rem;
    line-height: 1;
    color: #757569;
    text-align: center;
    margin-bottom: 120px;
  }
  .swflow--d1-hd-txt h4,
  .swflow--d2-hd-txt h4,
  .swflow--d3-hd-txt h4 {
    position: relative;
    font-size: 1.4rem;
    color: #757569;
    letter-spacing: 0.2em;
    padding-left: 20px;
  }
  .swflow--d1-hd-txt h4::after,
  .swflow--d2-hd-txt h4::after,
  .swflow--d3-hd-txt h4::after {
    display: block;
    content: '';
    width: 1px;
    height: 10em;
    background-color: #757569;
    position: absolute;
    top: 0;
    left: 18px;
  }


  .swflow--d1 {}

  .swflow--d1>.inner {
    position: relative;
    margin: auto;
    padding: 0 0 180px;
  }
  
  .swflow--d1-hd {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto 140px;;
  }
  
  .swflow--d1-hd-txt {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    line-height: 2.2;
    white-space: nowrap;
    margin-left: 50px;
    order: 2;
  }
  .swflow--d1-hd-txt p span {
    
  }
  
  .swflow--d1-hd-ph {
    display: flex;
    justify-content: space-between;
    width: 470px;
  }
  .swflow--d1-hd-ph>div {
    width: 49.5%;
  }

  .swflow--d1-slider-wrap {
    width: 1134px;
    margin: auto;
  }

  .stay-d1-slider {
    width: 980px;
    margin: auto;
    overflow: hidden;
  }


  .sw--bg2 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.4;
    background-image: url(../img/staywedding/stay_bg02.jpg);
    background-size: cover;
    color: #FFF;
  }


  .swflow--d2 {
    background-color: #EDE9E6;
  }

  .swflow--d2>.inner {
    position: relative;
    margin: auto;
    padding: 150px 0;
  }
  
  .swflow--d2-hd {
    display: flex;
    width: max-content;
    margin: 0 auto 140px;;
  }
  
  .swflow--d2-hd-txt {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    line-height: 2.2;
    white-space: nowrap;
    margin-right: 60px;
    padding-top: 60px;
  }
  
  .swflow--d2-hd-ph {
    width: 390px;
  }

  .swflow--d2-slider-wrap {
    width: 650px;
    margin: auto;
  }

  .swflow--d2-slider-wrap .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }

  .swflow--d2-slider-wrap .swiper-slide {
    flex-shrink: initial;
  }

  .swflow--d2-slider-wrap .arrow-button-next,
  .swflow--d2-slider-wrap .arrow-button-prev {
    display: none;
  }


  .swflow--d3 {}

  .swflow--d3>.inner {
    position: relative;
    margin: auto;
    padding: 150px 0 100px;
  }
  
  .swflow--d3-hd {
    display: flex;
    width: max-content;
    margin: 0 auto 140px;;
  }
  
  .swflow--d3-hd-txt {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    line-height: 2.2;
    white-space: nowrap;
    margin-left: 60px;
    padding-top: 60px;
    order: 2;
  }
  
  .swflow--d3-hd-ph {
    width: 390px;
    order: 1;
  }

  .swflow--d3-slider-wrap {
    width: 650px;
    margin: auto;
  }

  .swflow--d3-slider-wrap .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }

  .swflow--d3-slider-wrap .swiper-slide {
    flex-shrink: initial;
  }

  .swflow--d3-slider-wrap .arrow-button-next,
  .swflow--d3-slider-wrap .arrow-button-prev {
    display: none;
  }


  .swflow--txt-end {
    position: absolute;
    transform: translateX(-50%);
    left: 70%;
    bottom: 0;
    width: 168px;
  }
  
  
  .sw--bg3 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.4;
    background-image: url(../img/staywedding/stay_bg03.jpg);
    background-size: cover;
    color: #FFF;
  }


  .swstory--header {
    text-align: center;
    padding: 150px 0 100px;
  }
  .swstory--header .sec-tt-en {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .swstory--header .sec-read {
    font-size: 1.3rem;
    text-align: center;
  }
  /* Scroll Interaction (GSAP) */
  .split-wrapper {
    display: flex;
    position: relative;
    width: 100%;
  }

  .photo-part {
    width: 50%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .photo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
  }

  .photo-item.active {
    opacity: 1;
  }

  .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .text-container {
    width: 50%;
  }

  .split-section {
    min-height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .ss--txt-wrap {
    width: 260px;
  }
  .ss--txt-wrap div+div {
    margin-top: 400px;
  }
  .ss--txt-p1 {
    display:flex;
    justify-content: flex-end;
  }
  .ss--txt-p1 p,
  .ss--txt-p2 p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: 'palt';
    line-height: 2.2;
    white-space: nowrap;
  }


  #lf {
    background-color: #C7C1B3;
  }

  .lf--tt {
    background-color: #757569;
    padding: 25px 0;
  }

  .lf--tt h2 {
    font-family: var(--font-en-times-r);
    font-size: 3.3rem;
    text-align: center;
    line-height: 1;
    color: #ECEDE7;
    margin-bottom: -0.2em;
  }

  #lf>.inner {
    padding: 30px 0 80px;
  }

  #lf>.inner>.sec-read {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
  }
  #lf>.inner>.read {
    text-align: center;
  }

  .lf--slider-wrap {
    position: relative;
    width: 768px;
    margin: 0 auto 50px;
  }

  .lf--slider {
    width: 580px;
    margin: auto;
    overflow: hidden;
  }


  #lfs {
    background-color: #EDE9E6;
  }

  .lfs--tt {
    background-color: #994F3A;
    padding: 25px 0;
  }

  .lfs--tt h2 {
    font-family: var(--font-en-times-r);
    font-size: 3.3rem;
    text-align: center;
    line-height: 1;
    color: #ECEDE7;
    margin-bottom: -0.2em;
  }

  #lfs>.inner {
    padding: 30px 0 80px;
  }

  #lfs>.inner>.sec-read {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .lfs--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 30px;
    width: 1200px;
    color: #625149;
    margin: auto;
  }

  .lfs--list-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }

  .lfs--list-item-txt,
  .lfs--list-item-txt .floorpr {
    display: contents;
  }

  .lfs--list-item-txt .floorpr .catch {
    grid-row: 2;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #994F3A;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
  }

  .lfs--list-item-txt .floorpr .read {
    grid-row: 3;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .floorinfo {
    grid-row: 4;
    display: flex;
    flex-direction: column;
  }

  .lfs--list-item-txt h3 {
    font-family: var(--font-en-times-r);
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .lfs--list-item-txt .floorname {
    font-family: var(--font-en-times-r);
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  .lfs--list-item-txt>.read,
  .lfs--list-item-txt>.note {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .lfs--list-item-txt .note {
    margin-top: 10px;
  }

  .lfs--list-item-ph {
    grid-row: 1;
    margin-bottom: 25px;
    aspect-ratio: 660 / 456;
    overflow: hidden;
  }

  .lfs--list-item-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}