@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --color-black: #222222;
    --color-green: #BBBC2F;
}

/* Rest
-----------------------------------------------------------------------*/
.family-lp {
    line-height: 1;
    background: #FFF;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.family-lp, .family-lp div, .family-lp span, .family-lp iframe,
.family-lp h1, .family-lp h2, .family-lp h3, .family-lp h4, .family-lp h5, .family-lp h6, .family-lp p, .family-lp blockquote, .family-lp pre,
.family-lp a, .family-lp address, .family-lp cite,.family-lp del,.family-lp em,.family-lp img,
.family-lp small, .family-lp strike, .family-lp sub, .family-lp sup,
.family-lp b, .family-lp u, .family-lp i, .family-lp center, .family-lp dl, .family-lp dt, .family-lp dd, .family-lp ol, .family-lp ul, .family-lp li,
.family-lp form, .family-lp label, .family-lp table, .family-lp caption, .family-lp tbody, .family-lp tfoot, .family-lp thead, .family-lp tr, .family-lp th, .family-lp td,
.family-lp article, .family-lp aside, .family-lp canvas, .family-lp details, .family-lp embed,
.family-lp figure, .family-lp figcaption, .family-lp footer, .family-lp header,
.family-lp menu, .family-lp nav, .family-lp section, .family-lp time, .family-lp audio, .family-lp video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.family-lp article, .family-lp main, .family-lp aside, .family-lp details, .family-lp figure,
.family-lp footer, .family-lp header, .family-lp hgroup, .family-lp menu, .family-lp nav, .family-lp section {
    display: block;
}
.family-lp article{
    z-index: 1;
    position: relative;
}
.family-lp ol, .family-lp ul {
    list-style: none;
}

.family-lp .display-pc{
    display: block !important;
}
.family-lp .display-sp{
    display: none !important;
}
@media screen and (max-width:1099px){
    .family-lp .display-pc{
        display: none !important;
    }
    .family-lp .display-sp{
        display: block !important;
    }
}

.family-lp .nolink {
    pointer-events: none;
    text-decoration-line: none;
    color: inherit !important;    
}

.family-lp .ta-l{
    text-align: left;
}
.family-lp .ta-r{
    text-align: right;
}
.family-lp .ta-c{
    text-align: center;
}

/* content
-----------------------------------------------------------------------*/

.family-lp{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: var(--color-black);
    font-weight: 400;
    line-height: 2;
    padding-top: 100px;
    background: #EFECE5;
    overflow: hidden;
}
.family-lp img{
    width: 100%;
}
.family-lp a,
.family-lp .over{
    transition: opacity .25s;
}
.family-lp a:hover,
.family-lp .over:hover{
    opacity: .7;
}

/* .sec-btn */
.family-lp .sec-btn{}
.family-lp .sec-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 450px;
    min-height: 100px;
    background: var(--color-green) url("../images/btn_arrow02.svg") right 25px top 50% no-repeat;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 9999px;
}
.family-lp .sec-btn-list{
    display: flex;
    justify-content: center;
}
.family-lp .sec-btn-list .sec-btn + .sec-btn{
    margin-left: 40px;
}

.family-lp .content-top{}
.family-lp .mv{
    position: relative;
    overflow: hidden;
}
.family-lp .mv .mv-ti{
    padding-left: 5.2vw;
    position: absolute;
    top: 2.76vw;
    left: 0;
}
.family-lp .mv .mv-ti h1{
    font-size: 8.33vw;
    font-family: "Bebas Neue", sans-serif;
    color: var(--color-green);
    line-height: 0.88;
    letter-spacing: 0.0625em;
}
.family-lp .mv .mv-ti .ti-sub{
    width: 12.5vw;
    margin-bottom: 2%;
}
.family-lp .mv .mv-ti .ti-lead{
    font-size: 2.917vw;
    font-weight: 900;
    line-height: 1.3;
}
.family-lp .mv .mv-img{
    width: 105.52%;
    margin-left: -2.76%;
}
.family-lp .mv .mv-img img{
    margin-top: -2.5%;
}

