/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
	}

body {
	font-size:14px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  	font-family: 'Kosugi', sans-serif;
	font-family: 'Sawarabi Gothic', sans-serif;
	color:#695B48;
	background:#ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(https://img06.shop-pro.jp/PA01020/891/etc/haikei900.jpg?20110607161020);
	background-repeat: repeat;
	background-position: center;
  line-height:180%;
	}

form {
	margin: 0px;
	padding: 0px;
	}


div {
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}


a:link {
	color: #9D2D11;
	text-decoration: underline;
	line-height:180%;
	}

a:visited {
	color: #9D2D11;
	text-decoration: underline;
	line-height:180%;
	}

a:active {
	color: #9D2D11;
	text-decoration: underline;
	line-height:180%;
	}

a:hover {
	filter: alpha(opacity=90); /*IE*/
	opacity: .9;
	}

.marker  {background: linear-gradient(transparent 50%, #ffff66 50%);display: inline-block}

#contents {
	margin: 0px auto;
	width: 940px;
	}

ul {
	margin-right: 0px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*ページ中央の枠線の色*/
#center {
/*border: 1px solid #CCC;*/
	background: #fff;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	}



/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
header h1 {
		font-size: 12px;
		color: #a00;
		display: block;
		padding: 3px 5px;
		font-weight: bold;
	}
	header {
		width: 950px;
		margin: 0 auto;
      padding: 0;
		display: flex;
		justify-content:space-between;
      align-items: flex-start;
	}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	margin: 30px auto 10px auto;
	width: 940px;
	}

/* ------------------------------------- 
 *	ヘッダー　グローバルメニューのオンマウス
 *	※WIN IEでは適用されません
 * ------------------------------------- */

#header .menu img {
	background: #999;
	}

#header .menu img:hover {
	background: #CC3333;
	}


/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */

#title_size {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	padding-top:10px;
	}


#title_size a {
	color: #9D2D11;
	}


#title_size a:link {
	color: #9D2D11;
	text-decoration: underline;
	}

#title_size a:visited {
	color: #9D2D11;
	text-decoration: underline;
	}

#title_size a:active {
	color: #9D2D11;
	text-decoration: underline;
	}

#title_size a:hover {
	color: #9D2D11;
	background: #eee;
	text-decoration: none;
	}


/* ************************************************ 
 *	ナビ
 * ************************************************ */
nav {
  width: 950px;
  margin: 0px auto;
  padding: 0;
}

nav ul {
	display: flex;
	align-items:center;
	height: 80px;
	padding: 0;
	margin: 0;
}

nav ul li {
	list-style: none;
	padding: 0 5px;
	margin: 0;
}


/* ************************************************ 
 *	検索フォーム
 * ************************************************ */
.search_middle {
		background-color: #eee;
		width: 940px;
		margin: 10px  auto;
		padding: 10px 0;
	}
	.search_type {
		width:200px;
		height:30px;
		font-size:14px;
      border: none;
      background-color: #fff;
	}
	.search_word {
		font-size: 16px;
		width:500px;
		height:25px;
		border-radius:2px;
		outline:0;
		background:#fff;
      border: none;
      padding: 5px 10px;
      margin: 0 5px;
	}
	.square_btn{
    width:100px;
	height:30px;
	border-radius:2px;
	background:#7fbfff;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border:none;
	}
	.square_btn:hover {
    background:#fff;
	color:#7fbfff;
	}


.nama {
		font-size: 13px;
		width:200px;
		height:30px;
		margin-bottom: 3px;
		border: none;
		background-color: #fff;
		border-radius:0;
  display: block;
  box-shadow: none;
  margin-left: 20px;
  outline:none;
}


/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

select { width: 180px; }

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */

#search {
	width: 130px;
	margin: 10px auto;
	}

#search select {
	width: 125px;
	border: 1px solid #990000;
	}

#search input {
	width: 120px;
	border: 1px solid #990000;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	}


/* ------------------------------------- 
 *	左メニュー最下部　フリーエリア
 *	バナーを貼る際などにご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
#freespace_left {
	font-size: 12px;
	border: 0px solid #9D2D11;
	margin-top: 0px
	margin-left: 10px;
	padding: 2px;
	text-align: left;
	background: #FFF url(http://img06.shop-pro.jp/PA01020/891/etc/menu_bg2.jpg
);
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.cart {
	font-size: 11px;
	margin: 0px 2px 10px 2px;
	background: #FFF;
	}
.cart ul {
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	}
.cart li {
	list-style-type: none;
	}
.cart p {
	border-top: 1px dotted #333;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-weight: bolder;
	}
.cart input {
	margin: 5px;
	}


/* ************************************************ 
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	width: 200px;
	background: #cc3333
	background: #FFF url(https://img06.shop-pro.jp/PA01020/891/etc/menu_bg2.jpg);
	}



.list ul {
	line-height: 160%;
	padding: 0px 0px 0px 0px;
	}

.list li {
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/4/list_white.gif) no-repeat 6px 7px;
	}

.list li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
	}

.list li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/4/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/4/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}


/* ************************************************ 
 *	店主のコーナー　レイアウト
 * ************************************************ */

