@charset "utf-8";


/** font
===================================*/
body {
}


/** base
===================================*/
* {
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
/* 	font-family: 'Shin Maru Go Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: 'Shin Maru Go Regular', "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
    max-width: 100%;
    vertical-align: middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.flbox {
	display: flex;
    flex-wrap: wrap;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #351f1d;
}

a:focus {
}

p {
	margin: 0;
}

em {
	font-style: normal;
}

.nop p {
	margin-bottom: 0;
}

.bgfont {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.bgfont2 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.ugfont {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.bmfont {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.umfont {
	font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
	font-weight: 500;
}

hr.onepx {
	border: 0;
	height: 0;
	border-top: 1px solid #ccc;
}

.noapear {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/** 表示制御
===================================*/
.visible-pc {
	display: block;
}

.hidden-pc {
	display: none;
}

.visible-tb {
	display: none;
}

.hidden-tb {
	display: block;
}

.visible-sp {
	display: none;
}

.hidden-sp {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}


/** pを中央配置
===================================*/
.ycenter p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/** オンマウス
===================================*/
a:hover img {
	filter: alpha(opacity=75); /*IE用*/
	-moz-opacity:0.75; /*Firefox用*/
	opacity:0.75; /*Chrome・Safari・Opera用*/
}


/** ul li 横並び
===================================*/
ul.sbs1 {
	font-size: 0;
	list-style: none;
}

ul.sbs1 > li {
	font-size: 12px;
	display: inline-block;
}

ul.sbs1 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}

ul.sbs2 {
}

ul.sbs2:before,
ul.sbs2:after {
    content: " ";
    display: table;
}

ul.sbs2:after {
    clear: both;
}

ul.sbs2 {
    *zoom: 1;
}

ul.sbs2 > li {
	float: left;
}

ul.sbs2 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}


/** テーブルセルを縦並びに .smptable
===================================*/
table.smptable,
table.smptable caption,
table.smptable thead,
table.smptable tbody,
table.smptable tr,
table.smptable tr th,
table.smptable tr td {
	display:block;
}
table.smptable tr th,
table.smptable tr td {
	margin:-1px; /* borderが二重になるのを防ぐ */
}


/** 白縁取りとbox-shadow
===================================*/
.wb {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px #ddd;
}

/** box-shadow
===================================*/
.shadow {
    box-shadow: 1px 1px 3px #888;
}

/** page-top
===================================*/
#page-top {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

#page-top a {
    background: #333;
    opacity: 0.5;
    text-decoration: none;
    color: #fff;
    width: 39px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
    border: 0px solid #fff;
    font-size: 18px;
    line-height: 1;
}


/** colmun
===================================*/
.rowflex {
	display: flex;
    flex-wrap: wrap;
}

.row1 > * {
	width: 100%:
}

.row2 > * {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.row2 > *:nth-child(2n) {
	margin-right: 0;
}

.row3 > * {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.row3 > *:nth-child(3n) {
	margin-right: 0;
}

.row4 > * {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.row4 > *:nth-child(4n) {
	margin-right: 0;
}

.row5 > * {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.row5 > *:nth-child(5n) {
	margin-right: 0;
}

.row6 > * {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.row6 > *:nth-child(6n) {
	margin-right: 0;
}

.row7 > * {
	float: left;
	width: 12.57%;
	margin-right: 2%;
}

.row7 > *:nth-child(7n) {
	margin-right: 0;
}

.row8 > * {
	float: left;
	width: 10.75%;
	margin-right: 2%;
}

.row8 > *:nth-child(8n) {
	margin-right: 0;
}


/** base
===================================*/
#wrap-all {
	width: 100%;
    padding: 0;
    overflow: hidden;
}

.container {
    width: 1363px;
    margin: auto;
	padding: 0 15px;
}


/** header
===================================*/
#header {
}

.headline-wrap {
    padding-top: 18px;
}

.headline {
    font-size: 14px;
    color: #351f1d;
}

.headline-inner {
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 3px;
}

.headline-inner h1 {
	float: left;
}

span.headGuide {
	float: right;
	font-size: 12px;
	color: #b60000;
}

.header-inner {
    border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.logo {
    float: left;
}

.logo img {
    width: 292px;
}

.right-information {
	float: right;
}

.header_tel {
}

.header_tel img {
    width: 281px;
}

.header_links {
	margin-left: 40px;
	padding-top: 5px;
}

.header_links li {
	float: left;
	margin-left: 20px;
}

.header_links li img {
	margin-bottom: 5px;
}

.header_links li a {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.header_contents_links {
    padding: 30px 0 0;
    margin: 0 20px 0 0;
}

.header_contents_list {
	justify-content: space-between;
}

.header_contents_list > li {
    float: left;
    position: relative;
    border: 1px solid #754c24;
    color: #754c24;
    margin: 5px;
}

.header_contents_list > li a {
    color: #754c24;
    padding: 2px 10px;
    height: 100%;
    display: block;
}

.header_contents_list > li:hover > a {
    color: #fff;;
	background-color: #754c24;
}

.header_contents_list > li a:hover {
    color: #fff;;
	background-color: #754c24;
}

.header_contents_sec {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #754c24;
    z-index: 10;
    top: 27px;
    left: -1px;
    width: 300px;
}

.header_contents_list > li:hover .header_contents_sec {
	display: block;
}

.header_contents_sec li {
}

.header_contents_sec li a {
    padding: 5px 15px;
}

.header_contents_list .header_contents_sec li a:hover {
}

.header_contents_sec li.imageIcon_link {
}

.header_contents_sec li.imageIcon_link img {
    width: 30px;
    margin-right: 5px;
}

.header_contents_sec li.imageIcon_link span {
}

.header_contents_sec li.text_link {
}

.header_contents_sec li.text_link a {
}



/** navi
===================================*/
#gnav {
}

.gnavi {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.gnavi li {
	border-right: 1px solid #ccc;
	padding: 3px 20px;
	position: relative;
}

.gnavi li a {
    text-align: center;
    display: block;
	line-height: 24px;
}

.gnavi li a:hover {
    color: #b60000;
}

.gnavi li a:hover img {
	opacity: 1;
}

.gnavi li img {
    margin-right: 8px;
}

.naviarrow {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #744c26;
    height: 5px;
    left: 0;
    bottom: -10px;
}

.naviarrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #744c26 transparent transparent transparent;
    position: relative;
    top: 5px;
    left: calc(50% - 8px);
}

.search_box {
    padding: 10px 20px;
}

#searchform {
}

input#s-box {
    border: 1px solid #bbb;
    line-height: 24px;
    padding: 3px 5px;
    float: left;
    width: 234px;
}

button#s-btn-area {
    cursor: pointer;
    border: 0;
    text-align: center;
    float: left;
    padding: 0;
    line-height: 24px;
}

#s-btn {
    background-color: #754c24;
    padding: 4px 7px;
}