.family-lp .mv .top-txt{
    width: 33.85vw;
    margin-left: auto;
    margin-right: 11.46vw;
    position: absolute;
    bottom: 6.77vw;
    right: 0;
}
.family-lp .mv .top-txt h4{
    font-size: 1.77vw;
    color: var(--color-green);
    line-height: 1.47;
    font-weight: 900;
    position: relative;
}
.family-lp .mv .top-txt h4:before{
    content: "";
    display: block;
    background: url("../images/mv_tx_art01.svg") 50% 50% no-repeat;
    background-size: 100%;
    width: 6.9vw;
    height: 14.2vw;
    position: absolute;
    top: -10.5vw;
    right: 0;
}
.family-lp .mv .top-txt p{
    margin-top: 2.6vw;
    font-size: 0.94vw;
}


/* .sec-block */
.family-lp .sec-block{}
.family-lp .sec-block .sec-inner{
    max-width: 1480px;
    margin: 0 auto;
}
.family-lp .sec-block .sec-ti{}
.family-lp .sec-block .sec-ti h2{
    font-size: 160px;
    color: var(--color-green);
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.88;
    letter-spacing: 0.0625em;
}


/* #stay */
.family-lp #stay{
    margin-top: 100px;
}
.family-lp #stay .sec-ti h2{
    text-align: center;
}

.family-lp #stay .stay-block{
    display: flex;
    justify-content: space-between;
}

.family-lp #stay .stay-top{}
.family-lp #stay .stay-top .stay-block{}
.family-lp #stay .stay-top .sec-txt{
    width: 36.7%;
}
.family-lp #stay .stay-top .sec-txt .sec-art{
    width: 34.8%;
    margin-top: 10.44%;
}
.family-lp #stay .stay-top .sec-img{
    width: 58%;
}

.family-lp #stay .stay-point{}
.family-lp #stay .stay-point .stay-point-ti{
    text-align: center;
}
.family-lp #stay .stay-point .stay-point-ti h3{
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color: var(--color-green);
    line-height: 1.4;
    position: relative;
}
.family-lp #stay .stay-point .stay-point-ti .ti-sub{
    display: block;
    line-height: 0;
    width: 250px;
    position: absolute;
    top: -60px;
    left: -120px;
}

.family-lp #stay .stay-point-list{}
.family-lp #stay .stay-point-list .stay-block{
    align-items: center;
}
.family-lp #stay .stay-point-list .stay-block:nth-child(2n+1){
    flex-direction: row-reverse;
}
.family-lp #stay .stay-point-list .sec-txt{
    width: 40.54%;
}
@media screen and (max-width:1520px){
    .family-lp #stay .stay-top .sec-txt{
        padding-left: 1.3vw;
    }
    .family-lp #stay .stay-point-list .sec-txt{
        padding-left: 1.3vw;
    }
    .family-lp #stay .stay-point-list .stay-block:nth-child(2n+1) .sec-txt{
        padding-left: 0;
        padding-right: 1.3vw;
    }
}
.family-lp #stay .stay-point-list .sec-img{}
.family-lp #stay .stay-point-list .list-ti{
    display: flex;
    align-items: center;
}
.family-lp #stay .stay-point-list .list-ti h4{
    font-size: 34px;
    line-height: 1.3;
    color: var(--color-green);
    font-weight: 900;
    margin-left: 25px;
}
.family-lp #stay .stay-point-list .list-ti .num{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 90px;
    padding-top: 0.4em;
    padding-left: 0.2em;
    font-size: 23px;
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    line-height: 0.9;
    letter-spacing: 0.14em;
    background: var(--color-green);
    font-weight: 400;
    border-radius: 10px;
}
.family-lp #stay .stay-point-list .list-ti .num span{
    font-size: 69px;
}
.family-lp #stay .stay-point-list .list-lead{
    margin-top: 1em;
}

.family-lp #stay .stay-point-list .point-gallery{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.family-lp #stay .stay-point-list .point-gallery img{
    width: 48.3%;
}

.family-lp #stay .stay-point-list #point01{
    margin-top: 40px;
}
.family-lp #stay .stay-point-list #point01 .sec-txt{
    width: 61.5%;
}
.family-lp #stay .stay-point-list #point01 .sec-img{
    width: 34.3%;
}
.family-lp #stay .stay-point-list #point01 .list-ti{}
.family-lp #stay .stay-point-list #point01 .list-ti h4{
    font-size: 40px;
    line-height: 1.5;
    margin-left: 20px;
}
.family-lp #stay .stay-point-list #point01 .list-ti .num{
    width: 90px;
    height: 116px;
    font-size: 29px;
}
.family-lp #stay .stay-point-list #point01 .list-ti .num span{
    font-size: 88px;
    letter-spacing: 0;
}
.family-lp #stay .stay-point-list #point01 .point-gallery img{
    width: 31.87%;
}

