@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) {
	
}
/* ==========================================================
   Rann Aesthetic Dark-Gold 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: #030303 !important;
}

body {
    color: #f5eee0 !important;
    background-image:
        radial-gradient(circle at 12% 8%, rgba(196, 147, 58, 0.20) 0%, rgba(196, 147, 58, 0.08) 18%, rgba(196, 147, 58, 0.00) 42%),
        radial-gradient(circle at 88% 18%, rgba(226, 185, 98, 0.18) 0%, rgba(226, 185, 98, 0.05) 26%, rgba(226, 185, 98, 0.00) 48%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(12, 9, 6, 0.92) 44%, rgba(0, 0, 0, 0.96) 100%),
        url("../images/bg_top.jpg") !important;
    background-blend-mode: screen, screen, multiply, normal !important;
}

::selection {
    background: #c7ad6a;
    color: #130d05;
}

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

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

#contents {
    background-color: rgba(0, 0, 0, 0.68) !important;
}

/* Header / PC navigation */
#header,
.enter #header {
    background: linear-gradient(180deg, #050505 0%, #000000 100%) !important;
    border-bottom-color: rgba(198, 171, 96, 0.38) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.72) !important;
}

.headerlogo img,
.spheaderlogo img,
.logofooter img,
#navbarCollapse .img img {
    filter: drop-shadow(0 0 10px rgba(207, 181, 107, 0.35)) !important;
}

.headertel,
.headertel span,
.headertel span a,
.footer-tel,
.footer-tel a {
    color: #f7ead0 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.88), 0 0 12px rgba(207, 181, 107, 0.22) !important;
}

.headertel span i,
.footer-tel span i,
.access-cont-tit i,
.ttl01 .fa {
    color: #d5bc72 !important;
    text-shadow: 0 0 10px rgba(213, 188, 114, 0.36) !important;
}

.header01 {
    background: linear-gradient(180deg, #050505 0%, #000000 100%) !important;
    border-bottom-color: rgba(198, 171, 96, 0.58) !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.78) !important;
}

.scroll-menu {
    background: linear-gradient(180deg, #d8c98e 0%, #ac9250 100%) !important;
    color: #130d05 !important;
    box-shadow: inset 0 1px 0 rgba(255, 247, 200, 0.48), 0 0 14px rgba(0, 0, 0, 0.55) !important;
}

footer .footer_switch img,
.sp-menu img {
    -webkit-filter: sepia(1) saturate(0.82) hue-rotate(354deg) brightness(0.84) contrast(1.12);
    filter: sepia(1) saturate(0.82) hue-rotate(354deg) brightness(0.84) contrast(1.12);
}

#navbar,
#navbar.fixed {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.98) 0%, rgba(0, 0, 0, 0.98) 100%) !important;
    border-top-color: rgba(204, 184, 118, 0.24) !important;
    border-bottom-color: #bda56a !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.78), inset 0 -1px 0 rgba(255, 240, 179, 0.16) !important;
}

#navbar li:first-child:before,
#navbar li:after {
    border-left-color: rgba(198, 171, 96, 0.42) !important;
}

#navbar li a {
    color: #cdb56d !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.96), 0 0 10px rgba(214, 190, 112, 0.18) !important;
}

#navbar li a:hover {
    color: #fff0b8 !important;
    opacity: 0.92 !important;
}

/* Slide menu / SP menu */
#navbarCollapse {
    background: linear-gradient(180deg, rgba(174, 158, 100, 0.90) 0%, rgba(151, 134, 82, 0.88) 58%, rgba(116, 100, 56, 0.86) 100%) !important;
    color: #ffffff !important;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.42), inset 1px 0 0 rgba(255, 246, 197, 0.24) !important;
}

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

#navbarCollapse li a {
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.08) !important;
    border-bottom-color: rgba(255, 255, 255, 0.58) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.66) !important;
}

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

#navbarCollapse li a:hover {
    color: #fff0b8 !important;
    background-color: rgba(0, 0, 0, 0.18) !important;
}

#spmenu .ht01,
#spmenu01 li,
.sptel,
#navToggle,
.nav-list02 a,
.nav-list02 a:hover,
.nav-list02 a.on,
.up a {
    background: linear-gradient(180deg, #d7c386 0%, #ad9250 100%) !important;
    color: #1a0f05 !important;
    border-color: rgba(255, 244, 190, 0.62) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 214, 0.45), 0 3px 0 rgba(65, 45, 16, 0.78) !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.48) !important;
}

