@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root {
    --color-base: #9B7A09;
    --color-red: #C44C0D;
}

/* Rest
-----------------------------------------------------------------------*/
.powerspot-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;
}
.powerspot-lp, .powerspot-lp div, .powerspot-lp span, .powerspot-lp iframe,
.powerspot-lp h1, .powerspot-lp h2, .powerspot-lp h3, .powerspot-lp h4, .powerspot-lp h5, .powerspot-lp h6, .powerspot-lp p, .powerspot-lp blockquote, .powerspot-lp pre,
.powerspot-lp a, .powerspot-lp address, .powerspot-lp cite,.powerspot-lp del,.powerspot-lp em,.powerspot-lp img,
.powerspot-lp small, .powerspot-lp strike, .powerspot-lp sub, .powerspot-lp sup,
.powerspot-lp b, .powerspot-lp u, .powerspot-lp i, .powerspot-lp center, .powerspot-lp dl, .powerspot-lp dt, .powerspot-lp dd, .powerspot-lp ol, .powerspot-lp ul, .powerspot-lp li,
.powerspot-lp form, .powerspot-lp label, .powerspot-lp table, .powerspot-lp caption, .powerspot-lp tbody, .powerspot-lp tfoot, .powerspot-lp thead, .powerspot-lp tr, .powerspot-lp th, .powerspot-lp td,
.powerspot-lp article, .powerspot-lp aside, .powerspot-lp canvas, .powerspot-lp details, .powerspot-lp embed,
.powerspot-lp figure, .powerspot-lp figcaption, .powerspot-lp footer, .powerspot-lp header,
.powerspot-lp menu, .powerspot-lp nav, .powerspot-lp section, .powerspot-lp time, .powerspot-lp audio, .powerspot-lp video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.powerspot-lp article, .powerspot-lp main, .powerspot-lp aside, .powerspot-lp details, .powerspot-lp figure,
.powerspot-lp footer, .powerspot-lp header, .powerspot-lp hgroup, .powerspot-lp menu, .powerspot-lp nav, .powerspot-lp section {
    display: block;
}
.powerspot-lp article{
    z-index: 1;
    position: relative;
}
.powerspot-lp ol, .powerspot-lp ul {
    list-style: none;
}

.powerspot-lp .display-pc{
    display: block !important;
}
.powerspot-lp .display-md{
    display: block !important;
}
.powerspot-lp .display-sp{
    display: none !important;
}
.powerspot-lp .display-sp-s{
    display: none !important;
}
@media screen and (max-width:1099px){
    .powerspot-lp .display-pc{
        display: none !important;
    }
    .powerspot-lp .display-sp{
        display: block !important;
    }
}
@media screen and (max-width:787px){
    .powerspot-lp .display-md{
        display: none !important;
    }
    .powerspot-lp .display-sp-s{
        display: block !important;
    }
}

.powerspot-lp .nolink{
    pointer-events: none;
    text-decoration-line: none;
    color: inherit !important;    
}

.powerspot-lp .ta-l{
    text-align: left;
}
.powerspot-lp .ta-r{
    text-align: right;
}
.powerspot-lp .ta-c{
    text-align: center;
}

body.scr-lock{
    overflow: hidden;
}

/* content
-----------------------------------------------------------------------*/

.powerspot-lp{
    font-family: "Zen Old Mincho", serif;
    font-size: 18px;
    color: var(--color-base);
    padding-top: 100px;
    overflow: hidden;
}
.powerspot-lp img{
    width: 100%;
}
.powerspot-lp a,
.powerspot-lp .over{
    transition: opacity .25s;
}
.powerspot-lp a:hover,
.powerspot-lp .over:hover{
    opacity: .7;
}


