@charset "UTF-8";

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.special .boxBnr{
	border-bottom:1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.special .boxBnr .bnrReport{
	margin-bottom: 30px;
}
.special .boxBnr .bnrCafeTalk{
	float: left;
}
.special .boxBnr .bnrCampaign{
	float: right;
}

.special .boxSpecialList .entry{
	float: left;
	width: 175px;
	margin-right: 20px;
	margin-bottom: 35px;
}
.special .boxSpecialList .entry:nth-child(4n){
	float: right;
	width: 175px;
	margin-right:0;
}

.special .boxSpecialList .entry .image{
	position: relative;
	margin-bottom: 10px;
}
.special .boxSpecialList .entry .label{
	position: absolute;
	top:67%;
	left: 0;
	width: 100%;
	background: url(/image/special/bg_alpha_black.png) ;
}

.special .boxSpecialList .entry .labelTop{
	position: absolute;
	top:0;
	left: 0;
	background: url(/image/special/bg_alpha_black.png) ;
}

.special .boxSpecialList .entry h4{
	color: #FFF;
	font-weight: normal;
	line-height: 160%;
	font-family: 'Tauri', sans-serif;
	padding:7px 12px 7px 12px;
}

.special .boxSpecialList .entry p{
	font-size: 1.1em;
	line-height: 160%;
}
.special .boxSpecialList .entry p a{
	color:#333;
	text-decoration:none;
}
.special .boxSpecialList .entry p a:hover{
	color:#00662C;
	text-decoration:underline;
}

.special .boxSpecialList .entry p.genre{
	font-size: 1.0em;
	font-family: 'Tauri', sans-serif;
	text-align: right;
	border-top:1px solid #CCC;
	padding-top: 5px;
	margin-top: 5px;
}
.special .boxSpecialList p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: 'Tauri', sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}


.special span.guest{
	color: #009900;
}
.special span.recipe{
	color: #FF6600;
}
.special span.3399CC{
	color: #009900;
}


.special .boxDetail{
	margin-bottom: 40px;
}

.special .boxDetail p{
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom:12px;
	letter-spacing: 1px;
}
.special .boxDetail p.smallText{
	font-size: 0.8em;
}
.special .boxDetail .free01{
	border:2px solid #ECE5CC;
	background: url(/image/common/bg_alpha_white.png) ;
	padding: 20px 40px 15px 40px;
	margin-bottom: 30px;
}
.special .boxDetail .form{
	margin:30px 0 20px 0;
	text-align:center;
}

.special .boxDetail .waku_line{
	border: 1px solid #e2ded7;
	background-color:#E2DED7;
	padding: 20px 40px 15px 40px;
	color: #5f4e44;
	margin-bottom:10px;
}
.special .boxDetail .waku_line p{
	line-height:150%;
}
.special .boxDetail p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}

.special .boxDetail .textGray{
	color: #666;
	font-weight: bold;
	margin:18px 0 18px 0;
}
.special .boxDetail .textBlack{
	color: #000;
	font-weight: bold;
}
.special .boxDetail .textSmall{
	font-size:0.8em;
	line-height:130%;
}
.special .boxDetail img.photoFrame{
	border:solid 1px #efefef;
	padding:5px 5px 8px 5px;
	background-color:#fff;
}


.special .boxRelate .entry{
	float: left;
	width: 175px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 35px;
}
.special .boxRelate .entry .image{
	position: relative;
	margin-bottom: 10px;
}
.special .boxRelate .entry .label{
	position: absolute;
	top:67%;
	left: 0;
	width: 100%;
	background: url(/image/special/bg_alpha_black.png) ;
}
.special .boxRelate .entry .labelTop{
	position: absolute;
	top:0;
	left: 0;
	background: url(/image/special/bg_alpha_black.png) ;
}
.special .boxRelate .entry h4{
	color: #FFF;
	font-weight: normal;
	font-family: 'Tauri', sans-serif;
	line-height: 160%;
	padding:7px 12px 7px 12px;
}
.special .boxRelate .entry p{
	font-size: 1.0em;
	line-height: 160%;
}
.special .boxRelate .entry p a{
	color:#333;
	text-decoration:none;
}
.special .boxRelate .entry p a:hover{
	color:#00662C;
	text-decoration:underline;
}
.special .boxRelate p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.7em;
	font-family: 'Tauri', sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:25px;
}


