/* SP */
#sizeDetect {
    font-family: 'SP';
    display: none;
}

.gsr6plj, .ques-ttl, .fruitsSlide-ttl, .map-ttl, .cosmeSlide-ttl, .map-acc, .ques-btn li, .spthk dt, .btn-acc {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color:#5a5a5a;
	--swiper-navigation-size:28px;
}

.swiper-button-prev,
.swiper-button-next {
    background: url(../images/arrow.png) no-repeat center center / contain;
    width: 30px;
    height: 30px;
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    box-shadow: #9e9e9e 3px 3px 7px;
}

.swiper-button-next:after {
    box-shadow: #9e9e9e -3px -3px 7px;
}

.sec {
    width: 100%;
}

.sec-in {
    /* max-width: 1280px; */
    /* width: 925px; */
    margin: 0 auto;
    position: relative;
    padding: 0px 20px;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/*============================
#kvsp.sec
============================*/
#kvsp .sec-in {
    width: auto;
    padding: 0;
}

.kv-bg {
    display: flex;
    height: 802px;
    position: absolute;
    width: 100%;
}

.kv-bg-l {
    background: #ccc url(../images/bg-pink-l.png) center center;
    width: 50%;
}

.kv-bg-r {
    background: #999 url(../images/bg-pink-r.png) center center;
    width: 50%;
}

.kv-img {
    position: relative;
    width: 100%;
    /* height: 802px; */
    /* min-height: 802px; */
}

.kv-img img:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,7%);
    display: block;
    width: 87%;
    display: none;
    /* left: 50%; */
    /* transform: translate(-50%, -700px); */
}


/*kv-text animation*/
.kv-anim-btn {
width: 109px;
    height: 40px;
    background: #ccc;
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}


.kv-text-outer {
    position: absolute;
    width: 90%;
    height: 88%;
    /* background: #d8d8d87a; */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* margin: 10%; */
    box-sizing: border-box;
}

.kv-text-outer li {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/fruits-text.png) no-repeat;
    /*background-size: 747px 83px;*/
    /*background-size: 523px 58px;*/
    background-size: 448px 50px;
    opacity: 0;
}
.show-text .kv-text-outer li {
    animation: show-text 1s ease-in alternate forwards;
}

/*0: 0
1: 58
2: 116
3: 174
4: 232
5: 290
6: 348
7: 406
8: 464*/

.kv-text-outer li:nth-child(1) {background-position: 0 0; top: 0; left: 0; animation-delay: 0.0s;}
.kv-text-outer li:nth-child(2) {background-position: -50px 0; top: 0; right: 0; animation-delay: 0.2s;}
.kv-text-outer li:nth-child(3) {background-position: -100px 0;top: 42%;left: 0;animation-delay: 0.4s;}
.kv-text-outer li:nth-child(4) {background-position: -150px 0;top: 42%;left: 29%;animation-delay: 0.6s;}
.kv-text-outer li:nth-child(5) {background-position: -200px 0;top: 42%;left: 58%;animation-delay: 0.8s;}
.kv-text-outer li:nth-child(6) {background-position: -250px 0;top: 42%;right: 0;animation-delay: 1.0s;}
.kv-text-outer li:nth-child(7) {background-position: -300px 0;bottom: 0;left: 0;animation-delay: 1.2s;}
.kv-text-outer li:nth-child(8) {background-position: -350px 0;bottom: 0;left: 43%;animation-delay: 1.4s;}
.kv-text-outer li:nth-child(9) {background-position: -400px 0;bottom: 0;right: 0;animation-delay: 1.6s;}

@keyframes show-text {
    0% {
        opacity: 0;
        transform: translate(-100%, -0%) scale(1);
        transform: translate(0, -100%) scale(1);
    }
    60% {
        opacity: 0.5;
        transform: translate(-90%, 0) scale(1.2);
        transform: translate(0, -90%) scale(1.2);
    }
    100% {
    	opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}





nav {
    position: absolute;
    top: 740px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
}

.nav {
    width: 925px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    box-sizing: border-box;
    z-index: 1;
}


.nav li a {
    color: #fff !important;
    font-size: 1.25em;
    font-weight: bold;
    transition: 0.3s;
}

.nav li a.on, .nav li a:hover {
    text-decoration: none !important;
    color: #5a5a5a !important;
}

/*============================
#question.sec
============================*/
#question {
    background: #fff url(../images/bg-green.png) center center;
}