/* .content-top */
.powerspot-lp .content-top{
    border-top: 15px var(--color-red) solid;
}
.powerspot-lp .content-top .mv{
    max-height: 1180px;
    overflow: hidden;
    position: relative;
}
.powerspot-lp .content-top .mv:before{
    content: "";
    display: block;
    background: url("../images/mv_art01.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 739px;
    height: 290px;
    position: absolute;
    top: -63px;
    right: -132.5px;
    z-index: 2;
}
.powerspot-lp .content-top .mv .mv-txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.powerspot-lp .content-top .mv h1{
    margin: 0 auto;
    max-width: 685px;
    width: 35.68%;
}
.powerspot-lp .content-top .mv .brand-logo{
    margin-top: 6.25%;
}
/*.powerspot-lp .content-top .mv h1{
    margin: 0 auto;
    max-width: 685px;
    width: 35.68%;
    position: absolute;
    top: 22.7%;
    left: 0;
    right: 0;
    z-index: 5;
}
.powerspot-lp .content-top .mv .brand-logo{
    margin: 0 auto;
    position: absolute;
    bottom: 12.5%;
    left: 0;
    right: 0;
    z-index: 5;
}*/
.powerspot-lp .content-top .mv .brand-logo p{
    text-align: center;
}
.powerspot-lp .content-top .mv .brand-logo p + p{
    margin-top: 60px;
}
.powerspot-lp .content-top .mv .brand-logo p img{
    width: auto;
    height: 45px;
}

.powerspot-lp .content-top .mv .swiper{}
.powerspot-lp .content-top .mv .swiper-wrapper{}
.powerspot-lp .content-top .mv .swiper-slide{
    width: 100%;
    height: 0;
    padding-bottom: min(61.458%,1180px);
    position: relative;
}
.powerspot-lp .content-top .mv .swiper-slide figure{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.powerspot-lp .content-top .mv .swiper-slide.slide1 figure{
    background: url("../images/mv_im01.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}
.powerspot-lp .content-top .mv .swiper-slide.slide2 figure{
    background: url("../images/mv_im02.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}
.powerspot-lp .content-top .mv .swiper-slide.slide3 figure{
    background: url("../images/mv_im03.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}
.powerspot-lp .content-top .mv .swiper-slide.slide4 figure{
    background: url("../images/mv_im04.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}
.powerspot-lp .content-top .mv .swiper-slide.slide5 figure{
    background: url("../images/mv_im05.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}
.powerspot-lp .content-top .mv .swiper-slide.slide6 figure{
    background: url("../images/mv_im06.webp") 50% 50% no-repeat;
    background-size: 100% auto;
}

.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-active.zoom-in figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-duplicate-active.zoom-in figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-prev.zoom-in figure{
	animation: slideZoomIn 10s linear forwards;
}
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-active.zoom-out figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-duplicate-active.zoom-out figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-prev.zoom-out figure{
	animation: slideZoomOut 10s linear forwards;
    transform: scale(1.15);
}
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-active.slide-left figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-duplicate-active.slide-left figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-prev.slide-left figure{
	animation: slideLeft 10s linear forwards;
    width: 110%;
    left: auto;
    right: 0;
}
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-active.slide-right figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-duplicate-active.slide-right figure,
.powerspot-lp .content-top .mv .swiper-slide.swiper-slide-prev.slide-right figure{
	animation: slideRight 10s linear forwards;
    width: 110%;
    left: 0;
    right: auto;
}

@keyframes slideZoomIn{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.15);
    }
}
@keyframes slideZoomOut{
    0%{
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes slideLeft{
    0%{
        right: 0;
    }
    100%{
        right: -10%;
    }
}
@keyframes slideRight{
    0%{
        left: 0;
    }
    100%{
        left: -10%;
    }
}

.powerspot-lp .content-top .mv .swiper-slide .img-cap{
    color: #ffffff;
    font-size: 34px;
    text-align: right;
    position: absolute;
    bottom: 25px;
    right: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
.powerspot-lp .content-top .mv .swiper-slide .img-cap span{
    font-size: 22px;
    display: block;
}



/* .sec-intro */
.powerspot-lp .sec-intro{
    text-align: center;
    padding: 175px 0 260px;
    background: url("../images/sec-intro_bg01.webp"),url("../images/sec-intro_bg02.webp"),url("../images/sec-intro_bg03.webp");
    background-size: auto,auto,auto;
    background-repeat: no-repeat;
    background-position: 100% 0,0 100%,bottom 70px right 0;
    position: relative;
}
.powerspot-lp .sec-intro:after{
    content: "";
    display: block;
    background: url("../images/mv_art02.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 491px;
    height: 261px;
    position: absolute;
    top: -147px;
    left: -112px;
    z-index: 2;
}
.powerspot-lp .sec-intro .sec-lead{}
.powerspot-lp .sec-intro p{
    font-size: 32px;
    font-weight: 500;
    text-shadow: 0px 0px 10px #FCDF91;
}
.powerspot-lp .sec-intro p + p{
    margin-top: 60px;
    font-weight: 900;
}
.powerspot-lp .sec-intro p span{
    color: var(--color-red);
    font-weight: 900;
}
.powerspot-lp .sec-intro p .fz-l{
    font-size: 36px;
}

/* .sec-block */
.powerspot-lp .sec-block{}
.powerspot-lp .sec-block .sec-inner{
    /*max-width: 1280px;
    margin: 0 auto;*/
}


/* #spot */
.powerspot-lp #spot{
    margin-top: 145px;
}
.powerspot-lp #spot .spot-search{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}
.powerspot-lp #spot .sec-ti{
    text-align: center;
    position: relative;
}
.powerspot-lp #spot .sec-ti:before{
    content: "";
    display: block;
    background: url("../images/spot_art01l.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 311px;
    height: 118px;
    position: absolute;
    top: -65px;
    left: -147px;
}
.powerspot-lp #spot .sec-ti:after{
    content: "";
    display: block;
    background: url("../images/spot_art01r.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 277px;
    height: 68px;
    position: absolute;
    top: 0;
    right: -100px;
}
.powerspot-lp #spot .sec-ti h2{
    display: inline-block;
    font-size: 36px;
    color: var(--color-red);
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0 45px;
    background: url("../images/spot_ti_line02.webp"),url("../images/spot_ti_line01.webp");
    background-size: auto 26.5px,auto 26.5px;
    background-repeat: no-repeat,repeat-x;
    background-position: 50% 100%,0 100%;
    position: relative;
}
.powerspot-lp #spot .sec-ti h2:before{
    content: "";
    display: block;
    background: url("../images/spot_ti_art02.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 47px;
    height: 71px;
    position: absolute;
    top: -5px;
    left: -55px;
}
.powerspot-lp #spot .sec-ti h2:after{
    content: "";
    display: block;
    background: url("../images/spot_ti_art01.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 283px;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
}
.powerspot-lp #spot .filter{}
.powerspot-lp #spot .filter-block{
    width: 100%;
    background: linear-gradient(#FFF6D6, #FFDCC6);
    border-bottom: 3px #D68B58 solid;
    border-radius: 15px 15px 0 0;
    padding: 20px 0 30px;
    text-align: center;
}
.powerspot-lp #spot .filter-block + .filter-block{
    margin-top: 33px;
    background: linear-gradient(#FFFBEA, #FCF1C5);
    border-bottom: 3px #C1B99E solid;
}
.powerspot-lp #spot .filter-block h3{
    display: inline-block;
    font-size: 28px;
    color: var(--color-red);
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 22px;
    background: url("../images/filter_tx_art01.svg"),url("../images/filter_tx_art01.svg");
    background-position: 0 60%,100% 60%;
    background-repeat: no-repeat,no-repeat;
}

.powerspot-lp #spot .filter-block #area-filter{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}
.powerspot-lp #spot .filter-block #area-filter .area-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 185px;
    height: 45px;
    background: #ffffff;
    border-radius: 999px;
    cursor: pointer;
}
.powerspot-lp #spot .filter-block #area-filter .area-btn.active{
    color: var(--color-red);
    font-weight: 700;
    border: 3px var(--color-red) solid;
}

.powerspot-lp #spot .filter-block #genre-filter{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 100px;
}
.powerspot-lp #spot .filter-block #genre-filter .tag-btn{
    cursor: pointer;
    text-decoration: underline;
    margin-top: 0.5em;
}
.powerspot-lp #spot .filter-block #genre-filter .tag-btn + .tag-btn{
    margin-left: 30px;
}
.powerspot-lp #spot .filter-block #genre-filter .tag-btn.active{
    color: var(--color-red);
    font-weight: 700;
}
@media (hover: hover) and (pointer: fine){
    .powerspot-lp #spot .filter-block #area-filter .area-btn:hover{
        color: var(--color-red);
        font-weight: 700;
        border: 3px var(--color-red) solid;
    }
    .powerspot-lp #spot .filter-block #genre-filter .tag-btn:hover{
        color: var(--color-red);
        font-weight: 700;
    }
}

.powerspot-lp #spot .filter .btn-reset{
    margin-top: 30px;
}
.powerspot-lp #spot .filter .btn-reset p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 auto;
    padding-right: 20px;
    width: 230px;
    height: 45px;
    color: #ffffff;
    background: #9B9B9B url("../images/reset_btn_ico01.svg") right 10px top 50% no-repeat;
    border-radius: 999px;
    cursor: pointer;
}
@media screen and (max-width:1340px){
    
    .powerspot-lp .content-top .mv .brand-logo{
        bottom: 6.25%;
    }
    
    .powerspot-lp .sec-intro{
        background-position: right -150px top 0,-100px 100%,bottom 70px right -100px;
        position: relative;
    }
    .powerspot-lp #spot .filter-block #area-filter{
        width: 600px;
        margin: 0 auto -15px;
        padding: 0;
    }
    .powerspot-lp #spot .filter-block #area-filter .area-btn{
        margin-bottom: 15px;
    }
    
}

