@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */

header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
font-size: 12px;
-webkit-text-size-adjust: none;
background-color: #fff;
color: #000;
font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif !important;
line-height: 1.5;
}
a{
    color: #000;
}
body.fontS{ font-size: 10px; }
body.fontM{ font-size: 12px; }
body.fontL{ font-size: 14px; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}

@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !common
---------------------------------------------------------- */

.hdm{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    background: #fc56a4;
    border-radius: 3px;
    -moz-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .hdm{
        color: #FFF;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px;
        text-align: left;
    }
}

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: #eeeeee;
}
.jspDrag {
    background: #b9b9b9;
}
.jspDrag:hover{
    background: #b9b9b9;
}
.jspDrag:active{
    background: #b9b9b9;
}



/* !wrapper
---------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 1159px;
    background: url("../images/bg_top.jpg") repeat 0 0;
}
.fa{
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.inner{
	max-width: 1159px;
	margin: 0 auto;
    position: relative;
}
.main-inner{
    max-width: 1159px;
    padding: 15px 30px 50px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main{
    width: 717px;
    float: left;
}
#side{
    float: right;
    width: 335px;
}
@media screen and (max-width: 767px) {
	.inner{
		width: 100%;
		padding: 0 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
    #main{
        width: 100%;
        float: none;
    }
    #side{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
	.main-inner{
        width: 100%;
		padding: 10px 5px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* !header
---------------------------------------------------------- */

.maintxt{
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

#header{
    max-height: 940px;
}
.header-in{
    width: 1159px;
    margin: 0 auto;
    position: relative;
}
.slider01{
    background: url("../images/top_slider01.jpg") no-repeat 0 0;
    width: 100%;
    height: 635px;
}
.slider02{
    background: url("../images/top_slider02.jpg") no-repeat 0 0;
    width: 100%;
    height: 635px;
}
.header-in .box{
    position: absolute;
    padding: 40px;
    top: 20px;
    left: 0;
    z-index: 9;
}
.header-in .header-tel{
    text-align: center;
}


#navToggle {
    width: 98%;
    white-space: nowrap;
    border: 2px solid #fff;
    background-color: #351904;
    border-radius: 3px;
    box-shadow: 0 3px 0 #7a0b4b;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    margin: 0 1%;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spheader-box{
    background: url("../images/bg_header.png") no-repeat top center #ECEBEB;
    padding: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spheader-box .logo{
}
.spheader-box .sptel{
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
}
.spheader-box .sptel a{
    display: block;
    background: #d90977;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}
.spheader-box .sp-open{
    margin-top: 10px;
}



.gnav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.gnav ul {
    list-style: none;
}

.gnav li {
    list-style-type:none;
    display: list-item;
    width: 33.33%;
    border: 1px solid #ff88ce;
    background: #ff44b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff44b2), color-stop(36%,#ff44b2), color-stop(100%,#ff44b2));
    background: -webkit-linear-gradient(top, #ff44b2 0%,#ff44b2 36%,#ff44b2 100%);
    background: linear-gradient(to bottom, #ff44b2 0%,#ff44b2 36%,#ff44b2 100%);
    box-sizing: border-box;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    float: left;
    position: relative;
}

.gnav li a {
    padding: 5px 10px;
    display: block;
    color: #ffffff;
}

.sp-menu{
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 999;
    width: 50px;
}








@media screen and (max-width: 767px) {
    .maintxt{
        font-size: 12px;
        padding: 0 10px;
        line-height: 24px;
        height: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .maintxt marquee{
        line-height: 24px;
    }

    .headerlogo{
        padding: 5px 0;
        float: left;
    }
    .headerlogo img{
        width: 120px;
    }
}
/* !contents
---------------------------------------------------------- */

#contents{

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

}
/* !navbar
---------------------------------------------------------- */

#navbar {
    position: relative;
}
#navbar ul {
    text-align: center;
}

#navbar li {
    float: left;
    width: 14.28%;
    border-right: 2px solid #fceaf4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar li a{
    display: block;
    background: #fc56a4;
    height: 50px;
    padding: 6px 0 10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbar li a:hover{
    color: #fff600;
    text-decoration: none;
}
#navbar li .en {
    display: block;
    font-size: 12px;
}

