@charset "UTF-8";
/* mainVisual */
#mainVisual {
	width: 960px;
	height: 349px;
	margin-bottom: 30px;
}
ul#listVisual {
	list-style: none;
	position:relative;
}
ul#listVisual li {
	position: absolute;
	left: 0;
	top: 0;
}
ul#listVisual li.hihyoji {
	display: none;
}

/* スマホ用CSS:mainVisual
=================================*/
@media screen and (max-width:767px) {
#mainVisual {
	width: 100%;
	height: 120px;	/* Android4.1 */
	height: 36vw;
	margin-bottom: 30px;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
ul#listVisual {
	list-style: none;
	position:relative;
}
ul#listVisual li {
	position: absolute;
	left: 0;
	top: 0;
}
ul#listVisual li.hihyoji {
	display: none;
}
}
/*=================================*/


/* osusumeBox */
#osusumeBox {
	width: 705px;
	margin-bottom: 50px;
}
#osusumeMiddleBox {
	width: 655px;
	padding: 15px 25px;
	background: url(../top-img/osusume-middle-bg.png) repeat-y 0 0;
}
#osusumeGoodsBox {
	width: 655px;
}
#osusumeR {
	width: 59px;
	float: right;
}
#osusumeL {
	width: 594px;
	float: left;
}
.osusumeGoods {
	float: left;
	width: 182px;
	height: 245px;
	margin-right: 16px;
	background: url(../top-img/osusume-goods-bg2.gif) no-repeat 0 0;
	cursor: pointer;
}
table.taOsusume {
	width: 155px;
	height: 219px;
	margin: 8px auto 0;
}
table.taOsusume th {
	width: 155px;
	height: 116px;
	text-align: center;
	vertical-align: middle;
}
table.taOsusume td {
	font-size: 93%;
}
.osusumeKomidashi {
	display: block;
	width: 145px;
	height: 19px;
	padding: 3px 5px;
	margin: 3px 0 6px;
	font-weight: bold;
	text-align: center;
	background: url(../top-img/osusume-komidashi-bg.gif) no-repeat 0 0;
}
table.taOsusume th img {
	width: 120px;
	height: auto;
}

.osusumeText {
	display: block;
	width: 155px;
	height: 75px;
	overflow: hidden;
}
.osusumeKomidashi a:hover {
	color:#534741;
	text-decoration:none;
}
.osusumeText2 {
	display: none;
}
.ossmBanBox {
	width: 655px;
	margin-bottom: 15px;
}

.ossmBanBox a:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	display: inline-block;
}
.ossmBanW {
	width: 100%;
}
.ossmBanL {
	width: 320px;
	float: left;
}
.ossmBanR {
	width: 320px;
	float: right;
}
.oshiraseBox {
	line-height: 140%;
	padding: 10px;
	border: 1px solid #816136;
	background: #F3E8CA;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	margin-bottom: 22px;
}
.osrsMida {
	font-weight: bold;
	color: #6D2F03;
	padding-bottom: 5px;
}
.osrsSmall {
	font-size: 80%;
}
#osusumeSp {
	display: none;
}


/* スマホ用CSS:osusumeBox
=================================*/
@media screen and (max-width:767px) {
#osusumeBox {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#osusumeMiddleBox {
	width: 100%;
	margin: 0 auto;
	padding: 15px 14px;
	background: url(../top-img/osusume-bg-sp.png) repeat 0 0;
	border: 1px solid #c5b59f;
}
#osusumeGoodsBox {
	width: 100%;
}
#osusumeR,#osusumeL {
	width: 100%;
	float: none;
}
#osusumeR {
	display: none;
}
#osusumeL {
	padding-top: 15px;
	position: relative;
}
.osusumeBoxWrap {
	height: 225px;
	padding: 15px 0;
	width: 100%;
	background-color: #ffffff;
	border-radius: 15px;
	text-align: center;
}
.osusumeGoods {
	float: left;
	width: 84%;
	height: 225px;
	margin:0  8%;
	background: none;
	cursor: pointer;
}
table.taOsusume {
	width: 100%;
	height: atuo;
	margin: 8px auto 0;
}
table.taOsusume th {
	width: 50%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.taOsusume thead {
	display: block;
	float: left;
	width: 43%;
}
.taOsusume tbody {
	display: block;
	width: 50%;
	float:right;
	text-align: left;
	margin-right: 5%;
}
table.taOsusume td {
	width: 100%;
}

.osusumeKomidashi {
	display: block;
	min-width: 100%;
	height: auto;
	padding: 3px 5px;
	margin: 0px auto 6px;
	font-weight: bold;
	text-align: center;
	background: none;
	background-color: #e2c980;
}
.osusumeText {
	display: block;
	font-size: 93%;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 6px 0 0;
}
.osusumeText2 {
	display: block;
	min-width: 100%;
	text-align: center;
	background-color: #534741;
	padding: 3px;
	margin-top: 10px;
}
.osusumeText2 a {
	color: #ffffff;
}
.ossmBanBox {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}
.ossmBanBox a:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	display: inline-block;
}
.ossmBanW {
	width: 100%;
}
.ossmBanL {
	width: 48%;
	float: left;
}
.ossmBanR {
	width: 48%;
	float: right;
}
.ossmBanW img,
.ossmBanL img,
.ossmBanR img {
	width: 100%;
	height: auto;
}

