.f-yumin {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.f-yugo {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*fullpage custom */
@media screen and (min-width:1441px) {
    #fullpage {
        margin-top: -380px;
    }
}
@media (max-width:1440px) and (min-width:1280px) {
    #fullpage {
        margin-top: -380px;
    }
}
@media (max-width:1280px) and (min-width:721px) {
    #fullpage {
        margin-top: -390px;
    }
}

#sizeDetect {
    font-family: 'PC';
    display: none;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

#menu-sp {
    display: none;
}


#btnPagetop-pc {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    transition: 0.3s linear;
    pointer-events: none;
    opacity: 0;
}

#btnPagetop-pc.is-show {
    pointer-events: auto;
    opacity: 1;
}

#btnPagetop-pc a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e68213;
    text-indent: -9999px;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.3s;
}

#btnPagetop-pc a:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 30px;
    left: 0;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    background: none;
     -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate(50%, 50%);
    transition: 0.3s ease-in-out;
}

#btnPagetop-pc a:hover {
    opacity: 0.7;
}
#btnPagetop-pc a:hover:before {
    top: 25px;
}


/* ------------------------------------------
    keyVisual -- pc --
------------------------------------------ */
#prekeyVisual {
    width: 100%;
    max-width: 90pc;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    overflow: visible;
    z-index: 2
}

#prekeyVisual h1 {
    width: 71%;
    float: left;
    text-indent: 0;
    padding-bottom: 20px
}

#prekeyVisual h1 img {
    width: 100%
}

#prekeyVisual ul {
    width: 29%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 1
}

#prekeyVisual ul img {
    width: 100%
}

#prekeyVisual ul .jdsCoponSwitch {
    background: #ba0100;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
    cursor: pointer
}

#prekeyVisual ul .jdsCoponSwitch span {
    display: inline-block;
    padding-right: 1pc;
    background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/markplus.gif)top right no-repeat
}

#prekeyVisual ul .active-submenu span {
    background-image: url(https://img.travel.rakuten.co.jp/superdeal/images/base/markminus.gif)
}

#prekeyVisual ul .foreg {
    background: #fff;
    padding: 10px;
    border: 1px solid #ba0100;
    font-size: 9pt;
    line-height: 1.3em
}

#prekeyVisual ul .foreg span {
    text-decoration: underline
}

#grpLocationArea.newHD {
    float: none
}

#prekeyVisual .sp {
    display: none;
}

#prekeyVisual .pc {
    display: block;
}


/*...........................
SVG TEXT 　ひらがな　5/31 update
...........................*/

@media all and (-ms-high-contrast: none) {
    .svgText {
        top: 300px;
    }
}

.svgText #logo-mask .maskElm {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 15px;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: logo_anime 0.4s ease-in-out forwards;

}