.family-lp #stay .stay-point-list #point02{
    margin-top: 55px;
}
.family-lp #stay .stay-point-list #point02 .sec-img{
    width: 54.6%;
}

.family-lp #stay .stay-point-list #point03{
    margin-top: 70px;
}
.family-lp #stay .stay-point-list #point03 .sec-img{
    width: 56.28%;
}

.family-lp #stay .stay-point-list #point04{
    margin-top: 100px;
}
.family-lp #stay .stay-point-list #point04 .sec-img{
    width: 56.76%;
}

.family-lp #stay .stay-point-list #point05{
    margin-top: 100px;
}
.family-lp #stay .stay-point-list #point05 .sec-img{
    width: 56.3%;
}
.family-lp #stay .stay-point-list #point05 .point-gallery img{
    width: 30%;
}


/* #all-inclusive */
.family-lp #all-inclusive{
    margin-top: 150px;
    text-align: center;
    background: #9E9F45;
}
.family-lp #all-inclusive .sec-inner{
    padding: 125px 0 150px;
    position: relative;
}
.family-lp #all-inclusive .sec-inner:before{
    display: block;
    content: "";
    background: url("../images/all-inclusive_art01.svg") 50% 50% no-repeat;
    width: 326px;
    height: 162px;
    position: absolute;
    top: -37px;
    right: 0;
}
.family-lp #all-inclusive .sec-inner:after{
    display: block;
    content: "";
    background: url("../images/all-inclusive_art02.svg") 50% 50% no-repeat;
    width: 634px;
    height: 190px;
    position: absolute;
    bottom: -83px;
    left: -188px;
}
.family-lp #all-inclusive h2{
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
} 
.family-lp #all-inclusive .sec-txt p{
    color: #ffffff;
    margin-top: 30px;
}
.family-lp #all-inclusive .sec-btn{
    margin-top: 50px;
}
.family-lp #all-inclusive .sec-btn a{
    background: #ffffff url("../images/btn_arrow01.svg") right 25px top 50% no-repeat;
    color: var(--color-green);
}


/* #local-experience */
.family-lp #local-experience{
    margin-top: 150px;
}
.family-lp #local-experience .sec-ti{
    position: relative;
}
.family-lp #local-experience .sec-ti:before{
    display: block;
    content: "";
    background: url("../images/local-experience_art01.svg") 50% 50% no-repeat;
    width: 126px;
    height: 177px;
    position: absolute;
    top: 0;
    right: 0;
}
.family-lp #local-experience .sec-ti:after{
    display: block;
    content: "";
    background: url("../images/local-experience_art02.svg") 50% 50% no-repeat;
    width: 165px;
    height: 164px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.family-lp #local-experience .sec-ti h2{
    letter-spacing: 0.077em;
}
.family-lp #local-experience .sec-ti .sec-txt{
    max-width: 600px;
    width: 40.54%;
    margin-top: -220px;
    margin-bottom: 100px;
    margin-left: auto;
}
.family-lp #local-experience .sec-ti .sec-txt .sub-ti{
    width: 378px;
    margin-bottom: 25px;
    margin-left: 40px;
    line-height: 0;
}
.family-lp #local-experience .sec-btn{
    margin-top: 100px;
}
@media screen and (max-width:1520px){
    .family-lp #local-experience .sec-ti .sec-txt .sub-ti + p{
        margin-right: 1.3vw;
    }
	.family-lp #local-experience .sec-block-inner{
        padding: 0 1.3vw;
    }
}
@media screen and (max-width:1280px){
    .family-lp .sec-block .sec-ti h2{
        margin-left: 6.67%;
    }
    .family-lp #local-experience .sec-ti .sec-txt{
        max-width: none;
        width: 73.3%;
        margin: 50px auto 100px;
    }
    .family-lp #local-experience .sec-ti .sec-txt .sub-ti{
        margin-left: auto;
        margin-right: -6.67%;
    }
    .family-lp #local-experience .sec-ti .sec-txt .sub-ti + p{
        margin-right: 0;
    }
    .family-lp #local-experience .sec-ti:before{
        position: absolute;
        top: 0;
        right: 6.67%;
    }
    .family-lp #local-experience .sec-ti:after{
        top: 50%;
        bottom: auto;
        left: 6.67%;
    }
}


