@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: #9c8674;
    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: #a58a73;
}
.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: #c8b990;
    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: #9c8674;
        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: #a58a73;
    }
    .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: #c8b990;
        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: #b79f81;
    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(#bda98a), to(#efe4c8));
  background-image: -webkit-linear-gradient(left, #bda98a 0%, #efe4c8 100%);
  background-image: linear-gradient(to right, #bda98a 0%, #efe4c8 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: #c8b990;
	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: #c8b990;
    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: #c8b990;
    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 #e6dccb;
    white-space: nowrap;
}
.system-in table td{
    font-size: 25px;
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #e6dccb;
}
.system-in table td[colspan="3"]{
    font-size: 16px;
    text-align: left;
    color: #a58a73;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #e6dccb;
}
.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 #e6dccb;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zuyibox li:first-child{
    background: #c8b990;
    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 #e6dccb;
}
.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 #e6dccb;
    }
    .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 #e6dccb;
        white-space: nowrap;
    }
    .system-in table td{
        font-size: 20px;
        text-align: right;
        padding: 10px;
        border-bottom: 1px solid #e6dccb;
    }
    .system-in table td span{
        font-size: 12px;
    }

}

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

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #e6dccb;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #e6dccb;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #ffffff;
    background: #c8b990;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e6dccb;
    border-right: 1px solid #e6dccb;
}
.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 #e6dccb;
    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) {
	
}
/* ==========================================================
   LUXZ NAGOYA Japanese Ivory-Gold Theme / Direct replacement patch
   Layout-safe: color, gradient, border, shadow and visual tone only.
   No HTML, width, height, margin, padding, position, font-size or line-height changes.
   Palette: ivory / warm white / greige / champagne gold / soft sakura / sage.
========================================================== */

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

body {
    color: #766b61 !important;
    background-image:
        radial-gradient(circle at 10% 0%, rgba(232, 221, 201, 0.66) 0%, rgba(232, 221, 201, 0.26) 22%, rgba(232, 221, 201, 0.00) 43%),
        radial-gradient(circle at 88% 9%, rgba(203, 188, 145, 0.28) 0%, rgba(203, 188, 145, 0.00) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(249, 246, 240, 0.86) 47%, rgba(255, 253, 249, 0.94) 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: #c8b990 !important;
    color: #ffffff !important;
}

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

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

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

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

.headerlogo img,
.spheaderlogo img,
.logofooter img,
#navbarCollapse .img img {
    -webkit-filter: sepia(0.45) saturate(0.82) hue-rotate(350deg) brightness(1.04);
    filter: sepia(0.45) saturate(0.82) hue-rotate(350deg) brightness(1.04);
}

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

.header01 {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 241, 0.98) 100%) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 241, 0.98) 100%) !important;
    box-shadow: 0 2px 14px rgba(80, 64, 49, 0.12) !important;
    border-bottom-color: #e3d8c5 !important;
}

.splinks a img,
footer .footer_switch img {
    -webkit-filter: sepia(0.38) saturate(0.92) hue-rotate(350deg) brightness(1.07);
    filter: sepia(0.38) saturate(0.92) hue-rotate(350deg) brightness(1.07);
}

#navbar,
#navbar.fixed {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.96) 0%, rgba(250, 246, 238, 0.96) 56%, rgba(238, 229, 211, 0.94) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 246, 238, 0.96) 56%, rgba(238, 229, 211, 0.94) 100%) !important;
    border-top-color: rgba(255, 255, 255, 0.92) !important;
    border-bottom-color: #c8b990 !important;
    box-shadow: 0 2px 10px rgba(100, 83, 65, 0.14) !important;
}

#navbar li:first-child:before,
#navbar li:after {
    border-left-color: rgba(190, 176, 145, 0.56) !important;
}

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

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

