@charset "UTF-8";
/* CSS Document */

.lodging,.meal,.conference,.sport,.event{
    padding-bottom: 1em;
}

.lodging .flex_1-2,.meal .flex_2-1,.conference .flex_1-2,.sport .flex_2-1,.event .flex_1-2{
    margin-bottom: 0;
}

h2.move::before{
    animation: mochimochi 1s;
    animation-delay: 1s;
}

@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(0.8, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

#conference_link,#sport_link,#lodging_link,#meal_link{
    padding-top: 10rem;
    margin-top: -10rem;
    display: block;
}


body::after{
    display: none;
}

.mv_section{
    height: 50rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mv_section video{
    min-width: 1230px;
    width: 101%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    height: 100%;
}

/*.mv_section .mv_inner {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../img/top/mv_bg.jpg)center/cover no-repeat;
}*/

.h1 {
    width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    position: relative;
    z-index: 9;
    margin: 1em;
    position: absolute;
    top: 25%;
}

.mv_inner::before {
	content: "";
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 40%;
	max-width: 462px;
	min-height: 132px;
	background: url(../img/top/h1_before.png) center/contain no-repeat;
}

.mv_section::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 160px;
    background: url(../img/top/mv_after.png) top / cover no-repeat;
    bottom: -64px;
    left: 0;
    z-index: 9;
}

.mv_lead__img {
	position: absolute;
	z-index: 9;
	top: 50%;
	width: 520px;
}

.mv_lead__txt {
    font-size: min(2.3rem,8vw);
	font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    margin-top: 1.7em;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 62%;
}

.mv_area {
    height: 100%;
}

.h2_r{
    font-size: min(3.2rem,7vw);
    color: #00aa9e;
    border-bottom: 1px solid #00aa9e;
    padding-bottom: 0;
    line-height: 1.6em;
    position: relative;
}

.h2_r::before{
    content: "";
    width: 210px;
    height: 83px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1;
}

.h2_l{
    font-size: min(3.2rem,7vw);
    color: #00aa9e;
    border-bottom: 1px solid #00aa9e;
    padding-bottom: 0;
    position: relative;
    line-height: 1.6em;
}

.h2_l::before{
    content: "";
    width: 210px;
    height: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
}


.flex_1-2 .right-col {
    padding-left: 3rem;
    box-sizing: border-box;
}

.flex_2-1 .left-col{
    padding-right: 3rem;
    box-sizing: border-box;
}

.col__txt{
    margin: 3rem 0 7rem;
}

/*===============================*/
/*===============================*/    
/*=============NEWS===============*/
/*===============================*/

section.news{
    background: #fff;
}

.news .news_content img{
    height: 106px;
    object-fit: cover;
}