/*----------------------------------------
　特集イントロ部分共通
-------------------------------------------*/
.special .boxTitle{
	background: #FFF;
	margin-bottom: 40px;
}
.special .boxTitle h3{
	margin-bottom: 20px;
}
.special .boxTitle .box{
	padding:0 30px 25px 30px;
}
.special .boxTitle .boxMeta{
	margin-bottom: 12px;
}
.special .boxTitle .update{
	float:left;
	width: 300px;
}
.special .boxTitle .SNS{
	float:right;
	width: 350px;
	text-align: right;
}
.special .boxTitle p.title{
	font-size: 1.6em;
	color: #000;
	margin-bottom: 6px;
}
.special .boxTitle p.subtitle{
	font-size: 1.3em;
	color: #666;
}
.special .boxTitle p.lead{
	border-top:1px solid #CCC;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 1.2em;
}

/*----------------------------------------
　SHOP DATA
-------------------------------------------*/
.special .boxDetail .shopData{
	background: #FFF;
	padding: 25px 25px 20px 20px;
	margin-top: 30px;
}
.special .boxDetail .shopData p.title{
	margin-bottom: 12px;
}
.special .boxDetail .shopData .shop_photo{
	float: right;
}
.special .boxDetail .shopData p.shop_name{
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
	padding-left: 5px;
	margin-bottom: 10px;
}
.special .boxDetail .shopData table{
	width:435px;
	border-collapse:collapse;
	border-spacing: 0px;
}
.special .boxDetail .shopData th{
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0 5px 5px;
	vertical-align: top;
	width: 100px;
}
.special .boxDetail .shopData td{
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0 5px 0;
	vertical-align: top;
}

.special .boxDetail h4 {
	font-size: 2.0em;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	color: #00662C;
	line-height: 150%;
	margin-bottom:15px;
}


.cafetalk .boxAns{
}
.cafetalk .boxAns h4{
	text-align: center;
}
.cafetalk .boxAns .box{
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 25px 25px 15px 25px;
	behavior: url(/css/pie/PIE.htc);
}
.cafetalk .boxAns .box{
	margin-bottom: 40px;
}
.cafetalk .boxAns .entry{
	margin-bottom: 38px;
}
.cafetalk .boxAns .icon{
	float: left;
	width: 65px;
}
.cafetalk .boxAns .text{
	float: right;
	width: 570px;
}
.cafetalk .boxAns h5{
	font-size: 1.4em;
	color: #00662C;
	margin-bottom: 6px;
}
.cafetalk .boxAns p{
	font-size: 1.2em;
}

.cafetalk .boxAns p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}


/*----------------------------------------
　スライドショー
-------------------------------------------*/
#RotationBox{
	width:690px;
}
#RotationBox .sectionRotation{
	width:690px;
	height:400px;
	position: relative;
	z-index:2;
}
#RotationBox #pager{
	float:left;
	position: relative;
	display:inline;
	z-index:3;
	font-family:"Helvetica";
	margin-top:10px;
}
#RotationBox #pager a {
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
	font-size:12px;
	background:#999;
	margin:0 5px 0 0;
}
#RotationBox #pager a:hover,#RotationBox #pager a.activeSlide{
	background:#00662C;
}



#aside .boxSpecial{
	margin-bottom: 25px;
	border: none;
}
#aside .boxSpecial h2{
	width: 230px;
	margin: auto;
	margin-bottom: 10px;
}
#aside .boxSpecial ul{
	border-top:1px solid #CCC;
}
#aside .boxSpecial ul li{
	font-size: 1.3em;
	border-bottom:1px solid #CCC;
}
#aside .boxSpecial ul li a{
	color: #00662C;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 16px;
}
#aside .boxSpecial ul li a:hover{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 16px;
}
.report #aside .boxSpecial ul li.report a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.cafetalk #aside .boxSpecial ul li.cafetalk a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.campaign #aside .boxSpecial ul li.campaign a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.guest #aside .boxSpecial ul li.guest a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.recipe #aside .boxSpecial ul li.recipe a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.topics #aside .boxSpecial ul li.topics a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}


#aside .boxBnr{
	border-bottom:0px solid #CCC;
}
#aside .boxBnr .image{
	margin-bottom: 6px;
}
#aside .boxBnr .bnr{
}
#aside .boxBnr .bnr p{
	font-size: 1.0em;
	color: #666;
	text-align: center;
}



}






