@charset "shift_jis";

body {
	color: #21180F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #0E0000 url(../images/bg.jpg) repeat-x center top;	/*背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #21180F;	/*リンクテキストの文字色*/
}
a:hover {
	color: #DE590C;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*コンテナー内の背景色*/
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
	height: 200px;	/*ヘッダーの高さ*/
	position: relative;
}
/*トップページでのヘッダーの高さ*/
#top #header {
	height: 350px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	text-align: right;	/*右よせ*/
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	z-index: 2;
	color: #CF3723;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #CF3723;	/*文字色*/
}
/*ヘッダー画像*/
#header #headerimg {
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	z-index: 1;
}
/*クーポンバナー（通常時）*/
#header #bannercoupon a {
	position: absolute;
	top: 30px;		/*ヘッダーブロックに対して上から30pxの位置に配置。*/
	right: -55px;	/*ヘッダーブロックに対して右から-55pxの位置に配置。*/
}
/*クーポンバナー（マウスオン時）*/
#header #bannercoupon a:hover {
	position: absolute;
	top: 30px;		/*ヘッダーブロックに対して上から30pxの位置に配置。*/
	right: -60px;	/*ヘッダーブロックに対して右から-60pxの位置に配置。*/
}

.sp-top{display:none;}

/*メインメニュー
---------------------------------------------------------------------------*/
.navOpen{ display:none;}
#large-manu ul#menu {
	padding-top: 5px;
	padding-left: 5px;
}
#large-manu ul#menu li {
	float: left;
}

#small-manu{ display:none;}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 10px 5px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size:20px;	/*文字サイズ*/
	color: #000;		/*文字色*/
	clear: both;
	width: 650px;
	height:50px;
	padding: 10px 0px 0px 50px;	/*左から、上、右、下、左への余白*/
	background:url(../images/h2-bg.jpg) no-repeat center top;	/*背景色、背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	padding: 20px 10px 1em;	/*左から、上、左右、下への余白*/

}
.syouhin-text{margin-left: 200px; line-height:20px;}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 10px 0px 30px 5px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background: #010101 url(../images/midashi_bg2.jpg) no-repeat center top;	/*背景色、背景画像の読み込み*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	margin-bottom: 1px;
	border-bottom: 5px solid #DE590C;	/*下線の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	color: #000;		/*文字色*/
	padding: 10px;
	margin-bottom: 1em;
}
#sub .box1 a {
	color: #FFF;	/*リンクテキストの文字色*/
}

.box3{margin-top:15px;margin-bottom:15px;}
.box4{margin-top:20px;}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	margin-bottom: 1px;	/*メニューごとの余白*/
}

ul.submenu li a {
	display: block;
	padding-left:20px;
	padding-top:5px;
	width: 215px;
	height:35px;
	text-decoration: none;
	color: #000;			/*文字色*/
	background-image: url(../images/sub-back.jpg);/*背景色*/
}
ul.submenu li a:hover {
	color: #DE590C;			/*マウスオン時の文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行と、下のheightの行を削除。*/
	height: 140px;
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター（copyrightが入ったHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height:190px;
	text-align:left;		
	font-size: 11px;		
	background: #0E0000 url(../images/foot-bg.jpg) repeat-x left top;
	background-color:#000;
	color: #FFFFFF;	
	padding-top: 40px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
}

.foot-item1{float:left;margin-left:20px;}
.foot-item2{float:left;margin-left:20px;font-size:18px;margin-top:14px;}
.foot-item3{float:right;margin-right:20px;}
.foot-denwa{font-weight:bold;font-size:22px; line-height:10px;}
.foot-add{font-size:14px;}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
	background: #e7d9c5;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #83491b;	/*背景色*/
	color: #FFFFFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #77660E url(../images/bg3.gif);	/*背景色、背景画像の読み込み*/
}

/*menu.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;		/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 5px;	/*ボックスの線幅、線種、色*/
	width: 680px;
	background: #fff;	/*ボックスの背景色*/
	color: #000;		/*ボックス内の文字色*/
}
/*写真*/
#main .box1 p.img {
	padding: 0px;
	float: left;	/*画像を左に回り込み*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	color: #DE590C;		/*文字色*/
	border-top: 1px dotted #DE590C;		/*上の線の幅、線種、色*/
	border-bottom: 1px dotted #DE590C;	/*下の線の幅、線種、色*/
}
/*h3見出しタグ内の「おすすめ」アイコン*/
#main .box1 h3 img {
	vertical-align: middle;
	padding-left: 10px;
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px;
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	font-size: 11px;	/*文字サイズ*/
}
/*リストタグ*/
#main .box1 ul {
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	list-style: square;	/*リストのマークを■にする*/
	padding-left: 20px;
	font-size: 11px;	/*文字サイズ*/
}

