@charset "utf-8";

/*news*/
.recent-posts-list{
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    background:rgba(255, 255, 255, 0.7);
    padding: 1em 2.5em;
}

.recent-posts-list li:first-child{
    border-bottom: 1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
}

.recent-posts-list dl{
    display: flex;
    align-items: center;
    gap: 2em;
    color: #1B1B1B;
    letter-spacing: 0.1em;
}
.recent-posts-list dt{
    font-size: 1rem;
}

.recent-posts-list dd{
    font-size: 1.4rem;
}

@media screen and (min-width:768px) {

    .recent-posts-list{
        width:fit-content;
        border-radius: 0 4px 0 0 ;
    }

    .recent-posts-list li a:hover{
        opacity: 0.6;
    }
    
    .recent-posts-list dt{
        font-size: 1.3rem;
    }
    
    .recent-posts-list dd{
        font-size: 1.6rem;
    }
}
/* main visual */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
}

@supports (height: 100svh) {
    .hero {
        height: 100svh;
    }
}

@supports (height: 100dvh) {
    .hero {
        height: 100dvh;
    }
}

.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: -1; /* 背景として配置 */
    object-fit: cover;
}

.slick-list,
.slick-track {
    height: 100%;

}

.slider-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-item picture,
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* キャッチ */
.catch {
    position: absolute;
   top:30vh;
    left: 40px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-orientation: upright;
    color: #FFF;
    /* font-feature-settings: 'vert' on; */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 1rem;
    z-index: 10;
}

.mainVisual__logo__block {
    display: none;
}

@media screen and (min-width:768px) {
    .catch {
        display: none;
    }

    .mainVisual__logo__block {
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .mainVisual__logo {
        width: 300px;
        height: auto;
    }

    .mainVisual__logo__ja {
        color: #FFF;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.78px;
    }

/* Scrool bar 線が流れる動き　SP*/
.introduction {
    position: relative;
}
.container_01 {
    height: 100px;
    position: absolute;
    top: -50px;
    right: 50%;
    z-index: 1000;
}
  
.scrollbar_01 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
}
  
.scrollbar_01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 2px;
    height: 100px;
    background: #fff;
    animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

}
  
@keyframes liner {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
}

/* Scrool bar 線が流れる動き　PC */
@media screen and (min-width:1080px) {
    .container_01 {
        height: 200px;
        position: absolute;
        right: 50%;
        top: -100px;
    }
    
    .scrollbar_01::after {
        height: 200px;
    }
}

/* 導入セクション */
.introduction {
    padding:  120px 0;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 24px;
    background-image: url(../images/about_back.webp);
}

.introduction__catch__pc {
    display: none;
    z-index: 10;
}

.introduction__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
    z-index: 10;
}

.introduction p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-orientation: upright;
    letter-spacing: 0.6rem;
    margin-right:1em;
    white-space: nowrap;
}

/* 導入セクション　PC */
@media screen and (min-width:768px) {
    .introduction {
        padding: 230px 13%;
        gap: 0;
    }

    .introduction__container_first {
        margin-left: 50px;
    }

    .introduction__catch__pc {
        display: block;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 150%; /* 42px */
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl; 
        text-orientation: upright;
        letter-spacing: 0.6rem;
        margin-left: 60px;
        white-space: nowrap;
    }

    .introduction p {
        font-size: 2rem;
    }
}


