@charset "UTF-8";
html {
    width: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    color: #333;
    font-family: "Afacad","Noto Sans JP", serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;    
    /* opacity: 0;
    transition: opacity 3s; */
}
/* body.is-show {
    opacity: 1;
} */
a {
    transition: 0.5s;
}
a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.uppercase {
    text-transform: uppercase;
}
h2 {
    font-size: 6.4rem;
    font-weight: 500;
}
h2 span {
    font-size: 2rem;
    font-weight: 400;
}
.br-TB {
    display: none;
}
.br-SP {
    display: none;
}
@media(max-width : 1023px) {
    body {
        font-size: 1.4rem;
    }
    .br-TB {
        display: block;
    }
    .br-PC {
        display: none;
    }
}
@media(max-width : 743px) {
    h2 span {
        font-size: 1.6rem;
    }
    .br-SP {
        display: block;
    }
}
/*--------------------------------
	header
--------------------------------*/
.header {
    position: relative;
    height: 200px;
}
.CV__reserve {
    position: fixed;
    top: 24px;
    right: 2.777vw;
    z-index: 99;
}
.CV__reserve a {
    font-size: 1.4rem;
    width: 160px;
    height: 52px;
    display: grid;
    place-content: center;
    background-color: #FFE988;
    border: #FFB87D 3px solid;
    border-radius: 100vh;
}
.CV__reserve a:hover {
    letter-spacing: 0.04em;
    opacity: 1;
}
.menu__list,.menu__language {
    font-family: "Inter";
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}
.menu__list {
    margin-left: 2.777vw;
    padding-top: 40px;
}
.menu__list li {
    margin-bottom: 1em;
}
.menu__language {
    position: absolute;
    top: 32px;
    right: 240px;
    display: flex;
    align-items: center;
}
.language {
    width: 36px;
    height: 36px;
    display: grid;
    place-content: center;
    position: relative;
    pointer-events: none;
}
.language a {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.language__line {
    font-weight: 100;
}
.current , .current-link {
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 80%;
    left: 10px;
}
.current-link {
    opacity: 0;
    transition: opacity 0.3s;
}
.language:hover.language a {
    opacity: 1;
}
.language:hover .current-link {
    opacity: 1;
    transition: opacity 0.3s;
}
@media(max-width : 1080px) {
    .menu__language {
        right: 208px;
    }
}
@media(max-width : 743px) {
    .CV__reserve {
        top: 16px;
        right: 16px;
    }
    .CV__reserve a {
        font-size: 1.2rem;
        width: 128px;
        height: 36px;
    }
    .menu__list, 
    .menu__language {
        font-size: 1.2rem;
    }
    .menu__list {
        margin-left: 16px;
        padding-top: 26px;
    }
    .menu__list li {
        margin-bottom: 1.6em;
    }
    .menu__language {
        top: 16px;
        right: 160px;
    }
    .language-JP,
    .language__line {
        display: none;
    }
}
/*--------------------------------
	FV
--------------------------------*/
.FV {
    margin-top: -200px;
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.FV__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 15vw;
}
.FV__logo img {
    width: 100%;
}
.FV__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll__line {
    display: block;
    width: 1px;
    height: 32px;
    background-color: #fff;
    animation: scroll 2.0s infinite;
}
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.FV__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.FV__bg .slick-slide {
    height: 100%;
}
.slick-list,
.slick-track {
    height: 100%;
}
.FV__bg .slick-slide picture {
    height: 100%;
    display: block;
}
.FV__bg picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}
@media(max-width : 1023px) {
    .FV {
        aspect-ratio: 1 / 1;
        height: auto;
    }
    .FV__logo {
        width: 22vw;
    }
}
@media(max-width : 743px) {
    .FV {
        aspect-ratio: auto;
        width: 100%;
        height: 100vh;
        height: 100svh;
    }
    .FV__logo {
        width: 46.93333333333333vw;
        max-width: 202px;
    }
}
/*--------------------------------
	about
--------------------------------*/
.about {
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}
.about__content {
    padding-top: 208px;
    padding-bottom: 48px;
    position: relative;
}
.about__content h2 {
    line-height: 1;
    width: max-content;
    margin: 0 auto 88px;
    position: relative;
    z-index: 10;
}
.about__content h2::before {
    content: "";
    display: block;
    width: 57px;
    height: 58px;
    background: url(../img/three-line.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: -7.222222222222221vw;
    z-index: 10;
}
.about__content h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 116px;
    background: url(../img/globe.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -75px;
    right: -11.11111111111111vw;
    z-index: 10;
}
.about__content p {
    line-height: 2;
    position: relative;
    z-index: 10;
}
.wall_01 {
    position: absolute;
    top: 43px;
    left: 9.027777777777777vw;
    width: 11.875vw;
}
.wall_02 {
    position: absolute;
    top: 136px;
    right: 10.8vw;
    width: 9.375vw;
}
.wall_03 {
    position: absolute;
    bottom: -304px;
    left: 0;
    width: 31.180555555555557vw;
}
.about__facade {
    text-align: right;
    margin-bottom: 120px;
}
.about__facade img {
    width: 37.083333333333336vw;
}
@media(min-width : 1920px) {
    .wall_03 {
        bottom: -21vw;
    }
}
@media(max-width : 1080px) {
    .about__content {
        padding-bottom: 64px;
    }
    .wall_02 {
        top: 170px;
        right: 6.4vw;
    }
    .wall_03 {
        bottom: -270px;
    }
}
@media(max-width : 1023px) {
    .about__content {
        padding-top: 104px;
    }
    .about__content h2 {
        font-size: 4.2rem;
        margin: 0 auto 40px;
    }
    .about__content h2::before {
        width: 37px;
        height: 37px;

    }
    .about__content h2::after {
        width: 40px;
        height: 52px;
        bottom: -82px;
    }
    .wall_01 {
        left: 5.6vw;
    }
    .wall_02 {
        top: 90px;
        right: 7.2vw;
    }
    .wall_03 {
        bottom: -216px;
    }
}
@media(max-width : 743px) {
    .about__content {
        padding-top: 176px;
        padding-bottom: 330px;
    }
    .about__content h2 {
        font-size: 2.8rem;
        margin: 0 auto 56px;
    }
    .about__content h2::before {
        width: 42px;
        left: -12vw;
    }
    .about__content h2::after {
        width: 70px;
        bottom: -30px;
        right: -20vw;
    }
    .wall_01 {
        width: 24.53333333333333vw;
        left: 18.6vw;
        top: 45px;
        max-width: 106px;
        max-height: 95px;
    }
    .wall_02 {
        width: 22.4vw;
        top: 393px;
        right: 0;
        max-width: 97px;
        max-height: 134px;
    }
    .wall_03 {
        width: 54.4vw;
        bottom: 52px;
        max-width: 234px;
        max-height: 212px;
    }
    .about__facade {
        margin-bottom: 40px;
    }
    .about__facade img {
        width: 84.26666666666667vw;
    }
}
/*--------------------------------
	video
--------------------------------*/
.video-area {
    width: 72.22222222222221vw;;
    margin: 0 auto 120px;
}
.video-area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
@media(max-width : 1080px) {
    .video-area {
        width: 90%;
    }
}
@media(max-width : 743px) {
    .video-area {
        width: 100%;
        margin: 40px auto 80px;
    }
}
/*--------------------------------
	news
--------------------------------*/
.news {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto 120px;
}
.row-title span {
    padding-left: 1em;
}
.news__txt {
    margin-top: 2em;
    font-family: "Noto Sans JP";
    display: flex;
    justify-content: space-between;
}
.news__txt a {
    display: flex;
    gap: 0.5em;
    align-items: center;
}
.news__txt span {
    border-bottom: #c0c0c0 1px solid;
}
@media(max-width : 1080px) {
    .news {
        width: 90%;
        overflow-x: hidden;
    }
}
@media(max-width : 743px) {
    .news__txt {
        flex-direction: column;
        justify-content: center;
        gap: 0.8em;
        align-items: center;
    }
}
/*--------------------------------
	rooms
--------------------------------*/
.rooms {
    padding-top: 40px;
    overflow: hidden;
}
.rooms__wrapper {
    background: url(../img/room_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    border-top-left-radius: 1000px 120px;
    border-top-right-radius: 1000px 120px;
    border-bottom-left-radius: 1000px 120px;
    border-bottom-right-radius: 1000px 120px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 48px;
    position: relative;
}
.column-title {
    text-align: center;
    padding: 80px 0 40px;
}
.column-title span {
    display: block;
}
.rooms__read {
    text-align: center;
    margin-bottom: 40px;
}
.footprint {
    width: 155px;
    position: absolute;
    top: -16px;
    right: 20%;
}
.rooms__list {
    list-style: none;
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 2.7777777777777777vw;
    flex-wrap: wrap;
    padding-bottom: 120px;
}
.rooms__list li {
    width: 48.07692307692308%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}
.rooms__img {
    position: relative;
    line-height: 1;
}
.rooms__img figcaption {
    font-size: 4.8rem;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 1.1111111111111112vw;
}
.rooms__detail {
    padding: 12px 16px 16px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: flex-end;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    flex-grow: 1;
}
.rooms__detail span {
    display: block;
}
.rooms__detail span::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #333;
    margin: 8px 0 ;
}
.modal-open {
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    border: #333 1px solid;
    border-radius: 48px;
}
.modal-open img {
    width: 1em;
    height: 1em;
}
.rooms__african {
    background-color: #F9D53A;
}
.rooms__african figcaption , .modal__title_A h2 {
    color: #F9D53A;
}
.rooms__timeless {
    background-color: #B2DBB7;
}
.rooms__timeless figcaption {
    color: #B2DBB7;
}
.rooms__moroccan {
    background-color: #FBADAA;
}
.rooms__moroccan figcaption {
    color: #FBADAA;
}
.rooms__islander {
    background-color: #FDFAA7;
}
.rooms__islander figcaption {
    color: #FDFAA7;
}
.rooms__submarine {
    background-color: #AABDFB;
}
.rooms__submarine figcaption {
    color: #AABDFB;
}
.rooms__songbirds {
    background-color: #FFB87D;
}
.rooms__songbirds figcaption {
    color: #FFB87D;
}
@media(min-width : 1440px) {
    .rooms__list {
        gap: 40px;
    }
}
@media(max-width : 1440px) {
    .rooms__img figcaption {
        font-size: 4.2rem;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        left: 1.1111111111111112vw;
    }
}
@media(max-width : 1080px) {
    .footprint {
        width: 14.351851851851851vw;
    }
    .rooms__list {
        width: 90%;
    }
}
@media(max-width : 1023px) {
    .h_adjust {
        height: 101px;
    }
}
@media(max-width : 743px) {
    .footprint {
        width: 22.933333333333334vw;
        right: 26%;
    }
    .rooms__read {
        width: 91.46666666666667vw;
        margin: 0 auto 40px;
    }
    .rooms__list {
        width: 91.46666666666667vw;
        gap: 32px;
    }
    .rooms__list li {
        width: 100%;
    }
    .h_adjust {
        height: auto;
    }
}
/*--------------------------------
	facilities
--------------------------------*/
.facilities .column-title {
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.facilities .column-title::before {
    content: "";
    display: block;
    width: 5.833333333333333vw;
    max-width: 84px;
    height: 6.388888888888888vw;
    max-height: 92px;
    background: url(../img/key.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -9.375vw;
}
.facilities .column-title::after {
    content: "";
    display: block;
    width: 6.388888888888888vw;
    max-width: 92px;
    height: 5.277777777777778vw;
    max-height: 76px;
    background: url(../img/glasses.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -9.375vw;
}
.facilities__list {
    list-style: none;
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto 64px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1.6666666666666667vw;
    line-height: 1;
}
.facilities__list li img {
    border-radius: 10px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
    z-index: 1;
}
.facilities__info--wrapper , 
.facilities__service {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
}
.facilities__info--wrapper {
    display: flex;
    gap: 2.7777777777777777vw;
    margin-bottom: 80px;
}
.facilities__info {
    width: 48.07692307692308%;
    max-width: 500px;
    font-family: "Noto Sans JP";
}
.facilities h3 {
    text-align: center;
    font-size: 1.8rem;
    border-bottom: #909090 1px solid;
    padding-bottom: 4px;
}
.facilities__info p {
    font-feature-settings: "palt";
}
.info__list {
    list-style: none;
    margin-top: 1em;
}
.info__list li {
    margin-bottom: 0.4em;
    display: flex;
    align-items: flex-start;
}
.info__list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #FFB87D;
    flex-shrink: 0;
    margin-right: 0.5em;
    margin-top: 9px;
}
.service__content {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.service__content--group {
    display: flex;
    justify-content: flex-start;
    gap: 1.9097222222222223vw;
    padding: 0 0.9548611111111112vw;
    background-image: url(../img/dot-gray.png);
    background-repeat: repeat-y;
    background-position: right top;
}
.service__content--group:last-of-type {
    background-image: none;
}
.service__content--group figure {
    width: 6.111111111111111vw;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service__content--group figure img {
    width: 3.888888888888889vw;
}
.service__content--group figcaption {
    width: max-content;
    text-align: center;
    font-size: 1.1rem;
}
@media(min-width : 1440px) {
    .facilities__info--wrapper {
        gap: 40px;
    }
    .service__content--group {
        gap: 32px;
        padding: 0 13.75px;
    }
    .service__content--group figure {
        width: 88px;
    }
    .service__content--group figure img {
        width: 56px;
    }
}
@media(max-width : 1080px) {
    .facilities__list,
    .facilities__info--wrapper ,
    .facilities__service {
        width: 90%;
    }
    .info__list {
        margin-bottom: 1em;
    }
    .facilities__info p {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }
    .service__content--group {
        gap: 2.8vw;
        padding: 0 1.4vw;
    }
    .service__content--group figure {
        width: 7.2vw;
    }
    .rooms__img figcaption {
        font-size: 3.2rem;
        left: 16px;
    }
}
@media(max-width : 743px) {
    .facilities .column-title::before {
        width: 10vw;
        height: 10vw;
        top: 50%;
        left: -13vw;
    }
    .facilities .column-title::after {
        width: 10.4vw;
        height: 9vw;
        top: 50%;
        right: -13vw;
    }
    .facilities__list {
        width: 91.46666666666667vw;
        max-width: 500px;
        display: block;
    }
    .facilities__info--wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .facilities__info {
        width: 100%;
        margin: 0 auto;
    }
    .service__content {
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
    }
    .facilities__service {
        width: 91.46666666666667vw;
        max-width: 500px;
    }
    .service__content--group {
        width: 100%;
        justify-content: space-around;
        gap: 1.9097222222222223vw;
        padding: 16px 0;
        background-image: url(../img/dot-gray_row.png);
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .service__content--group figure img {
        width: 12.266666666666666vw;
    }
}
/*--------------------------------
	restaurant
--------------------------------*/
.restaurant {
    padding-top: 120px;
}
.restaurant__wrapper {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
    padding: 2.7777777777777777vw;
    background-color: #F5F5F5;
    border-radius: 40px;
    position: relative;
}
.restaurant h2 {
    position: absolute;
    top: -60px;
    left: 2.7777777777777777vw;
}
.restaurant__content {
    display: flex;
    align-items: stretch;
    gap: 2.7777777777777777vw;
}
.restaurant__img {
    width: 48.07692307692308%;
    max-width: 500px;
}
.restaurant__img img {
    border-radius: 10px;
}
.restaurant__txt {
    font-family: "Noto Sans JP";
    width: 48.07692307692308%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mash-logo {
    width: 9.444vw;
    max-width: 144px;
    margin: 0 auto;
}
.restaurant__txtArea p {
    margin-bottom: 1em;
}
.text-link {
    display: block;
    width: max-content;
    margin: 0 auto 1em;
    border-bottom: 1px solid gray;
    font-family: "Noto Sans JP";
}
.text-link img {
    display: inline-block;
    width: 1em;
    height: 0.8em;
    margin-left: 0.2em;
}
@media(min-width : 1440px) {
    .restaurant__content {
        gap: 40px;
    }
}
@media(max-width : 1080px) {
    .restaurant__wrapper {
        width: 80%;
    }
}
@media(max-width : 1023px) {
    .restaurant__wrapper {
        width: 90%;
        padding: 3.6vw 2.7777777777777777vw 2.7777777777777777vw;
    }
    /* .restaurant__img {
        width: 42%;
    } */
    .restaurant__txt {
        width: 55%;
    }
}
@media(max-width : 743px) {
    .restaurant__wrapper {
        width: 86.13333333333333vw;;
        padding: 32px 10px;
        border-radius: 20px;
    }
    .restaurant__wrapper h2 {
        font-size: 6rem;
        top: -56px;
    }
    .restaurant__content {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .restaurant__img,
    .restaurant__txt {
        width: 100%;
    }
    .mash-logo {
        width: 104px;
    }
    .restaurant__txt {
        gap: 1em;
    }
}
@media (max-width: 374px) {
    .restaurant__wrapper h2 {
        font-size: 5.6rem;
        top: -53px;
    }
}
/*--------------------------------
	access
--------------------------------*/
.access {
    overflow-x: hidden;
    padding-top: 208px;
}
.access__wrapper {
    background: #F8F4E2;
    background-size: cover;
    border-top-left-radius: 1000px 120px;
    border-top-right-radius: 1000px 120px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    padding-bottom: 104px;
}
.access__wrapper::before {
    content: "";
    display: block;
    width: 296px;
    height: 154px;
    background: url(../img/dog.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -78px;
    left: 20%;
}
.access__wrapper::after {
    content: "";
    display: block;
    width: 64px;
    height: 94px;
    background: url(../img/sign.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -32px;
    right: 20%;
}
.access__map {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
}
.access__map .text-link {
    font-size: 1.4rem;
}
.access__info {
    font-family: "Noto Sans JP";
    width: 72.22222222222221vw;
    max-width: 1040px;
    display: flex;
    gap: 2.7777777777777777vw;
    margin: 24px auto;
}
.access__info--left ,
.access__info--right {
    width: 48.07692307692308%;
    max-width: 500px;
}
.access__info--right {
    border-top: #E2DECA 1px solid;
    border-bottom: #E2DECA 1px solid;
}
.access__info--left dl, .access__info--right dl {
    display: flex;
    gap: 2.7777777777777777vw;
}
.access__info--right dl {
    padding-top: 8px;
    height: 181px;
}
.access__info--left {
    border-top: #E2DECA 1px solid;
}
.access__info--left dl {
    padding: 8px 0;
    border-bottom: #E2DECA 1px solid;
}
.access__info--left dt, .access__info--right dt {
    font-weight: 500;
    width: 96px;
    max-width: 1040px;
    flex-shrink: 0;
}
.access__info--right dd p {
    margin-bottom: 1em;
}

@media(min-width : 1440px) {
    .access__info {
        gap: 40px;
    }
}
@media(max-width : 1080px) {
    .access__map {
        width: 90%;
    }
    .access__map iframe {
        height: 240px;
    }
    .access__info {
        width: 90%;
    }
    .access__wrapper::before {
        width: 25vw;
        left: 16%;
    }
}
@media(max-width : 1023px) {
    .access {
        padding-top: 176px;
    }
}
@media(max-width : 743px) {
    .access__wrapper::before {
        width: 42.66666666666667vw;
        left: 20%;
        top: -52px;
    }
    .access__wrapper::after {
        width: 9.6vw;
        height: 13.866666666666665vw;
        right: 24%;
    }
    .access__info {
        width: 91.46666666666667vw;
        flex-direction: column;
        gap: 0;
    }
    .access__info--left ,
    .access__info--right {
        width: 100%;
    }
    .access__info--right {
        border-top: 0px;
    }
    .access__info--right dl {
        height: auto;
    }
    .access__info--left dl, 
    .access__info--right dl {
        gap: 10vw;
    }
}
/*--------------------------------
	reservation
--------------------------------*/
.reservation {
    display: flex;
    justify-content: center;
    gap: 8.333333333333332vw;
}
.reservation .column-title {
    padding-top: 1.6em;
}
.reservation__list {
    list-style: none;
    padding: 96px 0 72px;
}
.reservation__list li a {
    width: 400px;
    height: 48px;
    display: grid;
    place-content: center;
    background-color: #FFE988;
    border: #FFB87D 3px solid;
    border-radius: 100vh;
    margin-bottom: 24px;
}
.reservation__list li a:hover {
    letter-spacing: 0.08em;
    opacity: 1;
}
@media(max-width : 1023px) {
    .reservation {
        gap: 6.4vw;
    }
    .reservation__list li a {
        width: 320px;
    }
}
@media(max-width : 743px) {
    .reservation {
        flex-direction: column;
        gap: 0;
    }
    .reservation__list {
        padding: 32px 0 72px;
        margin: 0 auto;
    }
}
/*--------------------------------
	symposion-locanda
--------------------------------*/
.symposion-locanda {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 40px auto 104px;
    padding: 1em 2.7777777777777777vw 2.7777777777777777vw;
    background-color: #FFF3E3;
    position: relative;
}
.attention {
    font-family: "Noto Sans JP";
    position: absolute;
    display: block;
    top: -16px;
    left: 2.7777777777777777vw;
    background-color: #fff;
    padding: 4px 32px;
    border-radius: 100vh;
}
.attention span {
    position: relative;
}
.attention span::before {
    position: absolute;
    left: -1em;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #333;
    border-radius: 3px;
    transform: rotate(-30deg);
}
.attention span::after {
    position: absolute;
    right: -1em;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #333;
    border-radius: 3px;
    transform: rotate(30deg);
}
.symposion-locanda h2 {
    text-align: center;
    font-size: 5.6rem;
}
.symposion-locanda h2 span {
    font-size: 2rem;
    margin-right: 0.8em;
}
.symposion__content {
    display: flex;
    align-items: center;
    gap: 2.7777777777777777vw;
}
.symposion__img , .symposion__txt {
    width: 48.07692307692308%;
    max-width: 500px;
}
.symposion__img img {
    border-radius: 10px;
}
.symposion__txt {
    font-family: "Noto Sans JP";
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.symposion__txt p {
    margin-bottom: 24px;
}
.map-link {
    color: #919090;
}
.symposion__reservation {
    width: max-content;
    margin: 16px 0 40px;
}
.symposion__reservation ul {
    list-style: none;
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
}
.symposion__reservation ul li a {
    display: block;
    width: 184px;
    height: 40px;
    display: grid;
    place-content: center;
    background-color: #fff;
    border-radius: 100vh;
}
.symposion__reservation ul li a:hover {
    opacity: 1;
    letter-spacing: 0.05em;
}
.txt__reservation {
    display: block;
    width: max-content;
    margin: 0 auto;
    color: #919090;
}
.symposion_insta {
    display: flex;
    gap: 0.5em;
    align-items: center;
    justify-content: flex-end;
}
.symposion_insta span {
    border-bottom: #909090 1px solid;
}
@media(min-width : 1440px) {
    .symposion__content {
        gap: 40px;
    }
}
@media(max-width : 1440px) {
    .symposion-locanda h2 {
        font-size: 4.2rem;
        margin-bottom: 8px;
    }
}
@media(max-width : 1080px) {
    .symposion-locanda {
        width: 90%;
    }
}
@media(max-width : 1023px) {
    .symposion__img img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .symposion__reservation ul li a {
        width: 160px;
    }
}
@media(max-width : 743px) {
    .symposion-locanda {
        width: 86.13333333333333vw;
        padding: 32px 10px 24px;
    }
    .attention {
        left: 50%;
        transform: translateX(-50%);
        padding: 4px 30px;
    }
    .attention span {
        display: block;
        width: max-content;
    }
    .symposion-locanda h2 span {
        display: block;
        font-size: 1.6rem;
        margin: 1em 0 0; 
    }
    .symposion-locanda h2 {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    .symposion__content {
        flex-direction: column;
    }
    .symposion__img, 
    .symposion__txt {
        width: 100%;
    }
    .symposion__txt {
        align-items: center;
    }
    .symposion__img img {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
    .symposion__txt p {
        text-align: center;
    }
    .symposion__reservation ul {
        justify-content: center;
    }
    .symposion__reservation ul li a {
        width: 150px;
    }
    .symposion_insta {
        justify-content: center;
    }
}
/*--------------------------------
	footer
--------------------------------*/
.footer {
    padding-top: 88px;
    position: relative;
    line-height: 0;
}
.footer__logo {
    width: 12.7vw;
    max-width: 208px;
    margin: 0 auto 120px;
}
.footer__info {
    width: 94.444vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    font-family: "Noto Sans JP";
    letter-spacing: 0.03em;
    padding-bottom: 32px;
}
.footer__info a {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer__info a p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.footer__info a p img {
    width: 1em;
    height: 0.8em;
    margin-left: 0.2em;
}
.lynx-logo {
    width: 8.6vw;
    max-width: 124px;
    height: auto;
}
small {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
}
.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width : 1023px) {
    .footer__logo {
        width: 16vw;
    }
    .footer__info a {
        gap: 24px;
    }
    .footer__info a p {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .lynx-logo { 
        width: 104px;
    }
}
@media(max-width : 743px) {
    .footer__logo {
        width: 36vw;
    }
    .footer__info {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
        padding-bottom: 24px;
    }
    .lynx-logo {
        width: 88px;
    }
}
/*--------------------------------
	modal
--------------------------------*/
.modal-open {
    cursor: pointer;
}
.modal {
    width: 80%;
    height: 80%;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 130;
    display: none;
}
.modal-inner {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.modal-content {
    text-align: left;
    font-size: 14px;
    width: 80%;
    margin: 40px auto;
}
.modal-content p {
    padding-bottom: 1em;
    border-bottom: #909090 1px solid;
}
.modal__img--list {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.5em;
    margin: 1em 0;
}
.modal__img--list li img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}
.modal-content h2 {
    font-size: 4.8rem;
    font-weight: 400;
}
.modal__title_A h2 {
    color: #F9D53A;
}
.modal__title_B h2 {
    color: #B2DBB7;
}
.modal__title_C h2 {
    color: #FBADAA;
}
.modal__title_D h2 {
    color: #FDFAA7;
    font-weight: 500;
}
.modal__title_E h2 {
    color: #AABDFB;
}
.modal__title_F h2 {
    color: #FFB87D;
}

.modal-close__wrap {
    position: absolute;
    right: -20px;
    top: -20px;
}
.modal-close {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    cursor: pointer;
} 
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: .6;
    display: none;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.overlay.open {
    display: block;
}
.modal.open {
    display: block;
}
body.noscroll{
    overflow: hidden;
}
@media(max-width : 1023px) {
    .modal__img--list {
        list-style: none;
        display: grid;
        grid-template-columns: auto;
        gap: 1.5em;
        margin: 1em 0;
    }
}
@media(max-width : 743px) {
    .modal {
        width: 88%;
    }
    .modal-content {
        width: 88%;
        margin: 32px auto;
    }
    .modal-content h2 {
        font-size: 2.4rem;
        margin-bottom: 0.5em;
    }
}