<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, table, td, textarea, th, ul {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W6, sans-serif;
	line-height: 1.6;
	background: url(../images/common/bg.png);
	padding-bottom: 110px;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}

.img80 {
	width: 80%;
	height: auto;
}
/*---------------
header
---------------*/
header {
	padding-left: 10px
}

/*---------------
footer
---------------*/
footer {
	text-align: center;
}

/*---------------
mainvisual
---------------*/
#mainvisual{text-align: center;}
#mainvisual img{width:100%;}
.read{ padding:0 5px;}

section {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	margin: 5px
}
.section-inner {
	padding: 2px;
}

/*---------------
clearfix
---------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.clearfix {
	min-height: 1px
}
* html .clearfix {
	height: 1px
}
.clear {
	clear: both
}
/*---------------
margin
---------------*/
.mrgT10 {
	margin-top: 10px
}
.mrgT15 {
	margin-top: 15px
}
.mrgT20 {
	margin-top: 20px
}
.mrgT30 {
	margin-top: 30px
}
.mrgR10 {
	margin-right: 10px
}
.mrgR15 {
	margin-right: 15px
}
.mrgR20 {
	margin-right: 20px
}
.mrgB10 {
	margin-bottom: 10px
}
.mrgB15 {
	margin-bottom: 15px
}
.mrgB20 {
	margin-bottom: 20px
}
.mrgB30 {
	margin-bottom: 30px
}
.mrgL10 {
	margin-left: 10px
}
.mrgL15 {
	margin-left: 15px
}
.mrgL20 {
	margin-left: 20px
}
/*---------------
link
---------------*/
a:hover {
	color: #369;
	text-decoration: none;
	border: none;
}
a:active, a:link, a:visited {
	color: #369;
	text-decoration: none;
	border: none;
}