#s-btn img {
	width: 17px;
}


/** header-slider
===================================*/
#itemLink {
    background-color: #f1ede9;
    padding: 10px 0 0;
	margin-bottom: 25px;
}

#itemLink {
    background-color: #f1ede9;
    padding: 10px 0 0;
    margin-bottom: 25px;
}

.itemLinkBox {
    overflow: hidden;
    height: 140px;
}

.itemLinkSlider {
    padding: 15px 0 25px;
	max-height: 130px;
	opacity: 0;
	transition: opacity .2s linear;
}

.itemLinkSlider.slick-initialized {
	opacity: 1;
}

.itemLinkSlider:not(.slick-slider) {
	overflow: hidden;
}

.itemLink {
	padding: 0 10px;
	float: left;
}

.itemLink a {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.itemLink a:hover {
    color: #b60000;
}

.itemLink img {
	height: 90px;
	width: auto;
	margin: 0 8px;
}

.itemLink img.minimg {
    padding: 4px 0;
}

.itemLink span {
	display: block;
}

.itemLinkSlider .slick-prev, .itemLinkSlider .slick-next {
/*     background-color: rgb(116 76 37 / 50%); */
    border-radius: 50%;
}

.itemLinkSlider .slick-prev:before, .itemLinkSlider .slick-next:before {
    color: #744c25;
}

.slick-slide:focus {
    outline: none;
}

/** eyecatch
===================================*/
#main-slide {
    margin-bottom: 40px;
/*
    background-color: #f1ede9;
    padding: 30px 0 0;
*/
}

#main-slide .sp-slide:not(.sp-selected) {
    opacity: 0.5;
}

#main-slide .sp-arrow.sp-previous-arrow, #main-slide .sp-arrow.sp-next-arrow {
	background-color: rgb(116 76 37 / 0.5);
	border: 8px solid transparent;
	text-align: center;
	height: 40px;
	width: 40px;
	cursor: pointer;
}

#main-slide .sp-arrow.sp-previous-arrow:hover, #main-slide .sp-arrow.sp-next-arrow:hover {
}

#main-slide .sp-arrow.sp-previous-arrow {
    left: calc(50% - 500px);
}

#main-slide .sp-arrow.sp-next-arrow {
    right: calc(50% - 500px);
}

#main-slide .sp-next-arrow:after, #main-slide .sp-next-arrow:before, #main-slide .sp-previous-arrow:after, #main-slide .sp-previous-arrow:before {
	width: 20%;
}

#main-slide .sp-arrow:before {
    left: 40%;
}

#main-slide .sp-arrow:after {
    left: 40%;
}

.sp-selected-button {
    background-color: #744c25;
}

.sp-button {
	border-color: #744c25;
}

#main-slide .sp-button {
    border-color: #744c25;
    width: 12px;
    height: 12px;
    margin: 10px;
}

#main-slide a:hover img {
	opacity: 1;
}


/** contents
===================================*/
#contents-wrap {
}

#main-contents {
}