/*トップページのサムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 130px;
	width: 700px;
	position: relative;
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#thumbnail a img {
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#thumbnail a:hover img {
	border: 1px solid #DE590C;	/*マウスオン時の画像の枠線の幅、線種、色*/
}

/*クーポン（coupon.html）ページ設定
---------------------------------------------------------------------------*/
/*クーポンブロック*/
#coupon {
	height: 525px;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*テキスト部分の設定*/
#coupon p {
	position: absolute;
	height: 210px;	/*ボックスの高さ*/
	width: 230px;	/*ボックスの幅*/
	top: 20px;		/*クーポンブロックに対して上から20pxの所に配置*/
	right: 20px;	/*クーポンブロックに対して右から20pxの所に配置*/
	font-size: 16px;	/*文字サイズ*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e8ccad;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #DE590C;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 11px;
	line-height: 1.6;
}
.denwa{color:#CF3723;font-weight:bold;font-size:26px;line-height:26px;}
.uta-1{float:left;}
.image1{margin-right:20px;}
.box5{width:200px;margin-left:10px; margin-top:20px;float:left;}
.box5 p{line-height:14px;}
.box5 h3{font-size: 100%;	/*文字サイズ*/
	margin-bottom: 0px;
	color: #DE590C;		/*文字色*/
	border-top: 1px dotted #DE590C;		/*上の線の幅、線種、色*/
	border-bottom: 1px dotted #DE590C;	/*下の線の幅、線種、色*/}
	
.box6{width:200px;margin-left:40px; margin-top:20px; float:left;}
.box6 p{line-height:14px;}
.box6 h3{font-size: 100%;	/*文字サイズ*/
	margin-bottom: 0px;
	color: #DE590C;		/*文字色*/
	border-top: 1px dotted #DE590C;		/*上の線の幅、線種、色*/
	border-bottom: 1px dotted #DE590C;	/*下の線の幅、線種、色*/}
.box7-photo{float:left;}	
.box7{float:;}
.box7 h3{ font:18px;margin-left:10px;}
.box7 p{margin-top:-20px;}
.box8 img {
	float: left;
	margin: 10px 20px 0 0;
}
.box9 img {
	float: right;
	margin: 10px 10px 0 20px;
}
.box8{margin-bottom:20px;}
	
dl.description-list-1 {
   border:1px solid #999;
   border-top:0;
   background:#fff;
   margin-bottom:20px;
}

dl.description-list-1 dt {
   float:left;
   width:10em;
   border-top:1px solid #999;
   padding-top:0px;
   padding-left:10px;
   padding-bottom:0;
   padding-right:0;
   font-size:14px;
}

dl.description-list-1 dd {
   margin-left:10em;
   padding:0px;
   border-top:1px solid #999;
   border-left:1px solid #999;
   background:#FFF;
   font-size:14px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}  

.clearfix { display: inline-table; }  
* html .clearfix { height: 1%; }
.clearfix { display: block; } 

.kokoro{
	width:680px;
	background: url(../images/kokoro-bg.jpg) no-repeat;
	background-position: right 80px;
	}
.kokoro p {
	margin-top: -10px;
}
.kokoro h3{margin:20px 0 10px 0;}
.kokoro ul{margin:0 0 0 280px;}
.kokoro ul li{line-height:2.5em;}
p.kokoro2 {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.kokoro2 img {
	float: right;
	margin: 30px 30px 0 30px;
}
.kokoro2:after {
	display: block;
	content: "";
	clear: both;
}
.kokusan,.new {
	margin-left: 5px;
	padding: 1px 10px;
	background-color: #09F;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
.new {
	background-color: #C30;
	font-size: 10px;
}
img.sp {display: none;}
.nuki {
	background-color: #d13624;
	color: #fff;
	padding: 7px 5px 5px 5px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
}
.box6 .nuki {
	
}
.box6 .komi {
	
}
p.kakaku {
	line-height: 2.5em;
}
p.kounyu a {
	display: block;
	padding: 10px 0;
	width: 200px;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	background-color: #009926;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
p.kounyu a:hover {
	opacity: 0.8;
}
p.kounyu2 a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	width: 100px;
	font-size: 11px;
	margin-top: -30px;
	text-align: center;
	background-color: #009926;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
p.kounyu2 a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
	
/*768以下基本設定
---------------------------------------------------------------------------*/

	#container{
		width:100%;
		margin:0;
		padding:0;
		overflow:hidden;
		box-sizing:border-box;
		
		}
	#container img{
		width:100%;
		box-sizing:border-box;
		height:auto;
		}

	#main {
	float: none;	/*メインコンテンツを右(right)に回り込み*/
	width: 100%;	/*メインコンテンツ幅*/
	margin:0;
}
#main .box1 {
	width:90%;
	padding:0 5%;
	box-sizing:border-box;
}
	
	#sub {
	float: none;	/*サブコンテンツを左(left)に回り込み*/
	width: 100%;	/*サブコンテンツ幅*/
	padding:0;	/*左から、上、右、下、左への余白*/
}