@keyframes logo_anime {
    0% {
        stroke-dashoffset: 300;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/*svg text*/
/*.svgText #logo-mask .stroke0 {animation-delay: 0.0s;}
.svgText #logo-mask .stroke1 {animation-delay: 0.1s;}
.svgText #logo-mask .stroke2 {animation-delay: 0.2s;}
.svgText #logo-mask .stroke3 {animation-delay: 0.3s;}
.svgText #logo-mask .stroke4 {animation-delay: 0.4s;}
.svgText #logo-mask .stroke5 {animation-delay: 0.5s;}
.svgText #logo-mask .stroke6 {animation-delay: 0.6s;}
.svgText #logo-mask .stroke7 {animation-delay: 0.7s;}
.svgText #logo-mask .stroke8 {animation-delay: 0.8s;}
.svgText #logo-mask .stroke9 {animation-delay: 0.9s;}
.svgText #logo-mask .stroke10 {animation-delay: 1.0s;}
.svgText #logo-mask .stroke11 {animation-delay: 1.1s;}*/

.svgText #logo-mask .stroke0 {animation-delay: 0.0s;}
.svgText #logo-mask .stroke1 {animation-delay: 0.1s;}
.svgText #logo-mask .stroke2 {animation-delay: 0.2s;}
.svgText #logo-mask .stroke3 {animation-delay: 0.3s;}
.svgText #logo-mask .stroke4 {animation-delay: 0.4s;}
.svgText #logo-mask .stroke5 {animation-delay: 0.5s;}
.svgText #logo-mask .stroke6 {animation-delay: 0.6s;}
.svgText #logo-mask .stroke7 {animation-delay: 0.7s;}
.svgText #logo-mask .stroke8 {animation-delay: 0.8s;}
.svgText #logo-mask .stroke9 {animation-delay: 0.9s;}
.svgText #logo-mask .stroke10 {animation-delay: 1.0s;}
.svgText #logo-mask .stroke11 {animation-delay: 1.1s;}

.svgText #logo-mask .stroke12 {animation-delay: 1.5s;}

/*朝*/
.svgText #logo-mask .stroke13 {animation-delay: 2.0s;}
.svgText #logo-mask .stroke14 {animation-delay: 2.1s;}
.svgText #logo-mask .stroke15 {animation-delay: 2.3s;}
.svgText #logo-mask .stroke16 {animation-delay: 2.31s;}
.svgText #logo-mask .stroke17 {animation-delay: 2.33s;}
.svgText #logo-mask .stroke18 {animation-delay: 2.35s;}
.svgText #logo-mask .stroke19 {animation-delay: 2.37s;}
.svgText #logo-mask .stroke20 {animation-delay: 2.39s;}
.svgText #logo-mask .stroke21 {animation-delay: 2.42s;}
.svgText #logo-mask .stroke22 {animation-delay: 2.45s;}
.svgText #logo-mask .stroke23 {animation-delay: 2.48s;}
.svgText #logo-mask .stroke24 {animation-delay: 2.51s;}
.svgText #logo-mask .stroke25 {animation-delay: 2.54s;}
.svgText #logo-mask .stroke26 {animation-delay: 2.57s;}

/*ご*/
.svgText #logo-mask .stroke27 {animation-delay: 2.72s;}
.svgText #logo-mask .stroke28 {animation-delay: 2.83s;}
.svgText #logo-mask .stroke29 {animation-delay: 2.84s;}
.svgText #logo-mask .stroke30 {animation-delay: 3.00s;}
.svgText #logo-mask .stroke31 {animation-delay: 3.1s;}
.svgText #logo-mask .stroke32 {animation-delay: 3.2s;}
.svgText #logo-mask .stroke33 {animation-delay: 3.4s;}
.svgText #logo-mask .stroke34 {animation-delay: 3.5s;}
.svgText #logo-mask .stroke35 {animation-delay: 3.6s;}
.svgText #logo-mask .stroke36 {animation-delay: 3.7s;}
.svgText #logo-mask .stroke37 {animation-delay: 3.8s;}
.svgText #logo-mask .stroke38 {animation-delay: 3.9s;}
.svgText #logo-mask .stroke39 {animation-delay: 4.4s;}

/*新しい　ひらがな*/
.cls-1{font-size:118.9px;letter-spacing:-0.02em;font-weight: 500;}
.cls-2{letter-spacing:-0.03em;}
.cls-3{letter-spacing:0.02em;}
.cls-4{letter-spacing:-0.01em;}
.cls-5{letter-spacing:-0.01em;}
.cls-6{letter-spacing:-0.5em;}
.cls-7{letter-spacing:-0.06em;}
.cls-8{letter-spacing:-0.04em;}
.cls-9{letter-spacing:-0.03em;}
.cls-10{letter-spacing:-0.06em;}
.cls-11{letter-spacing:-0.09em;}
.cls-12{letter-spacing:-0.07em;}
.cls-13{letter-spacing:-0.5em;}
.cls-14,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21{fill:none;stroke:#0071bc;stroke-linecap:round;stroke-linejoin:round;}
.cls-14{stroke-width:12px;}
.cls-15{fill:#0071bc;}
.cls-16{stroke-width:9px;}
.cls-17{stroke-width:10px;}
.cls-18{stroke-width:8px;}
.cls-19{stroke-width:7px;}
.cls-20{stroke-width:6px;}
.cls-21{stroke-width:5px;}
/*...........................
SVG TEXT 0531 update
...........................*/



/*...........................
SVG TEXT 漢字
...........................*/
/*.svgText {
    width: 660px;
    position: absolute;
    top: 25%;
    top: 330px;
    left: 50%;
    margin-left: -330px;
    opacity: 0;
}

@media all and (-ms-high-contrast: none){
    .svgText {
        top: 300px;
    }
}

.svgText #logo-mask .maskElm {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
    animation: logo_anime 0.5s ease-in-out forwards;
}

@keyframes logo_anime {
    0% {
        stroke-dashoffset: 250;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


.svgText #logo-mask .stroke0 {
    animation-delay: 0.0s;
}

.svgText #logo-mask .stroke1 {
    animation-delay: 0.1s;
}

.svgText #logo-mask .stroke2 {
    animation-delay: 0.2s;
}

.svgText #logo-mask .stroke3 {
    animation-delay: 0.3s;
}

.svgText #logo-mask .stroke4 {
    animation-delay: 0.4s;
}

.svgText #logo-mask .stroke5 {
    animation-delay: 0.5s;
}

.svgText #logo-mask .stroke6 {
    animation-delay: 0.6s;
}

.svgText #logo-mask .stroke7 {
    animation-delay: 0.7s;
}

.svgText #logo-mask .stroke8 {
    animation-delay: 0.8s;
}

.svgText #logo-mask .stroke9 {
    animation-delay: 0.9s;
}

.svgText #logo-mask .stroke10 {
    animation-delay: 1.0s;
}

.svgText #logo-mask .stroke11 {
    animation-delay: 1.1s;
}

.svgText #logo-mask .stroke12 {
    animation-delay: 1.2s;
}

.svgText #logo-mask .stroke13 {
    animation-delay: 1.3s;
}

.svgText #logo-mask .stroke14 {
    animation-delay: 1.8s;
}

.svgText #logo-mask .stroke15 {
    animation-delay: 2.00s;
}

.svgText #logo-mask .stroke16 {
    animation-delay: 2.01s;
}

.svgText #logo-mask .stroke17 {
    animation-delay: 2.02s;
}

.svgText #logo-mask .stroke18 {
    animation-delay: 2.03s;
}

.svgText #logo-mask .stroke19 {
    animation-delay: 2.04s;
}

.svgText #logo-mask .stroke20 {
    animation-delay: 2.05s;
}

.svgText #logo-mask .stroke21 {
    animation-delay: 2.06s;
}

.svgText #logo-mask .stroke22 {
    animation-delay: 2.07s;
}

.svgText #logo-mask .stroke23 {
    animation-delay: 2.08s;
}

.svgText #logo-mask .stroke24 {
    animation-delay: 2.09s;
}

.svgText #logo-mask .stroke25 {
    animation-delay: 2.10s;
}

.svgText #logo-mask .stroke26 {
    animation-delay: 2.21s;
}

.svgText #logo-mask .stroke27 {
    animation-delay: 2.32s;
}

.svgText #logo-mask .stroke28 {
    animation-delay: 2.43s;
}

.svgText #logo-mask .stroke29 {
    animation-delay: 2.54s;
}

.svgText #logo-mask .stroke30 {
    animation-delay: 3.0s;
}

.svgText #logo-mask .stroke31 {
    animation-delay: 3.1s;
}

.svgText #logo-mask .stroke32 {
    animation-delay: 3.2s;
}

.svgText #logo-mask .stroke33 {
    animation-delay: 3.3s;
}

.svgText #logo-mask .stroke34 {
    animation-delay: 3.4s;
}

.svgText #logo-mask .stroke35 {
    animation-delay: 3.5s;
}

.svgText #logo-mask .stroke36 {
    animation-delay: 3.6s;
}

.svgText #logo-mask .stroke37 {
    animation-delay: 3.7s;
}

.svgText #logo-mask .stroke38 {
    animation-delay: 4.1s;
}

.svgText #logo-mask .stroke39 {
    animation-delay: 4.2s;
}

.svgText #logo-mask .stroke40 {
    animation-delay: 4.3s;
}

.svgText #logo-mask .stroke41 {
    animation-delay: 4.4s;
}

.svgText #logo-mask .stroke42 {
    animation-delay: 5.0s;
}

.cls-10,.cls-11,.cls-12,.cls-13,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9 {
    fill: none;
    stroke: #808184;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cls-1 {
}

.cls-2 {
    stroke-width: 6px;
}

.cls-3 {
    stroke-width: 13px;
}

.cls-4 {
    stroke-width: 9px;
}

.cls-5 {
    stroke-width: 16px;
}

.cls-6 {
    stroke-width: 8px;
}

.cls-7 {
    stroke-width: 11px;
}

.cls-8 {
    stroke-width: 14px;
}

.cls-9 {
    stroke-width: 12px;
}

.cls-10 {
    stroke-width: 5px;
}

.cls-11 {
    stroke-width: 4px;
}

.cls-12 {
    stroke-width: 7px;
}

.cls-13 {
    stroke-width: 10px;
}
*/
/*...........................
END     SVG TEXT
...........................*/
/*COMMON BASE*/
#wrap {
    width: 100%;
}

#contentsArea {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    background: #fff;
}

/*============================
#sec01
============================*/
#sec01 {
    background: url(../images/kv.jpg) center no-repeat;
    background-size: cover;
    padding: 120px;
}

#sec01 .bg-mask {
    height: 50%;
    background-color: #fff;
    opacity: 0;
    transition: 5s ease-in-out;
}