/* About */
.about {
    padding: 50px 8%;
    background-image: url(../images/images_top/access_SP.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about__wrap {
    background: rgba(255, 255, 255, 0.80);
    padding: 30px 24px;
    text-align: center;
}

.section__title {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: 3px;
    margin: 0 auto;
}

.subtitle__en {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 150%; /* 19.5px */
    letter-spacing: 0.6px;
}

.text__about__container {
    margin: 30px auto;
    text-align: left;
}

.text__about__container p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 190%; /* 28.5px */
    letter-spacing: 0.5px;
}

.viewmore {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.54px;
    padding: 12px 30px;
    border: 0.75px solid #1B1B1B;
    border-radius: 5px;
    display: inline-block;
    /* background-color: rgba(58, 58, 58, 0.85);
    color: #ffffff; */
}

.viewmore_about {
    width: 71.2vw;
    max-width: 300px;
}

.viewmore:hover {
    transition: 0.3s;
    opacity: 0.6;
}

/* About PC */
@media screen and (min-width:768px) {
    .about {
        padding: 100px 13%;
    }

    .about__wrap {
        padding: 60px 20px;
        max-width: 1080px;
        margin-inline: auto;
    }

    .subtitle__en {
        font-size: 2rem;
    }

    .section__title {
        font-size: 3.8rem;
        letter-spacing: 5px;
    }

    .text__about__container {
        margin-top: 35px;
        width:fit-content;
        margin:20px auto 0 auto;
    }

    .text__about__container p{
        font-size: 1.8rem;
        text-align: center;
    }

    .viewmore {
        margin-top: 30px;
        font-size: 2.1rem;
    }
}

/* 本館別館について */
.stay__introduction {
    padding: 80px 8%;
}

.text__stay__container {
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.text__stay__container p{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 190%; /* 28.5px */
    letter-spacing: 0.5px;
}

.pcBr {
    display: none;
}

/* 本館別館について 　PC*/
@media screen and (min-width:768px) {
    .stay__title {
        margin: 0;
    }

    .stay__introduction {
        padding: 150px 13% 120px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 80px;
    }

    .text__stay__container {
        width: 500px;
        margin: 0;
    }

    .text__stay__container p {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
    }

    .pcBr {
        display: block;
    }
}

/* 本館 */
.top_honkan_photo {
    width: 92%;
    display: block;
    margin-right: auto;
}

.text__block {
    padding: 24px 8% 80px;
}

.subsection__title {
    text-align: left;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.82px;
    position: relative;
    display: flex;
}

.subsection__title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #A2A2A2;
    display: block;
    left: 70px;
    top: 50%;
}

.lodge__subtitle {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.text__block p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 190%; /* 28.5px */
    letter-spacing: 0.75px;
    margin-top: 16px;
}

.text__info__block {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin: 24px 0 0;
}

.text__block .text__info__block p{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 190%; /* 30.4px */
    letter-spacing: 0.8px;
}

.text__info_small {
    font-weight: 400;
}

.viewmore_stay {
    display: block;
    width: 84vw;
    max-width: 380px;
    margin: 30px auto 0;
    text-align: center;
}

/* 別館 */
.top_bekkan_photo {
    width: 92%;
    display: block;
    margin-left: auto;
}

/* 本館　PC */
@media screen and (min-width:768px) {
    .honkan {
        padding-right: 9%;
        padding-bottom: 150px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .top_honkan_photo_wrap {
        width: 63%;
    }

    .top_honkan_photo {
        width: 100%;
        margin: 0;
    }

    .text__block {
        padding: 0;
        width: 32%;
    }

    .subsection__title {
        font-size: 3.5rem;
        letter-spacing: 2.45px;
    }

    .subsection__title::after {
        width: 120px;
        height: 1px;
        left: 100px;
        top: 50%;
    }

    .lodge__subtitle {
        font-size: 2.2rem;
        letter-spacing: 1.1px;
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .text__block p {
        font-size: 1.7rem;
        letter-spacing: 0.85px;
    }

    .text__info__block {
        margin-top: 32px;
    }

    .text__block .text__info__block p {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
    }

    .viewmore_stay {
        margin-top: 42px;
        font-size: 2rem;
        letter-spacing: 0.6px;
        width: 220px;
        margin-left: 0;
    }

    
    /* 別館PC */
    .bekkan {
        padding-left: 9%;
        padding-bottom: 150px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
    }

    .top_bekkan_photo_wrap {
        width: 63%;
    }

    .top_bekkan_photo {
        width: 100%;
        margin: 0;
    }
}



/* スライダー */
.slider__item {
    margin-right: 10px;
}

/* アクセス */
.access {
    padding: 80px 0 40px;
}

.map_sp_wrap {
    margin-top: 80px;
}

.map_pc_wrap {
    display: none;
}

.access__text {
    text-align: center;
    margin-top: 24px;
    padding: 0 8%;
}

.access__name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.6px;
}

.address {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    margin-top: 15px;
}

.googleMap {
    display: flex;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
}

.googleMap:hover {
    opacity: 0.6;
}

.access_link {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.54px;
    display: block;
    width: 126.81px;
    margin: 0 auto;
    padding: 2px 2px;
    transition: 0.3s;
    text-align: center;
    border-bottom: solid #484848 1px;
    margin-top: 13px;
}

.access_link:hover {
    opacity: 0.6;
}

/* アクセス　TB */
@media screen and (min-width:768px) {
    .access {
        padding: 100px 13% 20px;
    }

    .map_sp_wrap {
        display: none;
    }

    .map_pc_wrap {
        display: block;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .map_pc_wrap img {
        width: 100%;
    }

    .access__text {
        margin-top: 40px;
        padding: 0;
    }
        
    .access__name {
        font-size: 2.6rem;
        letter-spacing: 0.78px;
    }

    .address {
        font-size: 1.9rem;
        letter-spacing: 0.57px;
        margin-top: 24px;
    }

    .googleMap {
        display: flex;
        padding: 5px 0;
        gap: 8px;
        font-size: 1.8rem;
        letter-spacing: 0.54px;
        margin-top: 24px;
    }

    .access_link {
        font-size: 1.9rem;
        letter-spacing: 0.57px;
        width: 126.81px;
        margin: 0 auto;
        padding: 2px 0;
        margin-top: 32px;
    }
}

/* アクセス　PC */
@media screen and (min-width:1080px) {
    .access {
        padding: 150px 13% 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 65px;
    }
}

/* 予約 */
.reservation {
    padding: 80px 8%;
}

.reservation__text_block {
    text-align: center;
    margin-top: 50px;
}

.reservation_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    text-align: left;
    margin-top: 8px;
}

.btn--reservation--wrap {
    margin: 24px auto 0;
    width: 100%;
    max-width: 380px;
}

/* 予約　PC */
@media screen and (min-width:768px) {
    .reservation {
        padding: 80px 13% 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 80px;
    }

    .reservation__title {
        margin: 0;
    }

    .reservation__text_block {
        margin-top: 80px;
    }

    .reservation_text {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        margin-top: 8px;
    }

    .btn--reservation {
        font-size: 2rem;
    }

    .btn--reservation--wrap {
        margin-top: 40px;
    }

}