#main-wrap {
}

#home-article {
}

.top_sec {
	margin-bottom: 100px;
}

/* お知らせ */
.important_info_wrap {
    border: 1px solid #744c25;
    background-color: #f1ede9;
    padding: 15px 30px;
    border-radius: 10px;
}

.important_title {
}

.important_title > h2 {
    color: #351f1d;
    font-size: 18px;
    padding-right: 15px;
    border-right: 1px solid #744c25;
    margin-right: 20px;
    line-height: 1.5;
}

.important_info_text {
}

.important_info_text li {
    padding: 2px 0;
}

.important_info_text span {
	margin-right: 15px;
}

.important_info_text a {
}

.important_info_text a:hover {
    color: #b60000;
}



/* 特集 */
#feature {
}

h2.decoTitle {
    text-align: center;
	margin-bottom: 30px;
}

.feature_bnr {
    border: 1px solid #ccc;
	background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.feature_bnr a {
	display: block;
}

.feature_bnr a:hover {
    color: #b60000;
}

.feature_bnr img {
}

.feature_bnr p {
	padding: 10px;
	background-color: #f9f9f9;
}

/* ラインナップ */
.lineup_inner {
    background-color: #efe3d3;
    padding: 20px 20px 30px;
	background-size: 50%;
}

.lineup_line {
	width: 32%;
	margin-right: 2%;
}

.lineup_line:last-child {
	margin-right: 0%;
}

.lineup_line.v1 {
}

.lineup_line.v2 {
}

.lineup_line.v3 {
}

.lineup_box {
    position: relative;
    border: 2px solid #754c24;
    border-radius: 10px;
    margin-top: 30px;
    justify-content: space-around;
    padding: 30px 20px 5px;
    font-size: 12px;
}

.lineup_box + .lineup_box {
    margin-top: 35px;
}

.lineup_box + .lineup_box.n5 {
    margin-top: 30px;
}

.lineup_box h3 {
    background-color: #754c24;
	border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    padding: 0 10px;
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
    top: -14px;
}

.line_item {
    width: 40%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.line_item a {
	display: block;
}

.line_item a:hover {
    color: #b60000;
}

.line_item img {
    padding: 10px 15px;
}

.line_item span {
}

.lineup_line.v3 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.lineup_line.v3 .lineup_box {
    width: 47%;
}

.lineup_line.v3 .line_item {
    width: 100%;
}

.lineup_line.v3 .line_qa_wrap {
	padding: 0;
	border: 0;
}

.lineup_line.v3 .line_qa_wrap .line_qa {
}

.lineup_line.v3 .line_qa_wrap .line_qa img {
	padding: 0
}

.line_item.line_qa a {
    background-color: #fff;
    border-radius: 5px;
}

.line_item.line_qa span {
    display: block;
    padding: 5px;
}

/* ランキング */
.ranking_list {
}

.ranking_list {
    padding: 10px 0;
}

.ranking_box {
	float: left;
	position: relative;
}

.ranking_box a {
	text-align: center;
}

.rankitemImg {
	border: 1px solid #ccc;
	position: relative;
	padding-top: 100%;
	margin-bottom: 10px;
    border-radius: 2px;
}

.rankitemImg img {
    position: absolute;
    width: auto;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ranking_box p {
    background-color: #754c24;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 2px;
}

.ranking_box .rank_num {
    position: absolute;
	top: -10px;
    left: -10px;
    display: block;
    width: 47px;
}

.rank_img {
}

.ranking_box.rank1 .rank_num {
    width: 56px;
    top: -29px;
    left: -20px;
}


/* ショップ説明 */
.shop_exp_inner {
    justify-content: space-evenly;
    background-image: linear-gradient( -20deg, #e3dbd3 0%, #e3dbd3 50%, #eae4de 50%, #eae4de 100% );
    background-position: left top;
    background-size: 100%;
    padding: 40px 0;
}

.shop_exp_img {
    float: left;
    width: 46%;
	margin: 0 1%;
}

.shop_exp_text {
    float: left;
    width: 46%;
    margin: 0 1%;
    font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
    font-size: 16px;
}

.shop_exp_text p {
    margin-bottom: 1em;
}


/* レシピ */
#recipes {
    background-image: url(https://towaco.xsrv.jp/wp-content/themes/trendonline/img/bk_1.jpg);
    background-color: #efe3d3;
    padding: 40px 20px 40px;
    background-size: 50%;
}

.recipeTitle {
    text-align: center;
/*     font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif; */
    font-size: 20px;
    font-weight: normal;
    border-top: 1px solid #744c26;
    border-bottom: 1px solid #744c26;
    padding: 5px 0 8px;
    margin-bottom: 30px;
}

.recipeTitle span {
    line-height: 26px;
    vertical-align: middle;
    font-size: 22px;
    padding: 0 5px;
}

.rti {
}

.rti.rti1 {
}

.rti.rti2 {
}

.recipe_list {
	margin: 0 -15px 40px;
}

.recipe_list li {
    padding: 0 15px;
}

a.recipe_img {
	display: block;
	margin-bottom: 15px;
}

a.recipe_img img {
}

h3.recipe_name {
    font-weight: bold;
    border-bottom: 1px solid #734c27;
    margin-bottom: 10px;
}

p.recipe_date {
    color: #fff;
    background-color: #744c26;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 13px;
}

p.recipe_name {
}

p.recipe_exp {
}

.bnt_wrap {
    text-align: center;
}

#recipes {
}

.btn_a {
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    border: 2px solid #351f1d;
    border-radius: 0;
    background: #351f1d;
    -webkit-box-shadow: 4px 4px 0 #c8b9ab;
    box-shadow: 4px 4px 0 #c8b9ab;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    width: 300px;
}

.btn_a:hover {
  -webkit-box-shadow: 0px 0px 0 #c8b9ab;
  box-shadow: 0px 0px 0 #c8b9ab;

}


/* 定期購入 */
#teiki_info {
    margin-top: -45px;
}


/* お知らせ */
h2.miniTitle {
    text-align: center;
	margin-bottom: 30px;
}

.news_list {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.news_list li {
    border-bottom: 1px solid #351f1d;
    padding: 10px 0 8px;
}

.news_date {
	margin-right: 15px;
	font-weight: bold;
}

.news_list p {
}

.news_list a {
}

.news_list a:hover {
    color: #b60000;
}


/* インフォメーション */
.info_bnr_list {
}

li.info_bn {
}

li.info_bn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #ebe5df;
	align-content: center;
	position: relative;
	height: 100%;
}

li.info_bn a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 22px 22px;
	border-color: transparent transparent #9e8266 transparent;
	bottom: 5px;
	right: 5px;
}

li.info_bn a:hover {
    color: #b60000;
}

.bnr_iconWrap {
	width: 82px;
	float: left;
}

.bnr_iconWrap img {
}

.bnr_text {
    width: calc(100% - 100px);
    padding: 5px 0;
}

.bnr_text h3 {
    border-bottom: 1px solid #333;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.bnr_text p {
	font-size: 14px;
}



/* SNS */
.snsLinks_wrap {
    text-align: center;
}

.snsLinks {
    display: inline-block;
}

.snsLinks li {
    padding: 5px 20px;
    float: left;
}

.snsLinks i {
    font-size: 40px;
}

.snsLinks a {
}

.snsLinks a:hover {
    color: #b60000;
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
#footer {
}

.footer-inner {
    background-color: #e3dbd3;
    background-color: #744c25;
    padding: 45px 0 20px;
}

h2.footer_title {
    color: #351f1d;
	color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
}

.fi_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 23px;
}

