@charset "UTF-8";
/* -----------------------------------------------------------
   COFFEE
------------------------------------------------------------*/
#contentsArea h1{text-indent:-9999px;}


@media all and (min-width: 768px) {
#contentsArea{
	background: url(../img/coffee_bg.jpg) center top;
}
#contentsArea .inner{
	padding:0 40px 40px;
	}
#contentsArea h1{
	display:block;
	height:340px;
	background:url(../img/coffee_header.jpg) no-repeat;
	}
#infoList dt{
	height: 64px;
	position: relative;
	background-image: url(../img/coffee_theme1.jpg);
	border-top: 1px solid #f5f3ec;
}
#infoList dt:first-child{border-top:none;}
#infoList dt h2{
	cursor: pointer;
	display: block;
	padding-left: 60px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	background: url(../img/coffee_icon.png) 18px 18px no-repeat;
	color: #fff;
	font-weight: normal;
	line-height: 64px;
	box-sizing: border-box;
}
#infoList dt h2:after{
	content: url(../img/coffee_open.png) ;
	position: absolute;
	top: 10px;
	right: 18px;
}
#infoList dt.active h2:after{
	content: url(../img/coffee_close.png) ;
}

#infoList dd{
	background-color: #f5f3ec;
	padding: 30px;

}
#infoList dd p{
	color: #392f28;
	line-height: 1.4;
	font-size: 90%;
}
}

@media all and (max-width: 767px) {
#contentsArea{
	background-image: url(../img/coffee_bg_smp.jpg);
	background-size: contain;
}
#contentsArea h1{
	display:block;
	width:100%;
	height:0;
	padding-top:71.875%;
	background-size:cover;
	background-image:url(../img/coffee_header_smp.jpg);
	}
#contentsArea .inner{
	width:90%;
	margin:0 auto;
	padding-bottom: 30px;
	}
#infoList dt{
	position: relative;
	background-image: url(../img/coffee_theme1.jpg);
	border-top: 1px solid #f5f3ec;
}
#infoList dt:first-child{border-top:none;}
#infoList dt h2{
	cursor: pointer;
	height: 40px;
	display: block;
	font-size:90%;
	line-height: 20px;
	background: url(../img/coffee_icon.png) 2% 10px no-repeat;
	background-size:20px;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 0 10px 35px;
}
#infoList dt h2:after{
	content: "";
	position: absolute;
	top: 20%;
	right: 5px;
	width:25px;
  height:25px;
  background-image:url(../img/coffee_open.png) ;
  background-size:contain;
	background-repeat: no-repeat;
  vertical-align:middle;
}
#infoList dt.active h2:after{
	content: "";
	position: absolute;
	top: 20%;
	right: 5px;
	width:25px;
  height:25px;
  background-size:contain;
	background-repeat: no-repeat;
  vertical-align:middle;
	background-image:url(../img/coffee_close.png) ;
}

#infoList dd{
	background-color: #f5f3ec;
	padding:20px;

}
#infoList dd p{
	color: #392f28;
	line-height: 1.4;
	font-size: 80%;
}
}