/* .spot-item */
.powerspot-lp #spot .spot-item{
    background: url("../images/spot-item_bg01.webp"),url("../images/spot-item_bg02.webp");
    background-color: #FFF8E0;
    background-size: 1px auto,max(1920px, 100%) auto;
    background-position: 50% 0,50% 100%;
    background-repeat: repeat-x,no-repeat;
    margin-top: 60px;
    padding-bottom: 370px;
    min-height: 600px;
}
.powerspot-lp #spot .spot-item #spot-list{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.powerspot-lp #spot .spot-item #spot-list:after{
    content: "";
    display: block;
    width: 31.25%;
}
.powerspot-lp #spot .spot-item #spot-list li{
    width: 31.25%;
    margin-bottom: 60px;
    background: #ffffff;
    border-bottom: 6px var(--color-red) solid;
    border-radius: 15px;
    overflow: hidden;
}
.powerspot-lp #spot .spot-item #spot-list li a{
    display: block;
    color: var(--color-base);
}
.powerspot-lp #spot .spot-item #spot-list li .sec-img{
    line-height: 0;
}
.powerspot-lp #spot .spot-item #spot-list li .sec-txt{
    padding: 10px 5% 20px;
    border-top: 5px #D5C295 solid;
}
.powerspot-lp #spot .spot-item #spot-list li h4{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.38;
    color: var(--color-red);
    background: url("../images/item_ico01.svg") 100% 7.5px no-repeat;
    background-size: 26px auto;
    margin-bottom: 20px;
    padding: 0 30px 15px 0;
    border-bottom: 2px #F0EAD9 solid;
}
.powerspot-lp #spot .spot-item #spot-list li .area-tag{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 15px;
}
.powerspot-lp #spot .spot-item #spot-list li .area-tag span{
    display: inline-block;
    background: #F5ECCF;
    line-height: 1;
    padding: 0.5em 20px;
    border-radius: 999px;
}
.powerspot-lp #spot .spot-item #spot-list li .tag{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 15px;
    margin-top: 7px;
}
.powerspot-lp #spot .spot-item #spot-list li .tag span{
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 5px;
}
.powerspot-lp #spot .spot-item #spot-list .no-list{
    text-align: center;
    width: 100%;
}