.fi_title {
	font-size: 18px;
	border-bottom: 1px solid #333;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

.fi_inner {
}

.fi_inner.fi_inner_not_toggle {
	display: block !important;
}

.fi_inner p {
	margin-bottom: 1em;
}

.fi_inner strong {
	color: #b60000;
}

a.fem {
	color: #b60000;
	text-decoration: underline;
}

a.fem:hover {
	text-decoration: none;
}

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

.copyright {
    background-color: #744c25;
	text-align: center;
	color: #fff;
	padding-bottom: 45px;
}

.copyright address {
	font-style: normal;
	font-size: 0.8;
}

.footer_link_wrap {
}

.footer_links {
	justify-content: center;
	text-align: center;
	margin: auto;
	padding: 10px 0;
}

.footer_links li {
    padding: 0 5px;
    border-right: 1px solid #fff;
    line-height: 1;
    float: left;
}

.footer_links li a {
	line-height: 1;
	color: #fff;
	text-decoration: underline;
}

.footer_links li a:hover {
	text-decoration: none;
}

.footer_links li:last-child {
	border-right: 0;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
	width: 300px;
}

.drawer--left .drawer-nav {
	left: -300px;
}


/** itemlist
===================================*/
#page-article {
}

.page_title_wrap {
    text-align: center;
    /* background-color: #f1ede9; */
    padding: 25px;
    color: #754c24;
    font-size: 30px;
    border-bottom: 1px solid #754c24;
    border-top: 1px solid #754c24;
	/* margin-top: -25px; */
    margin-bottom: 30px;
}

.page_title {
	font-size: 1.5em;
}

.category_top_list {
	/* border-bottom: 1px solid #754c24; */
	/* padding-bottom: 30px; */
    margin-bottom: 50px;
}

.category_top_list li {
	text-align: center;
	margin-bottom: 30px;
}

.category_top_list li a {
	display: block;
}

.category_top_list li img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.category_top_list li p {
    font-size: 16px;
}

.category_item {
    margin-bottom: 50px;
}

.category_item + .category_item {
    border-top: 2px dotted #e0d4c8;
    padding-top: 50px;
    margin-top: 10px;
}

.category_item_box {
	justify-content: space-between;
}