#header #headerimg {
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
}

#top #header {
	height:auto;
	display:block;
	overflow:hidden;
}
.pc-top{ display:none;}
.sp-top{display:block;}
.sp-top #headerimg{
	height:100%;
	width:auto;
	}
.sp-top2 #headerimg{display:block;margin-top:-130px;}
 .audiojs {width:100%;}
 .midashi-1{ text-align:left; width:200px;}
 .midashi-1 img{width:100%; height:auto;}

/*メインメニュー
---------------------------------------------------------------------------*/
.navOpen{ display:block; margin-top:20px;}

#large-manu{
	display:none;
}


#small-manu{display:block;position:relative; z-index: 2; width:100%;}

/*スマホ用メニューボタン*/
.navOpen {
    width: 36px;
    height: 40px;
    float: right;
    cursor: pointer;
    background:url(../images/menu.png) no-repeat 0 0;
    background-size: 72px;
}
/*スマホ用メニュー閉じるボタン*/
.navClose {
    background-position: -36px 0;
}
.menu-sp {
    clear: both;
    position: relative;
}
.menu-sp ul {
    width: 100%;
    top: 0px;
    background-color: rgba(207, 55, 35, 0.9) ;
    border-bottom: 3px #fff solid;
}
#small-manu li {
    line-height: 1.4;
    border-top: 1px #fff solid;
}
#small-manu a {
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	margin-bottom: 1px;	/*メニューごとの余白*/
}

ul.submenu li a {
	width: 95%;
	height:40px;
}

/*PC用ヘッダーボタン*/
.button {
        float: right;
        display: block;
        margin-top: 20px;
    }
.button ul {
    }
.button li {
        float: right;
        font-size: 12px;
        line-height: 1.4;
    }

.button a:hover {
        opacity: 0.7;
    }



/*豆心のこころ
---------------------------------------------------------------------------*/
.kokoro{
	width:100%;
	padding-top: 230px;
	background-position: right 0;
	
	}
.kokoro h3{margin:20px 0 10px ;}
.kokoro ul{margin:0 0 0 10px; text-align:right;}
.kokoro ul li{line-height:2em;}
.kokoro2 img {
	float: none;
	width: 80% !important;
	margin: 0 auto !important;
}

/*商品一覧
---------------------------------------------------------------------------*/
.box5{width:80%;margin-left:10%; float:none;}
	
.box6{width:80%;margin-left:10%; float:none;}

#container img.osusume{width:56px; height:14px; margin-left:10px;}

/*フッター
---------------------------------------------------------------------------*/
#footer{height:260px;overflow:hidden;background-color:#000000;}
.foot-item1{ display:none; float:none;}
.foot-item2{width:100%; margin:0 auto;font-size:16px;line-height:1.5em;float:none; text-align:center;}
#footer .foot-item2 img{width:300px; height:auto; }
#footer .foot-item3{float:none;width:200px;margin:0 auto;}
#footer .foot-item3 img{width:100%; height:auto;}
.foot-denwa{font-weight:bold;font-size:18px; line-height:10px;}
.foot-add{font-size:14px;}

/*menu.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	overflow: hidden;
	margin-bottom: 5px;	/*ボックスの線幅、線種、色*/
	width: 100%;
}
/*写真*/
#main .box1 p.img {
	padding: 0px;
	float: none;	/*画像を左に回り込み*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	margin-left: 0;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
}
/*h3見出しタグ内の「おすすめ」アイコン*/
#main .box1 h3 img {
	vertical-align: middle;
	padding-left: 0;
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px;
	margin-left: 0;
}
/*リストタグ*/
#main .box1 ul {
	margin-left: 0;	/*左の写真とバランスをとって設定*/
}
.syouhin-text{margin-left: 0; line-height:20px;}
img.sp {display: block;}
img.pc {display: none;}
}