@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/*add reset styles*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade_in01 {
    -webkit-animation: fadein 1s 0.3s forwards;
    animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
    -webkit-animation: fadein 1.8s 1s forwards;
    animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
    -webkit-animation: fadein 0.6s 1s forwards;
    animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}
.ext_lr {
    -webkit-animation: extendright 0.5s 0.3s forwards;
    animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
    -webkit-animation: extendright 0.5s 0.7s forwards;
    animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
    -webkit-animation: extendright 0.5s 1.1s forwards;
    animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
    -webkit-animation: extendright 0.5s 11s forwards;
    animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
    0% {
        clip-path: inset(100% 100% 0 0 round 0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        clip-path: inset(0 0 0 0 round 0);
        opacity: 1;
    }
}
@keyframes extendright {
    0% {
        clip-path: inset(100% 100% 0 0 round 0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        clip-path: inset(0 0 0 0 round 0);
        opacity: 1;
    }
}
html {
    scroll-padding-top: 200px;
}
@media print,
screen and (max-width: 1023.9px) {
    html {
        scroll-padding-top: 80px;
    }
}

body {
    color: #E5E5E5;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    line-height: 1.5;
    background-color: #D5DEE3;
    background-image: url(../img/common/bg.webp);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    width: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}

body {
    overflow-x: clip;
    background: #171b24;
}

.main {
    padding-top: 130px;
letter-spacing: 0.6px;
}
@media print,
screen and (max-width: 1023.9px) {
    .main {
        padding-top: 100px;
    }
}

.child-mv {
    margin-top: 20px;
}
.child-mv iframe {
    width: 100%;
}

.contents-wrap {
    max-width: 1000px;
}

/*  checkinページ個別CSS */
.child-mv__heading span {
    font-family: 'noto serif jp', serif;
    margin-top: -0.2em;
    display: inline-block;
}
.checkInSec {
    margin-top: 120px;
}
.checkInSec p {
    line-height: 2;
    text-align: center;
    font-size: 14px;
}
.checkInSec>p.smallTxt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 80px;
    margin-top: 200px;
}
.checkInContents {
    margin: 120px 0;
    padding-top: 120px;
    margin-top: -120px;
}
.checkInContents h2 {
    text-align: center;
    font-size: 21px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;

}
.checkInContents h2::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #ac9774;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.checkInContents .stepList {}
.checkInContents .stepList li {
    margin: 60px 0;
    position: relative;
    background-color: #000;
}
.checkInContents .stepList li::after {
    content: '';
    width: 32px;
    height: 17px;
    background-image: url("../img/checkin/step_arrow.svg");
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.checkInContents .stepList li:last-child::after {
    content: normal;
}

.checkInContents .stepList dl {
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    padding: 30px 60px 30px 0;
}
.checkInContents .stepList dt {
    font-family: "Cinzel", serif;
    color: #8d795a;
    font-size: 64px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}
.checkInContents .stepList dt span:first-child {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: -15px;
    letter-spacing: 0.1em;
}
.checkInContents .stepList dt {
    margin-right: 40px;
}
.checkInContents .stepList dd {
    display: flex;
}
.checkInContents .stepList .imageArea {
    margin-right: 40px;
}
.checkInContents .stepList .imageArea picture {
    width: 250px;
}
.checkInContents .stepList .imageArea picture:nth-child(2) {
    margin-top: 5px;
}
.checkInContents .stepList .descriptionArea {
    display: flex;
    align-items: center;
    line-height: 2;
    flex-wrap: wrap;
}
.checkInContents .stepList .descriptionArea p {
    text-align: left;
    font-size: 14px;
}
.checkInContents .stepList .descriptionArea .smallTxt {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
#inOutTime {}
#inOutTime .checkInOutBox {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
#inOutTime dl {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    padding: 30px 0;
}
#inOutTime dl:last-child {
    border-right: none;
}
#inOutTime dl dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
#inOutTime dl dd {
    font-size: 20px;
    color: #ac9774;
    text-align: center;
}
#inOutTime p {
    text-align: center;
}
#entranceLocation {}
#entranceLocation p {
    text-align: center;
    margin-top: 50px;
}
#accommodationFloor .roomBox {
    width: 40em;
    margin: 60px auto;
}
#checkinMachine p {
    margin-bottom: 40px;
}
#checkinMachine .tabletArea {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
}
#checkinMachine .tabletBox:first-child {
    margin-right: 70px;
}
#checkinMachine .tabletBox span {
    text-align: right;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    padding-right: 10px;
}
#howToCheckin .stepList .imageArea picture {
    width: 170px;
}
#openRoom .smallTxt {
    font-size: 15px;
}

#checkout {
    margin: 120px 0 200px 0;
}



@media print,
screen and (max-width: 1023.9px) {}


@media screen and (max-width: 767px) {
    #inOutTime .checkInOutBox {
    display: block;
    margin-bottom: 40px;
}
#inOutTime dl {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
    display: flex;
}
#inOutTime dl:last-child {
    border-top: none;
}
#inOutTime dl dt {
    margin-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
}
#inOutTime dl dd {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
}

#inOutTime p {
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}

#entranceLocation {}
#entranceLocation p {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 80px;
}



.checkInContents h2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0px;
}

.checkInSec {
    margin-top: 0px;
}

.checkInContents {
    margin: -80px 0 80px 0;
    padding-top: 80px;
}


.checkInSec p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

#howToAutolock dl,
#howToCheckin dl,
#openRoom dl {
    border: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: 40px;
    padding: 20px 20px 50px 20px;
    background-color: #000;
    display: block;
}
#howToAutolock dt,
#howToCheckin dt,
#openRoom dt {
    font-size: 53px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
    color: #8D795A;
    width: 100%;
}
#howToAutolock dt span,
#howToCheckin dt span,
#openRoom dt span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
#howToAutolock dd,
#howToCheckin dd,
#openRoom dd {
    font-size: 17px;
    line-height: 1.7;
    display: block;
}

.checkInContents .stepList .imageArea {
    margin: 0 auto;
    margin-right:0;
    margin-bottom: 20px;
}
.checkInContents .stepList .imageArea picture {
    width: 100%;
    max-width: 500px;
}
#checkinMachine .tabletBox:first-child {
    margin-right: 0;}
#checkinMachine .tabletBox span {
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
}
#howToCheckin .stepList .imageArea picture {
    margin: 0 auto;
}
#openRoom .smallTxt {
    text-align: left;
    font-size: 14px;
    margin-top: -20px;
}
.checkInSec>p.smallTxt {
        margin-top: 50px;
            font-size: 12px;
}

#checkout {
    margin: 120px 0 120px 0;
}
.checkInSec p {
    text-align: left;
}

 #howToCheckin  p.howToCheckin-txt {
    text-align: center;
    margin-top: -20px;
}
#checkout p.checkout-txt {
    text-align: center;
}
.pc {
    display: none;
}
#checkinMachine picture {
    max-width: 250px;}
#accommodationFloor .roomBox {
    margin: 30px auto 60px auto;
}
}
