@charset "utf-8";

*   {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.flex   {
    display: flex;
}

header  {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 10.41vw;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(0deg,rgba(114,113,113,0), rgba(0,0,0,0.3));
}
header .logo    {
    display: inline-block;
    width: 5.72vw;
}

header .logo img    {
    width: 100%;
}

header .menu    {
    display: flex;
    font-size: max(1.31vw, 16px);
    gap: 1.2rem;
    text-shadow: 1px 1px 0.1vw rgba(0,0,0,0.4),1px -1px 0.1vw rgba(0,0,0,0.4),-1px 1px 0.1vw rgba(0,0,0,0.4),-1px -1px 0.1vw rgba(0,0,0,0.4);
}

header .menu li a   {
    color: white;
    letter-spacing: 0.6vw;
    font-weight: 400;
}
.key    {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    
}

.key video  {
    min-width: 100vw;
    min-height: 100vh;
    aspect-ratio: 16/9;
    object-fit: cover;
    position: 
}

main section.sec1   {
    position: relative;
    z-index: 2;
    width: 100vw;
    min-height: 56.25vw;
    background-image: url(assets/img/sec1_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section.sec1 .inner    {
    width: min(77vw, 1480px);
    margin: 0 auto;
    align-items: center;
}

main section.sec1 .inner .infocol   {
    flex: 1;
    line-height: 240%;
}

main section.sec1 .inner .infocol > h2,
main section.sec1 .inner .infocol > p:not(:last-of-type)   {
    margin-bottom: 1.5rem;
}

main section.sec1 .inner .infocol > h2  {
    font-size: min(2.5vw,48px);
}

main section.sec1 .inner .infocol > p   {
    font-size: max(1.31vw, 16px);
}

main section.sec1 .inner .imgcol    {
    width: min(21.45vw,412px);
    height: min(31.54vw, 603px);
    overflow: clip;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section.sec1 .inner .imgcol img    {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main section.sec2   {
    position: relative;
}

main section.sec2 a.reservebutton   {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-color: #595757;
    color: white;
    display: flex;
    width: min(2.865vw,55px);
    height: min(8.86vw,170px);
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    font-size: max(1.31vw, 16px);
    letter-spacing: max(0.6vw, 8px);
}

main section.sec2 .sec2_child   {
    width: 100vw;
    height: 56.25vw;
    display: flex;
    gap: 0;
}

main section.sec2 .sec2_child:nth-of-type(2n)   {
    flex-direction: row-reverse;
}

main section.sec2 .sec2_child .imgcol   {
    width: 42.19vw;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section.sec2 .sec2_child .imgcol img   {
    height: 100%;
    width: auto;
    object-fit: cover;
}

main section.sec2 .sec2_child .infowrap  {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 0 3.9vw;
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 3.9vw;
    padding-right: 3.9vw;
    flex-wrap: wrap;
}

main section.sec2 .sec2_child .infocol  {
    flex: 1;
}
main section.sec2 .sec2_child:nth-of-type(2n) .infowrap {
    flex-direction: row-reverse;
}
main section.sec2 .sec2_child .infocol > h2,
main section.sec2 .sec2_child .infocol > p:not(:last-of-type)   {
    margin-bottom: 1.5rem;
}

main section.sec2 .sec2_child .infocol > h2  {
    font-size: min(2.5vw,48px);
}

main section.sec2 .sec2_child .infocol > p   {
    font-size: max(1.31vw, 16px);
    line-height: 200%;
}

main section.sec2 .sec2_child .infowrap .infoimg    {
    width: min(21.45vw,412px);
    height: min(31.54vw, 603px);
    overflow: clip;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section.sec2 .sec2_child .infowrap .infoimg img    {
    min-width: 100%;
    height: auto;
    object-fit: cover;
}

main section.sec2 .sec2_child .infowrap .buttonarea {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: max(1.31vw, 16px);
    padding: min(2.6vw,50px) 0;
}

main section.sec2 .sec2_child .infowrap .buttonarea a   {
    color: white;
    background-color: #595757;
    padding: 15px 20px;
}

footer  {
    background-color: #eadab9;
    width: 100%;
    height: 56.25vw;
    color: #727171;
    position: relative;
    z-index: 2;
    padding: min(10vw,120px) min(2.1vw,40px) min(2.1vw,40px);
}

footer .inner   {
    display: flex;
    justify-content: flex-end;
}

footer .inner .infocol  {
    width: 28.65vw;
    font-size: max(1.1vw,16px);
    line-height: 200%;
}

footer .inner .infocol p .large {
    font-size: max(2.2vw,32px);
}
footer .inner .infocol .footer_social   {
    display: flex;
    gap: 2.34vw;
    margin-bottom: 1vw;
}

footer .inner .infocol .footer_social img   {
    width: min(3.125vw,60px);
}

footer .footerinfonav   {
    display: flex;
}

footer .footer_logo {
    position: absolute;
    bottom: min(3vw,60px);
    right: min(3vw,40px);
    width: 28.65vw;
}
footer .footerinfonav li:not(:last-of-type):after {
    content: "／";
}
footer .footernav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: max(1.1vw,14px);
    position: absolute;
    bottom: 40px;
    left: 0;
    gap: 2em;
    width: 100%;
}