.slider {
	width: 100%;
	height: 165px;
	overflow: hidden;
	position: relative;
}
.arrowLeft,
.arrowRight {
	margin-top: -15px;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	top: 51%;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}
.arrowLeft {
	left: 8px;
}
.arrowRight {
	right: 8px;
}
}
/*===================================*/


/* kodawariBox */
#kodawariBox {
	width: 655px;
	height: 300px;
	padding: 25px;
	margin-bottom: 50px;
	background: url(../top-img/kodawari-bg.png) no-repeat 0 0;
}
#kodawariMidashi {
	width: 57px;
	float: right;
	margin-left: 26px;
}
#kodawariLead {
	width: 80px;
	float: right;
	margin-top: 10px;
	margin-left: 12px;
}
ul#listKodawari {
	width: 480px;
	float: right;
	list-style: none;
	margin-top: 5px;
}
ul#listKodawari li {
	float: right;
}
ul#listKodawari li a {
	display: block;
	width: 80px;
	height: 290px;
	overflow: hidden;
}
ul#listKodawari li a:hover {
	background-position: 0 -290px;
	background-repeat: no-repeat;
}
ul#listKodawari li#kdwrMirin a:hover {
	background-image: url(../top-img/kodawari-mirin.png);
}
ul#listKodawari li#kdwrRyori a:hover {
	background-image: url(../top-img/kodawari-ryori.png);
}
ul#listKodawari li#kdwrSeishu a:hover {
	background-image: url(../top-img/kodawari-seishu.png);
}
ul#listKodawari li#kdwrShochu a:hover {
	background-image: url(../top-img/kodawari-shochu.png);
}
ul#listKodawari li#kdwrLiquor a:hover {
	background-image: url(../top-img/kodawari-liquor.png);
}
ul#listKodawari li#kdwrHakusen a:hover {
	background-image: url(../top-img/kodawari-hakusen.png);
}
ul#listKodawari li a:hover img {
	visibility: hidden;
}
#kodawariSp {
	display: none;
}

/* スマホ用CS:kodawariBox
=================================*/
@media screen and (max-width:767px) {
#kodawariBox {
	width: 100%;
	height: 100%;
	margin: 0 auto 25px;
	padding: 25px 25px 15px;
	background: url(../top-img/kodawari-bg-sp.png) repeat -15px 0;
}
#kodawariMidashi,
#kodawariLead {
	display: none;
}
#kodawariSp {
	display: block;
	width: 100%;
}
#kodawariSp p {
	margin: 10px 0 25px;
	padding: 0 10px;
	color: #ffffff;
}
ul#listKodawariSp {
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
ul#listKodawariSp li img {
	width: 100%;
	height: auto;
}
ul#listKodawari {
	display: none;
}

}
/* =================================*/


