/*contents_pc*/
* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

html, body {
    font-family: 'Noto Sans JP', sans-serif;
    height: 100vh;
}

.l-sizedetect {
    font-family: "PC";
}

.br-sp {
    display: none;
}

.sp {
    display: none;
}

#menu-sp {
    display: none;
}
/*---------------------------

#wrapper

----------------------------*/
#wrapper {
    width: 100%;
    clear: both;
}

/*---------------------------

#contents-area

----------------------------*/
#contents-area {
    width: 100%;
}

.key-visual {
    width: 100%;
    margin: 0 auto;
}

/* -----------------------------

KEY VISUAL

----------------------------- */
/*swiper;*/
.key-visual .swiper-container {
    padding: 0 0 100px 0;
}

.key-visual .swiper-wrapper {
}

.key-visual .swiper-slide img {
    width: 100%;
}

.key-visual .swiper-pagination {
    bottom: 28px !important;
}

.key-visual .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px !important;
    width: 10px;
    height: 10px;
}

.key-visual .swiper-pagination-bullet-active {
    background: #505050;
}

.key-visual .swiper-button-next, .key-visual .swiper-button-prev {
    top: calc(50% - 50px);
}
.swiper-button-white {
    opacity: 1;
    transition: 0.3s;
}
.swiper-button-white:hover {
    opacity: 0.7;
}

.nav {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    z-index: 100;
    transition: top 0.5s ease;
}

.nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
    margin: 0 auto;
}

.nav-item {
    width: 25%;
    height: 70px;
    text-align: center;
    border-left: 1px solid #000;
}

.nav-item:nth-child(4) {
    border-right: 1px solid #000;
}

.nav-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.nav-item a:hover {
    opacity: 0.5;
}

.nav.active {
    width: 918px;
    overflow: hidden;
}

/*---------------------------

.sec

----------------------------*/
#contents-area>.sec:nth-child(odd) {
    background-color: #ffffff;
}

#contents-area>.sec:nth-child(even) {
    background: #e9e9e9;
}

.sec {
    padding: 160px 0;
}

.sec-in {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.tab-container {
    width: 800px;
    margin: 185px auto 0;
}

.tab-nav-list {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.tab-nav-list:after {
    content: '';
    width: 33%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.5s ease;
    z-index: 10;
}

.tab1:after {
    left: 0;
}

.tab2:after {
    left: 33.33333%;
}

.tab3:after {
    left: 67%;
}

#sec-sauna .tab-nav-list:after {
    width: 50%;
}

#sec-sauna .tab2:after {
    left: 50%;
}

.tab-nav-item {
    padding: 20px 40px 47px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.5s;
}

#sec-nine .tab-nav-item {
    width: 33%;
    text-align: center;
}

.tab-nav-item.current {
    opacity: 1;
}

.tab-nav-item:hover {
    opacity: 1;
}

.tab-main-list {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: relative;
}

.tab-main-item {
    display: none;
    width: 100%;
    padding: 100px 0;
}

.tab-main-item.current {
    display: block;
}

.figure-block {
    text-align: center;
    margin-bottom: 80px;
}

.text-block {
    line-height: 2.4;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

/*---------------------------

#sec-nine.sec

----------------------------*/

.sec-in h1 {
    text-align: center;
}

#sec-nine .tab-main-item:nth-child(2) {
    padding: 60px 0;
}

.tab-main-item:nth-child(3) .figure-block {
    margin-bottom: 50px;
}

.tab-main-item:nth-child(3) .text-block li {
    position: relative;
    padding-left: 160px;
    line-height: 1.7;
    padding-bottom: 0.7em;
}

.tab-main-item:nth-child(3) .text-block span {
    display: inline-block;
    /* padding-right: 1em; */
    width: 150px;
    position: absolute;
    left: 0;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.card-item {
    padding: 0px 0px 30px 50px;
    width: 33.33333%;
    margin-left: -50px;
}

.card-figure {
    text-align: center;
    padding-bottom: 20px;
    height: 180px;
    position: relative;
    margin-bottom: 20px;
}

.card-figure img {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.card-text {
    line-height: 1.7;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

/*---------------------------

#sec-sauna.sec

----------------------------*/
#sec-sauna.sec {
    padding-top: 188px;
}

#sec-sauna .tab-nav-item {
    width: 50%;
    text-align: center;
}

#sec-sauna .tab-main-item:nth-child(2) .figure-block {
    margin-bottom: 67px;
}