.category_item_img {
	width: 39%;
	float: left;
}

.product-img-slide {
    margin-bottom: 15px;
}

.product-img-slide .sp-arrow {
	width: 5px;
}

.product-img-slide .sp-next-arrow:after, .product-img-slide .sp-next-arrow:before, .product-img-slide .sp-previous-arrow:after, .product-img-slide .sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #754c26;
}

.product-img-slide .sp-slide {
}

.category_item_img .sp-image {
}

.category_item_img .sp-thumbnail {
}

.under_img_bnr {
    margin-bottom: 30px;
}

.under_img_bnr a {
}

.under_img_bnr img {
}

.category_item_contents {
	float: right;
	width: 59%;
}

.category_item_title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #754c24;
}

.category_item_catch {
    font-size: 18px;
    margin-bottom: 15px;
}

.item_cart_list {
    align-items: center;
    border-bottom: 1px solid #333;
    padding: 15px 0;
}

.item_cart_title {
    width: 30%;
	padding-right: 3%;
}

.item_rec {
    text-align: center;
    display: block;
    background-color: #ec9823;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
    margin-bottom: 5px;
}

.item_rec::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ec9823 transparent transparent transparent;
    position: relative;
    /* top: 5px; */
    left: calc(50% - 8px);
    position: absolute;
    bottom: -6px;
}

.item_cart_title h4 {
    font-size: 20px;
}

.item_cart_title .item_rec + h4 {
}

.item_cart_title p {
}

.item_cart_title p small {
}

.item_cart_title p b {
    color: #bb272d;
}

.item_cart_contents {
    width: 70%;
}

.price_box {
    width: 65%;
}

.price_discount {
    color: #bb272d;
}

.price_discount > span {
    margin-left: 10px;
    color: #888;
    text-decoration: line-through;
}

.price_sale {
    color: #bb272d;
    font-size: 24px;
}

.price_sale > small {
    font-size: 14px;
}

.sup_price {
}

.sup_price .price_sale {
	font-size: 20px;
}

.sup_price .price_sale > small {
}

.sup_price .price_sale em {
    font-size: 14px;
    margin-right: 8px;
    min-width: 5em;
    display: inline-block;
    color: #333;
}

.sup_price .price_sale .sup_rate {
    font-size: 14px;
    color: #ec9823;
}

.price_attention {
    font-size: 10px;
}

.cart_btn_wrap {
    width: 35%;
}

.cart_btn {
	color: #fff;
	display: block;
	background-color: #bb272d;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
}

.cart_btn:hover {
	background-color: #c54b50;
}

.cart_btn:hover img {
	opacity: 1;
}

.cart_btn img {
	width: 20px;
	margin-right: 5px;
}

.cart_btn_wrap .cart_btn {
}

.item_detail_btn_wrap {
    text-align: center;
    padding: 50px 0;
}

.item_detail_btn {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    background-color: #754c24;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
}

.item_detail_btn:hover {
	background-color: #a2703e;
}

.mfp-arrow {
    height: auto;
    top: calc(50% + 15px);
}

.lovleyteff_contents {
    margin-bottom: 50px;
}

.lovleyteff_contents_inner {
}

.lovleyteff_contents .spf {
	margin-bottom: 2%;
}


/** single
===================================*/
.main_visual_area {
    padding: 0;
    margin: 0 -15px 30px;
}

.single_contents_item {
	background-image: url(bg_tree2.jpg);
	background-size: 100%;
}

.single_contents_item .category_item {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.single_contents_item .page_title_wrap {
    margin-top: -30px;
    background-color: #fff;
}

.single_contents_item .category_item_box {
    background-color: #fff;
    padding: 15px;
    margin: 0 -15px 30px;
}

.single_contents {
    width: 100%;
    max-width: 1040px;
    margin: auto;
	font-size: 16px;
}

.single_contents h2 {
	margin-bottom: 1em;
	text-align: center;
    display: block;
    width: 100%;
}

.single_contents h3 {
	margin-bottom: 1em;
}

.single_contents h4 {
	margin-bottom: 1em;
}

.single_contents p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
}

.single_contents a {
    color: #E91E63;
    text-decoration: underline;
}

.single_contents a:hover {
	text-decoration: none;
}

.exclamation.h5 {
    margin-bottom: 1em;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#export_recipe_list .sharedaddy {
    display: none;
}

/** page
===================================*/
.page_contents {
	margin-bottom: 50px;
}

.migration_page {
	max-width: 1040px;
	margin: auto;
}

/*
.migration_page h2 {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
}
*/

.migration_page h2 {
    background-color: #754c24;
    padding: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.migration_page h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #754c24;
    padding-bottom: 5px;
    background-color: #f1ede9;
    padding: 10px;
}

.migration_page P + h3 {
    margin-top: 40px;
}

.migration_page dl {
    margin-bottom: 50px;
}

.migration_page dt {
}

.migration_page dd {
    margin-bottom: 50px;
    padding: 0 3vw;
}