/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.special .boxBnr{
	border-bottom:1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.special .boxBnr .bnrReport{
	margin-bottom: 30px;
}
.special .boxBnr .bnrCafeTalk{
	float: left;
}
.special .boxBnr .bnrCampaign{
	float: right;
}


.special .boxSpecialList{
	width: 88%;
	margin: auto;
}
.special .boxSpecialList .entry{
	float: left;
	width: 45%;
	margin-right: 0;
	margin-bottom: 35px;
}

.special .boxSpecialList .entry:nth-child(even){
	float: right;
}
.special .boxSpecialList .entry:nth-child(odd){
	clear: both;
}

.special .boxSpecialList .entry .image{
	position: relative;
	margin-bottom: 10px;
}
.special .boxSpecialList .entry .label{
	position: absolute;
	top:67%;
	left: 0;
	width: 100%;
	background: url(/image/special/bg_alpha_black.png) ;
}

.special .boxSpecialList .entry .labelTop{
	position: absolute;
	top:0;
	left: 0;
	background: url(/image/special/bg_alpha_black.png) ;
}

.special .boxSpecialList .entry h4{
	color: #FFF;
	font-weight: normal;
	line-height: 160%;
	font-family: 'Tauri', sans-serif;
	padding:7px 12px 7px 12px;
}

.special .boxSpecialList .entry p{
	font-size: 1.2em;
	line-height: 160%;
}
.special .boxSpecialList .entry p a{
	color:#333;
	text-decoration:none;
}
.special .boxSpecialList .entry p a:hover{
	color:#00662C;
	text-decoration:underline;
}

.special .boxSpecialList .entry p.genre{
	font-size: 1.0em;
	font-family: 'Tauri', sans-serif;
	text-align: right;
	border-top:1px solid #CCC;
	padding-top: 5px;
	margin-top: 5px;
}
.special .boxSpecialList p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: 'Tauri', sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}



.special span.guest{
	color: #009900;
}
.special span.recipe{
	color: #FF6600;
}
.special span.3399CC{
	color: #009900;
}

.special .em-edit img{
	width: 100%;
	height: auto;
}

.special .boxDetail .em-edit h4{
	clear: both;
	font-size: 1.9em;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 24px;
}

.special .boxDetail{
	margin-bottom: 40px;
}

.special .boxDetail p{
	font-size: 1.5em !important;
	line-height: 180%;
	margin-bottom:12px;
}

.special .boxDetail p.smallText{
	font-size: 0.95em;
}
.special .boxDetail .free01{
	border:2px solid #ECE5CC;
	background: url(/image/common/bg_alpha_white.png) ;
	padding: 20px 40px 15px 40px;
	margin-bottom: 30px;
}

.special .boxDetail .context{
	width: 90%;
	margin: auto;
}

.wp-caption {
	width:100%!important;
	height:auto!important;
	margin: auto;
	margin-bottom: 30px;
}

.special .boxDetail .form{
	margin:30px 0 20px 0;
	text-align:center;
}

.special .boxDetail .waku_line{
	border: 1px solid #e2ded7;
	background-color:#E2DED7;
	padding: 20px 40px 15px 40px;
	color: #5f4e44;
	margin-bottom:10px;
}
.special .boxDetail .waku_line p{
	line-height:150%;
}
.special .boxDetail p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}

.special .boxDetail .textGray{
	clear: both;
	font-size: 1.7em;
	color: #666;
	font-weight: bold;
	margin:18px 0 18px 0;
}
.special .boxDetail .textBlack{
	color: #000;
	font-weight: bold;
}
.special .boxDetail .textSmall{
	font-size: 0.95em;
	line-height:140%;
}
.special .boxDetail img.photoFrame{
	border:solid 1px #efefef;
	padding:5px 5px 8px 5px;
	background-color:#fff;
}

.special .boxRelate{
	width: 90%;
	margin: auto;
}
.special .boxRelate .entry{
	float: left;
	width: 45%;
	margin-bottom: 30px;
	text-align: center;
}

.special .boxRelate .entry:nth-child(even){

	clear: both;
}
.special .boxRelate .entry:nth-child(odd){
	float: right;
}

.special .boxRelate .entry .image{
	position: relative;
	margin-bottom: 10px;
}
.special .boxRelate .entry .label{
	position: absolute;
	top:67%;
	left: 0;
	width: 100%;
	background: url(/image/special/bg_alpha_black.png) ;
}
.special .boxRelate .entry .labelTop{
	position: absolute;
	top:0;
	left: 0;
	background: url(/image/special/bg_alpha_black.png) ;
}
.special .boxRelate .entry h4{
	color: #FFF;
	font-weight: normal;
	font-family: 'Tauri', sans-serif;
	line-height: 160%;
	padding:7px 12px 7px 12px;
}
.special .boxRelate .entry p{
	font-size: 1.0em;
	line-height: 160%;
}
.special .boxRelate .entry p a{
	color:#333;
	text-decoration:none;
}
.special .boxRelate .entry p a:hover{
	color:#00662C;
	text-decoration:underline;
}
.special .boxRelate p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.7em;
	font-family: 'Tauri', sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:25px;
}


