@charset "utf-8";
@import url("contents_sp.css") screen and (max-width: 1239px);
@import url("contents_pc.css") screen and (min-width: 1240px);
@import url("tablet.css") only screen and (min-width:768px) and (max-width:1239px);
/* ===============================================================
       basic elements 
=============================================================== */
.pageTtl {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	line-height: 1em;
	border-bottom: 4px double #CCC;
}
.mv {
	width: 100%;
}

/* ----------- 料金表周り ----------- */

/*-- 料金表1 --*/
.cartTbl {
	width: 100%;
	background: #FFFBF2;
}
.cartTbl th,
.cartTbl td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cartTbl th {
	vertical-align: middle;
	text-align: left;
}
.cartTbl td {
	vertical-align: middle;
}
.pointTxt {
	background-color: #DF2D2D;
	padding: 5px 8px 4px 8px;
	line-height: 1;
	margin-right: 8px;
	display: inline-block;
	border-radius: 3px;
	color: #FFF;
	font-weight: normal;
}
.pointTxt2 {
	background-color: #1574B3;
	padding: 5px 8px 4px 8px;
	line-height: 1;
	margin-right: 8px;
	display: inline-block;
	border-radius: 3px;
	color: #FFF;
	font-weight: normal;
}
.oldPrice {
	color: #F58F12;
	text-decoration: line-through;
}
.newPrice {
	color: #fb241f;
	font-weight: bold;
}
.specialTxt {
	color: #fb241f;
	font-weight: bold;
	margin-bottom: 10px;
}
.cartTbl button {
	width: 95%;
}

/*-- 料金表2 --*/
.cartBtn2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" !important;
	color: #fff !important;
	background-color: #fb7615;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 95%;
	font-size: 15px;
	padding: 12px 20px 11px;
	display: block;
	margin: auto;
	font-weight: bold;
	vertical-align: baseline;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
}
.cartBtn2:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}
.cartBtn2:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	margin-right: 10px;
}
.cartTbl2 {
	width: 100%;
	background: #FFFBF2;
}
.cartTbl2 th,
.cartTbl2 td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cartTbl2 th {
	vertical-align: middle;
	text-align: left;
}
.cartTbl2 td {
	vertical-align: middle;
}
.cartTbl .cart,
.cartTbl2 .cart {
	text-align: center;
}
.telBtn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" !important;
	color: #fff;
	background-color: #fb7615;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 95%;
	font-size: 15px;
	padding: 12px 20px 11px;
	display: block;
	margin: auto;
	font-weight: bold;
	vertical-align: baseline;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.telBtn:before {
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-weight: bold;
	margin-right: 10px;
}
.teiki2 .txtOrange2 {
	text-align: center;
	background-color: #FEFEE2;
	margin-bottom: 15px !important;
}