.page_contents p {
	margin-bottom: 1em;
}

.page_anchor_links {
	margin-bottom: 40px;
}

.page_contents a {
    color: #1b66a2;
	color: #ef8f03;
	text-decoration: underline;
}

.page_contents a:hover {
    color: #1b66a2;
	color: #ef8f03;
	text-decoration: none;
}

.migration_page table {
}

.migration_page table th {
    padding: 20px;
    text-align: left;
    background-color: #f1ede9;
    border: 3px solid #fff;
    width: 20%;
    font-size: 14px;
    color: #333;
}

.migration_page table td {
    padding: 20px;
    background-color: #f9f7f5;
    border: 3px solid #fff;
}

.migration_page table td p {
}

.qa_area_inner {
    padding: 20px 0 0;
}

.qa_box {
    margin-bottom: 40px;
}

#faq_page .qa_box {
    margin-bottom: 40px;
    padding: 0%;
}

span.qa_t {
    color: #754c24;
    font-size: 1.8em;
}

span.an_t {
    font-size: 2.2em;
    color: #e15795;
}

.content_plus {
    margin: auto;
    max-width: 1100px;
}

.content_plus section {
	margin-bottom: 40px;
}

.content_plus h2 {
    text-align: center;
    margin-bottom: 20px;
    background-color: #725a20;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.4rem;
}

.content_plus h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #754c24;
    padding-bottom: 5px;
    background-color: #f1ede9;
    padding: 10px;
	width: 100%;
}

.content_plus p {
	font-size: 16px;
}

.about-teff .col-md-6 img {
    margin-bottom: 20px;
}

.col-xs-12 {
    width: 100%;
}

.normal_single_contents {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px 0 50px;
    border-bottom: 20px solid #eeede9;
}

.eyeimage {
	margin-bottom: 20px;
	text-align: center;
}

.normal_single_inner {
	margin: auto;
	max-width: 800px;
	width: 100%;
}

.normal_single_exp {
}

.toukou_day {
    font-size: 14px;
    background-color: #f1ede9;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */


/** under1229px
===================================*/
@media screen and (max-width: 1229px) {
/* base */

.container {
	width: 100%;
}

/* header */
.header_links {
	margin-left: 10px;
}

.header_contents_links {
    margin: 0 10px 0 0;
}

.header_contents_list > li > a {
    font-size: 12px;
}

.header_tel img {
    width: 240px;
}

/* navi */
.gnavi li {
    padding: 3px 10px;
}

.search_box {
    padding: 10px 10px;
    width: 23%;
}

input#s-box {
    width: auto;
    width: calc(100% - 31px);
	font-size: 16px;
	font-family: inherit !important;
}

.itemLinkSlider {
    padding: 15px 20px 25px;
}

.itemLinkSlider .slick-prev {
    left: -10px;
}

.itemLinkSlider .slick-next {
    right: -10px;
}

/* eyecatch */


/* contents */
.lineup_box h3 {
    width: 95%;
    font-size: 15px;
    padding: 0 5px;
}

.ranking_list_wrap {
    padding: 0 20px;
}


/* side */


/* footer */






/** itemlist-tablet
===================================*/
.item_cart_title h4 {
    font-size: 17px;
}

.item_cart_title p small {
    font-size: 10px;
}

.cart_btn {
	padding: 10px;
}



}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1029px) {
/* base */
.visible-pc {
	display: none;
}

.hidden-pc {
	display: block;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.visible-sp {
}

.hidden-sp {
}

.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

/* header */
.headline-wrap {
    padding: 10px 0 10px;
}

.logo {
    width: 200px;
}

.header_tel {
    width: 200px;
}

.header_links {
    margin-left: 0px;
}

.header_links {
    padding: 0;
}

.naviarrow {
	display: none;
}

.header_contents_links {
	display: none;
}


/* navi */
#gnav > .container {
	overflow-x: scroll
}

.gnav_wrap {
	width: 1020px;
}


/* eyecatch */
#main-slide .sp-arrow.sp-previous-arrow {
    left: 24px;
}

#main-slide .sp-arrow.sp-next-arrow {
    right: 24px;
}

/* contents */
/* 重要なお知らせ */
.important_title > h2 {
    border: 0;
    margin-bottom: 5px;
}

/* ラインナップ */
.lineup_box {
    padding-top: 40px;
}

/* ランキング */
#ranking > .container {
}

.ranking_list_wrap {
    overflow-x: scroll;
    padding: 20px 20px 10px;
}

.ranking_list {
	width: 1000px;
}

/* インフォメーション */
.bnr_iconWrap {
    width: 40px;
}

.bnr_text {
    width: calc(100% - 60px);
    padding: 0;
}

/* side */


/* footer */



/* category */
.sup_price .price_sale em {
    min-width: auto;
    font-size: 12px;
}



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/* base */
.visible-pc {
}

.hidden-pc {
}

.visible-tb {
}

.hidden-tb {
}