#question .sec-in {
    background: #eee url(../images/sp_co_01_bg.jpg) center top no-repeat;
    width: 100%;
    height: 0;
    background-size: cover;
    /* position: relative; */
    padding-bottom: 117.33333%;
}

#question h2 {
    text-align: center;
    padding-top: 30px;
}

h2 .sub-ttl {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    /* width: 410px; */
    line-height: 1.6;
    font-weight: normal;
    /* text-align: left; */
}

.ques-list {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    z-index: 2;
    /* transform: translate(-50%, 0); */
    /*display: none;*/
}

.ques-item {
    background: #fff url(../images/bg-mask.png) center center;
    width: 80%;
    max-width: 300px;
    padding: 20px 20px 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    box-sizing: border-box;
     display: none; 
}

.ques-item:before {
    content: '';
    display: block;
    /* background: #eee; */
    background: no-repeat;
    background-size: contain;
    /* position: absolute; */
    top: 28px;
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    float: left;
    width: 22%;
}

.ques-item:after {
    /* content: ''; */
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    background: url(../images/fukidashi.png);
    background-size: contain;
}

.ques-item:nth-child(1):after {
    top: 120px;
    right: -10px;
}

.ques-item:nth-child(2):after {
    top: 90px;
    left: -10px;
    transform: rotate(180deg);
}

.ques-item:nth-child(3):after {
    top: 310px;
    left: -10px;
    transform: rotate(180deg);
}

.ques-item:nth-child(1):before {
    background-image: url(../images/pc_co_01_01.png);
    /* width: 76px; */
    height: 76px;
    top: 22px;
}

.ques-item:nth-child(2):before {
    background-image: url(../images/pc_co_01_02.png);
    background-position: 0px 10px;
    /* width: 127px; */
    height: 60px;
    top: 14px;
}

.ques-item:nth-child(3):before {
    background-image: url(../images/pc_co_01_03.png);
    background-size: 80% auto;
    background-position: 0px 0px;
    /* width: 46px; */
    height: 57px;
    /* top: 19px; */
}


.ques-ttl {
    font-size: 21px;
    color: #83bbb8;
    line-height: 1.4;
    margin-bottom: 14px;
    padding-left: 10px;
    float: left;
    width: 78%;
}

.ques-disc {
    font-size: 14px;
    line-height: 1.8;
    clear: both;
}

.ques-close {
    font-size: 14px;
    color: #83bbb8;
    line-height: 1.4;
    border-bottom: 1px solid #83bbb8;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.ques-btn {
    position: absolute;
    top: 42%;
    left: 0;
    /* background: rgba(153, 153, 153, 0.5); */
    display: block;
    z-index: 1;
    display: block;
    width: 100%;
    height: 38%;
    /* display: none; */
}

.ques-btn li {
    position: absolute;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.ques-btn li:before {
    content: '';
    display: block;
    width: 49px;
    height: 46px;
    padding-bottom: 5px;
    /*background: url(../images/btn-click.png) no-repeat;*/
    background: url(../images/btn-tap.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55px);
}

.ques-btn li:nth-child(1) {
    top: 62%;
    left: 24%;
}

.ques-btn li:nth-child(2) {
    top: 39%;
    left: 47%;
}

.ques-btn li:nth-child(3) {
    top: 123%;
    left: 43%;
}

/*============================
#fruitsSlide.sec
============================*/
#fruitsSlide {
    background: #fff url(../images/bg-pink2.png) center center;
    position: relative;
    overflow: hidden;
}

.fruitsSlide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.fruitsSlide-bg-l {
    background: url(../images/co_02_bg.jpg) left top no-repeat;
    background-size: cover;
    width: 50%;
}

.fruitsSlide-bg-r {
    width: 50%;
}



#fruitsSlide .sec-in {
    /*background: url(../images/co_02_bg.jpg) left top no-repeat;*/
    background-size: 50% 688px;
    /* width: 1280px; */
    height: auto;
    padding: 0px 25px;
}

#fruitsSlide h2 {
    text-align: center;
    padding-top: 30px;
    /* width: 925px; */
    margin: 0 auto;
}