/* #hotel-list */
.family-lp #hotel-list{
    margin-top: 220px;
    padding-bottom: 200px;
}
.family-lp #hotel-list .sec-inner{
    max-width: none;
}
.family-lp #hotel-list .sec-ti{
    text-align: center;
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
}
.family-lp #hotel-list .sec-ti h2{
    display: inline-block;
    position: relative;
}
.family-lp #hotel-list .sec-ti h2:before{
    display: block;
    content: "";
    background: url("../images/hotel-list_art01.svg") 50% 50% no-repeat;
    width: 118px;
    height: 192px;
    position: absolute;
    top: -24px;
    left: -190px;
}
.family-lp #hotel-list .sec-ti h2:after{
    display: block;
    content: "";
    background: url("../images/hotel-list_art02.svg") 50% 50% no-repeat;
    width: 153px;
    height: 122px;
    position: absolute;
    top: 32px;
    right: -220px;
}
.family-lp #hotel-list .sec-ti .sub-ti{
    width: 955px;
    margin: 80px auto 0;
}
.family-lp #hotel-list .sec-txt{
    text-align: center;
    margin-top: 80px;
}

.family-lp #hotel-list .hotel-img-list{
    display: flex;
    margin-top: 100px;
}
.family-lp #hotel-list .hotel-img-list ul{
    display: flex;
    flex-shrink: 0;
    justify-content: space-around;
    align-items: center;
    width: 117vw;
    animation: loop 20s infinite linear both;
}
.family-lp #hotel-list .hotel-img-list ul li{
	width: 17.7vw;
}
@keyframes loop{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.family-lp #hotel-list .sec-btn-list{
    margin-top: 100px;
}