/*---------------
content
---------------*/
h2 {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

p { text-align: left;}

/*---------------
article01
---------------*/
.article01 table {
	border-collapse: separate;
	border-spacing: 0 5px;
	font-weight: bold;
	margin-top: -10px;
}
.article01 th {
	padding: 5px;
	border-radius: 5px;
	padding: 2px 10px;
}
.article01 td {
	padding-left: 15px;
	text-align: left;
}

/*---------------
article02
---------------*/
.article02 dl {
	background: #fcf0ca;
}
.article02 dt {
	cursor: pointer;
	background: #FBE194 url(../images/hakkou_i_swich.png) right 5px bottom 20px no-repeat;
	background-size: 10px 50px;
	text-align: left;
	border-top: 2px solid #fff;
	padding-right: 20px;
	height: 46px;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
}
.article02 dt span {
	color: #fff;
	background: #F28922;
	width: 65px;
	text-align: center;
	float: left;
	height: 46px;
	line-height: 46px;
	margin-right: 5px;
}
.article02 dd {
	display: none;
	padding: 10px;
}
.article02 dt.active {
	background: #FBE194 url(../images/hakkou_i_swich.png) right 5px top 20px no-repeat;
	background-size: 10px 50px;
}
.article02 .photo {
	text-align: center;
}
.article02 p {
	padding: 6px;
}
/*---------------
article05
---------------*/
.article05 .left-box {
	float: left;
	text-align: center;
	width: 35%;
}
.article05 .right-box {
	float: right;
	width: 60%;
}
.article05 dl {
	margin-top: 10px;
	padding : 10px;
}
.article05 dt {
	padding-bottom : 3px;
	font-weight: bold;
	text-align: left
}
.article05 dd {
	padding : 10px;
	background: url(../images/common/article05_dd_bg.gif);
	text-align: left;
}
.article05 .title {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
}
.article05 .title span {
	border-bottom: 2px solid #ffff66;
}
.article05 .desc {
	padding-left: 40px;
	min-height: 70px;
}
/*---------------
article07
---------------*/
.article07 h3 {
	border-radius: 5px;
	padding: 5px;
}
.article07 ul {
	padding: 5px 15px;
}
.article07 ul li {
	list-style: outside;
	margin-bottom: 2px;
	text-align: left
}
.article07 dl {
	margin-bottom: 10px;
	text-align: left
}
.article07 dt {
}
.article07 dd {
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
}
.article07 dd span {
	color: #fa6262;
}
/*---------------
article08
---------------*/
.article08 h3 {
	position: relative;
	padding: .5em .75em;
	border-radius: 6px;
	margin-bottom: 20px;
	text-align: left;
}
.article08 h3::before, .article08 h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.article08 h3::after {
	margin-top: -2px;
}
.article08 .comment {
	padding: 10px;
	margin-top: 20px;
}
.article08 .comment p {
	padding : 10px;
	background: url(../images/common/article05_dd_bg.gif);
}
/*---------------
article09
---------------*/
.article09 h3 {
	color: #f28921;
	margin-bottom: 10px;
}
.article09 h4 {
	padding: 5px;
	color: #f28921;
	text-align: center;
	margin-bottom: 20px;
}
.article09 .swiper-container {
	width: 100%;
	height: 100%;
}
.article09 .swiper-slide {
	padding-bottom: 30px;
}
.article09 .swiper-slide img {
	width: 80%;
}
.article09 .swiper-slide p {
	width: 95%;
	margin: 0 auto;
}
.article09 .swiper-inner {
	margin: 0 35px;
	padding: 10px;
}
.article09 .swiper-button-next,
.article09 .swiper-button-prev{
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	background-size:14px 22px;
	background-position:center;
	background-repeat:no-repeat}
/*---------------
article10
---------------*/
.article10 h3 {
	position: relative;
	height: 50px;
	line-height: 20px;
	padding: 5px 1em 0 1em;
	margin-bottom: 30px;
	text-align: left;
	font-size: 13px;
}
.article10 h3::before, .article10 h3::after {
	content: '';
	position: absolute;
}
.article10 h3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
}
.article10 h3::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}
/*---------------
articleSeikyu
---------------*/
.seikyu {
	padding: 10px 0;
	background: url(../images/common/seikyu_bgA.gif);
	position: fixed;
	z-index: 50;
	text-align: center;
	bottom: 0;
	width: 100%
}

.seikyu img {
	display: inline-block;
	margin: 0 5px
}

.seikyu img a{
 text-decoration: none;
 border: none;
 font-size: 0;
}
/*---------------
pattern
---------------*/
/*---発酵食---*/
.hakkou #mainvisual{border-top:4px solid #F18921; }
.hakkou h2 {
	background: #f28921;
}
.hakkou .article01 th {
	background-color : #fae194;
}
.hakkou .article02 .point-box, .hakkou .article05 dl, .hakkou .article08 .comment {
	background: #fcf0ca;
}
.hakkou .article02 .point-box h3 {
	background: #fae194;
}
.hakkou .article02 h3 span {
	background: #F28922;
}
.hakkou .article02 dl {
	background: #fcf0ca;
}
.hakkou .article02 dt {
	background: #FBE194 url(../images/hakkou_i_swich.png) right 5px bottom 20px no-repeat;
	background-size: 10px 50px;
}
.hakkou .article02 dt.active {
	background: #FBE194 url(../images/hakkou_i_swich.png) right 5px top 20px no-repeat;
	background-size: 10px 50px;
}
.hakkou .article05 dt, .hakkou .article05 .title, .hakkou .article09 h3, .hakkou .article09 h4{
	color: #f28921;
}
.hakkou .article05 .desc {
	background: url(../images/hakkou_article05_icon.png) no-repeat left top;
	background-size: 31px 36px;
}
.hakkou .article07 h3 {
	background: #fae194;
}
.hakkou .article08 h3 {
	background-color: #fefaee;
	border: 1px solid #f28921;
	color: #f28921;
}
.hakkou .article08 h3::before {
	border-top: 15px solid #f28921;
}
.hakkou .article08 h3::after {
	border-top: 15px solid #fefaee;
}
.hakkou .article09 h4 {
	background: url(../images/hakkou_article09_bg.gif);
}
.hakkou .article09 .swiper-inner {
	background: #fcf0ca;
}
.hakkou .article10 h3 {
	background-color: #fae194;
}
.hakkou .article10 h3::before {
	border-right-color: #f6cc4a;
}