#fruitsSlide .swiper-container {
    /*position: absolute;*/
    /* bottom: 30px; */
    /*left: 50%;*/
    /*transform: translateX(-0%);*/
    width: 100%;
    /*height: 440px;*/
    /*padding: 0 20px;*/
    margin: 20px auto 30px;
}

.fruitsSlide-list.swiper-wrapper {
    height: auto;
    padding-bottom: 30px;
}

#fruitsSlide .swiper-pagination {
    bottom: 0;
}

/*
.swiper-container {
    margin-top: 20px;
}
*/
.fruitsSlide-item {
    /*width: 300px !important;*/
    width: 80%;
    background: #fff url(../images/bg-mask.png) center center;
    float: left;
    border-radius: 20px;
    margin: 0 0 0 20px;
    /*box-sizing: border-box;*/
}

.fruitsSlide-item img {
    border-radius: 20px 20px 0 0;
}

.fruitsSlide-item .text {
    padding: 15px 20px;
}

.fruitsSlide-ttl {
    font-size: 20px;
    color: #83bbb8;
    line-height: 1.4;
    margin-bottom: 8px;
}

.fruitsSlide-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 17px;
    border-radius: 15px;
}

.fruitsSlide-disc {
    font-size: 14px;
    line-height: 1.7;
}

/*============================
#map.sec
============================*/
#map {
    background: #fff url(../images/bg-green.png) center center;
}

#map h2 {
    padding-top: 53px;
}

#map .sec-in {
    padding: 25px 20px;
}

#map .map-area {
    /*width: 491px;*/
    width: 120%;
    height: 386px;
    background: url(../images/map_bg.png) center center no-repeat;
    background-size: contain;
    position: relative;
    margin: 0px 0 0 -10%;
    overflow: hidden;
}

.map-area .btn-area {
    content: '';
    display: block;
    width: 85px;
    height: 100px;
    background: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.5s ease;
    transform: scale(0.8);
}

/*くぼ、おおはら、ひるぜん、やまだ、よしい、みまさか*/
.map-area .btn-area:nth-child(1) {
    background-image: url(../images/map_kubo_icon_off.png);
    top: 35%;
    left: 39%;
}

.map-area .btn-area:nth-child(2) {
    background-image: url(../images/map_ohara_icon_off.png);
    top: 26%;
    left: 12%;
}

.map-area .btn-area:nth-child(3) {
    background-image: url(../images/map_hiruzen_icon_off.png);
    top: -5px;
    left: 72px;
}

.map-area .btn-area:nth-child(4) {
    background-image: url(../images/map_yamada_icon_off.png);
    top: 25%;
    left: 62%;
}

.map-area .btn-area:nth-child(5) {
    background-image: url(../images/map_yoshi_icon_off.png);
    top: 31%;
    left: 52%;
}

.map-area .btn-area:nth-child(6) {
    background-image: url(../images/map_mimasaka_icon_off.png);
    top: 8%;
    left: 49%;
}

/* btn active */
.map-area .btn-area:nth-child(1).active {
    background-image: url(../images/map_kubo_icon_on.png);
}

.map-area .btn-area:nth-child(2).active {
    background-image: url(../images/map_ohara_icon_on.png);
}

.map-area .btn-area:nth-child(3).active {
    background-image: url(../images/map_hiruzen_icon_on.png);
}

.map-area .btn-area:nth-child(4).active {
    background-image: url(../images/map_yamada_icon_on.png);
}

.map-area .btn-area:nth-child(5).active {
    background-image: url(../images/map_yoshi_icon_on.png);
}

.map-area .btn-area:nth-child(6).active {
    background-image: url(../images/map_mimasaka_icon_on.png);
}