#sec01 .bg-mask.js-fadeOut {
    opacity: 1;
}

#sec01 .lead {
    text-align: center;
    margin-top: 8px;
}

@media all and (-ms-high-contrast: none){
    #sec01 .lead {
        top: 380px;
    }
}

#sec01 .lead-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30%);
    transition: all 1.3s ease-in-out;
}

#sec01 .logos {
    opacity: 0;
    transform: translateY(25%);
    transition: all 1.6s ease-in-out;
}

#sec01 .lead-text.is-show, #sec01 .logos.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/*============================
#sec02
============================*/
#sec02 .sec-in {
    padding: 80px 0 0;
}

#sec02 .image {
    text-align: center;
}

#sec02 .carousel {
    width: 751px;
    min-height: 318px;
    height: auto;
    background: url(../images/bg_carousel.png);
    margin: -150px auto 0;
    /* padding: 20px 70px; */
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}

#sec02 .carousel-ttl {
    font-size: 25px;
    color: #e68213;
    width: 245px;
    margin: 0 auto;
}

#sec02 .carousel .swiper-container {
    /*width: 611px;*/
    padding-bottom: 60px;
    position: relative;
}

#sec02 .carousel-ttl span {
    background: url(../images/ico-pickup_menu@2x.png) no-repeat;
    background-position: left center;
    background-size: 34px 30px;
    display: inline-block;
    margin: 20px auto 30px;
    padding: 5px 0 0 43px;
}

#sec02 .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    width: 611px !important;
}

#sec02 .carousel-text {
    width: 50%;
}