#spmenu em,
#spmenu span {
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.44) !important;
}

#spmenu ul li {
    border-bottom-color: rgba(198, 171, 96, 0.55) !important;
}

#spmenu ul li a {
    color: #d7bd73 !important;
    background-color: rgba(5, 5, 5, 0.94) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.88) !important;
}

#spmenu ul li:nth-child(2n) a {
    border-left-color: rgba(198, 171, 96, 0.50) !important;
}

/* Common heading / section title */
.hdm,
.caption,
.sectionTitleTop,
.ttl01,
.ttl01 .en,
.ttl01 .ja,
.ttl01 .fa,
.tx_f1,
.tx_f1:hover {
    color: #d6bd74 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.96), 0 0 16px rgba(213, 188, 114, 0.30) !important;
}

.sectionDesc p {
    color: #241403 !important;
    background: linear-gradient(90deg, #b59d62 0%, #e3d5a2 50%, #a78c4d 100%) !important;
    text-shadow: 0 1px 0 rgba(255, 249, 218, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 215, 0.48), 0 1px 10px rgba(0, 0, 0, 0.40) !important;
}

.caption:after,
.hdm:after,
.sectionTitleLine:after {
    background: linear-gradient(90deg, rgba(166, 132, 58, 0.00) 0%, rgba(226, 204, 134, 1.00) 50%, rgba(166, 132, 58, 0.00) 100%) !important;
    box-shadow: 0 1px 8px rgba(213, 188, 114, 0.34) !important;
}

/* Containers / cards */
.enterlink-box,
.mainbox,
.schedule-box,
.all-news,
.new-face-box,
.sp-pick-up-box,
.information,
.system-box,
.room-box,
.recruit-box,
.link-box,
.access-box,
.staff01-box,
.com-container {
    color: #f3ead9 !important;
}

.mainbox,
.schedule-box,
.all-news {
    border-color: rgba(198, 171, 96, 0.78) !important;
    background-color: rgba(8, 7, 5, 0.86) !important;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.70), inset 0 0 0 1px rgba(255, 244, 190, 0.06) !important;
}

.com-container,
.mainbox01,
.system-box,
.room-box,
.recruit-box,
.link-box,
.access-box,
.information,
.new-face-box,
.sp-pick-up-box,
.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,
.enterlink-txt,
.enter-box .rule {
    color: #f3ead9 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.82) !important;
}

/* New face / therapist cards */
.new-face-box .des,
.schedule-box .listbox-in,
.staff01-des,
.comment-box {
    background-color: rgba(12, 10, 7, 0.92) !important;
    border-color: rgba(198, 171, 96, 0.48) !important;
}

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

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

.schedule-box .listimg,
.imglist li img,
.staff01-img .img img,
.room-box .room-in li img,
.event .img img,
.side-link li img {
    border-color: rgba(198, 171, 96, 0.78) !important;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.62) !important;
}

.schedule-box .size {
    border-bottom-color: rgba(198, 171, 96, 0.72) !important;
}

/* Index information */
.side-link {
    background-color: rgba(0, 0, 0, 0.78) !important;
    box-shadow: inset 0 1px 0 rgba(213, 188, 114, 0.18), inset 0 -1px 0 rgba(213, 188, 114, 0.16) !important;
}

.side-link li .listbox .txt {
    background: linear-gradient(90deg, #b28f45 0%, #d8c386 50%, #a78337 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.45) !important;
}

.topInfo ul li {
    border-bottom-color: rgba(213, 188, 114, 0.55) !important;
}

.topInfo ul li .meta .ico {
    background-color: rgba(177, 145, 63, 0.92) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.78) !important;
}

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

.topInfo ul li .subject .tit {
    color: #d6bd74 !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.72) !important;
    border-color: rgba(213, 188, 114, 0.55) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.96), 0 0 8px rgba(213, 188, 114, 0.22) !important;
}

.topInfo ul li .subject .txt,
.topInfo ul li .subject .txt p {
    color: #f3ead9 !important;
}

.new_mark {
    color: #fff0b8 !important;
}

.pick-up-box .swiper-container {
    background: linear-gradient(180deg, #0a0907 0%, #000000 100%) !important;
    border-color: rgba(198, 171, 96, 0.50) !important;
}

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

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

.pick-up-box .listtxt {
    border-top-color: rgba(198, 171, 96, 0.44) !important;
}

/* System / price tables */
.price-txt02,
.room-box .tit {
    color: #d6bd74 !important;
    border-color: rgba(198, 171, 96, 0.62) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.86) !important;
}