.map-list {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.map-item {
    width: 440px;
    width: 100%;
    background: #fff url(../images/bg-mask.png) center center;
    border-radius: 10px;
    /*display: none;*/
    opacity: 0;
    height: 0;
    transition: 0.3s;
    z-index: 1;
}

.map-item.is-show {
    opacity: 1;
    height: auto;
}


.map-list .swiper-slide {
    overflow: hidden;
}

.map-list .swiper-slide img {
    width: 100%;
    height: auto;
}

/*.map-item .swiper-slide-prev img,
.map-item .swiper-slide-active img,
.map-item .swiper-slide-duplicate-active img {
    animation-name: zoom;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

@keyframes zoom {
    from {
        transform: scale(1.4);
    }

    to {
        transform: scale(1.0);
    }
}
*/



.map-item .text {
    padding: 10px 20px 20px;
    overflow: hidden;
}

.map-ttl {
    font-size: 20px;
    color: #83bbb8;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0px 14px 0px 0;
    display: block;
}

.map-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 3px 12px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: bottom;
}

.map-disc {
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #83bbb8;
    padding: 10px 0 15px;
}

.map-info {
    line-height: 1.6;
    border-bottom: 1px solid #83bbb8;
    padding: 13px 0;
}

.map-info p:nth-child(1) {
    font-size: 16px;
    color: #83bbb8;
    padding-bottom: 3px;
}

.map-info p:nth-child(2) {
    font-size: 14px;
}

.map-acc {
    padding: 10px;
    background: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 2px;
    background-position: left 18px center, right 10px center;
    background-repeat: no-repeat;
    padding: 10px;
    color: #85bcb9;
    position: relative;
    z-index: 2;
}

.map-list .map-acc:nth-child(1) {
    background-image: url("../images/ico-mimasaka.png"), url(../images/map-arrow.png);
}

.map-list .map-acc:nth-child(3) {
    background-image: url(../images/ico-yoshii.png), url(../images/map-arrow.png);
}

.map-list .map-acc:nth-child(5) {
    background-image: url(../images/ico-yamada.png), url(../images/map-arrow.png);
}

.map-list .map-acc:nth-child(7) {
    background-image: url(../images/ico-hiruzen.png), url(../images/map-arrow.png);
}

.map-list .map-acc:nth-child(9) {
    background-image: url(../images/ico-ohara.png), url(../images/map-arrow.png);
}

.map-list .map-acc:nth-child(11) {
    background-image: url(../images/ico-kubo.png), url(../images/map-arrow.png);
    background-position: 14px center, right 10px center;
}

/*============================
#hotel.sec
============================*/
#hotel {
    background: #fff url(../images/bg-pink2.png) center center;
}



#hotel .sec-in {
    background: url(../images/pc_co_04_bg.jpg) left top repeat-y;
    background-size: 50% auto;
    /* width: 1280px; */
    height: auto;
    padding: 0px 20px;
}

#hotel .sec-in-in {
    /* width: 925px; */
    margin: 0px auto;
    padding-bottom: 40px;
}

#hotel h2 {
    text-align: center;
    padding-top: 30px;
}

.hotel-block>h3 {
    font-size: 22px;
    font-weight: normal;
    color: #e8b2b0;
    text-align: center;
    margin-bottom: 15px;
}

.hotel-block {
    background: #fff url(../images/bg-mask.png) center center;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.hotel-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/*============================
#cosmeSlide.sec
============================*/
#cosmeSlide {
    background: #fff url(../images/bg-green.png) center center;
    position: relative;
    overflow: hidden;
}

#cosmeSlide.sec .bg-sp {
    background: url(../images/sp_co_05_bg.jpg) right top repeat-y;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}



#cosmeSlide .sec-in-in {
    margin: 0 auto 20px;
}

#cosmeSlide h2 {
    padding-top: 30px;
}

#cosmeSlide h2 {
    text-align: center;
}

#cosmeSlide .sub-ttl {
    text-align: left;
}

#cosmeSlide .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 30px;
}

.cosmeSlide-list.swiper-wrapper {
    height: auto;
    padding-bottom: 30px;
}

#cosmeSlide .swiper-pagination {
    bottom: 0 ;
}

.cosmeSlide-item {
    width: 80%;
    background: #fff url(../images/bg-mask.png) center center;
    float: left;
    border-radius: 20px;
    margin-left: 20px;
}

.cosmeSlide-item img {
    border-radius: 20px 20px 0 0;
}

.cosmeSlide-item .text {
    padding: 20px;
}

.cosmeSlide-ttl {
    font-size: 21px;
    color: #83bbb8;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cosmeSlide-tag {
    background: #e4acaa url(../images/bg-mask.png) center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 17px;
    border-radius: 15px;
}

