@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6em;
	font-size: 16px;
	color: #000;
	word-wrap: break-word;
	/* 英数字折り返し */
	background: url(common/img/back.jpg);
	background-size: 300px;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.pc {}

.sp {
	display: none;
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	color: #c46704;
}

a:active {
	color: #c46704;
}

/* フェードインで要素を表示
---------------------------------------------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}

/* 汎用コンテンツ
---------------------------------------------------------- */

/* ページトップ に戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	cursor: pointer;
	opacity: .9;
	z-index: 9999;
}

.pagetop a {
	display: block;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagetop img {
	width: 48px;
}

/* 電話番号の処理 */
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ヘッダー */
.header_inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em 0;
	overflow: hidden;
}

h1 {
	width: 27%;
	float: left;
}

nav ul {
	display: table;
	float: right;
	padding-top: 1em;
	width: 44%;
}

nav ul li {
	display: table-cell;
	width: 25%;
	padding-left: 1em;
}

/* メインイメージ */
.slide {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

/* しくやについて */
.about {
	width: 94%;
	max-width: 1120px;
	position: relative;
	margin: -160px auto auto;
	z-index: 999;
}


/* 商品 */
.products {
	width: 94%;
	max-width: 1120px;
	margin: 90px auto 0;
	background: url(common/img/products_back.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.products_inner {
	width: 92%;
	margin: 0 auto;
}

.slick-slider li {
	padding: 0.5% 0.9%;
}

.slick-slider li p {
	text-align: center;
	padding: 1em 0;
	color: #736357;
}

.slick-slider li a span {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 80%;
	background: #5d805a;
	border: solid 1px #5d805a;
	line-height: 40px;
	border-radius: 6px;
	color: #fff;
	transition: .3s;
}

.slick-slider li a:hover span {
	color: #5d805a;
	background: #fff;
}

/* ご注文 */
.contact {
	width: 94%;
	max-width: 720px;
	margin: 90px auto 0;
}

.contact h2 {
	font-size: 36px;
	font-weight: bold;
	color: #5d805a;
	text-align: center;
	border-bottom: solid 1px #5d805a;
	padding-bottom: 0.5em;
}

.contact_inner {
	width: 90%;
	margin: 2em auto 0;
	display: table;
}

.contact_inner p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 2% 0 0;
	font-size: 36px;
	width: 60%;
	line-height: 1.4em;
}

.contact_inner img {
	display: table-cell;
}

a.order {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 480px;
	margin: 1.5em auto 0;
	background: #5d805a;
	border: solid 1px #5d805a;
	line-height: 56px;
	border-radius: 6px;
	font-size: 24px;
	color: #fff;
	transition: .3s;
}

a.order:hover {
	color: #5d805a;
	background: #fff;
}

/* 販売店舗 */
.store {
	width: 100%;
	max-width: 1120px;
	margin: 90px auto 0;
	padding: 30px 0 90px;
	background: url(common/img/store_back.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.store_inner {
	width: 80%;
	margin: 0 auto;
}

.store_inner h2 {
	width: 72%;
	max-width: 300px;
	margin: 0 auto;
}

.store_inner ul {
	display: table;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 1.5em;
}

.store_inner ul li {
	display: table-cell;
	padding: 2%;
	width: 20%;
}

.store_inner ul li p {
	text-align: center;
	line-height: 1.4;
	padding-top: 0.5em;
	font-size: 14px;
}

/* アクセス */
.access {
	padding-top: 40px;
	width: 94%;
	max-width: 960px;
	margin: 90px auto 0;
	overflow: hidden;
}

.access01 {
	width: 37%;
	float: left;
	padding-bottom: 40px;
}

.access01 dt {
	color: #6A3906;
	font-size: 24px;
	padding-top: 1em;
}

.access01 dt span {
	font-size: 18px;
}

.access01 dd p {
	padding: 1em 0;
	line-height: 1.5;
}

.access02 {
	width: 60%;
	float: right;
}

.access02 p {
	font-size: 13px;
	line-height: 1.4em;
	padding-top: 0.5em;
}

/* フッター */
footer {
	background: #42210b;
	padding: 40px 2%;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.small {
	font-size: 12px;
	line-height: 120%;
}


/* -------- 商品一覧 -------- */
.cover {
	background: url(common/img/cover.jpg) center 50% no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
	color: #fff;
	font-size: 36px;
}

.products_list h3 {
	margin: 60px auto 0;
	width: 60%;
	max-width: 240px;
}

.products_list ul {
	width: 94%;
	max-width: 960px;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
}

.products_list ul li {
	/* float:left; */
	width: 31.3%;
	margin: 0.5%;
	background: #fff;
	display: inline-block;
	text-align: left;
}

.products_list ul li dl {
	padding: 4%;
}

.products_list ul li dl dt {
	color: #5d805a;
	font-size: 20px;
}

.products_list ul li dl dd {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	line-height: 1.4;
	font-size: 15px;
}

.products_list ul li dl dd span {
	font-size: 14px;
}

/* ご注文 */
.products_list .contact {
	margin: 90px auto 0;
}

/* アクセス */
.products_list .access {
	padding-top: 90px;
}

/* お知らせ */
.news {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}

.news h2 {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

.news ul {
	list-style: none;
	padding-top: 2em;
}

.news ul li {
	border-bottom: solid 1px #b4a58c;
	font-size: 20px;
}

.news ul li a {
	display: block;
	padding: 0.5em;
}

.news ul li a:hover {
	background-color: rgba(125, 125, 125, .1);
}

.contents_news {
	width: 94%;
	max-width: 960px;
	padding: 3%;
	background: #fff;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	font-size: 20px;
	line-height: 1.6;
}

.contents_news h3 {
	font-size: 30px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 0.5em;
	color: #b36c26;
}

.contents_news ul {
	padding: 2em 0 0 0;
	overflow: hidden;
}

.contents_news ul li {
	width: 50%;
	float: left;
	padding: 2%;
}

.contents_news ul li img {
	border-radius: 6px;
}

.category {
	width: 94%;
	max-width: 960px;
	padding: 3% 3% 6%;
	background: #fff;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	font-size: 20px;
	line-height: 1.6;
}

.category p {
	border-bottom: dotted 1px #ccc;
}

.category p a {
	display: block;
	padding: 0.3em 0.5em;
}

.category p a:hover {
	background: #f5f5f5;
}

a.back_top {
	display: block;
	width: 50%;
	margin: 2em auto 0;
	text-align: center;
	background: #b36c26;
	color: #fff;
	font-size: 16px;
	padding: 0.5em;
	border: solid 1px #b36c26;
	border-radius: 8px;
	transition: .3s;
}

a.back_top:hover {
	background: #fff;
	color: #b36c26;
}

/* ページネーション */
.page-numbers {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
	padding: 0 0.1em;
	width: 2.2em;
}

.page-numbers li a {
	display: block;
	width: 2em;
	line-height: 2em;
	text-align: center;
	background: #4d3729;
	border: solid 1px #4d3729;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	padding: 0;
}

.page-numbers li a:hover {
	background: #fff;
	color: #4d3729;
}

.page-numbers li span.current {
	display: block;
	width: 2em;
	line-height: 2em;
	text-align: center;
	background: #666;
	border: solid 1px #666;
	border-radius: 4px;
	color: #fff;
}

.page-numbers li a.prev,
.page-numbers li a.next {
	background: none;
	border: none;
	color: #4d3729;
	width: 3em;
}

.page-numbers li a:hover {
	background: none;
}

.taC {
	text-align: center;
}