@media screen and (max-width:1099px){
    
    .family-lp{
        padding-top: 60px;
        font-size: 3.47vw;
    }

	/* .sec-btn */
	.family-lp .sec-btn{}
	.family-lp .sec-btn a{
	    width: 73.3vw;
	    min-height: 16vw;
	    background: var(--color-green) url("../images/btn_arrow02.svg") right 6.67vw top 50% no-repeat;
		background-size: 4.67vw;
	    font-size: 4vw;
	}
	.family-lp .sec-btn-list{
	    display: block;
	}
	.family-lp .sec-btn-list .sec-btn + .sec-btn{
		margin-top: 6.67vw;
	    margin-left: 0;
	}

    .family-lp .content-top{}
    .family-lp .mv{
        text-align: center;
    }
    .family-lp .mv .mv-ti{
        margin-top: 6.67vw;
        padding-left: 0;
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        text-align: left;
    }
    .family-lp .mv .mv-ti h1{
        font-size: 16.13vw;
        letter-spacing: 0.0826em;
    }
    .family-lp .mv .mv-ti .ti-sub{
        width: 32.8vw;
    }
    .family-lp .mv .mv-ti .ti-lead{
        font-size: 5.6vw;
    }
    .family-lp .mv .mv-img{
        width: 100vw;
        margin-top: -26.7vw;
        margin-left: 0;
    }
    .family-lp .mv .mv-img img{
        margin-top: 0;
    }

    .family-lp .mv .top-txt{
        width: 100%;
        margin-top: 6.67vw;
        margin-left: 0;
        margin-right: 0;
        padding: 0 13.3%;
        position: relative;
        bottom: auto;
        text-align: left;
    }
    .family-lp .mv .top-txt h4{
        font-size: 5.33vw;
        margin-right: -0.5em;
    }
    .family-lp .mv .top-txt h4:before{
        width: 17.73vw;
        height: 36.4vw;
        position: absolute;
        top: -45vw;
        right: 0;
    }
    .family-lp .mv .top-txt p{
        margin-top: 6.67vw;
        font-size: 3.47vw;
    }


    /* .sec-block */
    .family-lp .sec-block{}
    .family-lp .sec-block .sec-inner{
        max-width: 100%;
        margin: 0 auto;
    }
    .family-lp .sec-block .sec-ti{}
    .family-lp .sec-block .sec-ti h2{
        font-size: 21.3vw;
    }


    /* #stay */
    .family-lp #stay{
        margin-top: 26.7vw;
    }
    .family-lp #stay .sec-ti h2{}

    .family-lp #stay .stay-block{
        display: block;
    }

    .family-lp #stay .stay-top{}
    .family-lp #stay .stay-top .stay-block{}
    .family-lp #stay .stay-top .sec-txt{
        width: 72.5vw;
        margin-top: 8vw;
        margin-left: 6.67vw;
        padding: 0;
    }
    .family-lp #stay .stay-top .sec-txt .sec-art{
        width: 25.2vw;
        margin-top: 7.56vw;
    }
    .family-lp #stay .stay-top .sec-img{
        width: 82.67vw;
		margin-top: -45.3vw;
        margin-left: auto;
        margin-right: -10.5vw;
    }

    .family-lp #stay .stay-point{
		margin-top: 15.3vw;
	}
    .family-lp #stay .stay-point .stay-point-ti{}
    .family-lp #stay .stay-point .stay-point-ti h3{
        font-size: 6.67vw;
    }
    .family-lp #stay .stay-point .stay-point-ti .ti-sub{
        width: 33.3vw;
        top: -13.5vw;
        left: -0.5em;
    }

    .family-lp #stay .stay-point-list{}
    .family-lp #stay .stay-point-list .stay-block{
		position: relative;
	}
    .family-lp #stay .stay-point-list .stay-block:after{
		content: "";
		width: 86.67vw;
		height: 1px;
		margin: 0 auto;
		background-image: linear-gradient(to right, #707070 56.7%, #00000000 56.7%);
		background-size: 4vw 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
    .family-lp #stay .stay-point-list .stay-block:last-child:after{
        content: none;
    }
    .family-lp #stay .stay-point-list .stay-block:nth-child(2n+1){}
    .family-lp #stay .stay-point-list .sec-txt{
        width: 100%;
		padding: 0;
    }
    .family-lp #stay .stay-point-list .sec-img{}
    .family-lp #stay .stay-point-list .list-ti{
		padding: 0 13.3%;
	}
    .family-lp #stay .stay-point-list .list-ti h4{
        font-size: 5.33vw;
        margin-left: 3.3%;
        margin-right: -0.5em;
    }
    .family-lp #stay .stay-point-list .list-ti .num{
        width: 12vw;
        height: 15.47vw;
        padding-top: 0.4em;
        padding-left: 0.2em;
        font-size: 3.87vw;
        border-radius: 1.33vw;
    }
    .family-lp #stay .stay-point-list .list-ti .num span{
        font-size: 11.73vw;
    }

	.family-lp #stay .stay-point-list .sec-txt .list-lead{
		padding: 0 13.3%;
	}
	.family-lp #stay .stay-point-list .sec-txt-img{
		margin-top: 5.33vw;
	}

    .family-lp #stay .stay-point-list .point-gallery{
        margin: 5.33vw 10vw 0;
    }
    .family-lp #stay .stay-point-list .point-gallery img{
        width: 48.3%;
    }


    .family-lp #stay .stay-point-list #point01{
        margin-top: 12vw;
        padding-bottom: 13.3vw;
    }
    .family-lp #stay .stay-point-list #point01 .sec-txt{
        width: 100%;
    }
    .family-lp #stay .stay-point-list #point01 .sec-img{
        width: 34.3%;
    }
    .family-lp #stay .stay-point-list #point01 .list-ti{}
    .family-lp #stay .stay-point-list #point01 .list-ti h4{
        font-size: 6.67vw;
        margin-left: 3.3%;
    }
    .family-lp #stay .stay-point-list #point01 .list-ti .num{
        width: 13.3vw;
        height: 17.3vw;
        font-size: 4.4vw;
    }
    .family-lp #stay .stay-point-list #point01 .list-ti .num span{
        font-size: 13.47vw;
        letter-spacing: 0;
    }
    .family-lp #stay .stay-point-list #point01 .point-gallery{
        margin: 6.67vw 6.67vw 0;
    }
    .family-lp #stay .stay-point-list #point01 .point-gallery img{
        width: 31.25%;
    }


    .family-lp #stay .stay-point-list #point02{
        margin-top: 13.3vw;
        padding-bottom: 13.3vw;
    }
    .family-lp #stay .stay-point-list #point02 .sec-img{
        width: 54.6%;
    }


    .family-lp #stay .stay-point-list #point03{
        margin-top: 13.3vw;
        padding-bottom: 13.3vw;
    }
    .family-lp #stay .stay-point-list #point03 .sec-img{
        width: 56.28%;
    }


    .family-lp #stay .stay-point-list #point04{
        margin-top: 13.3vw;
        padding-bottom: 13.3vw;
    }
    .family-lp #stay .stay-point-list #point04 .sec-img{
        width: 56.76%;
    }


    .family-lp #stay .stay-point-list #point05{
        margin-top: 13.3vw;
        padding-bottom: 13.3vw;
    }
    .family-lp #stay .stay-point-list #point05 .sec-img{
        width: 56.3%;
    }
    .family-lp #stay .stay-point-list #point05 .point-gallery img{
        width: 30%;
    }

    /* #all-inclusive */
    .family-lp #all-inclusive{
        margin-top: 13.3vw;
    }
    .family-lp #all-inclusive .sec-inner{
        padding: 26.7vw 6.67vw;
    }
    .family-lp #all-inclusive .sec-inner:before{
		background-size: 100%;
        width: 43.47vw;
        height: 21.6vw;
        top: -5vw;
        right: 0;
    }
    .family-lp #all-inclusive .sec-inner:after{
		background-size: 100%;
        width: 84.5vw;
        height: 25.3vw;
        bottom: -6.8vw;
        left: -22.67vw;
    }
    .family-lp #all-inclusive h2{
        font-size: 6.67vw;
        margin: 0 -0.5em;
        line-height: 1.5;
    }
    .family-lp #all-inclusive h2 span{
        display: inline-block;
    }
    .family-lp #all-inclusive .sec-txt{
        margin-top: 1em;
    }
    .family-lp #all-inclusive .sec-txt p{
        color: #ffffff;
        text-align: left;
    }
    .family-lp #all-inclusive .sec-btn{
        margin-top: 13.3vw;
    }
    .family-lp #all-inclusive .sec-btn a{
        background: #ffffff url("../images/btn_arrow01.svg") right 6.67vw top 50% no-repeat;
		background-size: 4.67vw;
    }


    /* #local-experience */
    .family-lp #local-experience{
        margin-top: 26.7vw;
    }
	.family-lp #local-experience.sec-block .sec-inner{}
    .family-lp #local-experience .sec-ti{
		text-align: center;
		margin-bottom: 10.7vw;
	}
    .family-lp #local-experience .sec-ti h2{
		display: inline-block;
		text-align: left;
        font-size: 17.3vw;
		margin-bottom: 10.7vw;
        margin-left: 0;
    }
    .family-lp #local-experience .sec-ti:before{
        background: url("../images/local-experience_art01.svg") 50% 50% no-repeat;
        background-size: 100%;
        width: 16.8vw;
        height: 23.6vw;
        position: absolute;
        top: -12vw;
        right: 6.67vw;
    }
    .family-lp #local-experience .sec-ti:after{
        background: url("../images/local-experience_art02.svg") 50% 50% no-repeat;
		background-size: 100%;
        width: 22vw;
        height: 21.87vw;
        position: absolute;
		top: auto;
        bottom: 45.33vw;
        left: 6.67vw;
    }
    .family-lp #local-experience .sec-ti .sec-txt{
        max-width: none;
        width: 100vw;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
		padding: 0 13.3vw;
		text-align: left;
    }
    .family-lp #local-experience .sec-ti .sec-txt .sub-ti{
        width: 50.7vw;
        margin-bottom: 6.67vw;
        margin-left: auto;
        margin-right: -6.33vw;
    }
	.family-lp #local-experience .sec-block-inner{
        padding: 0 13.3vw;
    }
    .family-lp #local-experience .sec-btn{
        margin-top: 13.3vw;
    }


    /* #hotel-list */
    .family-lp #hotel-list{
        margin-top: 26.7vw;
        padding-bottom: 40vw;
		position: relative;
    }
    .family-lp #hotel-list:before{
        display: block;
        content: "";
        background: url("../images/hotel-list_art01.svg") 50% 50% no-repeat;
		background-size: 100%;
        width: 15.73vw;
        height: 25.6vw;
        position: absolute;
        bottom: 10.67vw;
        left: 3.73vw;
    }
    .family-lp #hotel-list .sec-ti{
        max-width: none;
    }
    .family-lp #hotel-list .sec-ti h2{}
    .family-lp #hotel-list .sec-ti h2:before{
        content: none;
    }
    .family-lp #hotel-list .sec-ti h2:after{
		background-size: 100%;
        width: 20.4vw;
        height: 16.27vw;
        position: absolute;
        top: auto;
		bottom: -16.27vw;
        right: 0;
    }
    .family-lp #hotel-list .sec-ti .sub-ti{
        width: 85.87vw;
        margin: 10.4vw 2.67vw 0 auto;
    }
    .family-lp #hotel-list .sec-txt{
        text-align: left;
        margin-top: 13.3vw;
		padding: 0 13.3vw;
    }

    .family-lp #hotel-list .hotel-img-list{
        margin-top: 13.3vw;
    }
    .family-lp #hotel-list .hotel-img-list ul{
        width: 298.7vw;
    }
    .family-lp #hotel-list .hotel-img-list ul li{
        width: 45.3vw;
    }
    .family-lp #hotel-list .sec-btn-list{
        margin-top: 13.3vw;
    }
    
}