.visible-sp {
	display: block;
}

.hidden-sp {
	display: none;
}

.nbr br {
	display: none;
}


/* colmun */
.rowsp1 > * {
	float: none;
	width: 100%;
	margin-right: 0% !important;
}

.rowsp2 > * {
	float: left;
	width: 49%;
	margin-right: 2% !important;
}

.rowsp2 > *:nth-child(2n) {
	margin-right: 0 !important;
}

.rowsp3 > * {
	float: left;
	width: 32%;
	margin-right: 2% !important;
}

.rowsp3 > *:nth-child(3n) {
	margin-right: 0 !important;
}

.top_sec {
    margin-bottom: 50px;
}

/* header */
#header {
    padding-top: 62px;
}

.headline-wrap {
    padding: 10px 0 10px;
    background-color: #f1ede9;
}

h1.headline {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 13px;
}

p.headline {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 13px;
}

span.headGuide {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
}

#sp-header {
    padding: 15px 0 10px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.sp-header-inner {
    padding: 0 15px;
	justify-content: space-between;
}

.sp-header-left {
    width: auto;
    float: left;
	width: 25%
}

.sp-header-center {
    float: left;
	width: 50%;
}

.sp-logo {
	text-align: center;
	margin-top: -7px;
}

.sp-logo img {
    width: 160px;
}

.sp-header-right {
    float: right;
	width: 25%;
}

.header_links {
	justify-content: flex-end;
}

.header_links li {
    float: left;
    margin-left: 20px;
}

.header_links li:first-child {
    margin-left: 0px;
}

.header_links li a {
    font-size: 10px;
}

#slideTrigger {
    position: relative;
    padding: 0;
    margin: 6px 0;
	z-index: 3;
}

button#slideTrigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
}

.drawer-hamburger {
    cursor: pointer;
    background-color: transparent;
    padding: 20px 15px 30px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #744c26;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
	background-color: #000;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 300px;
}

/* navi */
input#s-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.itemLinkBox {
    height: 120px;
}

.itemLinkSlider {
    padding: 15px 0px 15px;
}

.itemLink {
    width: 180px;
}

.itemLink img {
    height: 70px;
    float: left;
}

.itemLink span {
    display: block;
    float: left;
}


/* eyecatch */
#main-slide {
    margin: -25px 0 20px;
}

#main-slide.sp-horizontal .sp-arrows {
    display: none;
}

#main-slide .sp-slide:not(.sp-selected) {
    opacity: 1;
}


/* contents */
/* 重要なお知らせ */
.important_info_wrap {
    border-radius: 5px;
    padding: 20px;
}

/* メニューリンク */
#menu_link {
    margin-bottom: 30px;
}

.menu_link_list {
}

.menu_link_list li {
}

.menu_link_list li a {
	display: block;
	text-align: center;
	font-size: 10px;
}

.menu_link_list li img {
	margin-bottom: 5px;
}

.menu_link_list li span {
	display: block;
}

/* 特集 */
.feature_bnr {
    margin-bottom: 15px;
    width: 48%;
    margin-right: 4% !important;
}

/* ラインナップ */
.lineup_inner {
    padding: 20px 15px 20px;
    margin: 0 -15px;
    background-size: 100%;
}

.lineup_line {
    width: 100%;
    margin: 0 0;
}

.lineup_box {
    padding: 30px 0 10px;
    margin-bottom: 20px;
}

.lineup_box + .lineup_box {
    margin-top: 50px;
}

.lineup_box + .lineup_box.n5 {
    margin-top: 50px;
}

.lineup_box h3 {
    font-size: 17px;
    width: 96%;
    padding: 0;
    line-height: 40px;
    top: -20px;
}

.lineup_line.v3 .lineup_box {
    width: 100%;
}

.lineup_line.v3 .line_item {
    width: 40%;
}

.lineup_box.flbox.line_qa_wrap {
    margin: 20px 0 10px;
}

.lineup_line.v3 .line_qa_wrap .line_qa {
    width: 70%;
}

.line_item.line_qa span {
    display: block;
    padding: 7px;
    font-size: 16px;
}

/* ショップ説明 */
.shop_exp_inner {
    margin: 0 -15px;
    padding: 30px 15px 20px;
    background: #f7f3f0;
}

.shop_exp_img {
    width: 100%;
    float: none;
	margin: 0;
    margin-bottom: 15px;
}

.shop_exp_text {
    float: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
	margin: 0;
}

/* レシピ */
#recipes {
    padding: 40px 0;
    background-size: 100%;
}

#recipes .bnt_wrap {
    padding-top: 30px;
}

/* 定期 */
#teiki_info {
    margin-top: -20px;
    margin-bottom: 65px;
}

#teiki_info .container {
	padding-left: 8px;
}

/* お知らせ */
#news {
    margin-bottom: 65px;
}

.news_date {
    display: block;
}

.news_list li {
    padding: 14px 0 10px;
}