#sec02 .carousel-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
}

#sec02 .carousel-text h3 span {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

#sec02 .carousel-text p {
    font-size: 16px;
    line-height: 1.2;
}

/*sub pagenation btn*/
#sec02 .swiper-pagination {
    bottom: 15px;
}

.swiper-pagination-bullet {
    background: #a1a1a1 !important;
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination-bullet-active {
    background: #e78115 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
}

#sec02 .swiper-button-next, #sec02 .swiper-button-prev {
    display: block;
    width: 30px;
    height: 30px;
    border-top: solid 1px #000000;
    background: none;
    z-index: 999;
    top: 90px;
    position: absolute;
}

#sec02 .swiper-button-next {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: solid 1px #000000;
}

#sec02 .swiper-button-prev {
    left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: solid 1px #000000;
}

#sec02 .lead-text {
    font-size: 48px;
    text-align: center;
    padding-bottom: 10px;
}

#sec02 .text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    z-index: 1;
    padding: 10px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}

#sec02 .sec02-upper {
    position: relative;
    z-index: 1;
    width: 100%;
}

#sec02 .sec02-lower {
    position: relative;
    top: -30px;
    z-index: 0;
}

/*============================
#sec03
============================*/
#sec03 h2 {
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    margin: 40px 0 24px;
}

#sec03 .media {
    display: flex;
    justify-content: space-around;
}

#sec03 .media > div {
    width: 50%
}

#sec03 .media-reverse {
    flex-direction: row-reverse;
    margin-top: 50px;
}

#sec03 .media .text-block {
    text-align: center;
    padding: 10px 20px;
}

#sec03 .media .text-block h3 {
    font-size: 32px;
    font-weight: normal;
    color: #e68213;
    margin-bottom: 20px;
}

#sec03 .media .text-block .text {
    line-height: 1.7;
    font-size: 16px;
}

#sec03 .media .text-block .text b {
    font-size: 24px;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
}

#sec03 .fp-scroller, #sec04 .fp-scroller {
    position: relative;
    overflow: hidden;
}

#sec03 .box {
    background: #000;
    width: 46%;
    height: 400px;
    margin: 25px 1% 20px;
    float: left;
}

/*============================
#sec04
============================*/
#sec04 .media {
    display: flex;
    justify-content: space-around;
}

#sec04 .media > div {
    width: 50%
}

#sec04 .media-reverse {
    flex-direction: row-reverse;
    margin: 50px auto 70px;
    width: 90%;
}

#sec04 .media .text-block {
    text-align: center;
    padding: 20px 10px 0;
}

#sec04 .media .text-block h3 {
    font-size: 32px;
    font-weight: normal;
    color: #e68213;
    display: inline-block;
    padding: 10px 0 0 40px;
    margin: 0 0 20px -40px;
    background: url(../images/ico_freeRental@2x.png) no-repeat left top;
    background-size: 20px 32px;
}

#sec04 .media .text-block .text {
    line-height: 1.7;
}

#sec04 .media .text-block .text b {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}

#sec04.sec-others .sec-in h3.ttl {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#sec04.sec-others .sec-in h3.ttl:before, #sec04.sec-others .sec-in h3.ttl:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
}

#sec04.sec-others .sec-in h3.ttl:before {
    top: 50%;
    left: -50px;
    transform: rotate(60deg);
}

#sec04.sec-others .sec-in h3.ttl:after {
    top: 50%;
    right: -50px;
    transform: rotate(-60deg);
}

#sec04.sec-others .sec-in ul.list {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    width: 100%;
    margin-left: -10px;
}

#sec04.sec-others .sec-in ul.list li.item {
    /* width: 33.33333%; */
    margin-left: 10px;
    box-sizing: border-box;
}

#sec04.sec-others .sec-in ul.list li.item p {
    background: #ffe5c8;
    color: #e68213;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    letter-spacing: -1px;
}

#sec04.sec-others .sec-in ul.list li.item p span {
    font-size: 11px;
}

#sec04.sec-others .sec-in ul.list li.item img {
    width: 100%;
}

/*============================
#sec05
============================*/
#sec05.sec-hotellist .sec-in {
    position: relative;
    background: url(../images/bg_hotellist.jpg) no-repeat;
    background-position: 0px 24px;
    height: 740px;
    margin-top: 40px;
}

#sec05.sec-hotellist .sec-in h3.ttl {
    font-size: 48px;
    text-align: center;
    margin-bottom: 16px;
}

#sec05.sec-hotellist .sec-in .info {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#sec05.sec-hotellist .sec-in .info span.ico-newOpen {
    background: #e68213;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

#sec05.sec-hotellist .sec-in .info .text .info-date {
    padding-right: 0.7em;
}

#sec05.sec-hotellist .sec-in .info p {
    font-size: 18px;
    font-weight: bold;
    color: #e68213;
    line-height: 1.6;
}

#sec05.sec-hotellist .sec-in .hotel-list {
    margin: 0 32px;
    position: relative;
}

