@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.php------------------------*/
.enter #header{
    background: url("../images/bg_header.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.enterlink-box{
    background: #000;
}
.enterlink-txt{
    font-size: 12px;
    padding: 12px 0 15px;
    text-align: center;
    color: #fff;
}
iframe{
    width: 100% !important;
    max-width: 100%!important;
}

.enterlink{
    text-align: center;
}
.enterlink span{
    margin: 0 20px 0 20px;
}
.enter-box{
    padding: 0 0 300px;
    text-align: center;
}
.enter-event{
    margin: 30px 0 56px;
}
.enter-event .img{
    margin-top: 5px;
}

.rule-box{
    text-align: center;
}
.enter-box .rule{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 2.8;
}
.enter-box .rule span{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .enter #contents{
        padding-top: 0;
    }
    .enterlink-box{
    }
    .enterlink{
        text-align: center;
        margin:0  0 30px;
    }
    .enterlink a img{
        width: 100px;
    }
    .enter-box{
        padding: 0 0 50px;
        text-align: center;
    }
    .enter-event{
        margin: 10px 0 30px;
    }
    .enter-box .rule span{
        display: block;
        margin-top: 20px;
    }
    .enter-box .rule{
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        line-height: 2;
    }
}

/*------------------------index.php------------------------*/