#navbar li .ja {
    display: block;
    font-size: 14px;
    font-weight: bold;
}





/* !MENU - !navbarCollapse
---------------------------------------------------------- */

#navbarCollapse{
    width: 220px;
    position: fixed;
    height: 100%;
    top: 0;
    left:-220px;
    z-index: 99999;
    overflow: scroll;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4f3d07;
}
#navbarCollapse .img{
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .img img{
    width: 180px;
}
#navbarCollapse li{
    padding: 0 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse li a{
    display: block;
    padding: 12px 10px;
    background: url("../images/ico02.png") no-repeat right center;
    -webkit-background-size: 24px;
    background-size: 24px;
    font-size: 14px;
    color: #d90977;
    border-bottom: 1px dashed #000;
}
#navbarCollapse li:first-child{
    border-top: 1px solid #4f3d07;
}
.scroll-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}



/* !nav-list
---------------------------------------------------------- */
.nav-list02{
    padding: 10px 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/bg_navlist.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
}
.nav-list02-box{
    display: inline-block;
}

.nav-list02 a{
    display: inline-block;
    /*background: url(http://www.cocosia.estheshop.com/images/bg_dayselect_day.png) no-repeat top center;*/
    background: #000;
    border-radius: 18px;
    color: #FFF;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 9px;
    width: 106px;
    font-weight: bold;
}
.nav-list02 a:hover{
    background: #3c3129;
    color: #cfbbab;
    text-decoration: none;
}
.nav-list02 a.on{
    background: #3c3129;
    color: #cfbbab;
}
@media screen and (max-width: 767px) {
    .nav-list02{
        padding: 5px 0 10px;
        background:none;
    }
    .nav-list02-box{
        display: inline-block;
        width: 345px;
        margin: 0 auto;
    }
    .nav-list02 a{
        margin-top: 5px;
        display: inline-block;
        float: left;
        height: 36px;
        line-height: 36px;
        margin-right: 9px;
        width: 106px;
        color: #fff;
        font-weight: bold;
    }
    .nav-list02 a.off{
        display: none;
    }
}


/* !mainimg
---------------------------------------------------------- */
#mainimg{
    background: url("http://www.cocosia.estheshop.com/images/mainimg.png") no-repeat top center;
    height: 600px;
}
@media screen and (max-width: 767px) {
    #mainimg{
        margin-top: 50px;
        background: none;
        height: auto;
    }
}
/* !teaser
---------------------------------------------------------- */
.teaser {
}

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

}
/* !side
---------------------------------------------------------- */
#side{
    text-align: center;
}
.side-links li+li{
    margin-top: 15px;
}

.concept{
    margin-top: 15px;
}
.concept-box{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.mobile{
    margin-top: 15px;
}

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

}

/* !schedule
---------------------------------------------------------- */
.top .schedule{
    margin-top: 15px;
}

.schedule-box{
    margin-top: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    padding: 10px 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box ul{
    margin: -16px 0 0 -10px;
}
.schedule-box li{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .listbox{
    border: 1px solid #ff0099;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
}
.schedule-box .listbox .box{
    border: 1px solid #ff0099;
    background: url("../images/bg_schedule_box.jpg") repeat-x 0 0;
}
.schedule-box .time{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #ff0099;
    background: #ff90cf;
}
.schedule-box .listimg{
    border: 1px solid #ff0099;
    margin: 2px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .name{
    font-size: 12px;
    font-weight: bold;
    color: #ff0099;
}

.schedule-box .size{
    font-size: 12px;
    color: #ff0099;
}

@media screen and (max-width: 767px) {
    .top .schedule{
        margin-top: 10px;
    }
    .schedule-box{
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
        padding: 10px 10px 20px;
        border: 1px solid #8d7f64;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box ul{
        margin: -10px 0 0 -10px;
    }
    .schedule-box 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;
    }
}


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

}



/* !pageTop
---------------------------------------------------------- */




#spmenu01 ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#spmenu01 li{
    list-style-type: none;
    display: list-item;
    width: 33.33%;
    border: 1px solid #4F3639;
    background: #4f3d07;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 5px 0;
    float: left;
    position: relative;
}