/* Slide menu / SP menu */
#navbarCollapse {
    background: -webkit-linear-gradient(top, rgba(255, 252, 247, 0.98) 0%, rgba(246, 240, 230, 0.97) 100%) !important;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(246, 240, 230, 0.97) 100%) !important;
    color: #9a8370 !important;
    box-shadow: -8px 0 24px rgba(95, 76, 57, 0.16) !important;
}

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

#navbarCollapse li a {
    color: #927966 !important;
    background-color: rgba(255, 253, 249, 0.82) !important;
    border-bottom-color: #d9cdbb !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

#navbarCollapse li:first-child {
    border-top-color: #d9cdbb !important;
}

#spmenu .ht01,
#spmenu01 li,
.sptel,
#navToggle {
    background: -webkit-linear-gradient(left, #d7c69d 0%, #bfa985 100%) !important;
    background: linear-gradient(90deg, #d7c69d 0%, #bfa985 100%) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 3px 0 rgba(142, 121, 91, 0.42) !important;
}

#spmenu em,
#spmenu span {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.42) !important;
}

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

#spmenu ul li a {
    color: #947c67 !important;
    background-color: rgba(255, 253, 249, 0.96) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

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

/* Common heading / section title */
.hdm,
.caption,
.sectionTitleTop,
.sectionDesc p,
.ttl01,
.ttl01 .en,
.ttl01 .ja,
.ttl01 .fa,
.tx_f1,
.tx_f1:hover {
    color: #b8a37f !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.94), 0 0 12px rgba(204, 188, 145, 0.28) !important;
}

.caption:after,
.hdm:after {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(160, 135, 101, 0.15) !important;
}