.top .event{
    position: relative;
    /*margin-top: -100px;*/
    text-align: center;
}
.new-face{
    margin-top: 20px;
}
.new-face-box{
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-face-box .des{
    background: #fff;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-face-box .name{
    display: inline-block;
    margin-right: 10px;
    color: #993366;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
    font-size: 18px;
}
.new-face-box .name span{
    font-size: 14px;
}
.new-face-box .time{
    font-size: 14px;
    color: #ff005a;
}
.new-face-box .time i{
    margin-right: 10px;
}
.slick-slide{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-prev{
    width: 32px;
    height: 32px;
    background: url("../images/prev.png") no-repeat 0 0;
    margin-top: -16px;
    left: -40px;
    z-index: 99;
}
.slick-next{
    width: 32px;
    height: 32px;
    background: url("../images/next.png") no-repeat 0 0;
    margin-top: -16px;
    right: -40px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}

.otherlink{
    margin: 20px 0 0;
}
.otherlink ul{
    margin-left: -20px;
}
.otherlink li{
    width: 50%;
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-link{
    padding: 10px 0 40px;
    background-color: rgba(255,255,255, 0.7);
    margin-bottom: 50px;
}
.side-link ul{
    margin: -20px 0 0 -20px;
}
.side-link li{
    float: left;
    width: 33.33%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-link li .listbox .txt{
    background: #ffc662;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .top .event{
        /*margin-top: -10px;*/
    }
    .new-face{
        margin-top: 20px;
    }
    .new-face-box{
        padding: 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .new-face-box .des{
        background: #fff;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .new-face-box .name{
        display: inline-block;
        margin-right: 10px;
        color: #993366;
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
        font-size: 18px;
    }
    .new-face-box .name span{
        font-size: 14px;
    }
    .new-face-box .time{
        font-size: 14px;
        color: #ff005a;
    }
    .new-face-box .time i{
        margin-right: 10px;
    }
    .slick-slide{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-prev{
        width: 32px;
        height: 32px;
        background: url("../images/prev.png") no-repeat 0 0;
        margin-top: -16px;
        left: -40px;
        z-index: 99;
    }
    .slick-next{
        width: 32px;
        height: 32px;
        background: url("../images/next.png") no-repeat 0 0;
        margin-top: -16px;
        right: -40px;
        z-index: 99;
    }

    .slick-prev:before,
    .slick-next:before{
        display: none;
    }

    .otherlink{
        margin: 10px 0 0;
    }
    .otherlink ul{
        margin-left: -10px;
    }
    .otherlink li{
        width: 50%;
        float: left;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link{
        padding: 10px 10px 10px;
        background-color: rgba(255,255,255, 0.7);
   
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link ul{
        margin: 0 0 0 0;
    }
    .side-link li{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .side-link li img{
        width: 100%;
    }
    .side-link li .listbox .txt{
        background: #ffc662;
        color: #fff;
        font-size: 12px;
        line-height: 1.5;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


.movie iframe{
    margin-top: 15px;
}





.topInfo{
    margin-top: 20px;
}
.topInfo .ttl01{
    text-align: left;
}
.topInfo .wrap {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.info-in{
    max-height: 630px;
    overflow-y: auto;
}
.topInfo .wrap > div {
    width: 100%;
}

.topInfo a:hover {
    text-decoration: underline;
}

.topInfo ul li {
    padding: 0.75em 0;
    border-bottom: 1px dashed #bcbab3;
    font-size: 0.875em;
}

.topInfo ul li .meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.topInfo ul li .meta .ico {
    width: 80px;
    margin-right: 1em;
    background-color: #ff6f2e;
    color: #fff;
    text-align: center;
}

.topInfo ul li .meta .date {
    color: #666666;
}

.topInfo ul li .subject {
    padding: 0.25em 0;
}
.topInfo ul li .subject .tit{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
	padding: 0.5rem 1rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.topInfo ul li .subject .txt{
    font-size: 14px;
}
.topInfo .more {
    padding-top: 1em;
    font-size: 0.875em;
    text-align: right;
}

@media (max-width: 767px) {
    .topInfo{
        margin-top: 0;
    }
    .topInfo .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .topInfo .wrap > div {
        width: 100%;
    }
    .info-in{
        max-height: 700px;
        overflow-y: auto;
    }
}




@media screen and (max-width: 767px) {

}


.pick-up-box .swiper-container{
    background: #241e1b;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .listtit{
    font-size: 14px;
    color: #c1b07b;
    line-height: 1.6;
}
.pick-up-box .listsize{
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 3px;
}
.pick-up-box .listsize span{
    color: #c1b07b;
}
.pick-up-box .listtxt{
    border-top: 1px solid #3c3129;
    font-size: 12px;
    color: #cfbbab;
    padding: 5px 0 0;
}

.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/arrowR.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}

@media screen and (max-width: 767px) {

}


/*------------------------system.php------------------------*/

.system-box{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.price-txt02{
    margin-top: 20px;
    border-bottom: 1px dashed #4f3d07;
    border-top: 1px dashed #4f3d07;
    text-align: left;
    font-size: 16px;
    padding: 15px 0;
    color: #4f3d07;
}



/*------------------------therapist.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 0 20px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainbox{
    margin-top: 20px;
    padding: 20px 30px 30px;
    border-color: #ffc662;
	border-width: 1px;
    border-style: solid;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainbox01{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .mainbox{
        margin-top: 10px;
        padding: 10px 10px 20px;
    }
    .com-container{
        margin: 0;
        padding: 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 400px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    border: 3px solid rgba(255,255,255,0.8);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imglist{
    margin-top: 10px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid rgba(255,255,255,0.8);
    cursor: pointer;
}

.staff01-des{
    float: left;
    width: 430px;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .ht03{
    background: #ffc662;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 23px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-des .name{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 12px;
    color: #000;
    padding-bottom: 15px;
    padding-left: 20px;
}
.comment-box{
    font-size: 16px;
    padding: 10px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.des-schedule .box{
    margin: 20px 10px 0;
}
.des-schedule table{
    width: 100%;
    border: 1px solid #4f3639;
}
.des-schedule table th{
    color: #d9cb96;
    background: #4f3d07;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4f3639;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #4f3639;
}

@media screen and (max-width: 767px) {

    .slider-for .slick-slide img{
        margin: 0 auto;
        max-height: 400px;
    }
    .slider-nav .slick-slide{
        padding: 0 5px !important;
        margin: 5px 0 0 0;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .slick-next::before{
        content: '';
    }
    .slick-prev::before, .slick-next::before {
        display: none;
    }
    .staff01-des{
        float: none;
        width: 100%;
        padding: 10px 10px;
    }





}


.des-schedule{
    display: none!important;
}


/*------------------------room.php------------------------*/

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #4f3d07;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6c5a4d;
}
.room-box .room-in{
    margin-top: 30px;
}
.room-box .room-in ul{
    margin: -20px 0 0 -20px;
}
.room-box .room-in li{
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url("../images/box-close.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.room-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #4f3d07;
}
@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-box .room-in{
        margin-top: 15px;
    }
    .room-box .room-in ul{
        margin: -10px 0 0 -10px;
    }
    .room-box .room-in li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
    .fancybox-skin{
        padding: 10px!important;
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
}
/*------------------------access.php------------------------*/

.access .map{
    width: 750px;
    margin: 25px auto 0;
}
.access .map iframe{
    width: 750px;
    height: 490px;
}

.access-cont{
    margin-top: 20px;
}
.access-cont-tit{
    font-size: 20px;
    color: #fff;
    background: #ffc662;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
}
.access-cont-tit i{
    margin-right: 10px;
}
.access-cont-txt{
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-cont-txt a{
    color: #c1b07b;
    font-size: 20px;
}
.jieshao{
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 32px;
}

.system-in table{
    width: 100%;
}
.system-in table tr:nth-child(2n+1){
    background: #fff;
}
.system-in table th{
    width: 30%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #FFE4B5;
    white-space: nowrap;
}
.system-in table td{
    font-size: 25px;
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #FFE4B5;
}
.system-in table td[colspan="3"]{
    font-size: 16px;
    text-align: left;
    color: #FF1FE7;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #FFE4B5;
}
.system-in table td:nth-child(1){
    text-align: center;
}
.system-in table td:nth-child(2){
    text-align: center;
}
.system-in table td span{
    font-size: 16px;
}
.system-links{
    margin-top: 20px;
}
.system-links ul{
    margin-left: -20px;
}
.system-links li{
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zuyibox{
    margin-top: 20px;
    text-align: left;
}
.zuyibox ul{
    border: 1px solid #FFE4B5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zuyibox li:first-child{
    background: #ffc662;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.zuyibox li{
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 10px;
}
.zuyibox li+li{
    border-top: 1px solid #FFE4B5;
}
.zuyibox li:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}





@media screen and (max-width: 767px) {
    .jieshao{
        font-size: 14px;
        color: #000;
        text-align: left;
        line-height: 28px;
    }
    .system-in table td[colspan="3"]{
        font-size: 14px;
        text-align: left;
        padding: 8px 10px 15px 10px;
        border-bottom: 1px solid #FFE4B5;
    }
    .access .map{
        width: 100%;
        margin: 15px auto 0;
    }
    .access .map iframe{
        width: 100%;
    }

    .system-in table th{
        width: 30%;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #FFE4B5;
        white-space: nowrap;
    }
    .system-in table td{
        font-size: 20px;
        text-align: right;
        padding: 10px;
        border-bottom: 1px solid #FFE4B5;
    }
    .system-in table td span{
        font-size: 12px;
    }

}

/*------------------------recruit.php------------------------*/

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #FFE4B5;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #FFE4B5;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #ffffff;
    background: #ffc662;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #FFE4B5;
    border-right: 1px solid #FFE4B5;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #000;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #FFE4B5;
    line-height: 2;
}


.recruit-box dd a{
    color: #000;
}

@media screen and (max-width: 767px) {
    .recruit-in{
        margin: 10px 10px 0;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #666;
}
.hotel-box table th{
    font-weight: bold;
    border: 1px solid #666;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #ab9355;
    background: #000;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #666;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #fff;
    background: #000;
}

@media screen and (max-width: 767px) {

    .hotel-box .caption{
        font-size: 14px;
    }
    .hotel-box table th{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
    .hotel-box table td{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
}
/*------------------------link.php------------------------*/
.link-in{
    margin: 25px 0 0;
}
.link-box table{
    width: 100%;
    border: 1px solid #c6a544;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #c6a544;
}
.link-box table td{
    border: 1px solid #c6a544;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .link-in{
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .link-box table td{
        padding: 30px 10px;
    }
}

 



/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}
/* ==========================================================
   Kyukyoku Lovers Sakura-Pink Theme / Direct replacement patch
   Layout-safe: color, gradient, border, shadow, opacity/filter only.
   No HTML, width, height, margin, padding, position, font-size, or line-height changes.
========================================================== */

html,
body {
    background-color: #fff8fa !important;
}

body {
    color: #6d5f63 !important;
    background-image:
        radial-gradient(circle at 12% 6%, rgba(255, 205, 216, 0.74) 0%, rgba(255, 205, 216, 0.22) 18%, rgba(255, 205, 216, 0.00) 36%),
        radial-gradient(circle at 88% 14%, rgba(255, 143, 177, 0.36) 0%, rgba(255, 143, 177, 0.00) 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 246, 249, 0.78) 46%, rgba(255, 255, 255, 0.92) 100%),
        url("../images/bg_top.jpg") !important;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat !important;
    background-attachment: fixed, fixed, fixed, fixed !important;
    background-position: top left, top right, top center, top center !important;
    background-size: auto, auto, auto, cover !important;
}

::selection {
    background: #ff86a8;
    color: #ffffff;
}

a,
a:link,
a:visited {
    color: #ff6f99 !important;
}

a:hover,
a:active {
    color: #ff4f88 !important;
}

#contents {
    background-color: rgba(255, 255, 255, 0.46) !important;
}

/* Header / PC navigation */
#header {
    background-color: rgba(255, 255, 255, 0.64) !important;
}

.headertel,
.headertel span,
.headertel span a,
.footer-tel,
.footer-tel a {
    color: #6b5c60 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.header01 {
    background: -webkit-linear-gradient(top, rgba(255, 148, 178, 0.98) 0%, rgba(255, 126, 164, 0.98) 100%) !important;
    background: linear-gradient(180deg, rgba(255, 148, 178, 0.98) 0%, rgba(255, 126, 164, 0.98) 100%) !important;
    box-shadow: 0 0 24px 2px rgba(255, 116, 157, 0.24) !important;
}

.splinks a img,
footer .footer_switch img {
	-webkit-filter: saturate(1.18) hue-rotate(358deg) brightness(1.08);
    filter: saturate(1.18) hue-rotate(358deg) brightness(1.08);
}

#navbar,
#navbar.fixed {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.90) 0%, rgba(255, 235, 241, 0.92) 54%, rgba(255, 156, 185, 0.90) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 235, 241, 0.92) 54%, rgba(255, 156, 185, 0.90) 100%) !important;
    border-top-color: rgba(255, 255, 255, 0.84) !important;
    border-bottom-color: #ff8aaa !important;
    box-shadow: 0 2px 12px rgba(255, 117, 157, 0.22) !important;
}

#navbar li:first-child:before,
#navbar li:after {
    border-left-color: rgba(255, 149, 180, 0.36) !important;
}

#navbar li a {
    color: #f56e99 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

#navbar li a:hover {
    color: #ff4f88 !important;
    opacity: 0.86 !important;
}

/* Slide menu / SP menu */
#navbarCollapse {
    background: -webkit-linear-gradient(top, rgba(255, 120, 154, 0.92) 0%, rgba(255, 132, 169, 0.86) 58%, rgba(255, 155, 186, 0.80) 100%) !important;
    background: linear-gradient(180deg, rgba(255, 120, 154, 0.92) 0%, rgba(255, 132, 169, 0.86) 58%, rgba(255, 155, 186, 0.80) 100%) !important;
    color: #ffffff !important;
    box-shadow: -8px 0 24px rgba(255, 101, 144, 0.18) !important;
}

#navbarCollapse .img {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

#navbarCollapse li a {
    color: #ffffff !important;
    background-color: rgba(255, 125, 160, 0.20) !important;
    border-bottom-color: rgba(255, 255, 255, 0.42) !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

#navbarCollapse li:first-child {
    border-top-color: rgba(255, 255, 255, 0.48) !important;
}

#spmenu .ht01,
#spmenu01 li,
.sptel,
#navToggle {
    background: -webkit-linear-gradient(left, #ff8aab 0%, #ff75a0 100%) !important;
    background: linear-gradient(90deg, #ff8aab 0%, #ff75a0 100%) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 3px 0 rgba(231, 88, 130, 0.48) !important;
}

#spmenu em,
#spmenu span {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.36) !important;
}

#spmenu ul li {
    border-bottom-color: #ffd6e1 !important;
}

#spmenu ul li a {
    color: #ff6f99 !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

#spmenu ul li:nth-child(2n) a {
    border-left-color: #ffd6e1 !important;
}

/* Common heading / section title */
.hdm,
.caption,
.sectionTitleTop,
.sectionDesc p,
.ttl01,
.ttl01 .en,
.ttl01 .ja,
.ttl01 .fa,
.tx_f1,
.tx_f1:hover {
    color: #ff75a0 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92), 0 0 12px rgba(255, 180, 205, 0.46) !important;
}

.caption:after,
.hdm:after {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(255, 126, 164, 0.20) !important;
}

.sectionTitleLine:after {
    background: -webkit-linear-gradient(left, #ff7aa3 0%, #ffc3d3 100%) !important;
    background: linear-gradient(90deg, #ff7aa3 0%, #ffc3d3 100%) !important;
}

/* Containers / cards */
.mainbox,
.schedule-box,
.all-news {
    border-color: #ff9dbc !important;
    background-color: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 0 18px rgba(255, 143, 177, 0.15) !important;
}

.com-container,
.mainbox01,
.system-box,
.room-box,
.recruit-box,
.link-box,
.access-box,
.information,
.new-face-box,
.sp-pick-up-box {
    color: #6d5f63 !important;
}

.maintxt,
.info-in,
.info-in p,
.info-in .tit,
.info-in .txt,
.side-link .txt,
.schedule-box .name,
.schedule-box .age,
.schedule-box .size,
.new-face-box .des,
.new-face-box .des .name,
.new-face-box .des .time,
.access-cont-txt,
.jieshao,
.comment-box,
.staff01-des .name,
.staff01-des .size,
.room-box .txt,
.recruit-box dd,
.recruit-box dd a,
.zuyibox li,
.zuyibox dd,
.link-box table td {
    color: #6d5f63 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.66) !important;
}

/* New face / therapist cards */
.new-face-box .des {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(255, 157, 188, 0.55) !important;
}

.new-face-box .name,
.schedule-box .name,
.staff01-des .name {
    color: #ff6f99 !important;
}

.new-face-box .time,
.schedule-box .age,
.schedule-box .size,
.staff01-des .size {
    color: #f08aa4 !important;
}

.schedule-box .listimg,
.imglist li img,
.staff01-img .img img {
    border-color: #ffacc4 !important;
}

.schedule-box .size {
    border-bottom-color: #ffb6cc !important;
}

/* Index information */
.side-link {
    background-color: rgba(255, 249, 251, 0.88) !important;
}

.side-link li .listbox .txt {
    background: -webkit-linear-gradient(left, #ff8aab 0%, #ff78a1 100%) !important;
    background: linear-gradient(90deg, #ff8aab 0%, #ff78a1 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.topInfo ul li {
    border-bottom-color: #ffd4df !important;
}

.topInfo ul li .meta .ico {
    background-color: #ff82a8 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.32) !important;
}

.topInfo ul li .meta .date {
    color: #f4779c !important;
}

.topInfo ul li .subject .tit {
    color: #ffffff !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff78a1), to(#ffc4d3)) !important;
    background-image: -webkit-linear-gradient(left, #ff78a1 0%, #ffc4d3 100%) !important;
    background-image: linear-gradient(90deg, #ff78a1 0%, #ffc4d3 100%) !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.32) !important;
}

.new_mark {
    color: #ff4f88 !important;
}

.pick-up-box .swiper-container {
    background: -webkit-linear-gradient(top, #fff8fa 0%, #ffe8ef 100%) !important;
    background: linear-gradient(180deg, #fff8fa 0%, #ffe8ef 100%) !important;
}

.pick-up-box .listtit,
.pick-up-box .listsize span {
    color: #ff6f99 !important;
}

.pick-up-box .listsize,
.pick-up-box .listtxt {
    color: #6d5f63 !important;
}

.pick-up-box .listtxt {
    border-top-color: #ffc3d3 !important;
}

/* System / price tables */
.price-txt02,
.room-box .tit {
    color: #ff6f99 !important;
    border-color: #ffadc6 !important;
}

.staff01-des .ht03,
.access-cont-tit,
.zuyibox li:first-child,
.recruit-box dt {
    background: -webkit-linear-gradient(left, #ff87aa 0%, #ff76a0 100%) !important;
    background: linear-gradient(90deg, #ff87aa 0%, #ff76a0 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.system-in table tr:nth-child(2n+1) {
    background-color: rgba(255, 250, 252, 0.96) !important;
}

.system-in table th,
.system-in table td {
    border-bottom-color: #ffbfd2 !important;
}

.system-in table th {
    background: -webkit-linear-gradient(left, #ff87aa 0%, #ff76a0 100%) !important;
    background: linear-gradient(90deg, #ff87aa 0%, #ff76a0 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.system-in table td:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.96) !important;
    color: #6d5f63 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.system-in table td:nth-child(2),
.system-in table td[colspan="3"] {
    background-color: rgba(255, 255, 255, 0.96) !important;
    color: #ff6f99 !important;
}

.system-in table tr:first-child th,
.system-in table tr:first-child td {
    background: -webkit-linear-gradient(left, #ff87aa 0%, #ffc2d2 100%) !important;
    background: linear-gradient(90deg, #ff87aa 0%, #ffc2d2 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.zuyibox ul,
.recruit-in,
.recruit-box dl,
.recruit-box dt,
.recruit-box dd,
.link-box table,
.link-box table tr,
.link-box table td {
    border-color: #ffb7cc !important;
}

.zuyibox li,
.zuyibox dd,
.recruit-box dd,
.system-in table td,
.link-box table td {
    background-color: rgba(255, 255, 255, 0.96) !important;
}

.zuyibox li+li {
    border-top-color: #ffd8e3 !important;
}

.access-cont-txt a {
    color: #ff6f99 !important;
}

/* Hotel / legacy tables */
.hotel-box table tr,
.hotel-box table th,
.hotel-box table td,
.des-schedule table,
.des-schedule table th,
.des-schedule td {
    border-color: #ffb7cc !important;
}

.hotel-box table th,
.des-schedule table th {
    background: -webkit-linear-gradient(left, #ff87aa 0%, #ff76a0 100%) !important;
    background: linear-gradient(90deg, #ff87aa 0%, #ff76a0 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.hotel-box table td,
.des-schedule td {
    background-color: rgba(255, 255, 255, 0.96) !important;
    color: #6d5f63 !important;
}

/* Side news / legacy cards */
.all-news {
    border-color: #ffacc4 !important;
}

.side-news-box .listbox-in {
    border-left-color: #ffb6cc !important;
    border-bottom-color: #ffb6cc !important;
}

.side-news-box .name {
    background: #ff82a8 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.34) !important;
}

.side-news-box .age {
    background: #ff9fbd !important;
    color: #ffffff !important;
}

.side-news-box .size {
    background: #ffd7e2 !important;
    color: #7a6268 !important;
}

/* Buttons / nav lists / page top */
.nav-list02 a,
.nav-list02 a:hover,
.nav-list02 a.on,
.up a {
    background: -webkit-linear-gradient(left, #ff87aa 0%, #ff76a0 100%) !important;
    background: linear-gradient(90deg, #ff87aa 0%, #ff76a0 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(190, 70, 104, 0.38) !important;
}

.bd_n {
    border-color: rgba(255, 126, 164, 0.46) !important;
}

#up a:after {
    border-top-color: #ff75a0 !important;
    border-left-color: #ff75a0 !important;
}

#footer {
    border-top-color: #ff8ead !important;
    background-color: rgba(255, 253, 254, 0.98) !important;
}

#footer .pagetop {
    background-color: #ff82a8 !important;
    color: #ffffff !important;
}

.footerlinks {
    background-color: #fff2f6 !important;
}

.footerlinks a {
    color: #ff6f99 !important;
}

.footerlinks a+a {
    border-left-color: #ffc6d5 !important;
}

.copyright {
    color: #d78099 !important;
}

footer .footer_switch ul li a {
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffe7ef 100%) !important;
    background: linear-gradient(180deg, #ffffff 0%, #ffe7ef 100%) !important;
    box-shadow: 0 0 24px 2px rgba(255, 126, 164, 0.18) !important;
}

/* Scrollbar */
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
    background: #ffe7ef !important;
}

.jspDrag,
.jspDrag:hover,
.jspDrag:active {
    background: #ff9fbd !important;
}

/* Mobile tone: same palette, slightly denser pink for fixed header/menu visuals */
@media screen and (max-width: 767px) {
    #contents {
        background-color: rgba(255, 255, 255, 0.58) !important;
    }

    .header01 {
        background: -webkit-linear-gradient(top, rgba(255, 140, 170, 0.98) 0%, rgba(255, 117, 157, 0.98) 100%) !important;
        background: linear-gradient(180deg, rgba(255, 140, 170, 0.98) 0%, rgba(255, 117, 157, 0.98) 100%) !important;
    }

    #navbarCollapse {
        background: -webkit-linear-gradient(top, rgba(255, 117, 157, 0.94) 0%, rgba(255, 132, 169, 0.88) 100%) !important;
        background: linear-gradient(180deg, rgba(255, 117, 157, 0.94) 0%, rgba(255, 132, 169, 0.88) 100%) !important;
    }

    .mainbox,
    .schedule-box,
    .all-news {
        background-color: rgba(255, 255, 255, 0.84) !important;
    }

    .footer_switch ul li a,
    footer .footer_switch ul li a {
        box-shadow: 0 0 22px 2px rgba(255, 117, 157, 0.24) !important;
    }
}