/*@media screen and (max-width:787px){}*/


/* 観光情報
-----------------------------------------------------------------------*/
@media screen and (max-width:1099px) {
  .front-sightseeing {
    padding: 70px 13.4vw 150px;
  }
  .front-sightseeing .inner {
    width: clamp(275px, 73.2vw, 700px);
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .front-sightseeing .inner .btn-simple-more a {
    width: clamp(275px, 73.2vw, 300px);
  }
  .front-sightseeing .sightseeing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-bottom: 25px;
  }
  .front-sightseeing .sightseeing-grid .item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .front-sightseeing .sightseeing-grid .item:nth-child(2), .front-sightseeing .sightseeing-grid .item:nth-child(3) {
    aspect-ratio: 1/1;
  }
  .front-sightseeing .sightseeing-grid .item:nth-child(4) {
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
  .front-sightseeing .sightseeing-grid .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }
  .front-sightseeing .sightseeing-grid .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-sightseeing .sightseeing-grid .item .pref {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25em 0.5em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #222222;
  }
  .front-sightseeing .sightseeing-grid .item .text {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .front-sightseeing .sightseeing-grid .item .text .pref-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding: 0.25em 0.5em;
    font-size: clamp(10px, 1vw, 14px);
    border: 1px solid #fff;
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel {
    margin-bottom: 15px;
    font-size: clamp(11px, 1.1vw, 16px);
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel.grand {
    color: #d3a86a;
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel.mercure {
    color: #a790c4;
  }
  .front-sightseeing .sightseeing-grid .item .text .title {
    font-size: clamp(12px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.5em;
  }
}
@media all and (min-width:1100px) {
  .front-sightseeing {
    padding: 150px 50px 300px;
  }
  .front-sightseeing .inner {
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 calc(50px - clamp(20px, 2vw, 50px)) 0 50px;
  }
  .front-sightseeing .sightseeing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 50px;
  }
  .front-sightseeing .sightseeing-grid .item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1/1;
  }
  .front-sightseeing .sightseeing-grid .item:nth-child(2), .front-sightseeing .sightseeing-grid .item:nth-child(3) {
    aspect-ratio: 1/1;
  }
  .front-sightseeing .sightseeing-grid .item:nth-child(4) {
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
  .front-sightseeing .sightseeing-grid .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }
  .front-sightseeing .sightseeing-grid .item a:hover .pref {
    display: none;
  }
  .front-sightseeing .sightseeing-grid .item a:hover .text {
    -webkit-animation: show 0.6s ease 0s;
            animation: show 0.6s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front-sightseeing .sightseeing-grid .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-sightseeing .sightseeing-grid .item .pref {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25em 0.5em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #222222;
  }
  .front-sightseeing .sightseeing-grid .item .text {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .front-sightseeing .sightseeing-grid .item .text .pref-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding: 0.25em 0.5em;
    font-size: clamp(10px, 1vw, 14px);
    border: 1px solid #fff;
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel {
    margin-bottom: 15px;
    font-size: clamp(11px, 1.1vw, 16px);
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel.grand {
    color: #d3a86a;
  }
  .front-sightseeing .sightseeing-grid .item .text .hotel.mercure {
    color: #a790c4;
  }
  .front-sightseeing .sightseeing-grid .item .text .title {
    font-size: clamp(12px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.5em;
  }
}