/*---賞状---*/
.syojo #mainvisual{border-top:4px solid #674023; }
.syojo h2 {
	background: #674023;
}
.syojo .article01 th {
	background-color : #f4ceb2;
}
.syojo .article02 .point-box, .syojo .article05 dl, .syojo .article08 .comment {
	background: #feede0;
}
.syojo .article02 .point-box h3 {
	background: url(../images/syojo_article02_bg.png) no-repeat;
}
.syojo .article02 dt span {
	background: #674023;
}
.syojo .article02 dl {
	background: #feede0;
}
.syojo .article02 dt {
	background: #f4ceb2 url(../images/syojo_i_swich.png) right 5px bottom 20px no-repeat;
	background-size: 10px 50px;
}
.syojo .article02 dt.active {
	background: #f4ceb2 url(../images/syojo_i_swich.png) right 5px top 20px no-repeat;
	background-size: 10px 50px;
}
.syojo .article05 dt, .syojo .article05 .title, .syojo .article09 h3, .syojo .article09 h4{
	color: #674023;
}
.syojo .article05 .desc {
	background: url(../images/syojo_article05_icon.png) no-repeat left top;
	background-size: 31px 36px;
}
.syojo .article07 h3 {
	background: #f4ceb2;
}
.syojo .article08 h3 {
	background-color: #feede0;
	border: 1px solid #674023;
	color: #674023;
}
.syojo .article08 h3::before {
	border-top: 15px solid #674023;
}
.syojo .article08 h3::after {
	border-top: 15px solid #feede0;
}
.syojo .article09 h4 {
	background: url(../images/syojo_article09_bg.gif);
}
.syojo .article09 .swiper-inner {
	background: #feede0;
}
.syojo .article10 h3 {
	background-color: #f4ceb2;
}
.syojo .article10 h3::before {
	border-right-color: #c6936e;
}

/*---筆ペン---*/
.fude #mainvisual{border-top:4px solid #674023; }
.fude h2 {
	background: #674023;
}
.fude .article01 th {
	background-color : #f4ceb2;
}
.fude .article02 .point-box, .fude .article05 dl, .fude .article08 .comment {
	background: #feede0;
}
.fude .article02 .point-box h3 {
	background: url(../images/fude_article02_bg.png) no-repeat;
}
.fude .article02 dt span {
	background: #674023;
}
.fude .article02 dl {
	background: #feede0;
}
.fude .article02 dt {
	background: #f4ceb2 url(../images/fude_i_swich.png) right 5px bottom 20px no-repeat;
	background-size: 10px 50px;
}
.fude .article02 dt.active {
	background: #f4ceb2 url(../images/fude_i_swich.png) right 5px top 20px no-repeat;
	background-size: 10px 50px;
}
.fude .article05 dt, .fude .article05 .title, .fude .article09 h3, .fude .article09 h4{
	color: #674023;
}
.fude .article05 .desc {
	background: url(../images/fude_article05_icon.png) no-repeat left top;
	background-size: 31px 36px;
}
.fude .article07 h3 {
	background: #f4ceb2;
}
.fude .article08 h3 {
	background-color: #feede0;
	border: 1px solid #674023;
	color: #674023;
}
.fude .article08 h3::before {
	border-top: 15px solid #674023;
}
.fude .article08 h3::after {
	border-top: 15px solid #feede0;
}
.fude .article09 h4 {
	background: url(../images/fude_article09_bg.gif);
}
.fude .article10 h3 {
	background-color: #f4ceb2;
}
.fude .article10 h3::before {
	border-right-color: #c6936e;
}
</pre></body></html>