#sec05.sec-hotellist .hotel-list .hotel-item {
    width: 240px;
    position: absolute;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(1) {
    top: 36px;
    left: 0;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(2) {
    top: 149px;
    left: 0;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(3) {
    top: 340px;
    left: 0;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(4) {
    top: 37px;
    left: 310px;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(5) {
    top: 203px;
    left: 310px;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(6) {
    top:415px;
    left: 310px;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(7) {
    top: 37px;
    left: 610px;
}

#sec05.sec-hotellist .hotel-list .hotel-item:nth-child(8) {
    top: 173px;
    left: 610px;
}

#sec05.sec-hotellist .sec-in .hotel-list .hotel-item h4.ttl-area {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    line-height: 1.8;
}

#sec05.sec-hotellist .sec-in .hotel-list .hotel-item p {
    font-size: 14px;
    line-height: 1.8;
}

#sec05.sec-hotellist .sec-in .hotel-list .hotel-item p a {
    color: #000;
}

#sec05.sec-hotellist .sec-in .map {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/*============================
#sec06
============================*/
#sec06 {
    background: url(../images/bg-facility.png) center top;
}

#sec06 .sec-in {
    margin-top: 64px;
    padding: 32px;
}

#sec06 .ttl-lv2 {
    color: #1d2088;
    font-size: 47px;
    background: url(../images/logo_hotel.png) no-repeat left top;
    background-size: 53px auto;
    border-bottom: 2px solid #1d2088;
    padding: 0 0 4px 60px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#sec06 .ttl-lv2 span {
    font-size: 18px;
    display: block;
}

#sec06 .text-three-point {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

#sec06 .text-three-point span {
    color: #1d2088;
    font-size: 52px;
    padding: 0 5px;
}

#sec06 .point-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#sec06 .point-list .item {
    width: 32%;
}

#sec06 .point-list .item .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #1d2088;
}

#sec06 .point-list .item .ttl2 {
    font-size: 16px;
    font-weight: bold;
    color: #9a0031;
}

#sec06 .point-list .item .ttl span {
    font-size: 23px;
    color: #fff;
    background: #e68213;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 7px 10px 0;
}

#sec06 .point-list .item .ttl2 span {
    font-size: 23px;
    color: #fff;
    background: #e68213;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 7px 10px 0;
}

#sec06 .point-list .item .photo {
    margin-bottom: 8px;
    width: 100%;
}

#sec06 .point-list .item .disc {
    line-height: 1.4;
}

#sec06 .point-list .item .disc span {
    font-size: 13px;
    font-weight: bold;
}

/*============================
 facility
============================*/
.faci-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faci-item {
    width: 500px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 30px 20px;
    box-sizing: border-box;
    background: #fff;
}

.faci-item .ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
}

.faci-item .ttl span {
    font-size: 24px;
    display: block;
}

.faci-item .text-plan {
    display: inline-block;
    font-size: 22px;
    padding: 25px 0;
    background: url(../images/f_pointcoin.png) no-repeat left center;
    background-size: 30px;
    padding-left: 40px;
}

.faci-item .plan-box {
    background: #eff0f8;
    margin-bottom: 10px;
    padding: 20px 0 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.faci-item .plan-box:hover {
    opacity: 0.7;
}

.faci-item .plan-box a {
    text-decoration: none;
}

.faci-item .plan-name {
    margin-bottom: 10px;
    color: #000;
}

.faci-item .text-price {
    /* background: #eff0f8; */
    font-size: 30px;
    color: #ba050b;
    padding-bottom: 10px;
}

.faci-item .text-price .sub-text1 {
    font-size: 15px;
}

.faci-item .text-price .sub-text3 {
    font-size: 15px;
    color: #000;
}

.faci-item .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faci-item .btn {
    width: 32%;
}

.faci-item .btn a {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    padding: 0.5em;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: 0.4s;
    box-sizing: border-box;
}

.faci-item .btn a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.faci-item .text-point {
    background: #1d2088;
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
}

.faci-item .text-point .sub-text2,
.faci-item .text-point .sub-text3 {
    font-size: 16px;
}

/*#sec-faci swiper*/
.faci-swiper {
    width: auto;
    width: 430px;
    height: 378px;
    margin: 0 auto;
    overflow: hidden;
}

.faci-swiper .main {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 79%;
    width: 100%;
}

.faci-swiper .thumbnail {
    height: 19%;
}

.faci-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.faci-swiper .thumbnail .swiper-slide {
    cursor: pointer;
    opacity: 1;
    height: 84%;
    transition: 0.3s;
    width: 18.6% !important;
    margin-right: 1.7%;
}

.faci-swiper .thumbnail .swiper-slide img {
    width: 100%;
}

.faci-swiper .thumbnail .swiper-wrapper {
    transform: none !important;
    /*display: flex;
    justify-content: space-between;
    width: 430px;*/
}

.faci-swiper .thumbnail .swiper-slide:hover {
    opacity: 0.5;
}

.faci-swiper .thumbnail .swiper-slide-active {
    opacity: 0.5;
}

.faci-swiper .thumbnail .swiper-slide-active:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(200, 255, 255, 0.3);
}