/* mainBox */
#mainBox01 {
	width: 705px;
}
.mainImg {
	vertical-align: bottom;
}
#mainBox02 {
	width: 653px;
	padding: 25px;
	background-color: #FFFFFF;
	border-left: 1px solid #B29680;
	border-right: 1px solid #B29680;
}
#contentsMidashi {
	width: 42px;
	float: right;
	margin-left: 20px;
}
#contentsBox {
	margin-bottom: 40px;
}
#cntntsBlog {
	float: right;
	width: 148px;
	height: 272px;
	margin-top: 5px;
	margin-left: 8px;
}
#cntntsVoice {
	float: right;
	width: 134px;
	height: 237px;
	margin-top: 30px;
	margin-left: 8px;
}
#cntntsRyori {
	float: right;
	width: 141px;
	height: 246px;
	margin-top: 10px;
	margin-left: 9px;
}
#cntntsEvent {
	float: right;
	width: 143px;
	height: 238px;
	margin-top: 10px;
}
#contentsBox a:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	display: inline-block;
	background-color: #FFFFFF;
}
#mainBox03 {
	width: 653px;
	padding-top: 25px;
	background: url(../top-img/line.gif) no-repeat 0 0;
}
#oshiraseBox {
	float: right;
	width: 280px;
	margin-left: 45px;
	margin-right: 5px;
}
#staffBox {
	float: right;
	width: 310px;
	margin-right: 5px;
}
#oshiraseMidashi {
	width: 32px;
	float: right;
}
#oshrsYoutubeBox {
	width: 220px;
	float: left;
	padding-top: 30px;
}
#oshrsYoutube {
	width: 220px;
	height: 124px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.link {
	background: url(../img/common/list-arrow.png) no-repeat 0px 0.4em;
	text-indent: 13px;
}
#staffMidashi {
	width: 32px;
	float: right;
}
dl#typeStaff {
	width: 260px;
	float: left;
	padding-top: 30px;
}
dl#typeStaff dt {
	margin-bottom: 20px;
}
dl#typeStaff dd {
	width: 250px;
}
#newsBox {
	width: 653px;
	margin-top: 30px;
	position: relative;
}
#newsMidashi {
	width: 653px;
	margin-bottom: 5px;
}
#newsIchiran {
	position: absolute;
	right: 10px;
	top: 5px;
}
#newsIchiran a {
	display: block;
	width: 50px;
	height: 18px;
	overflow: hidden;
}
#newsIchiran a:hover {
	background-image: url(../top-img/news-ichiran.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
#newsIchiran a:hover img {
	visibility: hidden;
}
dl.typeNews {
	width: 653px;
	padding-bottom: 7px;
	margin-top: 7px;
	border-bottom: 1px dotted #B69A80;
	background: url(../img/common/list-square.png) no-repeat 18px 0.7em;
	font-size: 93%;
}
dl.typeNews dt {
	padding-left: 30px;
	float: left;
	width: 90px;
}
dl.typeNews dd {
	float: left;
	width: 520px;
}
.spVer,
.spVer2,
#newsMidashi p {
	display: none;
}

/* スマホ用CS:mainBox
=================================*/
@media screen and (max-width:767px) {
#mainBox01 {
	width: 100%;
}
.mainImg {
	display: none;
}
#mainBox02 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
}
#mainBox03 {
	display: none;
}
#contentsMidashi {
	display: none;
}
#contentsBox {
	margin-bottom: 10px;
}
#cntntsVoice {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px;
}
#cntntsRyori {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px;
}
#cntntsRyori img,
#cntntsVoice img {
	display: none;
}
#cntntsBlog,
#cntntsEvent {
	display: none;
}
.spVer {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #806239;
	border-radius: 15px;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #F6F4F1 50%, #F6F4F1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.50, #F6F4F1), to(#F6F4F1));
}
.spVer2 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #c6cfd3;
	border-radius: 15px;
	background-image: -moz-linear-gradient(top, #F6F7F8 0%, #F6F7F8 49%, #E9ECEE 50%, #E9ECEE);
background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F7F8), color-stop(0.49, #F6F7F8), color-stop(0.50, #E9ECEE), to(#E9ECEE));

}
.spVer a,
.spVer2 a {
	width: 100%;
	padding: 10px 50px 15px 15px;
}
.spVer .btnTitle {
	font-size: 19px;
	color: #806239;
	margin-bottom: 10px;
	line-height: 2.0;
}
.spVer2 .btnTitle  {
	font-size: 19px;
	color: #6980B9;
	margin-bottom: 10px;
	line-height: 2.0;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.spVer::before{
	right: -5px;
	width: 15px;
	height: 15px;
	border: 18px solid transparent;
	border-left: 13px solid #B3A188;
}
.spVer2::before{
	right: -5px;
	width: 15px;
	height: 15px;
	border: 18px solid transparent;
	border-left: 13px solid #C7D0D4;
}
#newsBox {
	width: 100%;
	margin-top: 25px;
	position: relative;
	background-color: #ffffff;
}
#newsMidashi {
	width: 100%;
	margin-bottom: 0px;
}
#newsMidashi img {
	display: none;
}
#newsMidashi p {
	display: block;
	background-color: #AE9983;
	color: #4E413B;
	padding: 10px 15px;
}
#newsIchiran {
	position: absolute;
	right: 10px;
	top: 10px;
}
#newsIchiran a {
	display: block;
	width: 50px;
	height: 18px;
	overflow: hidden;
}
#newsIchiran a:hover {
	background-image: url(../top-img/news-ichiran.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
#newsIchiran a:hover img {
	visibility: hidden;
}
dl.typeNews {
	width: 100%;
	padding-bottom: 14px;
	margin-top: 14px;
	border-bottom: 1px dotted #B69A80;
	background: url(../img/common/list-square.png) no-repeat 15px 0.7em;
	font-size: 93%;
}
dl.typeNews dt {
	padding-left: 25px;
	float: left;
	width: 40%;
}
dl.typeNews dd {
	float: left;
	width: 60%;
}
}
/*=================================*/


