@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bentham&display=swap');

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	color: #9D9684;
	line-height: 1.75;
	letter-spacing: 0.02em;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #EAEAE6;
}

.inner {
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
}

.ff-en {
    font-family: 'Bentham', serif;
}

.hd {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 100;
}

.hd_nav_logo {
    width: 103px;
    height: 75px;
    margin-bottom: 30px;
    margin-left: auto;
    transition: .3s;
}

.hd_nav_logo:hover {
    opacity: .6;
}

.hd_nav_logo > a {
    width: 100%;
    height: 100%;
}

.hd_nav_list > li {
    margin-bottom: 10px;
    letter-spacing: .2em;
    position: relative;
    padding-left: 22px;
    transition: .3s;
}

.hd_nav_list > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background-color: #9D9684;
}

.hd_nav_list > li:hover {
    opacity: .6;
}

.main-nakasone {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg_img {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: animeFadein forwards;
    animation-duration: 0;
}

@keyframes animeFadein {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}

.bg_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg_color01 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#F2F1EF 50%, #f2f1ef00);
}

.bg_color02 {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #575044;
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.hero_ttl {
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 20%;
    margin-top: -100px;
    display: flex;
    align-items: center;
    border-color: #ffffff;
    color: #ffffff;
}

.hero_ttl_j {
    writing-mode: vertical-rl;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2em;
    border-right: 1px solid;
    padding-right: 40px;
    margin-right: 40px;
    animation-duration: 1s;
}

.hero_ttl_j > span {
    display: inline-block;
    font-size: 60px;
    letter-spacing: 0.2em;
    margin-top: 50px;
    margin-right: 14px;
}

.hero_ttl_e {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2em;
    animation-duration: 1s;
}

.hero_ttl_e  > span {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
}

.intro {
    position: relative;
    z-index: 2;
    padding: 0 0 300px;
}

.intro_text {
    color: #fff;
    display: flex;
    margin: 0 auto 0 20%;
    max-width: 650px;
    position: relative;
    z-index: 1;
}

.intro_text_ttl {
    writing-mode: vertical-rl;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    margin-right: 50px;
    opacity: 0;
}

.intro_text_ttl > span {
    margin-top: 1em;
}

.intro_text_lead {
    font-size: 16px;
    margin-top: 150px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    opacity: 0;
}

.intro_text_ttl.-fadeUp,
.intro_text_lead.-fadeUp {
    animation: animefadeUp forwards;
    animation-duration: 2s;
}

.intro_text_lead.-fadeUp {
    animation-delay: .2s;
}

.intro_img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_img_top {
    position: absolute;
    top: 300px;
    right: 0;
    width: calc(80% - 800px);
    min-width: 10%;
    height: 500px;
    opacity: 0;
}

.intro_img_top > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro_img_bottom {
    position: absolute;
    bottom: 0;
    left: 2%;
    display: flex;
}

.intro_img_bottom_item01 {
    z-index: 1;
    width: 160px;
    height: 240px;
    opacity: 0;
}

.intro_img_bottom_item02 {
    z-index: 0;
    margin-top: 50px;
    margin-left: -20px;
    width: 200px;
    height: 280px;
    opacity: 0;
}

.intro_img_top.-fadeUp,
.intro_img_bottom_item01.-fadeUp,
.intro_img_bottom_item02.-fadeUp {
    animation: animefadeUp forwards;
    animation-duration: 2s;
    animation-delay: .5s;
    opacity: 0;
    transform: translateY(200px);
}

.intro_img_bottom_item02.-fadeUp {
    animation-delay: .7s;
}

.room {
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 200px;
    text-align: center;
}

.room_intro {
    color: #fff;
    margin-bottom: 60px;
    position: relative;
}

.room_intro::before {
    content: '';
    position: absolute;
    top: -120px;
    width: 1px;
    height: 0px;
    background-color: #ffffff00;
    transition: 1s;
}

.room_intro.-anime::before {
    height: 100px;
    background-color: #ffffff70;
}

.room_intro_ttl {
    font-size: 18px;
	line-height: 2;
	letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    margin: 0 auto 30px auto;
}

.room_list {
    background-color: #9D9684;
}

.room_list_item {
    width: 100%;
    position: relative;
}

.room_list_item_img {
    position: relative;
    width: 100%;
    aspect-ratio: 7/4;
}

.room_list_item_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, #00000080, #00000000);
}

.room_list_item_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_list_item_text {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0 0 0 100px;
    width: 50%;
    max-width: 400px;
}

.room_list_item_text_number {
    font-size: 18px;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 20px;
}

.room_list_item_text_number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: #ffffff00;
    transition: 1s;
    transition-delay: .6s;
}

.room_list_item_text_number.-anime::before {
    width: 20px;
    background-color: #ffffff;
}