.cosmeSlide-disc {
    font-size: 16px;
    line-height: 1.6;
}


.spthk-outer {
    background: #fff url(../images/bg-pink.png) center center;
    padding: 30px 20px;
}

.spthk {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.spthk dt {
    font-size: 20px;
    color: #e8b2b0;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.spthk dd {
    font-size: 15px;
    line-height: 1.6;
}

.spthk em {
    color: #e8b2b0;
}


/*============================
PAGETOP
============================*/
.btn-pagetop {
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: block;
    z-index: 10;
    opacity: 0;
    transition: 1s;
}

.btn-pagetop a {
    background: #b1b1b1;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.btn-pagetop a:hover {
    text-decoration: none;
    /*background: #bf8f3b;*/
    transition: 0.2s;
}

.btn-pagetop 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: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 5px;
    left: 0px;
    transition: 0.2s ease-out;
}

.btn-pagetop a:hover:before {
    top: 3px;
}

.btn-pagetop.is-show {
    opacity: 1
}

.btn-pagetop.sp {
    display: none
}

.nav-outer.is-fixed {
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 100;
    animation: slide-nav 0.5s ease-in-out 0.3s forwards;
    padding: 20px;
    background: #b1b1b1;
    background: rgba(177, 177, 177, 0.8);
    width: 100%;
    left: 0;
}

@keyframes slide-nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


#sevInfo h2 {
    margin: 0 auto 0;
    padding-top: 30px;
	width: 100%;
}

#sevInfo h2 img{
    width: 100%;
	max-width: 373px;
}



/*--------------------------------------------
#menu-sp
 --------------------------------------------*/
#menu-sp {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #DA817F;
    box-sizing: border-box
}

#menu-sp .nav-item{display: block; float: left; box-sizing: border-box; text-align: center; cursor: pointer; width: 24.7%;}
#menu-sp .nav-item a{display: block; width: 100%; min-height: 70px; border-right: 1px solid #fff; color: #fff !important; font-size: 13px; font-weight: bold; line-height: 130%; overflow: hidden;}
#menu-sp .nav-item:last-child a{border-right: none !important;}
#menu-sp .nav-item img{display: block; margin: 5px auto; width: 25px;}

.rt-footer {
    z-index: 80;
}


@media screen and (max-width: 374px) {
.ques-ttl {
    font-size: 20px;
}
.ques-item {
    width: 90%;
}

.ques-btn li:nth-child(2) {
    top: 46%;
    left: 45%;
}
}


#NewBtn{margin: 20px auto 0;}
#NewBtn a:hover img{box-shadow: 0px  5px 10px #dbdbdb; border-radius: 5px;}
.swiper-slide{padding-bottom: 0px;}

/*============================
#hotelSlide.sec
============================*/
#hotel {
    position: relative;
    overflow: hidden;
}


#hotel .swiper-slide{padding-bottom: 0px; margin-right: 20px;}

#hotel .swiper-slide img{border-radius: 10px; width: 100%;}

#hotel .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.hotel-list.swiper-wrapper {
    height: auto;
    padding-bottom: 30px;
}

#hotel .swiper-pagination {
    bottom: 0 ;
}



/*============================
#schPCSP
============================*/
#NewSearch{position: inherit !important; top: 0 !important;}
/*.ui-datepicker .ui-datepicker-title{margin: -10px 1em 0;}
.ui-datepicker .ui-datepicker-header{padding: 1em 0;}
.ui-datepicker{top: 22% !important;}*/
#schPCSP{position: relative; bottom:0;width:92%; margin: 20px auto 20px;
    background-color:#fff;z-index:0;box-shadow:none;
    border: 1px solid#DA817F;left:0; display:block!important;}
#schPCSP .close { position: relative; text-align:center; font-weight:  bold;cursor: pointer; padding: 8px 0; width: 100%; display: block;color:#FFFFFF; background:#DA817F;}
#schPCSP .close em {

    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/close.gif) 0 0/100% 100%;

}
#schPCSP .close em {display:none;}
#schPCSP .close:after{ content:"+";color:#FFFFFF;position:absolute; border:1px solid #fff; padding:1px 5px 2px 5px; font-size:12px;top:5px; right:5px;}
#schPCSP .close.open:after{content:"-";display: none;}