/* ----------- 商品詳細table ----------- */
.tabTtl {
	background: #D1B99A;
	color: #483E24;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana;
	display: inline-block;
	font-weight: bold;
	padding: 8px 15px;
}
.itemInfo {
	width: 100%;
	background: url(../img/common/bk1.jpg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.itemInfo table {
	width: 100%;
}
.itemInfo th {
	border-top: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F7F5F0;
	color: #705F38;
}
.itemInfo td {
	border-top: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}

/* ----------- おすすめ商品 ----------- */
.recommendArea {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.recommendTtl {
	position: relative;
	display: inline-block;
}
.recommendTtl:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 38px;
	height: 1px;
	background-color: black;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.recommendTtl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 38px;
	height: 1px;
	background-color: black;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.recommendTtl:before {left:0;}
.recommendTtl:after {right: 0;}
.recommendArea .item-thum {
	border: none;
}
.recommendArea .ttl {
	font-size: 14px;
}


/* ===============================================================
       TOPページ
=============================================================== */
/* スライダー */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
.siteTtl {
	text-align: center;
	background: #5f9402;
	color: #fcf7e6;
	display: block;
}
.attention {
	background: #FFF;
	text-align: left;
}

/* ----------- ランキング ----------- */
.rankNbr {
	display: block;
	margin: 0 auto 10px auto;
}
.caption {
	text-align: left;
}

/* ----------- 取扱商品 ----------- */
.itemList {
	position: relative;
	text-align: center;
}
.item-thum {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center; /*縦*/
	justify-content: center; /*横*/
}
.itemList .osusume {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #FC821D;
	padding: 3px 12px;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
.serviceThum {
	width: 80%;
}
.serviceArea .column p {
	font-size: 14px;
}

/* ----------- お知らせ ----------- */
.newsArea .newsTtl {
	font-size: 16px;
}
.newsArea .newsTtl:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0f3';
	color: #abc708;
	font-weight: bold;
}
.newsArea .news table {
	width: 100%;
}
.newsArea .news th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-weight: normal;
}
.newsArea .news td {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.newsArea .news td a {
	font-weight: bold;
	text-decoration: underline;
}
.newsArea .news td a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	font-weight: 400;
	margin: 0 4px;
}

/* ----------- 店長メッセージ ----------- */
.message {
	text-align: left;
    position: relative;
    background: #fff3ad;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message p {
    margin: 0 !important; 
    padding: 0;
}


/* ===============================================================
      黒にんにく酢
=============================================================== */
#furusato {
	padding-top: 30px;
	margin-top: -30px;
}

/* ===============================================================
      MAW
=============================================================== */
.nayami {
	background-color: #F4EAC8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.nayami .txtArea2 {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.nayami .txtArea2 li {
	color: #DF2D2D;
}
.flow {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	counter-reset: number 0;
}
.flowTxt p {
	padding-left: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flowTxt p:before {
	counter-increment: number 1;
	content: counter(number) ". ";
	font-size: 16px;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	margin-left: -1.3em;
	
}
.flowImg {
	display: block;
}


/* ===============================================================
      北国伝説
=============================================================== */
.kitaguniTxt {
	text-align: center;
	font-weight: bold;
}
.hamanasu {
	background-color: #F9E1F1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.hamanasuImg {
	display: block;
}
.hamanasuTxt {
	display: block;
	background: url(../img/kitaguni/bara.png) no-repeat center center;
	background-size: contain;
}
.hamanasu .box1 {
	border: none;
	margin-bottom: 0;
}
.foryou .foryouTtl {
	text-align: center;
	border-radius: 10px;
	line-height: 1.3;
}
.womanSeibun {
	background: url(../img/kitaguni/bk1.jpg) no-repeat 0 0;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.womanSeibun .foryouTtl {
	background-color: #F4C9B9;
	color: #F0661C;
}
.womanSeibun .ttl2 {
	border-top: double 4px #EB8858;
	border-bottom: double 4px #EB8858;
	background-color: #fff;
	color: #F0661C;
	text-align: center;
	margin: auto;
}
.mensSeibun {
	background: url(../img/kitaguni/bk2.jpg) no-repeat 0 0;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.mensSeibun .foryouTtl {
	background-color: #BCD3F3;
	color: #1454A9;
}
.mensSeibun .ttl2 {
	border-top: double 4px #1454A9;
	border-bottom: double 4px #1454A9;
	background-color: #fff;
	color: #1454A9;
	text-align: center;
	margin: auto;
}
.moreSeibun {
	background: url(../img/kitaguni/bk3.jpg) no-repeat 0 0;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.moreSeibun .foryouTtl {
	background-color: #BFF3BA;
	color: #2F8E0B;
}
.moreSeibun .ttl2 {
	border-top: double 4px #2F8E0B;
	border-bottom: double 4px #2F8E0B;
	background-color: #fff;
	color: #2F8E0B;
	text-align: center;
	margin: auto;
}
.voice {
	background: url(../img/common/bk2.png);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.voice .txtArea2 {
	font-weight: bold;
}


/* ===============================================================
      桑の葉茶
=============================================================== */
.kodawari {
	background: url(../img/common/bk3.jpg);
}
.kodawariList dt {
	border-bottom: 2px solid #32b16c;
}
.tokucho .listNbr {
	background: none;
	margin-bottom: 1em;
}


/* ===============================================================
      当店について
=============================================================== */
.privacy {
	counter-reset: number 0;
}
.privacy dd {
	margin-bottom: 1em;
}
.privacy dt:before {
	counter-increment: number 1;
	content: counter(number) ". ";
}