.freespace_right {
	font-size: 12px;
	border: 0px solid #9D2D11;
	margin-top: 0px
	margin-left: 10px;
	padding: 2px;
	text-align: center;
	background: #FFF url(https://img06.shop-pro.jp/PA01020/891/etc/menu_bg2.jpg);
	}

.freespace_right img {
	border: 0px solid #CC3333;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	}

.freespace_right p {
	text-align: left;
	font-size: 11px;
	}

.freespace_right li a {
	text-align: left;
	}

/* ************************************************ 
 *	RSSリンクのレイアウト
 * ************************************************ */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */
footer {
	margin: 10px auto;
	width: 950px;
	border-top: 1px dashed #999;
	font-size: 13px;
	padding: 20px;
	text-align: center;
	}

footer p {
	font-size: 13px;
	}

/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

/* ------------------------------------- 
 *	120px×120pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */
.item_box {
	text-align: center;
	padding: 10px 10px;
	width: 120px;
	float: left;
	}

.item_thumbnail {
	margin: 0px 0px 5px 10px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 120px;
	height: 120px;
	}

.item_frame {
	border: 0px;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	}

.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 11px;
	}

/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 20px;
	border-bottom: 3px solid #CC3333;
	font-size: 18px;
/* 	font-weight: bold; */
	clear: both;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	margin: 50px 0px 50px 0px;
	text-align: center;
	}



/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせ・おすすめエリアレイアウト
 * ------------------------------------- */
.top_items tr {
	text-align: center;
	}


.top_items td {
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */
.info_space {
	margin: 0 10px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	margin: 20px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

#information ul {
	font-size: 13px;
	line-height: 160%;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	}


#information li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/4/list_red.gif) no-repeat 6px 7px;
	}

#information p {
	margin: 10px 0px 20px 0px;
	}


/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	padding: 20px 0px 20px 0px;
	}

#detail .td1 {
	background: #f9f9f9;
	text-align: center;
	}

#detail .td2 {
	background: #FFF;
	}

#detail .large {
	border: 1px solid #CCC;
	margin: 0px 20px 0px 20px;
	width: 200px;
	}

#detail .small {
	margin: 20px 0px 0px 20px;
	width: 100px;
	height: 100px;
	}


#detail p {
	margin: 20px;
	padding: 5px;
	background: #FFF;
	}

#detail ul {
	/* margin: 5px;*/
	/*padding: 5px 0px 5px 20px; */
	}

#detail li {
	/* 	font-size: 13px; */
	padding: 5px 0px 5px 0px;
	}

/* ------------------------------------- 
 *	商品詳細-購入数選択・「カートに入れる」ボタン
 * ------------------------------------- */

.product_num {
	width: 50px;
	}

.product_incart {
	margin: 10px;
	text-align: center;
	}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	width:450px;
	margin: 0px 20px 0px 20px;
	height:100%;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #FB6262;
	}

#together .together_list {
	margin:10px 5px 0px 3px;
	float:left;
	width: 135px;
	text-align:center;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 20px 20px 20px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #FB6262;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	サブカテゴリー　レイアウト
 * ------------------------------------- */
.subcategory {
	padding: 10px;
	font-size: 11px;
	}


/* ------------------------------------- 
 *	検索条件表示
 * ------------------------------------- */
.search_result {
	border: 1px solid #CCC;
	margin: 20px 20px 10px 20px;
	padding: 5px;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更
 * ------------------------------------- */
.sort {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	margin: 10px 20px 10px 20px;
	font-size: 11px;
	}



/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#999;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	color: #333333;
	background-color:#f9f9f9;
	margin: 2px;
	padding: 8px 15px 8px 15px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
}

/* ------------------------------------- 
 *	サブカテゴリリスト
 * ------------------------------------- */
.subcategory_list {
	float:left;
	width: 120px;
	text-align:center;
	margin: 10px 10px;
}



/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */

#ShopKeeper {
	margin: 20px auto;
	background: #999999;
	width: 450px;
	}


#ShopKeeper th {
	width: 150px;
	background: #EEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	color: #000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	}

#ShopKeeper td {
	width: 300px;
	background: #FFF;
	padding: 5px;
	font-size: 12px;
	}

.SK p {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 30px;
	border-top: 1px solid #CCC;
	}

.SK .area {
	padding: 0px 30px 20px 30px;
	}

