@charset "UTF-8";
html {
    width: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    color: #F6906B;
    font-family: "Nunito","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: 8rem;
    font-weight: 500;
    line-height: 1.1;
    color: #FFD3C3;
}
h2 span {
    font-size: 2rem;
    font-weight: 400;
    color: #F6906B;
}
.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 {
        font-size: 6.4rem;
    }
    h2 span {
        font-size: 1.6rem;
    }
    .br-SP {
        display: block;
    }
}
/*--------------------------------
	header
--------------------------------*/
.header {
    position: relative;
    color: #fff;
    font-weight: 500;
    height: 88px;
}
.CV {
    position: fixed;
    top: 24px;
    right: 2.777vw;
    z-index: 99;
    font-size: 1.4rem;
}
.CV a {
    width: 132px;
    height: 44px;
    display: grid;
    place-content: center;
    background-color: #F6906B;
    border-radius: 100vh;
    border: #fff 1px solid;
}
.CV a:hover {
    letter-spacing: 0.04em;
    opacity: 1;
}
.header__menu {
    padding-top: 26px;
    padding-right: calc(5.554vw + 134px);
    padding-bottom: 16px;
    padding-left: 2.777vw;
    display: flex;
    justify-content: space-between;
}
.menu__language {
    display: flex;
    align-items: center;
}
.language {
    width: 48px;
    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: 15px;
}
.current-link {
    opacity: 0;
    transition: opacity 0.3s;
}
.language:hover.language a {
    opacity: 1;
}
.language:hover .current-link {
    opacity: 1;
    transition: opacity 0.3s;
}
.SNS__link {
    padding: 8.5px 0;
}
.SNS__link span {
    padding-left: 0.2em;
}
@media(max-width : 743px) {
    .CV {
        top: 16px;
        right: 4.266vw;
    }
    .CV a {
        width: 112px;
        height: 33px;
        font-size: 1.2rem;
    }
    .header__menu {
        padding-top: 16px;
        padding-right: calc(8.532vw + 114px);
        padding-left: 2.777vw;
    }
    .SNS__link {
        width: 48px;
        height: 36px;
        padding: 0;
        display: grid;
        place-content: center;
        font-size: 1.6rem;
    }
    .SNS__link span {
        display: none;
    }
}

/*--------------------------------
	FV
--------------------------------*/
.FV {
    margin-top: -88px;
    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__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    filter: brightness(60%);
}
.FV__bg--block {
    width: 50%;
    height: 100vh;
    height: 100svh;
}
.FV__bg--block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1023px) {
    .FV__logo {
        width: 24vw;
    }
    .FV__bg {
        flex-direction: column;
    }
    .FV__bg--block {
        width: 100%;
        height: 50vh;
        height: 50svh;
    }
}
@media(max-width: 743px) {
    .FV__logo {
        width: 46.93333333333333vw;
    }
}
/*--------------------------------
	Insta feed
--------------------------------*/
.insta__feed {
    width: 72.22222222222221vw;
    margin: 48px auto 176px;
}
@media(max-width : 1023px) {
    .insta__feed {
        width: 88vw;
    }
}
@media(max-width: 743px) {
    .insta__feed {
        width: 91.46666666666667vw;
        margin: 48px auto 120px;
        overflow-x: hidden;
    }
}