.powerspot-lp .hotel-list .hotel-detail{
    display: none;
}


/* .modal */
.powerspot-lp .modal-list{}

.lity{
    background: rgba(237,228,205,0.8);
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 0 0;
  text-align: center;
  outline: none !important;
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lity-content > * {
    max-height: none !important;
}

.lity-container .lity-close{
    display: none;
}
.lity-container .lity-content .item-detail .modal-close{
    display: block;
    width: 50px;
    height: 50px;
    font-family: none;
    line-height: 0;
    background: url("../images/modal_close.webp") 50% 50% no-repeat;
    background-size: 100% auto;
    text-shadow: none;
    text-indent: -9999em;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    transition: opacity .25s;
}
.lity-container .lity-content .item-detail .modal-close:hover{
    opacity: .7;
}

.lity-container{
    margin: 0 30px;
    width: 100%;
    max-width: 940px;
}
.lity-container .lity-content{
    padding-bottom: 100px;
}
.lity-container .lity-content:after{
    box-shadow: none;
}
.lity-container .lity-content .item-detail{
    background: #ffffff;
    color: var(--color-base);
    border-top: 10px var(--color-red) solid;
    padding: 60px 0 100px;
}
.lity-container .lity-content .item-detail-inner{
	max-width: 640px;
	margin: 0 auto;
}
.lity-container .lity-content .item-detail .detail-top{
    font-family: "Zen Old Mincho", serif;
    text-align: center;
}
.lity-container .lity-content .item-detail .detail-top h4{
    font-size: 34px;
    color: var(--color-red);
    font-weight: 600;
}
.lity-container .lity-content .item-detail .detail-top .address{
    font-size: 20px;
    margin-top: 0.5em;
}
.lity-container .lity-content .item-detail .sec-img img{
    width: 100%;
}
.lity-container .lity-content .item-detail .tag-block{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.lity-container .lity-content .item-detail .tag-block .area-tag{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 15px;
    flex-shrink: 0;
    margin-right: 1em;
}
.lity-container .lity-content .item-detail .tag-block .area-tag span{
    display: inline-block;
    background: #F5ECCF;
    line-height: 1;
    padding: 0.5em 20px;
    border-radius: 999px;
}
.lity-container .lity-content .item-detail .tag-block .tag{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 15px;
    text-align: right;
    margin-right: -1em;
}
.lity-container .lity-content .item-detail .tag-block .tag span{
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 5px;
}
.lity-container .lity-content .item-detail .main-txt{
    margin: 35px 0 0;
    line-height: 2;
}

.lity-container .lity-content .item-detail .hotel-block{
    margin-top: 50px;
}
.lity-container .lity-content .item-detail .hotel-block h5{
    font-size: 20px;
    font-weight: 500;
    color: var(--color-red);
    background: #F4EEDC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.lity-container .lity-content .item-detail .hotel-block .hotel-detail{
    display: block;
}

.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content{
    display: flex;
    flex-wrap: wrap;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-img{
    width: 50%;
    padding-right: 20px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt{
    width: 50%;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt h4{
    font-size: 20px;
    color: var(--color-red);
    font-weight: 500;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt p{
    font-size: 16px;
    margin-top: 10px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list{
    width: 100%;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li{
    list-style: none;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-detail{
    width: 203px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-special{
    width: 242px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-access{
    width: 177px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red) url("../images/hotel_btn_arw01.svg") right 10px top 50% no-repeat;
    background-size: auto 15px;
    width: 100%;
    height: 38px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 999px;
    transition: opacity .25s;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li a:hover{
    opacity: .7;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li span{
    padding-left: 25px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-detail span{
    display: inline-block;
    background: url("../images/hotel_btn_ico01.svg") 0% 55% no-repeat;
    background-size: auto 20px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-special span{
    display: inline-block;
    background: url("../images/hotel_btn_ico02.svg") 0% 55% no-repeat;
    background-size: auto 20px;
}
.lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-access span{
    display: inline-block;
    background: url("../images/hotel_btn_ico03.svg") 0% 55% no-repeat;
    background-size: auto 20px;
}

@media screen and (max-width:1099px){
    
    .powerspot-lp{
        padding-top: 60px;
        font-size: 13px;
    }


    /* .content-top */
    .powerspot-lp .content-top{
        border-top: 10px var(--color-red) solid;
    }
    .powerspot-lp .content-top .mv{
        max-height: 1200px;
    }
    .powerspot-lp .content-top .mv:before{
        width: 369.5px;
        height: 145px;
        top: -28px;
        right: -160px;
        z-index: 2;
    }
    .powerspot-lp .content-top .mv .mv-txt{
        display: block;
        top: 23.3%;
        left: 0;
        right: 0;
        z-index: 5;
    }
    .powerspot-lp .content-top .mv h1{
        max-width: 600px;
        width: 79.7%;
    }
    .powerspot-lp .content-top .mv .brand-logo{
        margin: 16% auto 0;
    }

    .powerspot-lp .content-top .mv .swiper{}
    .powerspot-lp .content-top .mv .swiper-wrapper{}
    .powerspot-lp .content-top .mv .swiper-slide{
        padding-bottom: min(160%,1200px);
    }
    .powerspot-lp .content-top .mv .swiper-slide figure{}
    .powerspot-lp .content-top .mv .swiper-slide.slide1 figure,
    .powerspot-lp .content-top .mv .swiper-slide.slide2 figure,
    .powerspot-lp .content-top .mv .swiper-slide.slide3 figure,
    .powerspot-lp .content-top .mv .swiper-slide.slide4 figure,
    .powerspot-lp .content-top .mv .swiper-slide.slide5 figure,
    .powerspot-lp .content-top .mv .swiper-slide.slide6 figure{
        background-size: auto 100%;
    }
    
    
    /* .sec-intro */
    .powerspot-lp .sec-intro{
        text-align: center;
        padding: 100px 0 180px;
        background-size: 387px auto,231px auto,231px auto;
        background-repeat: no-repeat;
        background-position: right -85px top 0,0 100%,bottom 24px right 0;
    }
    .powerspot-lp .sec-intro:after{
        width: 245.5px;
        height: 130.5px;
        top: -80px;
        left: -75px;
    }
    .powerspot-lp .sec-intro .sec-lead{}
    .powerspot-lp .sec-intro p{
        font-size: 21px;
		line-height: 2;
    }
    .powerspot-lp .sec-intro p + p{
        margin-top: 32px;
    }
    .powerspot-lp .sec-intro p .fz-l{
        font-size: 24px;
    }


    /* #spot */
    .powerspot-lp #spot{
        margin-top: 80px;
    }
    .powerspot-lp #spot .spot-search{
        max-width: 100%;
        padding: 0 5.33%;
    }
    .powerspot-lp #spot .sec-ti{}
    .powerspot-lp #spot .sec-ti:before{
        width: 155.5px;
        height: 59px;
        top: -32.5px;
        left: -73.5px;
    }
    .powerspot-lp #spot .sec-ti:after{
        width: 138.5px;
        height: 34px;
        top: auto;
		bottom: 20px;
        right: -50px;
    }
    .powerspot-lp #spot .sec-ti h2{
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0 0 20px;
        background-size: auto 13px,auto 13px;
        background-repeat: no-repeat,repeat-x;
        background-position: 50% 100%,0 100%;
    }
    .powerspot-lp #spot .sec-ti h2:before{
        background-size: 100% auto;
        width: 23.5px;
        height: 35.5px;
        top: 12px;
        left: -27.5px;
    }
    .powerspot-lp #spot .sec-ti h2:after{
        background-size: 100% auto;
        width: 141.5px;
        height: 60px;
        top: -70px;
    }
    .powerspot-lp #spot .filter{}
    .powerspot-lp #spot .filter-block{
        border-bottom: 2px #D68B58 solid;
        border-radius: 7.5px 7.5px 0 0;
        padding: 16px 0 20px;
    }
    .powerspot-lp #spot .filter-block + .filter-block{
        margin-top: 22px;
        border-bottom: 2px #C1B99E solid;
    }
    .powerspot-lp #spot .filter-block h3{
        font-size: 15px;
        margin-bottom: 17px;
        padding: 0 17px;
        background: url("../images/filter_tx_art01.svg"),url("../images/filter_tx_art01.svg");
		background-size: 10px auto,10px auto;
        background-position: 0 60%,100% 60%;
        background-repeat: no-repeat,no-repeat;
    }

    .powerspot-lp #spot .filter-block #area-filter{
		width: 100%;
        padding: 0 4.48%;
    }
    .powerspot-lp #spot .filter-block #area-filter .area-btn{
        width: 32%;
        height: 30px;
    }

    .powerspot-lp #spot .filter-block #genre-filter{
        padding: 0 4.48%;
    }
    .powerspot-lp #spot .filter-block #genre-filter .tag-btn + .tag-btn{
        margin-left: 15px;
    }

    .powerspot-lp #spot .filter .btn-reset{
        margin-top: 22.5px;
    }
    .powerspot-lp #spot .filter .btn-reset p{
        font-size: 14px;
        display: flex;
        padding-right: 15px;
        width: 170px;
        height: 30px;
        color: #ffffff;
        background: #9B9B9B url("../images/reset_btn_ico01.svg") right 7.5px top 50% no-repeat;
		background-size: 16px auto;
    }

    /* .spot-item */
    .powerspot-lp #spot .spot-item{
        background: url("../images/spot-item_bg01.webp"),url("../images/spot-item_bg02_sp.webp");
        background-color: #FFF8E0;
        background-size: 1px 50px,100% auto;
        background-position: 50% 0,50% 100%;
        background-repeat: repeat-x,no-repeat;
        margin-top: 30px;
        padding-bottom: 216px;
        min-height: 600px;
    }
    .powerspot-lp #spot .spot-item #spot-list{
        max-width: none;
        padding: 0 3.3%;
    }
    .powerspot-lp #spot .spot-item #spot-list:after{
        content: "";
        display: block;
        width: 31.25%;
    }
    .powerspot-lp #spot .spot-item #spot-list li{
        width: 48.57%;
        margin-bottom: 20px;
        border-bottom: 4px var(--color-red) solid;
        border-radius: 7.5px;
    }
    .powerspot-lp #spot .spot-item #spot-list li .sec-img{
        line-height: 0;
    }
    .powerspot-lp #spot .spot-item #spot-list li .sec-txt{
        padding: 7.5px 5.8% 15px;
        border-top: 5px #D5C295 solid;
    }
    .powerspot-lp #spot .spot-item #spot-list li h4{
        font-size: 16px;
        background: url("../images/item_ico01.svg") 100% 0px no-repeat;
        background-size: 15px auto;
        margin-bottom: 10px;
        padding: 0 20px 12px 0;
        border-bottom: 1px #F0EAD9 solid;
    }
    .powerspot-lp #spot .spot-item #spot-list li .area-tag{
        font-size: 12px;
    }
    .powerspot-lp #spot .spot-item #spot-list li .area-tag span{
        display: inline-block;
        background: #F5ECCF;
        line-height: 1;
        padding: 0.5em 10px;
    }
    .powerspot-lp #spot .spot-item #spot-list li .tag{
        font-size: 12px;
        margin-top: 5px;
    }
    .powerspot-lp #spot .spot-item #spot-list li .tag span{
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 5px;
    }


    /* .modal */
    .powerspot-lp .modal-list{}

    .lity{}
    .lity-wrap {
      padding: 50px 5.3% 0;
    }

    .lity-container .lity-content .item-detail .modal-close{
        width: 35px;
        height: 35px;
        top: 20px;
        right: 15px;
    }

    .lity-container{
        margin: 0;
        max-width: none;
    }
    .lity-container .lity-content{
        padding-bottom: 50px;
    }
    .lity-container .lity-content .item-detail{
        border-top: 7.5px var(--color-red) solid;
        padding: 35px 0;
    }
    .lity-container .lity-content .item-detail-inner{
        padding: 0 5.2%;
        box-sizing: content-box;
    }
    .lity-container .lity-content .item-detail .detail-top{
        padding: 0 35px;
    }
    .lity-container .lity-content .item-detail .detail-top h4{
        font-size: 19px;
    }
    .lity-container .lity-content .item-detail .detail-top .address{
        font-size: 15px;
    }
    .lity-container .lity-content .item-detail .tag-block{
        display: block;
        margin-top: 15px;
    }
    .lity-container .lity-content .item-detail .tag-block .area-tag{
        font-size: 12px;
        margin-right: 1em;
    }
    .lity-container .lity-content .item-detail .tag-block .area-tag span{
        padding: 0.5em 10px;
    }
    .lity-container .lity-content .item-detail .tag-block .tag{
        font-size: 12px;
        text-align: left;
		margin-top: 7.5px;
        margin-right: 0;
    }
    .lity-container .lity-content .item-detail .main-txt{
		font-size: 13px;
        margin: 20px 0 0;
    }

    .lity-container .lity-content .item-detail .hotel-block{
        margin-top: 35px;
    }
    .lity-container .lity-content .item-detail .hotel-block h5{
        font-size: 15px;
        height: 39px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content{
        display: block;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-img{
        width: 100%;
        padding-right: 0;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt{
        width: 100%;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt h4{
        font-size: 16px;
		margin-top: 15px
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .sec-txt p{
        font-size: 13px;
        margin-top: 7.5px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list ul{
        margin-top: 22px;
        display: block;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li{
		margin: 0 auto;
	}
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li + li{
		margin-top: 10px;
	}
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-detail{
        width: 61.7%;
		min-width: 185px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-special{
        width: 61.7%;
		min-width: 185px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-access{
        width: 61.7%;
		min-width: 185px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li a{
        background: var(--color-red) url("../images/hotel_btn_arw01.svg") right 10px top 50% no-repeat;
        background-size: auto 10px;
        width: 100%;
        height: 35px;
        font-size: 15px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li span{
        padding-left: 20px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-detail span{
        background: url("../images/hotel_btn_ico01.svg") 0% 55% no-repeat;
        background-size: auto 15px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-special span{
        background: url("../images/hotel_btn_ico02.svg") 0% 55% no-repeat;
        background-size: auto 15px;
    }
    .lity-container .lity-content .item-detail .hotel-block .hotel-detail-content .btn-list li.btn-access span{
        background: url("../images/hotel_btn_ico03.svg") 0% 55% no-repeat;
        background-size: auto 15px;
    }

}

@media screen and (max-width:787px){

    /* .content-top */
    .powerspot-lp .content-top .mv .brand-logo p + p{
        margin-top: 30px;
    }
    .powerspot-lp .content-top .mv .brand-logo p img{
        height: 23px;
    }

    .powerspot-lp .content-top .mv .swiper-slide .img-cap{
        font-size: 17px;
        bottom: 15px;
        right: 15px;
    }
    .powerspot-lp .content-top .mv .swiper-slide .img-cap span{
        font-size: 11px;
    }
    
    /* .sec-intro */
	.powerspot-lp .sec-intro p{
        font-size: 16px;
    }
    .powerspot-lp .sec-intro p .fz-l{
        font-size: 18px;
    }
	
	/* #spot */
    .powerspot-lp #spot .filter-block #area-filter .area-btn{
        width: 47.5%;
    }

}

@media screen and (max-width:479px){
    
    /* .sec-intro */
    .powerspot-lp .sec-intro{
        background-position: right -205px top 0,-60px 100%,bottom 24px right -60px;
    }
    .powerspot-lp .sec-intro:after{
        /*left: -135px;*/
    }
    
}

.powerspot-lp .inview_fadein,
.powerspot-lp .inview_fadeins > * {
	opacity: 0;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+1) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) .2s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+2) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) .4s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+3) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) .6s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+4) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) .8s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+5) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 1s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+6) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 1.2s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+7) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 1.4s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+8) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 1.6s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n+9) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 1.8s forwards;
}
.powerspot-lp .inview_fadein_end:nth-child(10n) {
	animation: anime01 1.5s cubic-bezier(.23,1,.32,1) 2s forwards;
}

@keyframes anime01 {
	0% {transform:translate(0, 25px); opacity: 0;}
	100% {transform:translate(0, 0); opacity: 1;}
}