/* HOTEL */
#faci-hotel {
    margin: 24px 0 80px;
}

/* INN */
#faci-inn {
    margin-bottom: 80px;
}

#faci-inn .ttl-lv2 {
    border-color: #119242;
    background-image: url(../images/logo_inn.png);
}

#faci-inn .ttl-lv2, #faci-inn .ttl-lv2 span, #faci-inn .text-three-point span, #faci-inn .point-list .item .ttl {
    color: #119242;
}

#faci-inn .faci-item .plan-box {
    background: #eff5f2;
}

#faci-inn .faci-item .text-point {
    background: #009944;
}

/* CAMPANA */
#faci-campana {
    margin-bottom: 64px;
}

#faci-campana .ttl-lv2 {
    border-color: #9a0031;
    background-image: url(../images/logo_campana.png);
}

#faci-campana .ttl-lv2, #faci-campana .ttl-lv2 span, #faci-campana .text-three-point span, #faci-campana .point-list .item .ttl {
    color: #9a0031;
}

#faci-campana .faci-item .plan-box {
    background: #fcf3f6;
}

#faci-campana .faci-item .text-point {
    background: #9a0031;
}

/* #faci-grouphotel */
#faci-grouphotel {
    margin-bottom: 100px;
}

#faci-grouphotel .ttl-lv2 {
    color: #000;
    border-color: #000;
    background-image: none;
    padding-left: 0;
    margin-bottom: 50px;
}

#faci-grouphotel .faci-item .plan-box {
    background: #f0f0f0;
}

#faci-grouphotel .faci-item .text-point {
    background: #474747;
}



/* ----------------------------
サービス概要
-----------------------------*/
.contentright {margin-bottom: 40px;}
.contentright h2 {padding-top: 50px;text-align: center;margin-bottom: 40px;}
#sevInfo table {font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; position: relative;padding-bottom: 20px;border: 1px solid #b00;}
#sevInfo table a {color: #1D54A7 !important;text-decoration: underline !important;}
#sevInfo table a:hover {text-decoration: underline !important;}
#sevInfo table red {color: #b00;}
#sevInfo table tr.last th {border-bottom: 1px solid #b00;}
#sevInfo table tr th {width: 120px;text-align: center;border-bottom: 1px solid #fff;color: #fff;font-size: 15px;font-weight: bold;background: #b00;}
#sevInfo table tr th.single2 {width: 100px;border-left: 1px solid #fff;}
#sevInfo table tr th span {align-self: center;}
#sevInfo table tr td {border-bottom: 1px solid #b00;padding: 20px;font-size: 13px;line-height: 1.5;}
#serInvr table {margin-left: 65px;}








/* 20210122 camby化 */
#contents { width: 100% !important; padding: 40px 0; margin-bottom: 20px; background: #fff; overflow: hidden; box-shadow: inset 0px 15px 10px -15px #999; position: relative; }
#contents .twoblock { overflow: hidden; width: 1200px; margin: 0 auto; }
.columright { width: 918px; float: right; }
nav.arealist {
    width: 254px;
    background: #FFF;
    overflow: hidden;
}
.kenlist h2.searchicon {
    /* color: #df0031; */
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    /* background-color: #FEE7C7; */
    /* border-top: 7px solid #FEE7C7; */
}
.kenlist h2.searchicon span {
    padding: 15px 10px 15px 34px;
    background: url(../images/icon_search.png) left center no-repeat;
    display: inline-block;
    letter-spacing: 1px;
    font-style: normal;
}

/* ----- AreaSearch -----*/
.columleft { float: left; }