/*お知らせ*/
.info {
	border: 1px solid #C6B7A1;
	background: #FFF;
	padding: 15px 20px;
	margin-bottom: 8px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	line-height: 150%;
}
.info p {
	padding: 4px 0;
}


.info .infoTitle {
	font-size: 120%;
	color: #993333;
	padding-bottom: 8px;
	font-weight: bold;
}
.info .infoTitle2 {
	font-size: 120%;
	color: #993333;
	padding-bottom: 8px;
	line-height: 1.6;
}
.infomidashi {
	border-bottom: 2px solid #993333;
	margin: 5px 0;
	padding: 5px 15px;
	color: #993333;
	font-weight: bold;
}
.info p span {
	color: #993333;
	font-weight: bold;
}
.chuui2 {
	font-weight: bold;
	text-decoration: underline;
}
.info-hassou {
	padding: 0 20px 15px;
}
.info-hassou br {
	display: none;
}
.info-chuui {
	background-color: #F6F6E5;
	padding: 15px;
}
#info p a {
	text-decoration: underline;
}
/* スマホ用CSS:お知らせ
=================================*/
@media screen and (max-width:767px) {
#info {
	width: 94%;
	margin: 0 auto 10px;
	border: 1px solid #C6B7A1;
	background: #FFF;
	padding: 15px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	line-height: 150%;
}
#info .infoTitle {
	text-align: center;
}
#info .infoTitle2 {
	text-align: left;
}
.info-hassou br {
	display: block;
}
}


/* スマホ用CSS:ブログ紹介
=================================*/
@media screen and (max-width:767px) {
#spBlog {
	background-color: #ffffff;
	text-align: center;
	padding: 25px 0 15px;
}
#spBlog p {
	font-size: 17px;
	color: #806239;
	margin-bottom: 10px;
}
	#spBlog p.lineBtn img {
		width: auto;
		height: 68px;
	}
}

/* スマホ用CSS:ふるさと納税
=================================*/
@media screen and (max-width:767px) {
#furusato {
	margin-top: 30px;
	background-color: #ffffff;
	text-align: center;
	padding: 25px 0 15px;
}
#furusato p {
	font-size: 17px;
	color: #806239;
	margin-bottom: 10px;
}
	#spBlog p.lineBtn img {
		width: auto;
		height: 68px;
	}
}

/*================================*/

/* スマホ用CSS:商品一覧・お買い物ガイド
=================================*/
@media screen and (max-width:767px) {
#sideArea {
	display: none;
}
#btnBoxSp {
	max-width:375px;
	margin: 0 auto;
}
#btnBoxSp ul {
	list-style: none;
	width: 94%;
	margin: 0 auto;
}
#btnBoxSp ul li {
	width: 105px;
	float: left;
	margin-left: 10px;
}
#goodsBoxSp {
	width: 90%;
	margin: 20px auto 30px;
}
.boxTitle {
	background-color: #806239;
	text-align: center;
	border-radius: 10px 10px 0 0;
	border: 1px solid #806239;
}

