@charset "UTF-8";
@media (min-width: 1001px) {
  /* mv 
  ---------------------------------------------------------------------- */
  .mv {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .mv__img,
  .mv__img img {
    width: 100%;
    height: 100%;
  }
  .mv__img img {
    object-fit: cover;
  }
  .mv__body {
    position: absolute;
    left: 5rem;
    bottom: 5.5rem;
    color: #fff;
    text-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.45);
  }
  .mv__ttl {
    margin-bottom: 1.4rem;
    font-size: 3.44rem;
    line-height: 1.66;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  .mv__txt {
    font-size: 2.3rem;
    line-height: 1.49;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .mv__open {
    font-size: 3.44rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "Poppins", "HigureGothic", sans-serif;
  }
  /* reserve 
  ---------------------------------------------------------------------- */
  .reserve {
    font-size: 1.8rem;
    padding: 2.8rem 0 3.9rem;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .reserve__inr {
    max-width: 1200px;
    margin: 0 auto;
  }
  .reserve__search {
    width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .reserve__form {
    width: 100%;
    max-width: 872px;
    margin-left: auto;
  }
  .reserve__fields {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 13px;
    line-height: 1.85;
  }
  .reserve__field {
    text-align: left;
  }
  .reserve__field:first-of-type {
    margin-right: 3px;
    max-width: 238px;
    flex: 1;
  }
  .reserve__field.reserve__field--submit {
    flex: 1;
    max-width: 200px;
  }
  .reserve input[type=text] {
    color: #000000;
    font-size: 1.8rem;
    padding: 6px 6px 6px 9px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000000;
    width: 100%;
  }
  .reserve select {
    width: 84px;
    color: #000000;
    font-size: 1.8rem;
    padding: 6px 20px 6px 9px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #000000;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .reserve__submit.cbtn {
    width: 100%;
    font-size: 1.6rem;
    border: none;
  }
  .reserve__control {
    display: flex;
    align-items: flex-end;
    gap: 7px;
  }
  .reserve__date {
    position: relative;
  }
  .reserve__select {
    position: relative;
    display: inline-flex;
  }
  .reserve__date::after,
  .reserve__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }
  .reserve__link-list {
    padding-top: 11px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: baseline;
  }
  .reserve__link-list li {
    max-width: 300px;
    flex: 1;
  }
  .reserve__link-list li.reserve__confirm {
    flex: initial;
  }
  .reserve__link-list .cbtn {
    padding: 0.084em;
  }
  .reserve__confirm {
    text-decoration: underline;
    font-size: 1.8rem;
  }
  .reserve__confirm span {
    letter-spacing: -0.15em;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news .cbtn {
    gap: 0.455em;
    font-size: min(1.5vw, 2.2rem);
  }
  .news .ctitle {
    margin: 0 0 3rem -6px;
  }
  .news .ctitle__jp {
    letter-spacing: -0.1em;
  }
  .news .arrow-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .news .slide-arrow-box {
    width: 35%;
    max-width: 60px;
    cursor: pointer;
    transition: opacity 0.3s;
    line-height: 1.8;
  }
  .news .slide-arrow-box:hover .slide-arrow {
    background-color: #000;
    background-image: url(../images/icon_arrow02_w.svg);
  }
  .news .slide-arrow {
    width: 100%;
    max-width: 60px;
  }
  .news__head {
    width: 15.5%;
    max-width: 297px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    margin-top: -9px;
  }
  .news__head-inr {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  .news__inr {
    padding: 11.7rem 0 11.7rem;
    display: flex;
    justify-content: flex-end;
  }
  .news__list {
    width: 84.5%;
    line-height: 1.5;
  }
  .news__list .slick-slide {
    margin: 0 min(1vw, 18px);
  }
  .news__img {
    aspect-ratio: 340/226;
    margin-bottom: 1.4rem;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
    margin-bottom: 0.6rem;
  }
  /* content-section
  ---------------------------------------------------------------------- */
  .content-section {
    border-top: 1px solid #000;
    padding: 12rem 0 12rem;
  }
  .content-section__inr {
    max-width: 1800px;
    padding: 0 47px;
    margin: 0 auto;
    position: relative;
  }
  .content-section__wrap {
    display: grid;
    grid-template-columns: 223px 1fr;
    gap: 3rem;
  }
  .content-section__wrap.content-section__wrap--center {
    grid-template-columns: 1fr minmax(0, 1200px) 1fr;
  }
  .content-section__head {
    margin-top: -0.6rem;
  }
  .content-section__main {
    flex: 1;
  }
  .content-section__img {
    margin-right: -47px;
    height: 460px;
  }
  .content-section__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-section__txt {
    text-align: center;
  }
  .content-section__link {
    position: absolute;
    top: 12rem;
    left: 51px;
  }
  /* concept 
  ---------------------------------------------------------------------- */
  .concept .content-section__wrap {
    text-align: center;
    margin-bottom: 5rem;
  }
  .concept .slide-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(-68%, -50%) scale(-1, 1);
  }
  .concept .slide-arrow.slide-arrow--next {
    right: 0;
    left: initial;
    transform: translate(68%, -50%) scale(1, 1);
  }
  .concept .slick-list {
    margin: 0 -15px;
    font-size: 0;
  }
  .concept .slick-slide {
    margin: 0 15px;
  }
  .concept__ttl {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 500;
  }
  .concept__txt {
    text-align: center;
    margin-bottom: 4rem;
  }
  .concept__gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8rem;
    margin-top: 1rem;
  }
  .concept__gallery li {
    aspect-ratio: 1/1;
    background: #eee;
  }
  .concept__link {
    text-align: center;
    margin-bottom: 6rem;
  }
  /* story-modal 
  ---------------------------------------------------------------------- */
  .story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 20px 0;
  }
  .story-modal.is-open {
    display: block;
  }
  .story-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .story-modal__inr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-modal__content {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 620px;
    padding: 3rem 1rem 2rem;
    border-radius: 40px;
    background: url(../images/index/bg_story.jpg) no-repeat center/cover;
    position: relative;
  }
  .story-modal__content-inr {
    overflow: auto;
    height: 100%;
    padding: 3rem 3rem;
  }
  .story-modal__close {
    position: absolute;
    top: -28px;
    right: 32px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .story-modal__close::before,
  .story-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 1px;
    background-color: #000;
  }
  .story-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .story-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .story-modal__close:hover {
    background-color: #000;
  }
  .story-modal__close:hover::before, .story-modal__close:hover::after {
    background-color: #fff;
  }
  .story-modal__body {
    color: #fff;
    text-align: center;
    height: 100%;
  }
  .story-modal__body p {
    text-align: center;
  }
  /* スクロールバー全体 */
  .story-modal__content-inr::-webkit-scrollbar {
    width: 10px;
  }
  /* 背景 */
  .story-modal__content-inr::-webkit-scrollbar-track {
    background: transparent;
  }
  /* つまみ */
  .story-modal__content-inr::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 999px;
  }
  /* ホバー */
  .story-modal__content-inr::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  /* rooms 
  ---------------------------------------------------------------------- */
  .rooms .content-section__wrap {
    margin-bottom: 4.6rem;
  }
  .rooms .content-section__txt {
    margin-bottom: 5.6rem;
  }
  .rooms .content-section__link {
    top: 8.3rem;
  }
  .rooms .ctitle {
    margin-bottom: 2.5rem;
  }
  .rooms__lead {
    max-width: 780px;
    margin: 4.2rem auto 5.5rem;
  }
  .rooms__list {
    display: flex;
    max-width: 1620px;
    margin-inline: auto;
  }
  .rooms__list > li {
    flex: 1;
    padding-right: 1.4rem;
    margin-right: 1.4rem;
    border-right: 1px solid #000;
  }
  .rooms__list > li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .rooms__item {
    display: flex;
    flex-direction: column;
  }
  .rooms__img {
    aspect-ratio: 1/1;
    margin-bottom: 1.5rem;
    background: #eee;
  }
  .rooms__ttl {
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .rooms__txt {
    margin-bottom: 3.5rem;
  }
  .rooms__btn {
    gap: 20px;
    display: grid;
    margin-top: auto;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  /* cafe 
  ---------------------------------------------------------------------- */
  .cafe .content-section__wrap {
    margin-bottom: 4.6rem;
  }
  .cafe .ctitle {
    margin-bottom: 2.5rem;
  }
  .cafe__txt {
    max-width: 720px;
    margin: 4.2rem auto 0;
  }
  .cafe__ttl {
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 2rem;
  }
  /* links 
  ---------------------------------------------------------------------- */
  .links {
    border-top: 1px solid #111;
  }
  .links__list {
    display: flex;
    justify-content: center;
  }
  .links__list li {
    flex: 1;
  }
  .links__list li:first-child {
    border-right: 1px solid #000;
  }
  .links__item {
    display: block;
    padding: 11rem 0 11rem;
    text-align: center;
  }
  .links__item:hover .links__icon {
    transform: translateY(-0.5rem);
  }
  .links__content {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2.5rem;
  }
  .links__icon {
    transition: transform 0.3s;
  }
  /* mpa
  ---------------------------------------------------------------------- */
  .map__img {
    margin-inline: auto;
    position: relative;
  }
  .map__img .clink {
    position: absolute;
    top: 52%;
    left: min(73.5%, 876px);
    font-size: min(0.85vw, 1.4rem);
    color: #fff;
    border-bottom-color: #fff;
  }
  .map__img .clink::after {
    filter: brightness(0) invert(1);
  }
  .map__img .map__dec1 {
    position: absolute;
    top: 7.3%;
    left: 62.7%;
    font-size: min(1.15vw, 1.6rem);
    line-height: 1.5;
  }
  .map__img .map__dec2 {
    position: absolute;
    /* bottom: 4.55%; */
    bottom: 6.75%;
    left: 62.7%;
    font-size: min(1.1vw, 1.6rem);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding-bottom: 12rem;
  }
  .instagram__body {
    flex: 1;
  }
  .instagram__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 6rem;
  }
  .instagram__list li a {
    display: block;
    aspect-ratio: 1/1;
    pointer-events: none;
  }
  .instagram__btn {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  /* mv 
  ---------------------------------------------------------------------- */
  .mv {
    position: relative;
    height: calc(100vh - 10rem);
    overflow: hidden;
  }
  .mv__img,
  .mv__img img {
    width: 100%;
    height: 100%;
  }
  .mv__img img {
    object-fit: cover;
  }
  .mv__body {
    position: absolute;
    left: 4rem;
    bottom: 3.5rem;
    color: #fff;
    text-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.45);
  }
  .mv__ttl {
    margin-bottom: 2.4rem;
    font-size: 3.44rem;
    line-height: 1.76;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  .mv__txt {
    font-size: 2.3rem;
    line-height: 1.49;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .mv__open {
    font-size: 3.44rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 800;
    margin-bottom: 2.66667vw;
    font-family: "Poppins", "HigureGothic", sans-serif;
  }
  /* reserve 
  ---------------------------------------------------------------------- */
  .reserve {
    font-size: 2.8rem;
    padding: 5.5rem 0 7rem;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .reserve .ctitle {
    margin-bottom: 0.8rem;
  }
  .reserve__inr {
    max-width: 1200px;
    margin: 0 auto;
  }
  .reserve__search {
    width: 100%;
  }
  .reserve__form {
    width: 100%;
    max-width: 872px;
    margin-left: auto;
  }
  .reserve__fields {
    display: flex;
    align-items: flex-end;
    gap: 3.5%;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .reserve__field {
    text-align: left;
  }
  .reserve__field:first-of-type {
    width: 100%;
    margin-bottom: 2rem;
  }
  .reserve__field.reserve__field--submit {
    flex: 1 1 auto;
    max-width: 33%;
    margin-left: auto;
  }
  .reserve input[type=text] {
    color: #000000;
    font-size: 2.8rem;
    padding: 0.286em;
    border-radius: 5px;
    display: block;
    border: 1px solid #000000;
    width: 100%;
  }
  .reserve select {
    width: 9rem;
    color: #000000;
    font-size: 2.8rem;
    padding: 0.286em;
    border-radius: 5px;
    border: 1px solid #000000;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .reserve__submit.cbtn {
    width: 100%;
    font-size: 2.8rem;
    padding: 0.015em 0.212em;
    border: none;
  }
  .reserve__control {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
  }
  .reserve__date {
    position: relative;
  }
  .reserve__select {
    position: relative;
    display: inline-flex;
  }
  .reserve__date::after,
  .reserve__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }
  .reserve__link-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2.5rem 4%;
  }
  .reserve__link-list li {
    flex: 1;
  }
  .reserve__link-list li.reserve__confirm {
    flex: initial;
    width: 100%;
    font-size: 2.8rem;
    max-width: none;
    text-align: center;
  }
  .reserve__link-list .cbtn {
    font-size: 2.8rem;
    border: none;
    padding: 0.015em 0.212em;
    line-height: 1.4;
  }
  .reserve__confirm {
    text-decoration: underline;
    font-size: 1.8rem;
  }
  .reserve__confirm span {
    letter-spacing: -0.15em;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news .cbtn {
    gap: 0.455em;
    font-size: min(1.5vw, 2.2rem);
  }
  .news .ctitle {
    order: 1;
    margin-bottom: 6rem;
  }
  .news .ctitle__jp {
    letter-spacing: -0.1em;
  }
  .news .slick-slide {
    margin: 0 2rem;
  }
  .news .arrow-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 4.5rem;
    gap: 16rem;
  }
  .news .slide-arrow-box {
    cursor: pointer;
    transition: opacity 0.3s;
    line-height: 1.8;
  }
  .news .slide-arrow-box:hover .slide-arrow {
    background-color: #000;
    background-image: url(../images/icon_arrow02_w.svg);
  }
  .news__head {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5rem;
  }
  .news__head-inr {
    margin: 0 auto;
  }
  .news__inr {
    padding: 11.7rem 0 11.7rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .news__list {
    line-height: 1.5;
  }
  .news__img {
    aspect-ratio: 340/226;
    margin-bottom: 0.8rem;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
  }
  /* content-section
  ---------------------------------------------------------------------- */
  .content-section {
    border-top: 1px solid #000;
    padding: 12rem 0 12rem;
  }
  .content-section__inr {
    margin: 0 auto;
  }
  .content-section__wrap {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  .content-section__head {
    margin-top: -0.6rem;
  }
  .content-section__main {
    flex: 1;
  }
  .content-section__img {
    margin-right: -47px;
    height: 46rem;
  }
  .content-section__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-section__txt {
    text-align: center;
    padding: 0 5vw;
  }
  .content-section__link {
    text-align: center;
    animation: none;
    opacity: 1;
    transition: 1s;
    transform: translateX(0);
    margin-top: 3.3rem;
  }
  /* concept 
  ---------------------------------------------------------------------- */
  .concept .mainw {
    width: 100%;
  }
  .concept .content-section__wrap {
    text-align: center;
    margin-bottom: 5rem;
  }
  .concept .slide-arrow {
    position: absolute;
    top: 50%;
    left: 2rem;
    z-index: 1;
    transform: translateY(-50%) scale(-1, 1);
  }
  .concept .slide-arrow.slide-arrow--next {
    right: 2rem;
    left: initial;
    transform: translateY(-50%) scale(1, 1);
  }
  .concept .slick-list {
    margin: 0 -2vw;
    font-size: 0;
  }
  .concept .slick-slide {
    margin: 0 2vw;
  }
  .concept__ttl {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 500;
  }
  .concept__txt {
    text-align: center;
    margin-bottom: 5rem;
  }
  .concept__gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8rem;
    margin-top: 1rem;
  }
  .concept__gallery li {
    aspect-ratio: 1/1;
    background: #eee;
  }
  .concept__link {
    text-align: center;
    margin-bottom: 8rem;
  }
  /* story-modal 
  ---------------------------------------------------------------------- */
  .story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 20px 0;
  }
  .story-modal.is-open {
    display: block;
  }
  .story-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .story-modal__inr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-modal__content {
    width: 90%;
    max-width: 800px;
    height: 90%;
    padding: 3rem 1rem 6rem;
    border-radius: 40px;
    background: url(../images/index/bg_story.jpg) no-repeat center/cover;
    position: relative;
  }
  .story-modal__content-inr {
    overflow: auto;
    height: 100%;
    padding: 3rem 3rem;
  }
  .story-modal__close {
    position: absolute;
    top: -2.9rem;
    right: 2.3rem;
    width: 6rem;
    height: 6rem;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .story-modal__close::before,
  .story-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 1px;
    background-color: #000;
  }
  .story-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .story-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .story-modal__close:hover {
    background-color: #000;
  }
  .story-modal__close:hover::before, .story-modal__close:hover::after {
    background-color: #fff;
  }
  .story-modal__body {
    color: #fff;
    text-align: center;
    height: 100%;
  }
  .story-modal__body p {
    text-align: center;
  }
  /* スクロールバー全体 */
  .story-modal__content-inr::-webkit-scrollbar {
    width: 10px;
  }
  /* 背景 */
  .story-modal__content-inr::-webkit-scrollbar-track {
    background: transparent;
  }
  /* つまみ */
  .story-modal__content-inr::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 999px;
  }
  /* ホバー */
  .story-modal__content-inr::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  /* rooms 
  ---------------------------------------------------------------------- */
  .rooms .content-section__wrap {
    margin-bottom: 4.6rem;
  }
  .rooms .content-section__txt {
    margin-bottom: 5.6rem;
  }
  .rooms__lead {
    max-width: 780px;
    margin: 4.2rem auto 5.5rem;
  }
  .rooms__list {
    max-width: 90vw;
    margin: 0 auto;
    margin-inline: auto;
  }
  .rooms__list > li {
    border-bottom: 1px solid #000;
    padding-bottom: 6rem;
    margin-bottom: 6.5rem;
  }
  .rooms__list > li:last-of-type {
    border-bottom: none;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }
  .rooms__item {
    display: flex;
    flex-direction: column;
  }
  .rooms__img {
    aspect-ratio: 1/1;
    margin-bottom: 1.35rem;
    background: #eee;
  }
  .rooms__ttl {
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .rooms__txt {
    margin-bottom: 3rem;
  }
  .rooms__btn {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  /* cafe 
  ---------------------------------------------------------------------- */
  .cafe .content-section__wrap {
    margin-bottom: 4.6rem;
  }
  .cafe .ctitle {
    margin-bottom: 2.5rem;
  }
  .cafe .clink {
    margin-left: 4px;
  }
  .cafe__txt {
    max-width: 720px;
    margin: 4.2rem auto 0;
  }
  .cafe__ttl {
    width: 33%;
    /*
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;*/
    margin: 0 auto 3rem;
  }
  .cafe__ttl img {
    width: 100%;
  }
  /* links 
  ---------------------------------------------------------------------- */
  .links {
    border-top: 1px solid #111;
  }
  .links__list li:first-child {
    border-bottom: 1px solid #000;
  }
  .links__item {
    display: block;
    padding: 11rem 0 11.5rem;
    text-align: center;
  }
  .links__item .ctitle {
    align-items: flex-start;
  }
  .links__item:hover .links__icon {
    transform: translateY(-0.5rem);
  }
  .links__content {
    display: flex;
    gap: 4%;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .links__icon {
    transition: transform 0.3s;
  }
  .links__icon img {
    width: 100%;
  }
  #access .links__icon {
    width: 15.2rem;
  }
  #faq .links__icon {
    width: 17.6rem;
  }
  /* mpa 
  ---------------------------------------------------------------------- */
  .map_head {
    margin-bottom: 6vw;
  }
  .map__img {
    /* margin-inline: auto; */
    width: 89.33334vw;
    margin: 0 auto;
    padding-top: 2vw;
  }
  .map__img img {
    width: 100%;
  }
  .map__img .clink {
    position: absolute;
    left: 29%;
    bottom: 13.8%;
    color: #fff;
    border-bottom-color: #fff;
  }
  .map__img .clink::after {
    filter: brightness(0) invert(1);
  }
  .map__img .map__dec1 {
    position: absolute;
    top: -6.2%;
    /* top: -1.2%; */
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
  .map__img .map__dec2 {
    position: absolute;
    bottom: 45%;
    /* bottom: 35%; */
    /* bottom: 43%; */
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
  /* instagram 
  ---------------------------------------------------------------------- */
  .instagram {
    padding-bottom: 12rem;
  }
  .instagram .ctitle__jp {
    letter-spacing: -0.2em;
  }
  .instagram__body {
    flex: 1;
    padding: 0 5vw;
  }
  .instagram__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .instagram__list li a {
    display: block;
    aspect-ratio: 1/1;
    pointer-events: none;
  }
  .instagram__btn {
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