.SK .title {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #000;
	font-size: 13px;
	}

.SK .note {
	background: #fff;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 13px;
	}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}


/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin: 20px;
	font-size: 12px;
	}

#PrivacyExplain .title {
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	border-top: 2px solid #CCC;
	color: #000;
	font-weight: bolder;
	}

#PrivacyExplain .note {
	font-size: 11px;
	line-height: 150%;
	margin: 10px 5px 20px 15px;
	}


/* ************************************************ 
 *	注意事項
 * ************************************************ */
.noticeObj {
	background: url(https://img06.shop-pro.jp/PA01020/891/etc/bg_notice.gif?20120112131328) repeat top left;
	margin-top: 30px;	
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 6px;
	width: 600px;
	}
.noticeObj div.box {
	background-color: #fff;
	padding: 5px;
	}
.noticeObj h4 {
	color: #cc0000;
	font-size: 16px;
/* 	font-weight: bold; */
	margin-left: 5px;
	}
.noticeObj p {
/* 	font-weight: bold; */
	}
	
	
/* ************************************************ 
 *	注意事項２
 * ************************************************ */
.noticeObj_2 {
	background-color: #f7f5dd;
	margin-top: 30px;	
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 6px;
	width: 600px;
	}
.noticeObj_2 div.box {
	background-color: #fffff1;
	padding: 10px 20px;
	}
.noticeObj_2 p {
/* 	font-weight: bold; */
	}
.noticeObj_2 ul {
	margin-left: 0px;
	padding-left: 20px;
}
.noticeObj_2 ul li {
	list-style: none;
}



/* ************************************************ 
 *	750g焙煎機
 * ************************************************ */
.roast750 {
width: 560px;/*テーブルの幅*/
margin-top:20px;/*テーブルの上にスペース*/
margin-left:50px;
margin-bottom:10px;
color:#555555;
}

.roast750 .status {
text-align:center;
}

.roast750 .num {
text-align:right;
}

.roast750 td {
padding:7px 22px;
}

.roast750 tr {
	background-color:#F7F5DC;
}

.roast750 tr.even {
	background-color:#FFFFF0;
}


/* ************************************************ 
 *	豆の詳細
 * ************************************************ */
.beans {
width: 650px;/*テーブルの幅*/
margin-top:10px;/*テーブルの上にスペース*/
margin-left:20px;
margin-bottom:10px;
color:#555555;
font-size:13px;
}

.beans .status {
text-align:center;
}

.beans .num {
text-align:right;
}

.beans th,
.beans td {
padding:10px;
vertical-align: middle;
}

.beans th {
white-space: nowrap;
text-align: left;
font-weight: normal;
}

.beans tr {
	background-color:#F7F5DC;
}

.beans tr:nth-child(even) {
	background-color:#FFFFF0;
}


.beans ul li {
	font-weight: normal;
	line-height:150%;
	list-style-type: circle;
}

.beans caption {
	text-align: left;
	color:#008000;
	font-weight: bold;
	font-size: 18px;
}

.beans h3 {font-weight: normal;}

.ml0 {margin-left: 0px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.mr40 {margin-right: 40px;}

.p0 {padding: 0;}
.p10 {padding: 10px;}
.m0 {margin: 0;}

/* ************************************************ 
 *	スライドパネル
 * ************************************************ */

#slidepanel dl{
}
#slidepanel dl dt{
	height:auto!important;
}
#slidepanel dl dt.open{
	cursor:pointer;
}

#slidepanel dl dd{
	padding:5px;
	text-align: left;
}

#slidepanel dl dd.close{
 display:none;
}



/* ************************************************ 
 *	フッターの支払方法、配送方法〜
 * ************************************************ */
#guide-summary {
	font-size: 12px;
	line-height: 1.5em;
}
#guide-summary th{
	text-align:center;
	background-color: #CCC
}
#guide-summary td{
	text-align:left;
	padding:10px;
	color:#666666;
}


/* ************************************************ 
 *	商品の価格表
 * ************************************************ */
.pricedate {
	border-collapse: collapse;
	width: 600px;
	border: solid thin #eee;
	width: 560px;/*テーブルの幅*/
	margin-top:20px;/*テーブルの上にスペース*/
	margin-left:50px;
}
.pricedate th {
	padding: 5px 0;
	border: solid thin #999;
	text-align: center;
	white-space: nowrap;
	background-color:#F7F5DC;
}
.pricedate td {
	border: solid thin #999;
	padding: 10px 0px;
	text-align: center;
}
.pricedate caption {
	caption-side: bottom;
}



/* ************************************************ 
 *	テーブル
 * ************************************************ */
.table{
width: 560px;
border-collapse: collapse;
margin-top: 10px;
}
.table th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
border: 1px solid #b9b9b9;
}
.table td{
padding: 6px;
border: 1px solid #b9b9b9;
}