.sectionTitleLine:after {
    background: -webkit-linear-gradient(left, rgba(202, 185, 144, 0.00) 0%, #c8b990 50%, rgba(202, 185, 144, 0.00) 100%) !important;
    background: linear-gradient(90deg, rgba(202, 185, 144, 0.00) 0%, #c8b990 50%, rgba(202, 185, 144, 0.00) 100%) !important;
}

/* Containers / cards */
.mainbox,
.schedule-box,
.all-news {
    border-color: #ded3c0 !important;
    background-color: rgba(255, 253, 249, 0.86) !important;
    box-shadow: 0 0 18px rgba(120, 96, 70, 0.08) !important;
}

.com-container,
.mainbox01,
.system-box,
.room-box,
.recruit-box,
.link-box,
.access-box,
.information,
.new-face-box,
.sp-pick-up-box {
    color: #766b61 !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: #74675b !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

/* New face / therapist cards */
.new-face-box .des,
.schedule-box .listbox-in,
.side-news-box .listbox-in {
    background-color: rgba(255, 253, 249, 0.96) !important;
}

.new-face-box .des {
    border-color: rgba(204, 188, 145, 0.52) !important;
}

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

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

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

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

/* Index information */
.side-link {
    background-color: rgba(250, 246, 238, 0.88) !important;
}

.side-link li .listbox .txt {
    background: -webkit-linear-gradient(left, #d5c39a 0%, #bfa985 100%) !important;
    background: linear-gradient(90deg, #d5c39a 0%, #bfa985 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.36) !important;
}

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

.topInfo ul li .meta .ico {
    background-color: #bfa985 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.34) !important;
}

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

.topInfo ul li .subject .tit {
    color: #ffffff !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#bfa985), to(#e8ddc7)) !important;
    background-image: -webkit-linear-gradient(left, #bfa985 0%, #e8ddc7 100%) !important;
    background-image: linear-gradient(90deg, #bfa985 0%, #e8ddc7 100%) !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.34) !important;
}

.new_mark {
    color: #b28e75 !important;
}

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

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

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

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

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

.staff01-des .ht03,
.access-cont-tit,
.zuyibox li:first-child,
.recruit-box dt {
    background: -webkit-linear-gradient(left, #d0bf98 0%, #bba383 100%) !important;
    background: linear-gradient(90deg, #d0bf98 0%, #bba383 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.38) !important;
}

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

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

.system-in table th {
    background: -webkit-linear-gradient(left, #d0bf98 0%, #bba383 100%) !important;
    background: linear-gradient(90deg, #d0bf98 0%, #bba383 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.38) !important;
}

.system-in table td:nth-child(1) {
    background-color: rgba(255, 253, 249, 0.96) !important;
    color: #74675b !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76) !important;
}

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

.system-in table tr:first-child th,
.system-in table tr:first-child td {
    background: -webkit-linear-gradient(left, #d0bf98 0%, #e8ddc7 100%) !important;
    background: linear-gradient(90deg, #d0bf98 0%, #e8ddc7 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.38) !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: #ded3c0 !important;
}

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

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

.access-cont-txt a {
    color: #9a8370 !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: #ded3c0 !important;
}

.hotel-box table th,
.des-schedule table th {
    background: -webkit-linear-gradient(left, #d0bf98 0%, #bba383 100%) !important;
    background: linear-gradient(90deg, #d0bf98 0%, #bba383 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.38) !important;
}

.hotel-box table td,
.des-schedule td {
    background-color: rgba(255, 253, 249, 0.96) !important;
    color: #74675b !important;
}

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

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

.side-news-box .name {
    background: #4f463e !important;
    color: #e6d3a3 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.44) !important;
}

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

.side-news-box .size {
    background: #d6c4a6 !important;
    color: #4f463e !important;
}

/* Buttons / nav lists / page top */
.nav-list02 a,
.nav-list02 a:hover,
.nav-list02 a.on,
.up a {
    background: -webkit-linear-gradient(left, #d0bf98 0%, #bba383 100%) !important;
    background: linear-gradient(90deg, #d0bf98 0%, #bba383 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(112, 91, 66, 0.40) !important;
}

.nav-list02 a:hover,
.nav-list02 a.on {
    color: #fffaf0 !important;
}

.bd_n {
    border-color: rgba(200, 185, 144, 0.46) !important;
}

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

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

#footer .pagetop {
    background-color: #c8b990 !important;
    color: #fffdf9 !important;
}

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

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

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

.copyright {
    color: #9e8b78 !important;
}

footer .footer_switch ul li a {
    background: -webkit-linear-gradient(top, #fffdf9 0%, #ede3d2 100%) !important;
    background: linear-gradient(180deg, #fffdf9 0%, #ede3d2 100%) !important;
    box-shadow: 0 0 18px rgba(90, 73, 54, 0.16) !important;
}

footer .footer_switch ul li:nth-child(1) a {
    background: -webkit-linear-gradient(top, #fffdf9 0%, #e6dccb 100%) !important;
    background: linear-gradient(180deg, #fffdf9 0%, #e6dccb 100%) !important;
}

footer .footer_switch ul li:nth-child(2) a {
    background: -webkit-linear-gradient(top, #fff6f5 0%, #efbfc1 100%) !important;
    background: linear-gradient(180deg, #fff6f5 0%, #efbfc1 100%) !important;
}

footer .footer_switch ul li:nth-child(3) a,
footer .footer_switch ul li:nth-child(4) a {
    background: -webkit-linear-gradient(top, #f8fbf7 0%, #a9c4b5 100%) !important;
    background: linear-gradient(180deg, #f8fbf7 0%, #a9c4b5 100%) !important;
}

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

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

/* Mobile tone: same palette as PC, only opacity tuned for small-screen fixed parts. */
@media screen and (max-width: 767px) {
    #contents {
        background-color: rgba(255, 255, 255, 0.64) !important;
    }

    .header01 {
     background: #FDFCF9!important;

    }

    #navbarCollapse {
        background: -webkit-linear-gradient(top, rgba(255, 252, 247, 0.99) 0%, rgba(246, 240, 230, 0.98) 100%) !important;
        background: linear-gradient(180deg, rgba(255, 252, 247, 0.99) 0%, rgba(246, 240, 230, 0.98) 100%) !important;
    }

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

    .footer_switch ul li a,
    footer .footer_switch ul li a {
        box-shadow: 0 0 20px rgba(90, 73, 54, 0.18) !important;
    }
}