#sec-sauna .tab-main-item:nth-child(2) .text-block p {
    margin-bottom: 26px;
}

#sec-sauna .tab-main-item:nth-child(2) .text-block ul {
}

#sec-sauna .tab-main-item:nth-child(2) .text-block li {
}

#sec-sauna .tab-main-item:nth-child(2) .text-block li span {
    display: inline-block;
    width: 290px;
}

/*---------------------------

#sec-faci.sec

----------------------------*/

#sec-faci.sec h1 {
    margin: 0 0 80px 0;
    font-size: 30px;
    letter-spacing: 0.3em;
}

.faci-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faci-item {
    width: 48%;
    text-align: center;
    padding: 48px 0 80px;
    border-top: 1px solid #676666;
}

.faci-item .ttl {
    font-size: 24px;
    display: inline-block;
    padding-left: 80px;
    background: url(../images/facility/f_logo01.png) no-repeat left center;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

#sec-faci-sauna .faci-item .ttl {
    padding-top: 5px;
    background: url(../images/facility/f_logo02.png) no-repeat left center;
}

.faci-item .ttl span {
    display: block;
}

.faci-item .icons {
    height: auto;
    min-height: 200px;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 20px;
}

.faci-item .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.faci-item .btn {
    width: 48%;
}

.faci-item .btn a {
    color: #000;
    border: 1px solid #000;
    padding: 0.75em 0;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: all 0.2s linear;
}

.faci-item .btn a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*#sec-faci swiper*/
.faci-swiper {
    width: 100%;
    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: 100%;
    transition: 0.3s;
}

.faci-swiper .thumbnail .swiper-slide img {
    width: 100%;
}

.faci-swiper .thumbnail .swiper-wrapper {
    transform: none !important;
}

.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);
}

#sec-faci-sauna {
    padding: 0px 0 100px;
}

img[width="1"] {
    display: none;
}

/*--------------------------------------------

 #sec-deal , sec-aboutdeal

 --------------------------------------------*/
#sec-deal {
    padding: 100px 0 100px;
}

#sec-aboutdeal .container {
    margin: 0 auto;
    margin-top: 20px;
}

#sec-aboutdeal .ttl-text {
    text-align: center;
    margin: 0 0 80px 0;
    font-size: 30px;
    letter-spacing: 0.2em;
}

#sec-aboutdeal .ttl-img {
    text-align: left;
    font-size: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.howto {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.howto li {
    display: table;
    padding: 30px 0;
}

.howto li span {
    padding: 0 30px;
}

.howto li:last-child {
    margin-right: 0;
}

.superdeal {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.superdeal span {
    color: #cc1e06;
}

.atn {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    /* max-width: 74%; */
    margin: 0 auto;
}

.atn dt {
    margin-top: 15px;
    /* color: #bf0000; */
    font-size: 14px;
    font-weight: bold;
}

.atn span {
    display: block;
    color: #60813a;
    font-weight: bold;
}

.atn .mt0 {
    margin-top: 0;
}

/*---------------------------

.sec.is-show

----------------------------*/
.sec h1 {
    opacity: 0;
    transform: translate(0, 200%);
    transition: all 1s ease-out;
}

.sec .tab-container {
    opacity: 0;
    transform: translate(0, 200px);
    transition: all 0.6s ease-out 0.6s;
}

.sec .faci-list {
    opacity: 0;
    transform: translate(0, 200px);
    transition: all 0.6s ease-out 0.6s;
}

#sec-deal .container {
    opacity: 0;
    transform: translate(0, 200px);
    transition: all 0.6s ease-out 0.6s;
}

.sec.is-show h1 {
    opacity: 1;
    transform: none;
}

.sec.is-show .tab-container {
    opacity: 1;
    transform: none;
}

.sec.is-show .faci-list {
    opacity: 1;
    transform: none;
}

#sec-deal.is-show .container {
    opacity: 1;
    transform: none;
}