nav.arealist { width: 254px; background: #FFF; overflow: hidden;}

nav.topNav h2 {color: #df0031; align-items: center; font-size: 16px; text-align: center; overflow: hidden;}
nav.topNav h2 span{padding: 15px 10px 15px 34px; background: url(../images/icon_search.png) left center no-repeat; display: inline-block;}
nav.arealist span.sub-arrow { display: none; }

nav.arealist li.area13 { border-top: 1px solid #DDD; font-size: 16px; }
nav.arealist li.area13.allarea{ border-top:none ;}
nav.arealist ul.sm li.allarea.area13 ul.subMenu{border-bottom:2px solid #DDD;}

nav.arealist li.area13 a { padding: 9px 10px 9px 72px; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) top left 40px no-repeat; }

nav.arealist li.area13 a:hover { background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1down.gif) top left 40px no-repeat; text-decoration: none !important; }

nav.arealist li.area13 a.noken:hover { background: #EEE url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) top left 40px no-repeat; }

nav.arealist li.ken47 { font-size: 15px; border-bottom: 1px dotted #DDD; font-weight: normal; }

nav.arealist li.ken47 a {  text-align: center; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow2right.png) top left 60px no-repeat; }
nav.arealist li.ken47.first{ margin-top: -12px;}

nav.arealist li.ken47 a:hover { background: #EEE url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow2right.png) top left 60px no-repeat; }

nav.arealist li.ken47:last-child { border: none; }

nav.arealist li.superSale { padding-left: 0; }

nav.arealist li.superSale a { padding-left: 0; padding-right: 0; background: none; text-align: center; }

nav.arealist li.superSale a:hover { background: #eee; }

.kenlist { letter-spacing: 2px; }

.kenlist li.ken47 a { display: block; text-decoration: none !important; padding: 12px 10px 10px 29px; }

.kenlist ul.ken { border-bottom:2px solid #ddd;}
.columleft ul.sm.pc,.columleft ul.pc.totops{ margin: 0 10px;}
.kenlist ul.totops {  margin-top: 5px; }

.columleft ul.pc.totops.areasOthNav li{margin: 0;}

.kenlist ul.totops li { text-align: center; border-bottom: 1px dotted #ddd; margin: 0 10px; }
.kenlist ul.totops li:last-child{border-bottom: none;}
.kenlist ul.totops li.last { border-bottom:none;}
.kenlist ul.totops li a { position: relative; }

.kenlist ul.totops li a.invoice:before { content: ''; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/ico_info.png) center; display: block; position: absolute; width:18px; height:18px; left: calc( 50% - 64px); top:12px; background-size: 100%; }

.kenlist h2 { font-weight: normal; text-align: center;}

.kenlist.otherNav h2{ margin: 0 10px;}

.kenlist.otherNav h2 a.invoice:before{ left: 50px; top: 10px;}

.kenlist h2.searchicon {  color: #E68213; font-size: 16px; text-align: center; font-weight: bold;background-color:#FEE7C7; border-top: 7px solid #FEE7C7;}
.kenlist h2.searchicon.white{background: #fff; border-color: #fff;}
.kenlist h2.searchicon span{padding: 15px 10px 15px 34px; background: url(../images/icon_search.png) left center no-repeat; display: inline-block;}
.kenlist h2.searchicon.kenBetu{padding: 7px 0 17px 35px; margin-top: 18px;}
.kenlist .schArea{ background:#FFEAE8; display: block;padding:2px 0 15px 0; margin-top: 4px;}
.kenlist h2.navimds a{ border-bottom: none;}
.schArea b{ background: #ba0100; color: #ffffff; text-align: center; margin-top: 5px; display: inline-block; padding:6px 10px; font-size: 16px; font-weight: bold; border-radius: 30px; text-indent:2%; width:80px; line-height: 16px; height: auto;}

.kenlist h2.searchicon em { font-style: normal; }

.kenlist h2.searchicon span { letter-spacing: 1px; font-style: normal; }

.kenlist h2 a { position: relative; border-bottom: 1px dotted #DDD; display: block; }

.kenlist h2 a.invoice:before { content: ''; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/ico_info.png) center; display: block; position: absolute; width: 22px; height: 22px; left: 60px; top: 8px; background-size: 100%; }

.kenlist h2.navimds a { color: #ba0000 !important; font-weight: bold; font-size: 1.4em; padding-left: 0; }

.kenlist a { padding: 12px 0; display: block; text-align: center; font-size: 96%;}

.kenlist a:hover { text-decoration: none !important; background-color: #EEE; }

.kenlist span { letter-spacing: 1px; font-style: normal; }

/* ----- leftbnr -----*/
ul.leftbnr li { text-align: center; margin-top: 20px; }

/* ----- rightpart -----*/
.columright { width: 918px; float: right; position: relative; font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; color: #000 !important;}

/* ----- pickup -----*/
.contentright { margin-bottom: 40px; }

.contentright h2 { padding-top: 30px; text-align: center; margin-bottom: 40px; }

ul.pickup { overflow: hidden; }

ul.pickup li { width: 284px; float: left; margin-right: 18px; margin-bottom: 27px; line-height: 0; text-align: left; }

ul.pickup li img { width: 100%; }

ul.pickup li .area_pkup { display: inline-block; background-color: #66b821; padding: 1px 15px 0; border-top-left-radius: 8px; border-top-right-radius: 8px; color: #fff; font-size: 14px; line-height: 23px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*IE11*/
  ul.pickup li .area_pkup { padding: 3px 15px 0 !important; } }

ul.pickup1 { text-align: center; }

ul.pickup1 li { float: none; display: inline-block; }

ul.pickup1 li.lastright { margin-right: 0.4%; }

ul.pickup1 li a:hover { opacity: 0.75; }

ul.pickup1 li img { box-shadow: 2px 2px 3px #c9c9c9; }


.areaprank .hotels { padding-top: 30px; }

.hotels1 { text-align: center; }

.hotels1 .htlBox { float: none; display: inline-block; } */

/* ----- totop -----*/
#contents .pagetop { width: 128px; height: 128px; position: fixed; bottom: 15px; right: 15px; z-index: 9; }

#contents .pagetop a:hover { opacity: 0.75; }

#contents .superSale { font-size: 15px; display: none;}

#contents .superSale a { color: #ba0100; }

.areatotop { display: none !important; }

.allarea .area13 { line-height: 1.5; }

.allarea .area13 > ul { display: none; }

.allarea .area13 > .isShow { display: block; }

.allarea .area13 a { position: relative; display: block; }

.rt-header .rt-nav-link li a { box-sizing: content-box; }

.pickup, .hotels { padding-left: 30px; }

#serInvr table { margin-left: 65px; }

.jdsAlwaysFix1.end { position: absolute !important; bottom: 40px !important; top: inherit !important; }

.jdsShowFix1.end { position: absolute !important; bottom: 15px !important; bottom: 15px !important; }


.mt10{ margin-top:10px!important;}
#ss_special{ display:none;}
#ss_the_sale{ display:none;}
.ebnr{ display:none;}
.ss1bnr{ display:none;}
.ss2bnr { display: none;}


#search-box{ border: none; background-color: #FEE7C7;}
.kenlist #search-box a#dh-child-popup{ display: inline-block;}
#search-box #f_heya_su{ width:176px; padding: 0.56em 5px;}
#search-box #dh-adlt{ width:56px;text-align: center;padding: 0.4em 5px;}
#search-box #f_chu,#search-box #f_shou,#search-box #f_sai{ width:220px; padding: 0.56em 5px; margin-bottom: 5px;}
#search-box #dh-adlt,#search-box #f_heya_su,#search-box #f_chu,#search-box #f_shou,#search-box #f_sai{
  background:#fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px; margin-right: 3px;
  border: 1px solid#777777;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  box-shadow: 0px 0px 0px
  rgba(000, 000, 000, 0), inset 0px 1px 5px
  rgba(171, 171, 171, 0.6);
  color:#333333;
  line-height: 1.7;
}
#search-box #f_chu{ margin-top: 5px; display: block;}
#search-box .inputDate{background-color: #fff;}
#search-box dd.number ul{ border: none;}
#search-box p.searchSubmit a{ background: #ba0100; color: #ffffff; text-align: center; padding: 10px; font-size: 16px; font-weight: bold; border-radius: 30px; text-indent:2%; width:80px; line-height: 16px; height: auto;}
#search-box p.searchSubmit a:hover{ color: #FFFFFF;}
#ui-datepicker-div{ z-index: 999 !important;}

#schPCSP{border-left:10px solid #FEE7C7;border-right:10px solid #FEE7C7; background-color: #FEE7C7;}

.mbN10{ margin-bottom: -15px!important;}


.columleft .navimds.pc a:hover{ background-color:#ffffff;}
#search-box .number ul li.adult{ width: 53%;}
#search-box .number ul li.child{ width: 46%;}

.swiper-container-horizontal > .swiper-scrollbar{ display: none;}
.topNav.pc .allarea .area13 li.ken47.superSale{ padding-left: 0; padding-right: 0;}
.topNav.pc .allarea .area13 li.ken47 a{ padding-left:10px;}
nav.arealist.topNav.pc  ul.sm li.allarea.area13 ul.subMenu{ margin: 0 10px; border-bottom: none; }
nav.arealist.topNav.pc li.ken47 a{background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow2right.png) top left 60px no-repeat;}
nav.arealist li.ken47 a:hover{text-align: center;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow2right.png) top left 60px no-repeat; background-color: #eee;}

nav.arealist.topNav.pc li.ken47 a:hover{padding-left:10px;background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow2right.png) top left 60px no-repeat;}
nav.arealist.topNav.pc li.ken47.superSale a{ background: none;}
nav.arealist.topNav.pc ul.subMenu li.area13.udLine{border-top:2px solid #DDD;}

nav.arealist.topNav.pc ul.sm li.allarea.area13 ul.subMenu.areas{ margin: 0;display: none!important;}
.topNav.pc .allarea .area13 li.ken47 a:hover{ background-color: #eee;}

.allarea .area13 a:hover{background:
 url("https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif") #eee no-repeat scroll left 40px top!important;
  padding: 9px 10px 9px 72px;}
.ui-datepicker .ui-datepicker-header{height: 24px;}

#sevInfo{background: #fff;}
#widewrapper{position: relative; overflow: hidden;}
.lt_box{position: static; z-index: 100;width: 254px; left: calc(50% - 600px); background: #fff;top: 0; padding-bottom: 10px;}
html{overflow: scroll !important; }
/* =====20210317 by 277===== */
#keyVisual div ul.ptexp .jdsCoponSwitch,
#keyVisual div ul.ptexp .foreg{
	display: none!important;
}
#keyVisual div ul.ptexp img{
	margin-top: 5px;
}

.fp-tableCell{vertical-align: top !important;}
#sec02 .sec-in{padding: 40px 0 0;}
#sec01 .fp-tableCell{vertical-align: middle !important;}





/* 202110 */
#sec06 #faci-ref .ttl-lv2,#sec06 #faci-lequ .ttl-lv2{ line-height: 1; text-align: center; padding: 0; background: none; border: none;}
#sec06  #faci-ref .point-list .item .ttl,#sec06  #faci-lequ .point-list .item .ttl{ font-size: 19px; color: #000; margin-bottom: 10px;}
#sec06  #faci-ref .text-three-point,#sec06  #faci-lequ .text-three-point{ font-weight: normal; font-size: 17px; padding-top: 8px; margin-bottom: 36px; line-height: 1.6;}