#spmenu .ht01{
    position: relative;
    height: 60px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 0;
    color: #ffffff;
    background: #4f3d07;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu em{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 22px;
    line-height: 22px;
}
#spmenu span{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #c1b07b;
}
#spmenu ul li{
    float: left;
    width: 50%;
}
#spmenu ul li{
    border-bottom:  1px solid #222;
}
#spmenu ul li a{
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 15px 0 15px 10px;
    background: url("../images/ico02.png") no-repeat right 10px center #4f3d07;
    -webkit-background-size: 30px;
    background-size: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu ul li:nth-child(2n) a{
    border-left: 1px solid #222;
}

.up {
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
    background: #241e1b;
}

.up a{
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-family: "FontA";
    line-height: 20px;
    color: #fff;
    padding-top: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    background: #ac8436;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.up a:after{
    position: absolute;
    z-index: 3;
    top: 8px;
    left: calc(50% - 3px);
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.pagetop{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    width: 60px;
}
@media screen and (max-width: 767px) {
    .pagetop{
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99;
        width: 40px;
    }
}


/* !footer
---------------------------------------------------------- */

#footer{
    background: url("../images/bg_footer.gif") repeat-x 0 0 #ff4599;
}


.footerlinks{
    padding-top: 20px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footerlinks a+a{
    border-left: 1px solid #fff;
}

.footerlinks a{
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1;
    color: #fff;
}


.footer-box{
    padding: 20px 0 10px;
}
.logofooter{
    padding-top: 10px;
    text-align: center;
}
.logofooter img{
    width: 200px;
}
.footer-right{
    width: 100%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.copyright{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
.footer-tel{
    font-size: 21px;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.footer-tel span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.footer-tel a{
    font-size: 30px;
    color: #fff;
}


.out-links{
    text-align: center;
    margin-top: 20px;
}
.out-links a{
    display: inline-block;
    text-align: center;
    color: #fff;
}
.out-links a:last-child{
    margin-left: 50px;
}
.link .out-links a{
    display: inline-block;
    text-align: center;
    color: #000;
}
.link .footer-box .out-links a{
    display: inline-block;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    #footer{
        padding: 53px 0 0;
    }
    .footer-box{
        padding: 5px 0 15px;
    }
    .logofooter{
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .footer-right{
        float: none;
        width: 100%;
        padding-top: 10px;
    }
    .copyright{
        margin-top: 10px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .footer-tel{
        font-size: 16px;
    }
    .footer-tel span{
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
    .footer-tel a{
        font-size: 20px;
        color: #fff;
    }
    .out-links{
        margin-top: 10px;
    }
}



/* !navToggle
---------------------------------------------------------- */


/*#navToggle {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*padding: 5px;*/
    /*background: #0019d3;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 999;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.sptel{*/
    /*background: #0019d3;*/
    /*color: #fff;*/
    /*text-align: center;*/
/*}*/
/*.sptel a{*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
    /*display: block;*/
/*}*/
/*.sptel a img{*/
    /*width: 30px;*/
/*}*/
/*.sptel a span{*/
    /*display: inline-block;*/
    /*padding: 5px 0 5px 40px;*/
    /*background: url("http://www.cocosia.estheshop.com/images/icon_tel.png") no-repeat 0 0;*/
    /*-webkit-background-size: 35px;*/
    /*background-size:  35px;*/
/*}*/
/*#navToggle a {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: calc(20% - 5px);*/
    /*height: 60px;*/
    /*margin: 0 2.5px;*/
    /*border-radius: 3px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*#navToggle a:nth-child(1){*/
    /*background: url("http://www.cocosia.estheshop.com/images/btmenu1.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

/*#navToggle a:nth-child(2){*/
    /*background: url("http://www.cocosia.estheshop.com/images/btmenu2.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/
/*#navToggle a:nth-child(3){*/
    /*background: url("http://www.cocosia.estheshop.com/images/btmenu3.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/
/*#navToggle a:nth-child(4){*/
    /*background: url("http://www.cocosia.estheshop.com/images/btmenu4.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

/*#navToggle a:nth-child(5){*/
    /*background: url("http://www.cocosia.estheshop.com/images/btmenu5.png") no-repeat top center #fff;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/





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

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

}

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

}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {

}