/*svg style*/
#svg_symbol_container{display:none}
.cls-1{fill:#7c9bd0;opacity:0}
.cls-2{fill:#231815}
/*9hours*/
.f_nine{width: 25%;height:100px;box-sizing:border-box}
#ico-women .cls-1{fill:#7c9bd0;opacity:0}
#ico-women .cls-2{fill:#231815}
#ico-women .cls-3{fill:#e83523}
/*ドシー*/
.f_doc{width:68.18px;height:100px}
#ico-c-nap .cls-1{fill:#ffb0b7;opacity:0}
#ico-c-nap .cls-2{fill:#231815}
#ico-c-nap .cls-3{fill:none;stroke:#231815;stroke-miterlimit:10;stroke-width:.9px}
#ico-c-stay .cls-1{fill:#ffb0b7;opacity:0}
#ico-c-stay .cls-2{fill:#231815}
#ico-c-stay .cls-3{fill:none;stroke:#231815;stroke-miterlimit:10;stroke-width:1.23px}
#ico-c-sauna .cls-1{fill:#ffb0b7;opacity:0}
#ico-c-sauna .cls-2{fill:#231815}
#ico-c-sauna .cls-3{fill:none;stroke:#231815;stroke-miterlimit:10;stroke-width:1.23px}
.faci-item .icons > svg:nth-of-type(n+5) {/*margin-top: -10px;*/}
#sec-faci-sauna .faci-item .icons {width: 290px; height: 190px;display: flex;justify-content: space-between;align-items: center;padding: 0;margin-bottom: 0;position: relative;}

/*nav*/
.nav-list .nav-item:nth-child(1) img {width: 189px;height: 44px;}
.nav-list .nav-item:nth-child(2) img {width: 124px;height: 46px;}
.nav-list .nav-item:nth-child(3) img {width: 137px;height: 48px;}
.nav-list .nav-item:nth-child(4) img {width: 127px;height: 42px;}

/*faci_logo*/
.faci-item .ttl {background: url(../images/facility/f_logo_9h.svg) no-repeat left center;background-size: 64px 64px;}
#sec-faci-sauna .faci-item .ttl {background: url(../images/facility/f_logo_c.svg) no-repeat left center;background-size: 64px 64px;}

/*tab*/
.tab-nav-item .cls-1 {fill: #231815;}
#sec-nine .tab-nav-item:nth-child(1) img {width: 110px;height: 44px;}
#sec-nine .tab-nav-item:nth-child(2) img {width: 99px;height: 43px;}
#sec-nine .tab-nav-item:nth-child(3) img {width: 147px;height: 44px;}
#sec-sauna .tab-nav-item:nth-child(1) img {width: 110px;height: 44px;}
#sec-sauna .tab-nav-item:nth-child(2) img {width: 275px;height: 44px;}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -70px;
}

#page-top {
    position: fixed;
    bottom: 10%;
    right: 4%;
    display:none;
    z-index: 10;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
    transition:0.4s;
}

#page-top a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-radius: 1px;
    -webkit-transform: rotateX(0deg) rotate(-45deg);
    transform: rotateX(0deg) rotate(-45deg);
    position: relative;
    top: 5px;
    left: 0px;
    transition: 0.2s ease-out;
}

#page-top a:hover:before {
    top: 2px;
}

.contentright {
    padding-top: 40px;
}



/* 20210305 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: #e9e9e9; */
    /* border-top: 7px solid #e9e9e9; */
}
.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: #231F20
; font-size: 16px; text-align: center; font-weight: bold;background-color:#e9e9e9; /*border-top: 7px solid #e9e9e9;*/}
.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; color: #000 !important;}

/* ----- pickup -----*/
.contentright { margin-bottom: 40px; }

.contentright h2 { padding-top: 20px; 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: #e9e9e9;}
.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 #e9e9e9;border-right:10px solid #e9e9e9; background-color: #e9e9e9;}

.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; }



#twoblockW{
  width: 100%;
  float: left;
}
.columleft.jdsShowFix{
  position: initial !important;
  display: block !important;
  opacity: 1 !important;
}
.columleft.jdsShowFix.active{
  position: fixed !important;
  top: 0;
}
.columleft.jdsShowFix.active2{
  position: absolute !important;
  top:initial;
  bottom: 0;
}

#keyVisual div ul.ptexp {
    width: 31.6%;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
#keyVisual div ul.ptexp img{
    margin-top: 5px;
}
#topLogo {
clear: both;
position: relative;
text-align: center;
padding: 16px 0;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
#topLogo a {
display: flex;
color: #333;
font-size: 18px;
align-items: center;
font-weight: 500;
position: absolute;
top: 50px;
right: 20px;
}
#OVERVIEW .holder {
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 40px;
  padding-bottom: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}
#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}
#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}
#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  background: #ebebeb;
  font-weight: 400;
}
#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}
#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}
#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}
#OVERVIEW h2 {
    text-align: center;
    font-weight: 500;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #bf0000;
    font-size: 28px;
}
#OVERVIEW{padding-top: 60px;}