.staff01-des .ht03,
.access-cont-tit,
.zuyibox li:first-child,
.recruit-box dt {
    background: linear-gradient(90deg, #a78337 0%, #d8c386 50%, #a78337 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.46) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 214, 0.45) !important;
}

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

.system-in table th,
.system-in table td {
    border-bottom-color: rgba(198, 171, 96, 0.62) !important;
}

.system-in table th {
    background: linear-gradient(90deg, #a78337 0%, #d8c386 50%, #a78337 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.46) !important;
}

.system-in table td:nth-child(1) {
    background-color: rgba(12, 10, 7, 0.96) !important;
    color: #f3ead9 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.80) !important;
}

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

.system-in table tr:first-child th,
.system-in table tr:first-child td {
    background: linear-gradient(90deg, #a78337 0%, #d8c386 50%, #a78337 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.46) !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: rgba(198, 171, 96, 0.64) !important;
}

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

.zuyibox li+li {
    border-top-color: rgba(198, 171, 96, 0.40) !important;
}

.access-cont-txt a {
    color: #d6bd74 !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: rgba(198, 171, 96, 0.64) !important;
}

.hotel-box table th,
.des-schedule table th {
    background: linear-gradient(90deg, #a78337 0%, #d8c386 50%, #a78337 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.46) !important;
}

.hotel-box table td,
.des-schedule td {
    background-color: rgba(12, 10, 7, 0.96) !important;
    color: #f3ead9 !important;
}

/* Side news / legacy cards */
.all-news {
    border-color: rgba(198, 171, 96, 0.74) !important;
}

.side-news-box .listbox-in {
    border-left-color: rgba(198, 171, 96, 0.66) !important;
    border-bottom-color: rgba(198, 171, 96, 0.66) !important;
}

.side-news-box .name {
    background: #0a0907 !important;
    color: #d6bd74 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.86) !important;
}

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

.side-news-box .size {
    background: #b9a66f !important;
    color: #140d05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.36) !important;
}

/* Buttons / nav lists / page top */
.nav-list02 a,
.nav-list02 a:hover,
.nav-list02 a.on,
.up a,
#up a {
    background: linear-gradient(180deg, #d7c386 0%, #ad9250 100%) !important;
    color: #1a0f05 !important;
    text-shadow: 0 1px 0 rgba(255, 246, 197, 0.48) !important;
    border-color: rgba(255, 244, 190, 0.44) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 214, 0.45), 0 0 14px rgba(0, 0, 0, 0.45) !important;
}

.bd_n {
    border-color: rgba(198, 171, 96, 0.62) !important;
}

#up a:after,
.up a:after {
    border-top-color: #1a0f05 !important;
    border-left-color: #1a0f05 !important;
    border-right-color: #1a0f05 !important;
}

#footer {
    border-top-color: #bda56a !important;
    background-color: rgba(0, 0, 0, 0.98) !important;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.72) !important;
}

#footer .pagetop {
    background-color: #bda56a !important;
    color: #1a0f05 !important;
}

.footerlinks {
    background-color: #050505 !important;
    border-bottom-color: rgba(198, 171, 96, 0.30) !important;
}

.footerlinks a {
    color: #d6bd74 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.86) !important;
}

.footerlinks a+a {
    border-left-color: rgba(198, 171, 96, 0.55) !important;
}

.copyright {
    color: #d4c9aa !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.84) !important;
}

footer .footer_switch ul li a {
    background: linear-gradient(180deg, #d7c386 0%, #ad9250 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 250, 214, 0.45), 0 0 18px rgba(0, 0, 0, 0.68) !important;
}

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

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

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

    .header01 {
        background: linear-gradient(180deg, #050505 0%, #000000 100%) !important;
        border-bottom-color: rgba(198, 171, 96, 0.70) !important;
    }

    #navbarCollapse {
        background: linear-gradient(180deg, rgba(174, 158, 100, 0.92) 0%, rgba(141, 124, 74, 0.90) 100%) !important;
    }

    .mainbox,
    .schedule-box,
    .all-news {
        background-color: rgba(7, 6, 4, 0.90) !important;
    }

    #spmenu ul li a {
        background-color: rgba(5, 5, 5, 0.96) !important;
    }

    .footer_switch ul li a,
    footer .footer_switch ul li a {
        box-shadow: inset 0 1px 0 rgba(255, 250, 214, 0.45), 0 0 18px rgba(0, 0, 0, 0.72) !important;
    }
}