.news_content__ttl{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.news_inner{
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 5rem;
}

.news_inner::before{
    content: "";
    width: 258px;
    height: 167px;
    background: url(../img/top/h2_news.png)center/cover no-repeat;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 29;
}

.news_inner.move::before{
    animation: fuwafuwa 4s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
  100% {
    transform: translateY(0px) rotate(0);
  }
}

.news_content{
    width: calc((100% - 230px) / 4);
    position: relative;
    min-height: 300px;
    height: auto;
    padding: 0 1.8rem;
    border-bottom: 1px solid;
    border-left: 1px solid;
    box-sizing: border-box;
    line-height: 1.5;
}

.news_content__category{
    padding: 0px 5px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
    font-size: 1.7rem;
}

.news_content__category--gr{
    background-color: #00aa9e;
}

.news_content__category--br{
    background-color: #9b6e3a;
}


.news_content__link{
    display: inline-block;
    border-bottom: 1px solid #000;
    width: fit-content;
    position: absolute;
    bottom: 2rem;
    font-size: 1.5rem;
}

/*===============================*/
/*===============================*/    
/*=============ABOUT===============*/
/*===============================*/

.about{
    position: relative;
}

.about::before{
    content: "";
    display: block;
    max-width: 441px;
    max-height: 365px;
    width: 25vw;
    height: 21vw;
    position: absolute;
    bottom: 8vw;
    right: 0;
    background-image: url(../img/top/body_after.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.about::after{
    content: "";
    display: block;
    width:122px;
    height: 150px;
    position:absolute;
    top:58%;
    right: 38%;
    background-image: url(../img/top/map_after.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.about .about_top-rig img{
    opacity: 1;
}

.h2_about{
    width:220px;
    height:85px;
    margin-bottom: 3rem;
}

.about_top-lef__txt{
    padding: 0 2rem;
}

.anyone{
    font-size: min(2.1rem,7vw);
    font-weight: bold;
    color: #0099aa;
    position: relative;
    margin-left: 6rem;
}

.anyone::after{
    content: "";
    width: 301px;
    height: 73px;
    background: url(../img/top/anyone_after.png)center/cover no-repeat;
    position: absolute;
    top: 70%;
    left: 100px;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.about_bottom_flex{
    display: flex;
    align-items: center;
    margin-top: 5rem;
}

.about_bottom__content{
    margin: 2rem;
    font-weight: bold;
}

.round01,.round02{
    position: relative;
    text-align: center;
}

.round01::before{
    content: "";
    width: 138px;
    height: 138px;
    background: url(../img/top/round01.png)center/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.round02::before{
    content: "";
    width: 138px;
    height: 138px;
    background: url(../img/top/round02.png)center/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}



/*===============================*/
/*===============================*/    
/*=============スライダー===========*/
/*===============================*/
.guide .slider_area .left-col{
    padding: 0;
    position: relative;
}

.guide .slider_area .left-col .slider_inner{
    width: 66vw;
    position: absolute;
    right: 0;
    top: 0;
}

.guide .slider_area .right-col{
    padding: 0 2rem;
    box-sizing: border-box;
}

.guide .btn{
    width: 210px;
}

/*===============================*/
/*===============================*/    
/*=============宿泊===============*/
/*===============================*/

.h2_lodging{
    letter-spacing: 40px;
}

#lodging .h2_lodging::before{
    background: url(../img/top/lodging_bf.png)center/cover no-repeat;
}

/*===============================*/
/*===============================*/    
/*=============お食事===============*/
/*===============================*/

.h2_meal{
    letter-spacing: 10px;
}

#meal .h2_meal::before{
    background: url(../img/top/meal_bf.png)center/cover no-repeat;
}


/*===============================*/
/*===============================*/    
/*=========ホール・会議室===========*/
/*===============================*/

.h2_conference{
    letter-spacing: 5px;
    position: relative;
}

#conference .h2_conference::before{
    background: url(../img/top/conference_bf.png)center/cover no-repeat;
}



/*===============================*/
/*===============================*/    
/*=========スポーツ施設===========*/
/*===============================*/

.h2_meal{
    letter-spacing: 10px;
}

#sport .h2_sport::before{
    background: url(../img/top/sport_bf.png)center/cover no-repeat;
}


/*===============================*/
/*===============================*/    
/*========組合員限定イベント=========*/
/*===============================*/

.h2_event{
    letter-spacing: 2px;
    position: relative;
}

#event .h2_event::before{
    background: url(../img/top/event_bf.png)center/cover no-repeat;
}


/*===============================*/
/*===============================*/    
/*========予約に関する重要なお知らせ=========*/
/*===============================*/

.display_pc_info {
    max-width: 800px;
    display: block;
    padding: 20px 20px 150px;
    margin: 0 auto;
}

.display_sp_info {
    display: none;
}






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

    body{
        position: relative;
    }
    
    body::after{
        content: "";
        position: absolute;
        width: 441px;
        height: 364px;
        background: url(../img/top/body_after.png)center/cover no-repeat;
        top: 1500px;
        right: 0;
    }
    
    
    .mv_section {
        position: relative;
        padding: 0;
        height: 260px;
    }
    
    .mv_section video {
    margin-top: 0;
        min-width: 414px;
}
    
    .mv_section .mv_inner {
        height: 80vh;
        max-height: 64rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        background: url(../img/top/mv_bg.jpg)center/cover no-repeat;
    }

    .mv_section::after {
        bottom: -100px;
    }
    
    .h1 {
        width: 67vw;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
        z-index: 9;
        margin-top: 2em;
        position: absolute;
        top: 20%;
    }
    
    .h1 img{
        width:95%;
    }
    
    .mv_inner::before {
        content: "";
        position: absolute;
        top: 16%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: auto;
        background: url(../img/top/h1_before.png) center / contain no-repeat;
    }
    
    .mv_inner::after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 16vw;
        background: url(../img/top/mv_after.png)center/contain repeat-x;
        top: unset;
        bottom: -10px;
    }
    
    .mv_lead__img {
        position: absolute;
        z-index: 9;
        top: 46%;
        width: 95%;
    }
    
    .mv_lead__txt {
        font-size: min(2.2rem, 8vw);
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 5px #333;
        margin-top: 1.7em;
        text-align: center;
        position: absolute;
        z-index: 9;
        top: 51%;
        line-height: 1.5em;
    }
    
    .mv_area {
        height: 100%;
    }
    
    .h2_r{
        font-size: min(3.2rem,7vw);
        color: #00aa9e;
        border-bottom: 1px solid #00aa9e;
        padding-bottom: 1rem;
        position: relative;
        text-align: center;
    }
    
    .h2_r::before{
        content: "";
        width: 210px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: -16px;
        transform: translateX(-50%);
        z-index: -1;
    }
    
    .h2_l{
        font-size: min(3.2rem,7vw);
        color: #00aa9e;
        border-bottom: 1px solid #00aa9e;
        padding-bottom: 1rem;
        position: relative;
        text-align: center;
    }
    
    .h2_l::before{
        content: "";
        width: 210px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: -16px;
        transform: translateX(-50%);
        z-index: -1;
    }
    
    
    .flex_1-2 .right-col {
        padding-left: 0;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }
    
    .flex_2-1 .left-col{
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .col__txt{
        margin: 3rem 0;
    }
    
    .btn_area{
        text-align: center;
    }

    .flex_1-2__img,
    .flex_2-1__img{
        height: 30vw;
        object-fit: cover;
    }
    
    /*===============================*/
    /*===============================*/    
    /*=============NEWS===============*/
    /*===============================*/

    #news{
        margin-top: 1em;
    }


    .news_inner{
        justify-content: space-evenly;
        position: relative;
        margin-bottom: inherit;
    }
    
    .news_inner::before{
        content: "";
        width: min(47vw,210px);
        height: 34vw;
        background: url(../img/top/h2_news.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -35vw;
        left: 0;
    }
    
    .news_content{
        width: 100%;
        position: relative;
        min-height: unset;
        height: auto;
        padding: 2rem;
        border-bottom: 1px solid;
        border-left: 1px solid;
        box-sizing: border-box;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .news_content__category{
        padding: 0px 5px;
        color: #fff;
        font-weight: bold;
        margin: 5px 0;
        font-size: 1.7rem;
    }
    
    .news .news_content img{
        height: inherit;
    }
    
    
    .news_content__link{
        display: inline-block;
        border-bottom: 1px solid #000;
        width: fit-content;
        position: static;
        bottom: unset;
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    
    /*===============================*/
    /*===============================*/    
    /*=============ABOUT===============*/
    /*===============================*/
    
    .h2_about{
        width:220px;
        height:85px;
        margin-bottom: 3rem;
    }
    
    .about_top-lef__txt{
        padding: 0 2rem;
    }
    
    .anyone{
        font-size: min(2.1rem,7vw);
        font-weight: bold;
        color: #0099aa;
        position: relative;
        margin-left: 6rem;
    }
    
    .anyone::after{
        content: "";
        width: 301px;
        height: 73px;
        background: url(../img/top/anyone_after.png)center/cover no-repeat;
        position: absolute;
        top: 70%;
        left: 100px;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    
    .about_bottom_flex{
        display: flex;
        align-items: center;
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
    
    .about_bottom__content{
        margin: 0;
        font-weight: bold;
        width: 45vw;
        height: 45vw;
    }
   
    .about::before {
    content: "";
    display: block;
    max-width: 441px;
    max-height: 365px;
    width: 55vw;
    height: 46vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/top/body_after.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
        z-index: -1;
}
    
    .round01,.round02{
        position: relative;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .round01::before{
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/top/round01.png) center / cover no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;

    }
    
    .round02::before{
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/top/round02.png)center/cover no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    
    .about::after {
    width: 17vw;
        height: 23vw;
        top: 51%;
        right: 44vw;
}
    
    .round01 p,.round02 p{
        position:absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
    }
    
    
    /*===============================*/
    /*===============================*/    
    /*=============スライダー===========*/
    /*===============================*/
    .guide .slider_area{
        flex-wrap: wrap;
    }
    
    .guide .slider_area .left-col{
        height: 123px;
    }
    
    .guide .slider_area .left-col .slider_inner {
    width: 100%;
        height: 123px;
    position: static;
    right: unset;
    top: unset;
    }
    
    .guide .slider_area .right-col {
        padding: 0;
    }

    #guide .btn{
        width: 80%;
    }
    
    
    
    /*===============================*/
    /*===============================*/    
    /*=============宿泊===============*/
    /*===============================*/
    
    .h2_lodging{
        letter-spacing: 40px;
    }
    
    #lodging .h2_lodging::before{
        background: url(../img/top/lodging_bf.png)center/cover no-repeat;
    }
    
    /*===============================*/
    /*===============================*/    
    /*=============お食事===============*/
    /*===============================*/
    
    .h2_meal{
        letter-spacing: 10px;
    }
    
    #meal .h2_meal::before{
        background: url(../img/top/meal_bf.png)center/cover no-repeat;
    }
    
    
    /*===============================*/
    /*===============================*/    
    /*=========ホール・会議室===========*/
    /*===============================*/
    
    .h2_conference{
        letter-spacing: 5px;
        position: relative;
    }
    
    #conference .h2_conference::before{
        background: url(../img/top/conference_bf.png)center/cover no-repeat;
    }
    
    
    
    /*===============================*/
    /*===============================*/    
    /*=========スポーツ施設===========*/
    /*===============================*/
    
    .h2_meal{
        letter-spacing: .4em;
        text-align: center;
    }
    
    #sport .h2_sport::before{
        background: url(../img/top/sport_bf.png)center/cover no-repeat;
    }
    
    
    /*===============================*/
    /*===============================*/    
    /*========組合員限定イベント=========*/
    /*===============================*/
    
    .h2_event{
        letter-spacing: 2px;
        position: relative;
    }
    
    #event .h2_event::before{
        background: url(../img/top/event_bf.png)center/cover no-repeat;
    }
    
    .lodging .left-col{
        margin-bottom: 2rem;
    }
    
    .lodging .flex_1-2{
        flex-direction: column-reverse;
        margin: 0;
    }
    
    .conference .flex_1-2{
        flex-direction: column-reverse;
        margin: 0;
    }
    
    .sport{
        margin-top: 2rem;
    }
    
    .event .flex_1-2{
        flex-direction: column-reverse;
        margin: 0;
    }
    
    .event{
    margin-bottom: 6rem;    
    }

    .about_top-lef{
        margin-bottom: 4em;
    }

/*===============================*/
/*===============================*/    
/*========予約に関する重要なお知らせ=========*/
/*===============================*/

.display_pc_info {
    display: none;
}

.display_sp_info {
    padding: 0 10px 120px;
    margin: 0 auto;
    display: block;
}






    
}

@media screen and (max-width: 324px) {
    
    
    body {
        font-size: 1.4rem;
    }
 
}

