/*--------------------------------
	about
--------------------------------*/
.about {
    width: 100%;
    overflow-x: hidden;
}
.about h2 {
    text-align: right;
    padding-right: 60.763888888888886vw;
}
.about h2 span {
    display: block;
}
.about__txt {
    position: relative;
}
.about__txt--read {
    margin: 24px 0 104px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8;
    padding-left: 43.75vw;
}
.about__txt--block p {
    padding-left: 43.75vw;
    line-height: 2.8;
    margin-bottom: 24px;
}
.about__txt--block p:last-of-type {
    padding-bottom: 33.888vw;
}
.facade {
    width: 19.86111111111111vw;
    height: 12.847222222222221vw;
    position: absolute;
    top: -72px;
    right: 0;
}
.sun {
    width: 11.180555555555555vw;
    height: 7.638888888888889vw;
    position: absolute;
    top: calc(-72px + 11.319444444444445vw);
    right: 15.069444444444443vw;
    z-index: 10;
}
.okinawa-soba {
    width: 39.23611111111111vw;
    height: 46.94444444444444vw;
    position: absolute;
    top: 119px;
    left: 0;
}
.cheer {
    width: 15.902777777777777vw;
    height: 13.88888888888889vw;
    position: absolute;
    top: 616px;
    right: 27.63888888888889vw;
    z-index: 10;
}
.window {
    width: 25.416666666666664vw;
    height: 17.291666666666668vw;
    position: absolute;
    top: 656px;
    right: 2.777vw;
}
.interior {
    width: 86.11111111111111vw;
    height: 27.77777777777778vw;
    margin: 0 0 48px auto;
    position: relative;
}
.interior::before {
    content: "";
    display: block;
    width: 8.88888888888889vw;
    height: 14.722222222222223vw;
    background: url(../img/line-doodle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -44%;
    left: -5%;
    z-index: 10;
}
.facade img,
.okinawa-soba img,
.window img,
.interior img {
    width: 100%;
}
@media(max-width : 1360px) {
    .about__txt--read {
        margin: 120px 0 104px;
    }
    .facade {
        top: -192px;
    }
    .sun {
        top: calc(-192px + 11.319444444444445vw);
    }
    .okinawa-soba {
        top: 18px;
    }
}
@media(max-width : 1180px) {
    .cheer {
        top: 565px;
    }
    .window {
        top: 608px;
    }
}
@media(max-width: 1023px) {
    .about__txt--read {
        font-size: 1.8rem;
        margin: 120px 0 48px;
    }
    .about__txt--block p {
        padding-right: 14vw;
        line-height: 2.2;
    }
    .cheer {
        top: 474px;
    }
    .window {
        top: 532px;
    }
    .interior {
        width: 94vw;
    }
}
@media(max-width: 743px) {
    .cheer {
        width: 95px;
        height: 83px;
        top: auto;
        bottom: 96px;
        right: 151px;
    }
    .window {
        width: 151px;
        height: 102px;
        top: auto;
        bottom: 56px;
        right: 0;
    }
}
@media(max-width: 560px) {
    .about h2 {
        width: max-content;
        padding-right: 0;
        margin-right: auto;
        padding-left: 4.266vw;
    }
    .about__txt--read {
        font-size: 1.4rem;
        margin: 256px 0 390px;
        padding-left: 10.666666666666668vw;
    }
    .about__txt--block p {
        padding-left: 10.666666666666668vw;
        padding-right: 10.666666666666668vw;
        margin-bottom: 16px;
    }
    .about__txt--block p:last-of-type {
        padding-bottom: 51.2vw;
    }
    .facade {
        width: 252px;
        height: 162px;
        top: -224px;
    }
    .sun {
        width: 100px;
        height: 69px;
        top: -88px;
        right: 216px;
    }
    .okinawa-soba {
        width: 244px;
        height: 292px;
        top: 152px;
    }
    .interior {
        width: 95.73333333333333vw;
        height: 30.933333333333334vw;
        margin: 0 auto 0 0;
    }
    .interior::before {
        display: none;
    }
}
/*--------------------------------
	access
--------------------------------*/
.access {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
}
.access h2 {
    text-align: center;
    padding: 80px 0 56px;
}
.access h2 span {
    display: block;
    line-height: 1.5;
}
.access__map {
    width: 100%;
}
.access__map iframe {
    border: #F6906B 1px solid;
}
.text-link {
    display: block;
    font-size: 1.4rem;
    width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.text-link i {
    padding-left: 0.2em;
}
.access__info--wrapper {
    width: 100%;
    margin: 24px 0 32px;
    display: flex;
    justify-content: space-between;
}
.access__info {
    width: 48.07692307692308%;
    max-width: 500px;
}
.access__info dl {
    height: 40px;
    display: flex;
    gap: 2.777vw;
}
.access__info dt {
    font-weight: 500;
    width: 124px;
    display: flex;
    gap: 4px;
}
.access__info dt::before {
    content: "";
    display: block;
    width: 6px;
    height: 24px;
    margin: 0 5px 0;
    background-color: #F6906B;
}
@media(max-width : 1360px) {
    .access__info {
        width: max-content;
        font-size: 1.4rem;
    }
    .access__info dl {
        gap: 1.6vw;
    }
    .access__info dt {
        width: 104px;
    }
    .access__info:first-of-type dt {
        width: 80px;
    }
}
@media(max-width: 1023px) {
    .access {
        width: 88vw;
    }
    .access__info--wrapper {
        justify-content: flex-start;
        gap: 2em;
    }
    .access__info dl {
        height: 52px;
    }
}
@media(max-width: 743px) {
    .access {
        width: 91.46666666666667vw;
    }
    .access h2 {
        padding: 80px 0 24px;
    }
    .access__info--wrapper {
        flex-direction: column;
        gap: 0;
    }
    .access__info {
        width: 100%;
    }
    .access__info:first-of-type dt {
        width: 104px;
    }
    .access__info dl {
        gap: 3.6vw;
    }
}
/*--------------------------------
	tabigokoro
--------------------------------*/
.tabigokoro {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto 32px;
    padding-top: 56px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.tabigokoro__info,
.tabigokoro__img {
    width: 48.46153846153846%;
    max-width: 500px;
}
.tabigokoro__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: #333;
}
.tabigokoro__info h2 {
    text-align: center;
}
.tabigokoro__info h2 img {
    width: 9.444vw;
    max-width: 136px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.tabigokoro__info--txt {
    display: contents;
}
.tabigokoro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
@media(max-width: 1023px) {
    .tabigokoro {
        width: 88vw;
    }
}
@media(max-width: 743px) {
    .tabigokoro {
        width: 91.46666666666667vw;
        display: block;
    }
    .tabigokoro__info {
        width: 100%;
        max-width: 678px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 24px;
        align-items: center;
        margin-bottom: 16px;
    }
    .tabigokoro__info--txt {
        display: block;
    }
    .tabigokoro__info h2 img {
        width: 104px;
        flex-shrink: 0;
    }
    .tabigokoro__info--txt p {
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .tabigokoro__img {
        width: 100%;
        max-width: 678px;
    }
}
/*--------------------------------
	contact
--------------------------------*/
.contact {
    padding-top: 120px;
    margin-bottom: 120px;
}
.contact__wrapper {
    padding: 32px 0;
    background-color: #F6906B;
}
.contact__head,
.contact__content {
    width: 72.22222222222221vw;
    max-width: 1040px;
    margin: 0 auto;
}
.contact__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contact__head h2 {
    line-height: 1;
}
.contact__head span,
.contact__head p {
    color: #fff;
}
.contact__head span {
    padding-left: 1em;
}
.contact__head p {
    line-height: 2;
}
.contact__content {
    background-color: #fff;
    padding: 40px 0;
    border-radius: 20px;
    margin-top: 16px;
}
.contact__inner {
    display: flex;
    justify-content: center;
    gap: 3.2em;
}
.contact__inner dl {
    display: flex;
    gap: 0.8em;
    font-size: 2.4rem;
}
.contact__inner dt {
    font-weight: 500;
    width: 104px;
    height: 36px;
    border: #F6906B 1px solid;
    border-radius: 100vh;
    display: grid;
    place-content: center;
}
.contact__inner dd {
    font-weight: 300;
    line-height: 36px;
}
.contact__inner dd a {
    font-size: 1.6rem;
    border-bottom: #F6906B 1px solid;
    margin-left: 0.5em;
    display: none;
}
@media(max-width : 1360px) {
    .contact__head p {
        font-size: 1.4rem;
        line-height: 2.4;
    }
}
@media(max-width : 1100px) {
    .contact__head {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.5em;
    }
    .contact__head p {
        padding-left: 0.5em;
    }
    .contact__content {
        margin-top: 8px;
    }
    .contact__inner dl {
        font-size: 2rem;
    }
}
@media(max-width: 1023px) {
    .contact__head,
    .contact__content {
        width: 88vw;
    }
    .contact__inner {
        gap: 2em;
    }
}
@media(max-width: 743px) {
    .contact {
        padding-top: 80px;
        margin-bottom: 104px;
    }
    .contact__head,
    .contact__content {
        width: 91.46666666666667vw;
    }
    .contact__head h2 {
        font-size: 6rem;
    }
    .contact__content {
        display: grid;
        place-items: center;
    }
    .contact__content dl {
        font-size: 1.8rem;
        align-items: center;
        gap: 0.4em;
    }
    .contact__content dt {
        width: 80px;
        height: 32px;
    }
    .contact__content dd {
        line-height: 1.5;
    }
    .contact__content dd p {
        display: inline-block;
    }
    .contact__content dd a {
        display: inline-block;
    }
    .contact__inner {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}
/*--------------------------------
	footer
--------------------------------*/
.footer {
    padding-top: 88px;
    position: relative;
    line-height: 0;
}
.footer__logo {
    width: 12.7vw;
    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;
    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;
        height: auto;
    }
}
@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;
    }
}