@charset "utf-8";
/* CSS Document */

/*全デバイス共有のスタイル*/
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
html, body, #wrapper{
	width: 100%;
	height: 100%;
}
/*ここまで全デバイス共有のスタイル*/

/*ここからPCの広さの時のスタイル*/
/*画面幅が1000px以下のとき*/
@media screen and (min-width:1000px){
	/*ここからヘッダーのスタイル*/
	header{
		width: 100%;
		height: 140px;
		background: #f4f3ee;
		padding-top: 8px;
		margin: 0 auto;
	}
	.inner{
		width: 1000px;
		margin: 0 auto;
	}
	.inner a{
		float: left;
	}
	h1{
		margin: 40px 0 0 15px;
		width: 210px;
		float: left;
		font-size: 80%;
		color: #411e1a;
	}
	h1 a{
		text-decoration: none;
		color: #411e1a;
	}
	.header_nav li a{
		border-left: 1px solid #411e1a;
		padding: 5px;
		text-decoration: underline;
		color: #411e1a;
	}
	.header_nav li:first-child a{
		border-left: none;
	}
	.cart{
		margin: 25px 25px 0 0;
		float: right;
	}
	/*ここまでヘッダーのスタイル*/
	
	/*ここからグローバルナビのスタイル*/
	nav{
		background-color: #411e1a;
		height: 45px;
		border-top: solid 1px #bcbab5;
		border-bottom: solid 5px #d38a34;
	}
	nav ul{
		width: 1000px;
		margin: auto;
	}
	nav li{
		width: 200px;
		float: left;
	}
	nav li a{
		height: 45px;
		display: block;
		text-align: center;
		color: #f4f3ee;
		text-decoration: none;
		border-left: 1px solid #d38a34;
		box-sizing: border-box;
		font-weight: bold;
		line-height: 45px;
	}
	nav li:last-child a{
		border-right: 1px solid #d38a34;
	}
	nav li a:hover{
		color: #d38a34;
	}
	/*ここまでグローバルナビのスタイル*/
	
	/*ここからマインのスタイル*/
	main{
		width: 1000px;
		margin: 0 auto;
	}
	/*ここからサブナビゲーションのスタイル*/
	.form{
		width: 138px;
	}
	#sub_nav{
		width: 175px;
		height: auto;
		padding: 0;
		margin: 25px 25px 0 0;
		float: left;
		display: flex;
		flex-direction: column;
	}
	.sub_events{
		margin-top: 25px;
		width: 175px;
		margin: auto;
		padding-bottom: 25px;
		border-bottom: 2px solid #411e1a;
	}
	.sub_category{
		margin-top: 25px;
		width: 175px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background-color: #5b2824;
	}
	.sub_category h3 a{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		padding-left: 7px;
		line-height: 50px;
	}
	.sub_category li{
		display: flex;
		flex-direction: column;
	}
	.sub_category li a{
		text-decoration: none;
		color: #fff;
		line-height: 30px;
		border-top: 1px solid #FFFFFF;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.sub_price{
		width: 175px;
		margin: 25px 0 25px 0;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background-color: #5b2824;
	}
	.sub_price h3 a{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		line-height: 50px;
		padding-left: 10px;
	}
	.sub_price li{
		display: flex;
		flex-direction: column;
	}
	.sub_price li a{
		text-decoration: none;
		color: #fff;
		line-height: 30px;
		border-top: 1px solid #ffffff;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.sub_mail a{
		width: 165px;
		height: 50px;
		line-height: 50px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		padding-left: 10px;
		background-color: #5b2824;
		display: block;
	}
	/*ここまでサブナビゲーションのスタイル*/
	
	/*ここからマインコンテンツのスタイル*/
	#main_contents{
		width: 800px;
		height: auto;
		padding: 0;
		margin-top: 25px;
		float: right;
	}
	/*ここから会社概要のスタイル*/
	.company ul{
		width: 800px;
		margin-top: 5px;
		display: flex;
		justify-content: space-between;
	}
	.company ul p{
		line-height: 25px;
		margin: 5px 10px 50px 5px;
	}
	/*ここまで会社概要のスタイル*/
	
	/*ここからおすすめ商品のスタイル*/
	h2{
		margin-bottom: 5px;
	}
	.recommended ul{
		width: 800px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recommended li:first-child{
		margin-bottom: 15px;
	}
	.recommended ul p{
		text-align: center;
	}
	/*ここまでおすすめ商品のスタイル*/
	
	/*ここからギフト商品のスタイル*/
	.gift{
		margin-top: 70px;
	}
	h4{
		display: flex;
		justify-content: space-between;
		margin: 10px 0 10px 0;
	}
	.title_gift{
		font-size: x-large;
	}
	h4 p a{
		text-decoration: none;
		color: #000000;
		float: right;
		margin-top: 10px;
	}
	.gift ul{
		width: 800px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gift li:first-child{
		margin-bottom: 10px;
	}
	/*ここまでギフト商品のスタイル*/
	
	/*ここからお知らせのスタイル*/
	.news{
		margin: 70px 0 50px 0;
	}
	.title{
		background-image: url("../images2/news-icon.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
		font-size: x-large;
	}
	dl{
		height: 250px;
		overflow: auto;
		background-color:#f4f3ee;
	}
	dt{
		float: left;
		height: 50px;
		line-height: 50px;
		clear: both;
		padding-left: 20px;
	}
	dd{
		padding-left: 170px;
		border-bottom: 1px dotted #ccc;
		height: 50px;
		line-height: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	/*ここまでお知らせのスタイル*/
	/*ここまでマインコンテンツのスタイル*/
	
	/*ここからフッターのスタイル*/
	footer{
		clear: both;
		color: #fff;
	}
	.top{
		width: 1000px;
		margin: auto auto;
	}
	.top a{
		width: 90px;
		height: 50px;
		display: block;
		text-align: center;
		line-height: 25px;
		text-decoration: none;
		color: #fff;
		margin-left: 910px;
		background-color: #401d19;
		border-radius: 90px 90px 0 0;
	}
	.sitemap{
		background-color: #401d19;
		padding-top: 50px;
	}
	.sm_inner1{
		width: 1000px;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
		padding-bottom: 50px;
	}
	.sm_inner1 ul{
		width: 220px;
	}
	.sm_inner1 li a{
		text-decoration: none;
		color: #fff;
	}
	.sm_title{
		font-weight: bolder;
		font-size: large;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
	}
	.sm_title2{
		font-size: large;
		font-weight: bolder;
		margin-left: 50px;
	}
	.shosai{
		float: right;
		width: 130px;
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
		padding: 5px;
	}
	.sm_inner2{
		width: 1000px;
		height: 250px;
		margin: auto auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.sm_inner2 ul{
		width: 250px;
		box-sizing: border-box
	}
	.sm_inner2 li a{
		text-decoration: none;
		color: #fff;
		margin-left: 20px;
	}
	.sm_title3{
		font-size: large;
		font-weight: bolder;
		margin-bottom: 30px;
	}
	.sns_btn li{
		float: right;
		display: inline-block;
		margin-top: 30px;
	}
	.ft_logo{
		float: right;
		margin-top: 50px;
	}
	.ft_mail{
		margin: 50px 20px 0 0;
	}
	.ft_mail a{
		text-decoration: none;
		color: #fff;
		width: 100px;
		height: 30px;
		padding: 15px;
		border: 1px solid #fff;
	}
	.copyright{
		width: 100%;
		margin: auto;
		text-align: center;
		height: 45px;
		line-height: 45px;
		background-color: #f4f3ee;
		clear: both;
		color: #401d19;
	}
	/*ここまでフッターのスタイル*/	
}

/*===============================================
●タブレット用CSS 画面の横幅が769以上、999px以下のとき
===============================================*/
@media screen and (min-width: 769px) and (max-width: 999px) {
/*ここからヘッダーのスタイル*/
	img{
		max-width: 100%;
		height: auto;
	}
	header{
		width: 100%;
		height: 140px;
		background: #f4f3ee;
		padding-top: 8px;
	}
	.inner{
		width: 90%;
		margin: 0 auto;
	}
	.inner a{
		float: left;
	}
	h1{
		margin: 30px 0 0 15px;
		width: 170px;
		float: left;
		font-size: 80%;
		color: #411e1a;
	}
	h1 a{
		text-decoration: none;
		color: #411e1a;
	}
	.header_nav li a{
		border-left: 1px solid #411e1a;
		padding: 3px;
		text-decoration: underline;
		color: #411e1a;
	}
	.header_nav li:first-child a{
		border-left: none;
	}
	.cart{
		float: right;
	}
	/*ここまでヘッダーのスタイル*/
	
	/*ここからグローバルナビのスタイル*/
	nav{
		background-color: #411e1a;
		height: 45px;
		border-top: solid 1px #bcbab5;
		border-bottom: solid 5px #d38a34;
	}
	nav ul{
		width: 100%;
	}
	nav li{
		float: left;
		width: 20%;
	}
	nav li a{
		height: 45px;
		display: block;
		text-align: center;
		color: #f4f3ee;
		text-decoration: none;
		border-left: 1px solid #d38a34;
		box-sizing: border-box;
		font-weight: bold;
		line-height: 45px;
	}
	nav li:last-child a{
		border-right: 1px solid #d38a34;
	}
	nav li a:hover{
		color: #d38a34;
	}
	/*ここまでグローバルナビのスタイル*/
	
	/*ここからマインのスタイル*/
	main{
		width: 100%;
		margin: 0 auto;
	}
	/*ここからサブナビゲーションのスタイル*/
	.form{
		width: 75%;
		margin-left: 10px;
	}
	#sub_nav{
		width: 25%;
		height: auto;
		padding: 0;
		margin: 25px 25px 0 0;
		float: left;
		display: flex;
		flex-direction: column;
	}
	
	.sub_events{
		width: 95%;
		margin-left: 20px;
		padding-bottom: 25px;
		border-bottom: 2px solid #411e1a;
	}
	.sub_category{
		margin: 25px 0 0 10px;
		width: 100%;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background-color: #5b2824;
	}
	.sub_category h3 a{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		padding-left: 7px;
		line-height: 50px;
	}
	.sub_category li{
		display: flex;
		flex-direction: column;
	}
	.sub_category li a{
		text-decoration: none;
		color: #fff;
		line-height: 30px;
		border-top: 1px solid #FFFFFF;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.sub_price{
		width: 100%;
		margin: 25px 0 25px 10px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background-color: #5b2824;
	}
	.sub_price h3 a{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		line-height: 50px;
		padding-left: 10px;
	}
	.sub_price li{
		display: flex;
		flex-direction: column;
	}
	.sub_price li a{
		text-decoration: none;
		color: #fff;
		line-height: 30px;
		border-top: 1px solid #ffffff;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.sub_mail a{
		width: 95%;
		margin-left: 10px;
		height: 50px;
		line-height: 50px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		padding-left: 10px;
		background-color: #5b2824;
		display: block;
	}
	/*ここまでサブナビゲーションのスタイル*/
	
	/*ここからマインコンテンツのスタイル*/
	#main_contents{
		width: 70%;
		margin-top: 25px;
		float: right;
		height: auto;
		padding: 0;
	}
	/*ここから会社概要のスタイル*/
	.company ul{
		display: flex;
		justify-content: space-between;
	}
	.company li{
		width: 48%;
	}
	.company ul p{
		line-height: 25px;
		margin: 5px 10px 50px 5px;
	}
	/*ここまで会社概要のスタイル*/
	
	/*ここからおすすめ商品のスタイル*/
	h2{
		margin-bottom: 5px;
	}
	.recommended ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recommended li:first-child{
		margin-bottom: 15px;
	}
	.recommended ul p{
		text-align: center;
	}
	/*ここまでおすすめ商品のスタイル*/
	
	/*ここからギフト商品のスタイル*/
	.gift{
		margin-top: 70px;
	}
	h4{
		display: flex;
		justify-content: space-between;
		margin: 10px 0 10px 0;
	}
	.title_gift{
		font-size: x-large;
	}
	h4 p a{
		text-decoration: none;
		color: #000000;
		float: right;
		margin: 10px 10px 0 0;
	}
	.gift ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gift li{
		width: 48%;
	}
	.gift li:first-child{
		margin-bottom: 10px;
	}
	/*ここまでギフト商品のスタイル*/
	
	/*ここからお知らせのスタイル*/
	.news{
		margin: 70px 10px 50px 0;
	}
	.title{
		background-image: url("../images2/news-icon.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 10px;
		font-size: x-large;

	}
	dl{
		height: 200px;
		overflow: auto;
		background-color:#f4f3ee;
	}
	dt{
		float: left;
		height: 50px;
		line-height: 50px;
		clear: both;
		padding-left: 20px;
	}
	dd{
		padding-left: 170px;
		border-bottom: 1px dotted #ccc;
		height: 50px;
		line-height: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	/*ここまでお知らせのスタイル*/
	/*ここまでマインコンテンツのスタイル*/
	
	/*ここからフッターのスタイル*/
	footer{
		clear: both;
		color: #fff;
	}
	.top{
		width: 100%;
	}
	.top a{
		width: 90px;
		height: 50px;
		display: block;
		text-align: center;
		line-height: 25px;
		text-decoration: none;
		color: #fff;
		margin-left: auto;
		background-color: #401d19;
		border-radius: 90px 90px 0 0;
	}
	.sitemap{
		background-color: #401d19;
		padding-top: 50px;
	}
	.sm_inner1{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-bottom: 50px;
	}
	.sm_inner1 ul{
		width: 20%;
		margin-left: 10px;
	}
	.sm_inner1 li a{
		text-decoration: none;
		color: #fff;
	}
	.sm_title{
		font-weight: bolder;
		font-size: large;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
	}
	.sm_title2{
		font-size: large;
		font-weight: bolder;
		margin-left: 50px;
	}
	.shosai{
		float: right;
		width: 130px;
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
		padding: 5px;
	}
	.sm_inner2{
		width: 100%;
		height: 250px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.sm_inner2 ul{
		width: 25%;
		box-sizing: border-box
	}
	.sm_inner2 li a{
		text-decoration: none;
		color: #fff;
		margin-left: 20px;
	}
	.sm_title3{
		font-size: large;
		font-weight: bolder;
		margin: 0 0 30px 10px;
	}
	.sns_btn{
		width: 75%;
	}
	.sns_btn li{
		float: right;
		display: inline;
	}
	.ft_logo{
		float: right;
		width: 80%;
		margin: 40px 140px 0 0;
	}
	.ft_mail{
		margin: 50px 20px 0 0;
	}
	.ft_mail a{
		text-decoration: none;
		color: #fff;
		width: 100px;
		height: 30px;
		padding: 15px;
		border: 1px solid #fff;
	}
	.copyright{
		width: 100%;
		margin: auto;
		text-align: center;
		height: 45px;
		line-height: 45px;
		background-color: #f4f3ee;
		clear: both;
		color: #401d19;
	}
	/*ここまでフッターのスタイル*/	
}

/*===============================================
●スマホ用CSS  画面の横幅が768px以下のとき
===============================================*/
@media screen and (max-width:768px){
img{
		max-width: 100%;
		height: auto;
	}
	header{
		width: 100%;
		background: #f4f3ee;
		padding-top: 8px;
	}
	.inner{
		width: 95%;
		display: flex;
		justify-content: space-between;
	}
	.inner a{
		float: left;
		margin-left: 20px;
	}
	h1{
		display: none;
	}
	.header_nav{
		display: none;
	}
	.cart{
		float: right;
		margin-top: 10px;
	}
	/*ここまでヘッダーのスタイル*/
	
	/*ここからマインのスタイル*/
	main{
		width: 100%;
		clear: both;
	}
	/*ここからサブナビゲーションのスタイル*/
	
	#sub_nav{
		display: none;
	}
	
	/*ここからマインコンテンツのスタイル*/
	#main_contents{
		width: 100%;
		margin-top: 25px;
		padding: 0;
	}
	/*ここから会社概要のスタイル*/
	.company ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.company li{
		width: 48%;
	}
	.company ul p{
		line-height: 25px;
		margin: 5px 10px 50px 5px;
	}
	/*ここまで会社概要のスタイル*/
	
	/*ここからおすすめ商品のスタイル*/
	h2{
		margin-bottom: 5px;
		margin-left: 20px;
	}
	.recommended ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recommended li{
		width: 30%;
	}
	.recommended li:first-child{
		margin-bottom: 15px;
	}
	.recommended ul p{
		text-align: center;
	}
	/*ここまでおすすめ商品のスタイル*/
	
	/*ここからギフト商品のスタイル*/
	.gift{
		margin-top: 70px;
	}
	h4{
		display: flex;
		justify-content: space-between;
		margin: 10px 0 10px 20px;
	}
	.title_gift{
		font-size: x-large;
	}
	h4 p a{
		text-decoration: none;
		color: #000000;
		float: right;
		margin: 10px 10px 0 0;
	}
	.gift ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gift li{
		width: 48%;
	}
	.gift li:first-child{
		margin-bottom: 10px;
	}
	/*ここまでギフト商品のスタイル*/
	
	/*ここからお知らせのスタイル*/
	.news{
		margin: 70px 10px 50px 0;
	}
	.title{
		background-image: url("../images2/news-icon.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 10px;
		font-size: x-large;

	}
	dl{
		height: 200px;
		overflow: auto;
		background-color:#f4f3ee;
	}
	dt{
		padding-top: 15px;
		padding-left: 20px;
	}
	dd{
		padding-left: 170px;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
	/*ここまでお知らせのスタイル*/
	/*ここまでマインコンテンツのスタイル*/
	
	/*ここからフッターのスタイル*/
	footer{
		clear: both;
		color: #fff;
	}
	.top{
		width: 100%;
	}
	.top a{
		width: 90px;
		height: 50px;
		display: block;
		text-align: center;
		line-height: 25px;
		text-decoration: none;
		color: #fff;
		margin-left: auto;
		background-color: #401d19;
		border-radius: 90px 90px 0 0;
	}
	.sitemap{
		background-color: #401d19;
		padding-top: 50px;
		font-size: smaller;
	}
	.sm_inner1{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-bottom: 50px;
	}
	.sm_inner1 ul{
		width: 23%;
		margin-left: 10px;
	}
	.sm_inner1 li a{
		text-decoration: none;
		color: #fff;
	}
	.sm_title{
		font-weight: bolder;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		font-size: large;
	}
	.sm_title2{
		font-weight: bolder;
		font-size: large;
	}
	.shosai{
		float: right;
		width: 130px;
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
		padding: 5px;
	}
	.sm_inner2{
		width: 100%;
		height: 250px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.sm_inner2 ul{
		width: 25%;
		box-sizing: border-box
	}
	.sm_inner2 li a{
		text-decoration: none;
		color: #fff;
		margin-left: 20px;
	}
	.sm_title3{
		font-size: large;
		font-weight: bolder;
		margin: 0 0 30px 10px;
	}
	.sns_btn{
		width: 75%;
	}
	.sns_btn li{
		float: right;
		display: inline;
	}
	.ft_logo{
		display: none;
	}
	.ft_mail{
		display: none;
	}
	.copyright{
		width: 100%;
		margin: auto;
		text-align: center;
		height: 45px;
		line-height: 45px;
		background-color: #f4f3ee;
		clear: both;
		color: #401d19;
	}
	/*ここまでフッターのスタイル*/	
}






