ul#goodsListSp{
	width: 100%;
	padding: 0 8px;
	background-color:#FFFFFF;
	border:1px solid #806239;
	list-style:none;
	border-radius: 0 0 10px 10px;
}
ul#goodsListSp li {
	width: 47%;
	float: left;
}
ul#goodsListSp li:nth-child(2n+1) {
	width: 53%;
}
ul#goodsListSp li a{
	padding-left: 75px;
	border-bottom:1px dotted #B29680;
	line-height:1.5;
	display:block;
}
ul#goodsListSp li#listSp01 a{
	height: 75px;
	padding-top: 20px;
	background: url(../img/side/goods-mirin.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp02 a{
	height: 75px;
	padding-top: 30px;
	background: url(../img/side/goods-ryouri.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp03 a{
	height: 75px;
	padding-top: 7px;
	background: url(../img/side/goods-junmai.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp04 a{
	height: 75px;
	padding-top: 20px;
	background: url(../img/side/goods-honjozo.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp05 a{
	height: 75px;
	padding-top: 30px;
	background: url(../img/side/goods-kisetsu.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp06 a{
	height: 75px;
	padding-top: 30px;
	background: url(../img/side/goods-shochu.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp07 a{
	height: 75px;
	padding-top: 20px;
	background: url(../img/side/goods-liquor.png) no-repeat 0 center;
	border-bottom: none;
}
ul#goodsListSp li#listSp08 a{
	height: 75px;
	padding-top: 20px;
	background: url(../img/side/goods-gift.png) no-repeat 0 center;
	border-bottom:none;
}
#guideBoxSp {
	width: 90%;
	margin: 0 auto 30px;
}
ul#listsGuideSp {
	width: 100%;
	padding:5px 7px 0;
	background-color:#FFFFFF;
	border:1px solid #B29680;
	list-style:none;
	border-radius: 0 0 10px 10px;
}
ul#listsGuideSp li {
	padding-left: 0;
	padding-bottom: 8px;
	margin-top: 10px;
	border-bottom:1px dotted #B29680;
	background: none;
	width: 50%;
	float: left;
}
ul#listsGuideSp li a {
	background: url(../img/common/list-square.png) no-repeat 5px 0.7em;
	padding-left: 15px;
	line-height:1.5;
	display:block;
}

ul#listsGuideSp li.nobrdr{
	border-bottom: none;
}
}

/* 画面サイズ　320px用
=================================*/
@media screen and (max-width:320px) {
ul#goodsListSp li {
	width: 100%;
	float: left;
}
ul#goodsListSp li:nth-child(2n+1) {
	width: 100%;
}
ul#goodsListSp li a{
	padding-left: 75px;
	border-bottom:1px dotted #B29680;
	line-height:1.5;
	display:block;
}
ul#goodsListSp li#listSp01 a{
	height: 70px;
	padding-top: 25px;
	background: url(../img/side/goods-mirin.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp02 a{
	height: 70px;
	padding-top: 25px;
	background: url(../img/side/goods-ryouri.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp03 a{
	height: 70px;
	padding-top: 3px;
	background: url(../img/side/goods-junmai.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp04 a{
	height: 70px;
	padding-top: 15px;
	background: url(../img/side/goods-honjozo.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp05 a{
	height:70px;
	padding-top: 25px;
	background: url(../img/side/goods-kisetsu.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp06 a{
	height:70px;
	padding-top: 25px;
	background: url(../img/side/goods-shochu.png) no-repeat 0 center;
}
ul#goodsListSp li#listSp07 a{
	height: 70px;
	padding-top: 15px;
	background: url(../img/side/goods-liquor.png) no-repeat 0 center;
	border-bottom:1px dotted #B29680;
}
ul#goodsListSp li#listSp08 a{
	height: 70px;
	padding-top: 25px;
	background: url(../img/side/goods-gift.png) no-repeat 0 center;
	border-bottom:none;
}
ul#listsGuideSp li {
	padding-left: 0;
	padding-bottom: 8px;
	margin-top: 10px;
	border-bottom:1px dotted #B29680;
	background: none;
	width: 100%;
	float: none;
}
ul#listsGuideSp li:nth-child(5)  {
	border-bottom: 1px dotted #B29680;
}

}
/*================================*/

#footer .oshirase {
	display: block;
	padding: 5px;
	background-color: #fff;
	color: #993333;
	font-weight: bold;
}


/* LINE　ふるさと納税バナー
================================ */
.lineBtn img {
	width: 220px;
	height: auto;
}

.recipe_box{
	display:flex;
	flex-direction:common;
	align-items:center;
	justify-content:center;
}