/*----------------------------------------
　特集イントロ部分共通
-------------------------------------------*/
.special .boxTitle{
	background: #FFF;
	margin-bottom: 40px;
}
.special .boxTitle h3{
	margin-bottom: 20px;
}
.special .boxTitle .box{
	padding:16px 30px 25px 30px;
}
.special .boxTitle .boxMeta{
	margin-bottom: 12px;
}
.special .boxTitle .update{
	float:left;
	width: 300px;
}
.special .boxTitle .SNS{
	float:right;
	width: 350px;
	text-align: right;
}
.special .boxTitle p.title{
	font-size: 1.8em;
	color: #000;
	margin-bottom: 6px;
}
.special .boxTitle p.subtitle{
	font-size: 1.5em;
	color: #666;
}
.special .boxTitle p.lead{
	border-top:1px solid #CCC;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 1.3em;
}

.special .boxTitle .sw-btn{
	margin-bottom: 40px;
}


/*----------------------------------------
　SHOP DATA
-------------------------------------------*/
.special .boxDetail .shopData{
	background: #FFF;
	padding: 25px 25px 20px 20px;
	margin-top: 30px;
}
.special .boxDetail .shopData p.title{
	margin-bottom: 12px;
}
.special .boxDetail .shopData .shop_photo{
	width: 200px;
	margin: auto;
	margin-bottom: 24px;
}
.special .boxDetail .shopData p.shop_name{
	font-size: 1.4em;
	font-weight: bold;
	color: #111;
	padding-left: 5px;
	margin-bottom: 10px;
}
.special .boxDetail .shopData table{
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px;
}
.special .boxDetail .shopData th{
	font-size:1.2em;
	font-weight:normal;
	padding:5px 0 5px 5px;
	vertical-align: top;
	width: 100px;
}
.special .boxDetail .shopData td{
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0 5px 0;
	vertical-align: top;
}

.special .boxDetail h4 {
	font-size: 2.0em;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	color: #00662C;
	line-height: 150%;
	margin-bottom:15px;
}


.cafetalk .boxAns{
	width: 88%;
	margin: auto;
}
.cafetalk .boxAns h4{
	text-align: center;
}
.cafetalk .boxAns .box{
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 25px 25px 15px 25px;
}
.cafetalk .boxAns .box{
	margin-bottom: 40px;
}
.cafetalk .boxAns .entry{
	margin-bottom: 38px;
}
.cafetalk .boxAns .icon{
	float: left;
	width: 65px;
}
.cafetalk .boxAns .text{
	width: 100%;
}
.cafetalk .boxAns h5{
	font-size: 1.5em;
	color: #00662C;
	margin-bottom: 6px;
}
.cafetalk .boxAns p{
	clear: both;
	font-size: 1.2em;
}

.cafetalk .boxAns p.midashi_mame{
	clear: both;
	background: url(../image/common/icon_beans_a.jpg) no-repeat 0.0em 0.0em;
	padding-left: 38px;
	font-size: 1.6em;
	font-family: 'Noto Serif JP', serif;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}


/*----------------------------------------
　スライドショー
-------------------------------------------*/
#RotationBox{
	width:690px;
}
#RotationBox .sectionRotation{
	width:690px;
	height:400px;
	position: relative;
	z-index:2;
}
#RotationBox #pager{
	float:left;
	position: relative;
	display:inline;
	z-index:3;
	font-family:"Helvetica";
	margin-top:10px;
}
#RotationBox #pager a {
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
	font-size:12px;
	background:#999;
	margin:0 5px 0 0;
}
#RotationBox #pager a:hover,#RotationBox #pager a.activeSlide{
	background:#00662C;
}



#aside .boxSpecial{
	padding: 80px 16px 20px 16px ;
	margin-bottom: 25px;
	border: none;
}
#aside .boxSpecial h2{
	width: 140px;
	margin: auto;
	margin-bottom: 10px;
}
#aside .boxSpecial ul{
	border-top:1px solid #CCC;
}
#aside .boxSpecial ul li{
	font-size: 1.3em;
	border-bottom:1px solid #CCC;
}
#aside .boxSpecial ul li a{
	color: #00662C;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 16px;
}
#aside .boxSpecial ul li a:hover{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 16px;
}
.report #aside .boxSpecial ul li.report a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.cafetalk #aside .boxSpecial ul li.cafetalk a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.campaign #aside .boxSpecial ul li.campaign a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.guest #aside .boxSpecial ul li.guest a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.recipe #aside .boxSpecial ul li.recipe a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}
.topics #aside .boxSpecial ul li.topics a{
	background: url(/image/common/bg_alpha_green.png) no-repeat;
	color: #FFF;
	display: block;
}


#aside .boxBnr{
	border-bottom:0px solid #CCC;
}
#aside .boxBnr .image{
	margin-bottom: 6px;
}
#aside .boxBnr .bnr{
}
#aside .boxBnr .bnr p{
	font-size: 1.0em;
	color: #666;
	text-align: center;
}



}