#search-box{ position:relative;border: 0; margin: 0; text-align: left; }

#search-box #search-box-title, #search-box .searchCategory { display: none; }

#search-box .remindMsg { text-align: center; }

#search-box #search-box-body { display: block; }

#search-box #search-box-body #domestic-search-box { padding: 0; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl { display: block; width: 96%; margin: auto; overflow: hidden; }


#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dt { padding-right: 20px; padding-top: 5px; display: block; overflow: hidden; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd { margin-bottom: 0; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd select, #search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd input, #search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd a#dh-child-popup { margin-bottom: 4px; border: 1px solid #747474; background-color: #f7f7f4; border-radius: 6px;font-size:16px!important;}


#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.heyasu select { width: 85%; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number select { width:62px;font-size: 16px !important; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number ul li { width: 48%; max-width: none; white-space: nowrap; text-align: left; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number ul li a { width: 46%; display: inline-block; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number ul li.adult { float: left; margin-top: 2px; padding-top: 0; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number ul li.child { float: right; margin-top: 0; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.area select { font-size:16px!important; }

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.prcBox select { width: 65%;font-size:16px!important;}
.sltBox td{font-size:14px!important;}
.sltBox table select{font-size:16px!important;}
#search-box p.searchSubmit { display: block; overflow: hidden; width: 160px; margin:0 auto 2px auto; }

#search-box p.searchSubmit a { border-radius: 100px; border: 0; padding:6px 0; width: 160px; margin:2px auto 8px auto; font-size: 100%;}
#search-box .inputDate,#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd select{ font-size: 13px;}
#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl.structure.structure2.lft{ width: 46%; float: left; margin-left: 2%;}
.hasDatepicker{ padding: 1px 3px;}
#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd select{ height: 30px;border-radius:4px;font-size: 16px!important;}
#search-box .number ul li.child a{ line-height: 1.2;}
body .childBox.popup-contents { z-index:999 !important; }

#search-box #search-box-body dl.structure label{ font-size: 14px;}
@media screen and (max-width:330px) {
#search-box #search-box-body dl.structure label{ font-size: 12px;}
}

#dropmenu{ width: 100%; bottom: 70px; background-color: #fff; z-index: 11; position: fixed; border: 1px solid #f2c0bd; box-sizing: border-box;}
#dropmenu .close{text-align: center; background-color: #f1f1f1; padding: 8px 0; display: block; font-size: 14px; font-weight: bold;}
#dropmenu ul{overflow: hidden;}
.ken47{float: left; width: 48%; margin: 0 1%; border-bottom: 1px dotted #ddd; box-sizing: border-box;}
.ken47 a{display: block; text-align: center; font-size: 14px; padding: 8px 0; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) #fff 0 -5px no-repeat;}
.ken47 a:hover{background-color: #fdf1f0;}
.dealTop{box-sizing: border-box;}
.dealTop a{display: block; text-align: center; font-size: 14px; padding: 8px 0; clear: both; background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) #fff 60px -5px no-repeat;}
.dealTop a:hover{background-color: #fdf1f0;}
#dropmenu ul li:hover{background-color: #f1f1f1 !important;}
#NewArea{z-index: 11;}
#NewArea .thisClose{border: 1px solid #f2c0bd; font-size: 18px !important; text-align: center; color: #f2c0bd; width: 24px; height: 24px; background-color: #fff; padding-top: 0px; bottom: 220px; right: 10px; position: fixed; z-index: 12;}

#NewSearch{
    display: block !important;
    opacity: 1 !important;
}


#showMsg { display: none;}

/* =====20210317 by 277===== */
#keyVisual div ul.ptexp .jdsCoponSwitch,
#keyVisual div ul.ptexp .foreg{
	display: none!important;
}



#topLogo {
    position: relative;
    padding: 12px;
      border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
#topLogo img{max-width: 100%;}



#OVERVIEW .holder {
  background-color: #FFF;
  margin: 24px 16px 0;
  padding: 16px;
  padding-bottom: 0;
  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: 20px;
    display: flex;align-items: center ; justify-content: center;
}

#OVERVIEW h2 img{width: auto;}
#OVERVIEW{padding-top:20px;}