/* インフォメーション */
li.info_bn {
    margin-bottom: 15px;
}

li.info_bn:last-child {
    margin-bottom: 0px;
}

/* side */


/* footer */
#page-top {
    bottom: 15px;
    right: 15px;
}

.fi_box {
    border-radius: 0;
    margin-bottom: 5px;
}

.fi_inner {
	display: none;
    border-top: 1px solid #333;
    margin-top: 5px;
    padding-top: 12px;
}

.fi_title_toggle {
	position: relative;
}

.fi_title_toggle .i_open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #734c26;
}

.fi_title_toggle .i_close {
	display: block;
	position: absolute;
    right: 0;
    top: 0;
    color: #734c26;
	display: none;
}

.fi_open.fi_title_toggle .i_open {
	display: none;
}

.fi_open.fi_title_toggle .i_close {
	display: block;
}

/* スライドメニュー */
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#slideMenu {
	padding-bottom: 10px;
}

.slideMenu_inner {
/* 	overflow: auto; */
/* 	-webkit-overflow-scrolling: touch; */
}

.menu_logo {
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 12px;
}

.menu_logo img {
	width: 160px;
}

.sp_account_Link {
    padding: 15px 0 0;
}

.sp_account_Link li {
	width: 33.333%;
	font-size: 12px;
}

.sp_account_Link img {
    margin-bottom: 3px;
}

#slideMenu .search_box {
    width: 100%;
    padding: 15px;
}

.sp_account_Link a {
	display: block;
	text-align: center;
}

.product_menu {
    border-top: 1px solid #333;
}

.imageIcon_link_list {
}

.imageIcon_link {
    border-bottom: 1px solid #333;
}

.imageIcon_link a {
    display: block;
    padding: 10px 15px;
}

.imageIcon_link img {
    width: 24px;
    margin-right: 12px;
}

.imageIcon_link span {
}

.sp_menu {
    padding: 10px 0;
}

.sp_menu.imageIcon_link {
}

.sp_menu li {
}

.sp_menu li a {
    display: block;
    padding: 10px 15px;
}

.sp_menu li img {
}

.sp_menu li i {
	font-size: 24px;
}

.sp_menu li span {
}

.sp_menu li span.sp_menu_i {
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

.sp_menu li a span.sp_menu_i  {
	color: #744c25;
}

.sp_sns {
	padding-top: 15px;
	padding-bottom: 30px;
}

.sp_snsLinks_wrap {
}

.sp_snsLinks {
	justify-content: space-around;
	width: 200px;
}

.sp_snsLinks li {
}

.sp_snsLinks li a {
}

.sp_snsLinks li i {
	font-size: 26px;
}

.next_toggle {
	padding: 10px 15px;
}

.product_menu .sec_list {
	display: none;
}

.product_menu .text_link {
	border-top: 1px solid #333;
}

.product_menu .text_link a {
	display: block;
	padding: 10px 15px;
}

.header_tel_sp {
    margin: 0px 15px 5px;
}


/** itemlist-sp
===================================*/
.page_title_wrap {
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 25px;
}

.category_top_list_wrap {
    overflow: scroll;
	margin-bottom: 30px;
}

.category_top_list_wrap .container {
    width: 140%;
}

.category_top_list {
    padding-bottom: 20px;
	margin-bottom: 0;
}

.category_top_list li p {
    font-size: 14px;
}

.category_item {
    margin-bottom: 10px;
}

.category_item_box {
    flex-flow: column;
}

.category_item_img {
    width: 100%;
    float: none;
}

.category_item_contents {
    width: 100%;
    float: none;
}

.category_item_title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #754c24;
}

.category_item_catch {
    font-size: 14px;
    margin-bottom: 10px;
}

.category_item_img .sp-image {
	opacity: 1 !important;
}

.item_cart_title {
    width: 47%;
    padding-right: 3%;
}

.item_cart_title h4 {
    font-size: 16px;
}

.item_cart_contents {
    width: 53%;
    flex-flow: column;
}

.price_box {
    width: 100%;
    margin-bottom: 5px;
}

.price_sale {
    color: #bb272d;
    font-size: 18px;
}

.price_sale > small {
    font-size: 12px;
}

.cart_btn_wrap {
    width: 100%;
}

.price_discount {
    font-size: 12px;
}

.price_discount > span {
    font-size: 10px;
}

.sup_price .price_sale {
    font-size: 16px;
}

.sup_price .price_sale em {
    min-width: auto;
    font-size: 12px;
}

.sup_price .price_sale > small {
    font-size: 10px;
}

.sup_price .price_sale .sup_rate {
    font-size: 13px;
}

.lovleyteff_contents {
    overflow: scroll;
    margin-bottom: 30px;
}

.lovleyteff_contents_inner {
    width: 480%;
}

.lovleyteff_contents .spf {
    float: left;
    width: 20% !important;
    padding-right: 1% !important;
	margin-right: 0 !important;
	margin-bottom: 0;
}







}/* @media */


