@charset "utf-8";

/* Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote {
    margin:0px;
    padding:0px;
}

body {
   /* font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    -webkit-text-size-adjust: 100%;
    white-space:nowrap;
}

ul,li {
    marker-offset:0px;
}

li,dt,dd {
    list-style-type:none;
}

img {
    vertical-align:bottom;
    border:0;
}

a {
    color: #202020;
    text-decoration: none;
}

/* ClearFix */
.clearfix {
/zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height:0;
}

/*************************
 * ヘッダー
 *************************/
#rococoHeader {
    width:100%;
    /*margin-top:10px;*/
}
#headerUpper {
     width: 100%;
    height: 34px;
    margin-bottom: 15px;
}
#headerUpper h1 {
/*    width:138px;*/
width: 183px;
    height: 34px;
    margin-left: 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
#headerUpper #shop_rogo {
   /* background-image:url(../images/sp/rococo.png) ;*/
    background-image:url("../images/sp/rococo_new.png") ;
    background-position:0 0;
	    background-size: contain;
 /*   background-size:138px 30px;*/
    background-repeat:no-repeat;
 /*   width:138px;*/
/*    height:30px;*/
    height:34px;
    display:block;
}
#headerGuide {
    float:right;
    height: 30px;
}
#headerGuide li {
    float:left;
    margin: 0 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#sitemap {
    display:block;
    width:35px;
    height:30px;
    background-image:url(../images/sp/sitemap.png) ;
    background-position:0 0;
    background-size:35px 30px;
    background-repeat:no-repeat;
}
#info_rogo {
    display:block;
    width:35px;
    height:30px;
        background-image:url(../images/sp/info_rogo4.png) ;
    background-position:5px 3px;
    background-size:27px 27px;
    background-repeat:no-repeat;
}

/*************************
 * フッター
 *************************/
#rococoFooter {
    width:100%;
    height:auto;
/*    background-color: #252525;*/
    background-color: #3d3d3d;
    color: #fff;
}
#rococoFooter a {
    color: #fff;
}
#sp_txt_footer {
    width:100%;
    /*padding:5px 0 10px;*/
    padding:30px 0 30px;
    /*border-bottom:1px #fff dotted;*/
    text-align:center;
    background-color: #3d3d3d;
}
#sp_txt_footer li{
    display:inline-block;
    zoom: 1;
    font-size:10px;
    padding:0 10px;
    border-left:1px #ffffff solid;
}
#sp_txt_footer li:first-child
{
    border-left:none;
}

#sp_copy_footer{
    position:relative;
    width:100%;
    height:63px;
    background-color:#3d3d3d;
}

#sp_copy_footer .copy{
/*    position:absolute;
    top: 13px;
    left: 15px;
    width:145px;
    height: 30px;*/
    font-size:10px;
   text-align:center;
	padding-top:20px; 
}

#sp_copy_footer .btn {
    position:absolute;
    top: 13px;
    right: 15px;
    width: 72px;
    height:26px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#sp_copy_footer .btn a{
    display:block;
    width:70px;
    height: 20px;
    padding: 2px 0;
    line-height: 20px;
    color:#8b0008;
    text-align:center;
    font-family:helvetica, arial, verdana, sans-serif;
    font-weight:normal;
    border:1px solid #8b0008;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#fff;

}

.other_link{
    background-color:#3d3d3d;
	display: flex;
	align-items:center;
	justify-content :space-between;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0 10%;
	padding: 15px 0;
}
.other_link li{
	width: 50%;
	padding: 15px 0;
	text-align: center;
}
.other_link li:last-child{
	border-left: 1px solid #999999;
}

.other_link li p{
	font-size: 10px;
	margin-top: 5px;

}
.insta_logo{
	width: 25px;
}
.koromobito_logo{
	width: 100px;
}


.campany_link{
	text-align: center;
	font-size: 13px;
	margin-top: 25px;
}
.campany_link span{
	font-size: 10px;
}
/********************************
 * ヘッダー・フッター共通
 *******************************/

 /* ナビゲーション */

ul.sp_navi {
    display:table;
    width:100%;
    border-bottom:1px #FFF solid;
	border-top:1px #FFF solid;
}

ul.sp_navi li {
    position:relative;
    width:20%;
    height:50px;
    background-color:#252525;
    display:table-cell;
    border-left:1px #ffffff solid;
    text-align:center;
    vertical-align: bottom;
}
ul.sp_navi li:first-child {
    border-left:none;
}
ul.sp_navi li>a {
    display:block;
    width:100%;
    height: 100%;
    color:#FFF;
    font-size:10px;
}
ul.sp_navi span {
    position:absolute;
    display:block;
    width:100%;
    height: 25px;
    top: 25px;
    line-height:25px;
}

/* サーチ */
.sp_search {
    clear:both;
    padding:10px 5px 10px 12px;
    border-bottom:1px #fff solid;
}

.sp_search_container {
     width:100%;
}

#ico_search  {
    background: #fff url(../images/sp/search.png) no-repeat;
    background-size:20px 20px;
    background-position:right 7px bottom 7px;
    padding: 2px 2px 2px 10px;
    width:100%;
    height:30px;
    border:1px solid #b3b3b3;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -webkit-box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance:none;
}

.sp_search .main  {
    float: left;
    width: 100%;
}
.sp_search .main form {
/*    margin:0 120px 0 0;*/
    margin:0 22px 0 0;
    font-size:10px;
     }
.sp_search .sub {
    margin:7px 0 0 -105px;
    float:right;
    width:95px;
    font-size:12px;
    height: 24px;
    display: block;
    line-height: 24px;
    overflow:hidden;
    }
.sp_search .sub a {
    display:block;
    padding-right:20px;
    width:85px;
    position:relative;
    color:#202020;
     }
.sp_search .sub a:after {
    display:block;
    position:absolute;
    top:50%;
    right:14px;
    width:6px;
    height:6px;
    margin-top:-4px;
    border-top:solid 2px #2490d0;
    border-right:solid 2px #2490d0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    content:"";

     }


/***********************
 * ナビゲーション用ロゴ
 ***********************/
.new_rogo {
    background-image:url(../images/sp/new_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.campaign_rogo {
    background-image:url(../images/sp/campaign_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.category_rogo {
    background-image:url(../images/sp/category_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.brand_rogo {
    background-image:url(../images/sp/brand_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.guide_rogo {
    background-image:url(../images/sp/guide_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.feature_rogo {
    background-image:url(../images/sp/feature_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}
.style_rogo {
    background-image:url(../images/sp/style_rogo.png) ;
    background-position:50% 6px;
    background-size:22px 22px;
    background-repeat:no-repeat;
}


/***********************
 * デリバリー
 ***********************/

#delivery{
	/*width: 90%;*/
    padding: 8px 0 8px;
    /*background-color: #f6f4f2;*/
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
    border: solid 5px #e2e2e2;
}
#delivery p{
	margin:0;
	/*text-indent:7px;*/
}
#delivery .date_at{
	font-size: 14px;
    color: #8b0008;
    font-weight: bold;
	padding:0 1px 0 0;
}
#delivery .time_at{
	font-size: 14px;
    color: #8b0008;
    font-weight: bold;
	padding:0 1px;
}
#delivery .holiday_at{
	font-size: 10px;
    font-weight: bold;
	margin:0 0 0 0;
}
#delivery .delivery_info{
    /* white-space: normal; */
    /*letter-spacing: 0.1em;*/
    color: #8b0008;
    font-weight: bold;
	font-size:12px;
}