.room_list_item_text_ttl {
    font-size: 36px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.info {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #EAEAE6;
}

.info_contact {
    padding: 50px 25px;
    display: flex;
    justify-content: space-between;
}

.info_contact_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-right: 25px;
}

.info_contact_text_ttl_e {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.info_contact_text_ttl_j {
    font-size: 26px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.info_contact_text_ttl_j > span {
    font-size: 50px;
    display: inline-block;
}

.info_contact_text_add {
    font-size: 17px;
    letter-spacing: 0.15em;
    padding: 6px 20px;
    border-top: #9D9684 1px solid;
    border-bottom: #9D9684 1px solid;
    margin-bottom: 25px;
}

.info_contact_text_note {
    text-align: center;
    margin-bottom: 25px;
}

.info_contact_btn {
    margin-bottom: 12px;
    max-width: 100%;
    width: 360px;
    height: 60px;
    background-color: #AD9C6E;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    transition: .6s;
}
.info_contact_btn:hover {
    box-shadow: none;
    opacity: .6;
}

.info_contact_btn > a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_contact_btn > a span {
    margin-right: 10px;
}

.info_contact_img {
    max-width: 50%;
}

.info_access {
    width: 100%;
}

.info_access > iframe {
    width: 100%;
    height: 400px;
}

.ft {
    z-index: 1;
    position: relative;
    background-color: #575044;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.ft_logo {
    margin-bottom: 25px;
    transition: .3s;
}

.ft_logo:hover {
    opacity: .6;
}

.ft_info {
    margin-bottom: 20px;
}

.ft_info > p {
    margin-bottom: 5px;
}


.fadeIn {
    opacity: 0;
}

.fadeIn.-anime {
    animation: animefadeIn forwards;
    animation-duration: 1s;
}

@keyframes animefadeIn {
    0%   { opacity: 0; transform: translateY(10px);}
    100% { opacity: 1; transform: translateY(0);}
}


.fadeUp {
    opacity: 0;
}

.fadeUp.-anime {
    animation: animefadeUp forwards;
    animation-duration: 2s;
}

@keyframes animefadeUp {
    0%   { opacity: 0; transform: translateY(200px);}
    100% { opacity: 1; transform: translateY(0);}
}


.fadeUpRoom {
    opacity: 0;
}

.fadeUpRoom.-anime {
    animation: animefadeUpRoom forwards;
    animation-duration: 2s;
}

@keyframes animefadeUpRoom {
    0%   { opacity: 0; transform: translateY(0);}
    100% { opacity: 1; transform: translateY(-50%);}
}

.fadeImg {
    filter: sepia(100%) brightness(50%);
}

.fadeImg.-anime {
    animation: animefadeImg forwards;
    animation-duration: 1s;
}

@keyframes animefadeImg {
    0%   { filter: sepia(100%) brightness(30%);}
    100% { filter: sepia(0) brightness(100%);}
}

@media screen and (max-width:1250px) {
}

@media screen and (max-width:640px) {
    .hd {
        right: 20px;
        top: 20px;
    }
    
    .hd_nav_logo {
        width: 72px;
        height: 52px;
    }
  
    .hero_ttl_j {
        font-size: 18px;
        padding-right: 26px;
        margin-right: 26px;
    }
    
    .hero_ttl_j > span {
        font-size: 52px;
    }
    
    .hero_ttl_e {
        font-size: 10px;
    }
    
    .hero_ttl_e  > span {
        font-size: 17px;
    }

    .intro {
        padding: 50px 0 300px;
    }
    
    .intro_text {
        flex-direction: column;
        margin: 0 25px;
    }

    .intro_text_ttl {
        font-size: 20px;
        margin-right: auto;
        margin-left: 30px;
    }

    .intro_text_lead {
        font-size: 14px;
        margin-top: 50px;
    }

    .intro_img_top {
        top: -50px;
        width: calc(80% - 800px);
        min-width: 40%;
        height: 270px;
    }
    
    .intro_img_bottom {
        left: 0;
    }
    
    .intro_img_bottom_item01 {
        z-index: 1;
        width: 110px;
        height: 165px;
    }
    
    .intro_img_bottom_item02 {
        z-index: 0;
        margin-top: 50px;
        margin-left: -20px;
        width: 143px;
        height: 200px;
    }

    .room_list_item_text {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0,0);
        padding: 0 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .info_contact {
        flex-direction: column-reverse;
    }


    .info_contact_text {
        margin-right: 0;
    }

    .info_contact_text_note {
        text-align: left;
    }

    .info_contact_img {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .ft {
        padding: 60px 0;
    }    

    .ft_logo {
        margin-bottom: 15px;
        transform: scale(60%);
    }
    

    @keyframes animefadeUpRoom {
        0%   { opacity: 0; transform: translateY(0);}
        100% { opacity: 1; transform: translateY(-85px);}
    }
}
