@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 top.css

+++++++++++++++++++++++++++++++ */

/*
カルーセル
-----------------------------------*/
#main_image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
/* // キャメル珈琲カスタマイズ
	margin-top:185px;
 */
}
#main_image .bx-wrapper { margin-bottom: 0; }
#main_image .bx-viewport {
    overflow: visible !important;
    left: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
#main_image .bx-viewport:before,
#main_image .bx-viewport:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 2000px;
    background: rgba(255, 255, 255, .6);
    content: " ";
    z-index: 10;
}
#main_image .bx-viewport:before {
    left: 723px;
}
#main_image .bx-viewport:after {
    right: 723px;
    height: auto;
    visibility: visible;
}

#main_image .bxslider { margin: 0; }

.bx-wrapper .bx-caption {
    background: #000;
    background: rgba(0, 0, 0, .5);
}

#main_image .bx-pager {
    bottom: -20px;
    padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a { background: #fff; border:2px solid #004098}
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #004098; }

#main_image .bx-controls-direction a {
    width: 47px;
    height: 48px;
    margin: -24px 0 0;
    background: rgba(51, 51, 51, .6);
}
#main_image .bx-wrapper .bx-prev { left: -47px; }
#main_image .bx-wrapper .bx-next { right: -47px; }

#main_image .bxslider li{
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	box-sizing:border-box;
}
/* // キャメル珈琲カスタマイズ cmShopTopPage1.htmlのヘッダーから移動 */
#main_image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0;
}
/* /// キャメル珈琲カスタマイズ */

main.topPageMain {
 padding-top:0;
}

.bxslider li {
display: none;
}
.bx-viewport .bxslider li {
display: block !important;
}

/*通常赤*/
#emergencyArea_topWrap_style{
	width:100%;
	text-align:center;
    background: #b41400;
}

/*プレゼント帯黄色
#emergencyArea_topWrap_style{
    width:100%;
    text-align:center;
    background: #ffd900;
}*/


#emergencyArea_topWrap_style #emergencyArea_style {
    color: #fff;
    width: 1280px;
    box-sizing: border-box;
	margin:0 auto !important;
    padding: 10px calc((100vw - 100%) / 2);
	text-align:left;
}


/*
新着レビュー
-----------------------------------*/
#arrival_review {
    padding: 0;
    margin: 0;
}
#arrival_review .box_review {
    float: left;
    width: 420px;
}
#arrival_review .box_review:nth-child(odd) { margin-right: 20px; }
#arrival_review .box_review:not(:nth-child(-n+2)) { margin-top: 30px; }
#arrival_review .image {
    float: left;
    width: 160px;
    margin-right: 20px;
}
.box_review .rate {
    margin: 10px 0 20px;
    font-size: 14px;
    font-weight: bold;
}
.box_review .title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.box_review .title a { text-decoration: underline; }
.box_review .title a:hover { text-decoration: none; }
.box_review .review { margin: 0 0 20px; }
.box_review .user { margin: 0; }

#arrival_review .more {
    clear: both;
    position: relative;
    top: 15px;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    font-size: 16px;
    text-align: center;
}
#arrival_review .more:after {
    margin-left: 10px;
    content: url(../images/common/ico_arrow_d.png);
    vertical-align: 2px;
}
#arrival_review .more.opened:after { content: url(../images/common/ico_arrow_u.png); }

/*
お知らせ
-----------------------------------*/
#rss {
	margin: 20px 0;
}
.box_notice {
    padding: 5px 20px 10px 20px;
    border-bottom: 1px solid #cccccc;
	margin-bottom:12px;
}


.box_notice .titieBox_style {
	font-size: 16px;
	position: relative;
	margin-bottom:10px;
	cursor : pointer;
	display:block;
}

.box_notice .day_style {
	color:#898989;
	font-size:13px;
	margin-bottom:8px;
}

.box_notice .titleInfo_style {
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
	margin-left:15px;
}
.box_notice .textInfo_style {
	margin-bottom:12px;
	line-height: 1.9;
	display:none;
}
.box_notice .textInfo_style a.rssLink_textInfo_style{
	color:#eb701e !important;
	text-decoration:underline !important;
}
.box_notice .titieBox_style::after {
	content: "+";
	display: block;
    position: absolute;
    color: #000;
    right: 0;
    top: 0;
}
.box_notice .open_style::after {
    content: " - ";
}