/* ************************************************ 
 *	YouTube
 * ************************************************ */
.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


em{
background-color: #F4FA58;
padding: 2px;}

/* ************************************************ 
 *	送料の表
 * ************************************************ */
	.postage-table {
		border-collapse: collapse;
		margin-top: 10px;
		margin-left: 10px;
      width: 80%;
	}
	.postage-table th {
		padding: 10px;
		text-align: left;
		vertical-align: top;
		border: 1px solid #999;
		font-weight: normal;
	}
	.postage-table td {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #999;
		font-weight: normal;
      text-align: center;
	}

.postage {padding: 10px 0;}
.postage li {margin-bottom: 10px;}
.postage ul {
	list-style-type: circle;
}




/****************************************

         味覚表

*****************************************/	

.table-taest {
	width: 650px;
	margin-top:10px;
	margin-left:20px;
	border-collapse: collapse;
	margin-top: 20px;
}

.table-taest tr th  {
	text-align: center;
	padding: 5px;
	white-space: nowrap;
	width: 18%;
	background-color: #f7f5dd;
	border: 1px solid #fff;
	font-weight: normal;
	 }
	
.table-taest tr td  {
	padding: 15px 0;
	text-align: center;
	width: 18%;
  	background-color: #fffff1;
	font-size: 18px;
	border: 1px solid #fff;
	}

.table-taest caption {
	text-align: right;
	margin: 0;
	padding: 0;
  caption-side: bottom;
}

/****************************************

         価格表

*****************************************/	

.table-price {
	width: 650px;
	margin-top:10px;
	margin-left:20px;
	border-collapse: collapse;
	margin-top: 20px;
}

.table-price tr th  {
	text-align: center;
	padding: 5px;
	white-space: nowrap;
	width: 15%;
	background-color: #f7f5dd;
	border: 2px solid #fff;
	font-weight: normal;
	 }
	
.table-price tr td  {
	padding: 15px 0;
	text-align: center;
	width: 15%;
  	background-color: #fffff1;
	font-size: 14px;
	border: 2px solid #fff;
	}

.table-price caption {
	text-align: right;
	margin: 0;
	padding: 0;
  caption-side: bottom;
}


/****************************************
         レート（★）
*****************************************/	

.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 14px;
  font-size: 14px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 14px;
}

.rate1-5:after {
  width: 21px;
}

.rate2:after {
  width: 28px;
}

.rate2-5:after {
  width: 35px;
}

.rate3:after {
  width: 42px;
}

.rate3-5:after {
  width: 49px;
}

.rate4:after {
  width: 56px;
}

.rate4-5:after {
  width: 63px;
}

.rate5:after {
  width: 70px;
}

.wrap {
  width: 70px;
  margin: 0 auto;
}

/****************************************
         グリーンのレート（★）
*****************************************/	

.green_rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 18px;
  font-size: 18px;
}
.green_rate span {
	font-size: 21px;
	text-align: center;
}
.green_rate:before, .green_rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.green_rate:before {
  color: #ddd;
}
.green_rate:after {
  color: #99cc99;
  overflow: hidden;
  white-space: nowrap;
}

.green_rate0:after {
  width: 0;
}

.green_rate1:after {
  width: 18px;
}

.green_rate1-5:after {
  width: 27px;
}

.green_rate2:after {
  width: 36px;
}

.green_rate2-5:after {
  width: 45px;
}

.green_rate3:after {
  width: 54px;
}

.green_rate3-5:after {
  width: 63px;
}

.green_rate4:after {
  width: 72px;
}

.green_rate4-5:after {
  width: 81px;
}

.green_rate5:after {
  width: 90px;
}

.wrap {
  width: 100px;
  margin: 0 auto;
}



/****************************************
         flex
*****************************************/	
.flex-tateyoko {
display: flex;
flex-direction: row; /*主軸を左から右に変更*/
justify-content: center; /*主軸方向に中央揃え*/
align-items: center;
}

.flex-tateyoko-item {
margin: 10px;
width: 50%;
max-width: 300px;
text-align: left;
}


/****************************************
         特売品
*****************************************/	
.sale_price {color:#ee0000;}



/****************************************
         豆の写真
*****************************************/	
.beans_ph {
width: 630px;
margin-top:20px;
margin-left:20px;
margin-bottom:10px;
background-color: #f0ece6;
text-align: center;
padding: 10px;
}

.beans_ph img {
	width: 100%;
	height: auto;
}

.beans_ph h4 {
text-align: center;
margin-top:10px;
margin-bottom:0;
padding: 0;
}

.beans_ph h5 {
text-align: center;
font-weight: normal;
margin-top:5px;
margin-bottom:0;
padding: 0;
}