@charset "UTF-8"; 
/*
Theme Name: PC
Theme URI: 
Description: サインズ
Version: 2.0
Author: sains
Author URI: 
 */
/*ここにtablet用スタイルを記述*/
/*cms用*/
img.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignright{
	float: right;
}
.alignleft{
	float:left;
}
img.alignleft,img.alignright{
	display: block;
}
/* オールクリア */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:93%;
	color:#323232;
	line-height:1.8em;
	word-break:break-all;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
}
img.alignnone{
	display:block;
	margin:0px auto;
}
img.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
li{
	list-style-type:none;	
}
a{
	text-decoration:none;
}
a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
}
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
}
table{
	border-collapse:collapse;
	border-color: #333333;
}
td{
	vertical-align:top;
}
.txt_center{
	text-align:center;
}
/* 全体 */
#wrapper-top,#wrapper{
	width:100%;
}
#breadcrumb{
	font-size:90%;
	margin:10px 0px 10px 0px;
}
/*汎用*/
.clear{
	clear:both;
}
h1{
	padding: 20px 0;
    	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:170%;
	letter-spacing:0.1em;
	margin-bottom:20px;
	color:#4f4f4f;
}
h1:first-letter{
	margin-right: 2px;
    	font-size: 145%;
    	color: #d7b867;
}
h2{
	position: relative;
    	padding-bottom: 5px;
    	border-bottom: 2px solid #ccc;
	font-size:160%;
	font-weight:normal;
	color:#606060;
	margin-bottom:15px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2::after {
	position: absolute;
    	bottom: -2px;
    	left: 0;
    	z-index: 2;
    	content: '';
   	 width: 25%;
    	height: 2px;
    	background-color: #d7b867;
}
h2 a{
	color:#606060;
}
h3{
    	padding-left: 5px;
    	border-left: 4px solid #d7b867;
	font-size:120%;
	color:#606060;
	font-weight:normal;
	margin-bottom:10px;
}
h4{
	letter-spacing:0.1em;
	font-size:110%;
	font-weight:bold;
	color: #231815;
	margin:10px 0;
}
.pcnone, .pc-none{
	display:none;
}
#wrapper #main{
	width:96%;
	margin:0 auto;
}
#wrapper #event-main{
	width:100%;
	margin:0 auto 40px;
}
#wrapper #main-blog{
	width:100%;
	margin:0 auto;
}
#sidebar{
	width:100%;
	margin:0 auto;
	margin-bottom:70px;
}
.cont{
	padding-bottom:40px;
}
/*テンプレート*/
.g-l{
	float:left;
	width:48%;
	margin:10px 1%;
}
.g-r{
	float:left;
	width:48%;
	margin:10px 1%;
}
/* ヘッダー */
#header{
	width: 100%;
}
#header-sp{
	display:none;
}
#header-main img{
	max-width:100%;
	height:auto;
}
#kouju-top{
	padding:0;
	border:none;
	margin:0;
}
#header-menu-bg{
	width:100%;
	height:45px;
	background: url(images/common/menu-bg.png) repeat-x left top;
	border-top:1px solid #a9a9aa;
	clear:both;
}
#header-menu{
	width:100%;
	margin:0 auto;
}
#wrapper-top #header-menu ul li{
	float:left;
	height:45px;
	width:16%;
	text-align:center;
	padding:9px 0 0 0;
	position:relative;
}
#wrapper-top #header-menu ul li:first-child{
	width:20%;
}
#wrapper-top #header-menu ul li a{
	display:block;
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:0;
	font-size:95%;
}
#wrapper-top #header-menu ul li a:hover{
	text-decoration:none;
	color:#d7b867;
}
#wrapper-top #header-menu ul li ul{
	position: absolute;
	top: 45px;
	left:0;
	z-index: 5000;
	display:none;
	border-top:1px solid #a9a9aa;
}
#wrapper-top #header-menu ul li:hover ul{
	display:block;
}
#wrapper-top #header-menu ul li ul li{
	height:auto;
	background-color: #f2f2f2;
	margin-left:0;
	width: auto;
	position:relative;
	z-index:7000;
	border-bottom:1px dotted #a9a9aa;
}
#wrapper-top #header-menu ul li ul li{
	width:160px !important;
}
#wrapper-top #header-menu ul li ul li:last-child{
	border-bottom:none;
}
#wrapper-top #header-menu ul li ul li a{
	display:block;
	height:auto;
	border: none;
	text-decoration: none;
	text-indent:0;
	white-space:nowrap;
	line-height:normal;
	background-image: none;
	font-size:90%;
	padding:2px 0 10px 0;
	width:160px !important;
	color:#231815;
	text-align:center;
}
#wrapper-top #header-menu ul li ul li a:hover{
	color:#931928;
}
/*中ページメニュー*/
#wrapper #header-menu ul li{
	float:left;
	height:45px;
	width:14%;
	text-align:center;
	padding:9px 0 0 0;
	position:relative;
}
#wrapper #header-menu ul li:nth-child(2){
	width:16%;
}
#wrapper #header-menu ul li a{
	display:block;
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:0;
	font-size:95%;
}
#wrapper #header-menu ul li a:hover{
	text-decoration:none;
	color:#d7b867;
}
#wrapper #header-menu ul li ul{
	position: absolute;
	top: 45px;
	left:0;
	z-index: 5000;
	display:none;
	border-top:1px solid #a9a9aa;
}
#wrapper #header-menu ul li:hover ul{
	display:block;
}
#wrapper #header-menu ul li ul li{
	height:auto;
	background-color: #f2f2f2;
	margin-left:0;
	width: auto;
	position:relative;
	z-index:7000;
	border-bottom:1px dotted #a9a9aa;
}
#wrapper #header-menu ul li ul li:last-child{
	border-bottom:none;
}
#wrapper #header-menu ul li ul li a{
	display:block;
	height:auto;
	border: none;
	text-decoration: none;
	text-align:left;
	text-indent:0;
	white-space:nowrap;
	line-height:normal;
	background-image: none;
	font-size:90%;
	padding:2px 0 10px 0;
	width:160px !important;
	color:#231815;
	text-align:center;
}
#wrapper #header-menu ul li:nth-child(2) ul li{
	width:160px !important;
}
#wrapper #header-menu ul li ul li a:hover{
	color:#931928;
}
#header-upper{
	width:100%;
	background-color:#000;
	overflow:hidden;
	height:105px;
}
#header-naka{
	width:100%;
	margin:0 auto;
}
#header-logo{
	padding:15px 0 15px 1%;
	border:none;
	margin:0;
	float:left;
}
.header-tmt{
	display:none;
}
.header-tmt img{
	max-width:100%;
	height:auto;
}
/* コンテンツ */
#contents{
	width: 96%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
#wrapper-top #main{
	width: 96%;
	margin:0 auto;
	padding:15px 0 30px 0; 
	overflow:hidden;
}
/* メイン */
.main-sp{
	display:none;
}
#top-r{
	float:left;
	width:48%;
}
#top-l{
	float:right;
	width:48%;
}
.orora-bnr{
	padding:0 0 20px;
}
.why-bnr{
	padding:0 0 20px;
}
.fest-bnr{
	padding:0 0 20px;
}
.tr-l{
	float:left;
	width:48%;
	padding:20px 0;
}
.tr-r{
	float:right;
	width:48%;
	padding:20px 0;
}
.media-bnr{
	clear:both;
	padding-bottom:20px;
}
.contact-bnr{
	padding-bottom:20px;
}
#news-midashi{
	font-size:130%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:0 0 5px 5px;
	margin-bottom:5px;
	border-bottom:2px solid #ccc;
}
#blog_rss table{
	border-collapse:collapse;
	width:100%;
}
.blog-new ul li{
	border-bottom:1px dashed #ccc;
	padding:10px 0 9px 0;
	display:block;
	overflow:hidden;
}
.infodate{
	background:url(./images/top/oshirase-icon.png) no-repeat left 10px;
	padding:0 0 0 1%;
	font-size:85%;
	width:100%;
	line-height:150%;
}
.infottl{
	width:97%;
	line-height:150%;
}
.to-list{
	background-color:#880000;
	width:144px;
	margin:30px auto;
}
.to-list2{
	background-color:#880000;
	width:180px;
	margin:30px auto;
}
.to-list a{
	color:white;
	text-align:center;
	display:block;
	padding:1px 0;
	font-size:90%;
	letter-spacing:0.1em;
}
.to-list2 a{
	color:white;
	text-align:center;
	display:block;
	padding:10px;
	letter-spacing:0.1em;
}
.to-list a:hover, .to-list2 a:hover{
	text-decoration:none;
	background-color:#5b1313;
}
.netshop-ttl{
	padding-bottom:10px;
	text-align:center;
}
.netshop-bnr{
	padding-bottom:20px;
}
.online-shop{
	padding-bottom:50px;
	text-align:center;
}
/*フェア*/
.fairTable{
	width:100%;
	margin:auto;
}
.fairTable th{
	width:140px;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:10px;
	vertical-align:middle;
}
.fairTable td{
	border:1px solid #ccc;
	padding:10px 20px;	
}
.fairTitle{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #b01f23;
	margin:0 auto 20px;
	padding:2px 5px;
}
.ggmap{
	margin:auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width:auto;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* フッター*/
#footer{
	clear:both;
	width:100%;
	background-color:#000;
	overflow:hidden;
	padding:0 0 50px 0;
}
#footer-sp{
	display:none;
}
#footer a{
	color:#fff;
}
#footer-main{
	width:98%;
	margin:0 auto;
	padding:15px 0 0 0;
}
#footer-menu1{
	width:31%;
	float:left;
	margin-right:1%;
}
#footer-menu1 ul li{
	background:url(./images/common/footer-icon1.png) no-repeat left 8px;
	padding:0 0 0 15px;
	font-size:90%;
}
#footer-menu1 ul li a{
	color:#fff;
}
#footer-menu1 ul li ul li{
	background:url(./images/common/footer-icon2.png) no-repeat left 8px;
	padding:0 0 0 15px;
	font-size:85%;
}
#footer-menu1 ul li ul li a{
	color:#fff;
}
#footer-menu2{
	width:30%;
	float:left;
	margin-right:2%;
}
#footer-menu2 ul li{
	background:url(./images/common/footer-icon1.png) no-repeat left 7px;
	padding:0 0 0 15px;
	font-size:90%;
}
#footer-menu2 ul li a{
	color:#fff;
}
.footer-logo{
	clear:both;
	text-align:center;
	padding-top:25px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#fff;
	font-size:120%;
}
#copyright{
	clear:both;
	text-align:center;
	font-size:75%;
	color:#fff;
	padding:5px 0 10px 0;
}
#pagetop{
	display:none;
}
#pagetop2{
	position:fixed;
	right:2%;
	bottom:50px;
	z-index:1000;
}

/*汎用*/
.float_left{
	float:left;
}
.float_right{
	float:right;
} 
.cenclear{
	clear:both;
	text-align:center;
	padding-top:30px;
}
/*スマホ切り替え*/
.pc-switcher{
    margin:15px auto 0;
    width:203px;
font-size:13px;
text-shadow:none;
padding-bottom:50px;
}
.pc-switcher span{
    border:1px solid #CCC;
    border-right:none;
    border-radius: 0 8px 8px 0;
color:#ffffff;
}
.pc-switcher a{
    border:1px solid #CCC;
    border-radius: 8px 0 0 8px;
    color:#555555!important;
    text-decoration: none;
}
.pc-switcher span,.pc-switcher a{
    text-align:center;
    float:left;
    width:100px;
    height:30px;
    line-height:30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    list-style: none;
}
.pc-switcher .active{
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%); 
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(138,182,218)),color-stop(0.5, rgb(65,140,201)),color-stop(1, rgb(136,182,219)));
    background-image:-webkit-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
    background-image:linear-gradient(-90deg,rgb(138,182,218) 0%,rgb(65,140,201) 50%,rgb(136,182,219) 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ab6da,endColorstr=#ff88b6db,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8ab6da,endColorstr=#ff88b6db,GradientType=0);
}
/*スマホ切り替え終*/
/*トップページ*/
#top-info{
	width: 100%;
	float:left;
	position:relative;
}
#info-content ul{
	width:640px;
	overflow:hidden;
}
#info-content ul li{
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #000000;
}
.infodate{
	padding:4px 0px 4px 10px;
	float:left;
	color:#1950af;
	font-weight:bold;
}
.news{
	padding:4px 0px 4px 40px;
	float:left;
}
.news a{
	color:#000000;
}
#top-info .to-list{
	background:url('./images/top/info-title-icon.png') no-repeat 10px 6px;
	padding-right:20px;
	float:right;
	padding-left:24px;
	font-size:12px;
	position:absolute;
	top:3px;
	left:550px;
}
.to-list a{
	color:white;
}
/*お知らせ一覧*/
#info-archive li{
	padding:5px 0px 5px 10px;
	border-bottom:1px dotted #000000;
}
#info-archive li span{
	color:#1950af;
	font-weight:bold;
}
#info-archive li a{
	color:#000000;
}
/*サイドバーブログ*/
.blog-title{
	border-bottom:1px dashed #880000;
	color:#880000;
	text-align:center;
	padding:2px 0;
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
	font-size:90%;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
}
.categories{
	list-style:none;
	margin-bottom:15px;
}
#sidebar ul{
  color: #666;
  list-style-type: square;
  margin: 0px;
}
.side-new, .side-cate, .linktext, .blogarchives{
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 14px;
  color: #333;
  line-height: 170%;
  padding: 0px 10px 5px 0px;
  color: #666;
  list-style-type: square;
  margin:0px 0px 15px 0px;
}
.side-new ul li, .categories ul li, .blogarchives ul li, .linktext ul li{
	padding-left:15px;
	background:url('images/common/icon2.png') no-repeat left 6px;
	line-height:150%;
	margin-bottom:5px;
}
.side-new ul li a, .categories ul li a, .blogarchives ul li a, .linktext ul li a{
	color:#333;
}
.side-new ul li a:hover, .categories ul li a:hover, .blogarchives ul li a:hover, .linktext ul li a:hover{
	color:#880000;
}
.postmetadata{
	display:none;
}
.post-date{
	font-size:90%;
	margin-bottom:5px;
	text-align:right;
}
/* ------- ■検索ボックス ------- */
#searcharea  {
  text-align: left;
  margin: 60px 0px 20px 20px;
}
.search {
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 12px;
}
.search input {
  border: 1px solid #666;
}
#search-text, #search-btn{
	float:left;
	margin-left:20px;
}
/* ------- ■ページ移動リンク ------- */
.pagearea {
  font-size: 12px;
  margin:20px 10px 10px 10px;
}
/*.next{
	font-size: 12px;
	float:left;
	margin:15px auto;
}
.previous{
	font-size: 12px;
	float:right;
	margin:15px auto;
}*/
.next,.previous,.entry_author{
	display:none;
}
.pagearea prev{
	float:right;
}
.pagearea a,
.pagearea a:link,
.pagearea a:visited,
.pagearea a:active,
.pagearea a:hover {
  text-decoration: none;
}
#wp-calendar {
	width:250px;
	margin:0px auto 15px auto;
}
#wp-calendar tr{
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	line-height: 120%;
}
#wp-calendar td {
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
}
#wp-calendar td.sun {
	color: #C00;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 25px;
	height: 20px;
}
#wp-calendar td.sat {
	color: #5982B2;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 20px;
	height: 20px;
}
/*サイドバーイベント*/
#sidebar-event{
	width:100%;
}
.event-side-ttl{
	background-color:#880000;
	text-align:center;
	padding:2px 0;
	color:#fff;
	margin-bottom:5px;
	clear:both;
	font-weight:bold;
}
.event-menu ul{
	margin-bottom:10px;
}
.event-menu ul li{
	background:url('images/common/side-icon.png') no-repeat left 8px;
	padding:0 1% 3px 2%;
	float:left;
	margin:0 0 15px 0;
	font-size:95%;
	width:22%;
}
.event-menu ul li:last-child{
	border-bottom:none;
}
.event-menu ul li a{
	color:#323232;
}
.event-menu ul li a:hover{
	color:#880000;
}
.pagination {
clear:both;
padding:5px 0;
position:relative;
font-size:11px;
line-height:13px;
margin:10px auto;
display:inline-block;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #231815;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #880000;
color:#fff;
}
.pagination-wrap{
	text-align:center;
}
/*美味しさのわけ・とまと*/
.kouju-bold{
	font-weight:bold;
	margin-bottom:5px;
}
#inline-wrap {
	position: relative;
	margin:10px auto;
	max-width: 80%;
	height:auto;
	background: #fff;
	padding: 20px ;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.popup-modal{
	float:right;
	margin:0 5px 15px 0;
}
.eji-midashi{
	font-size:135%;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:30px;
	letter-spacing:0.05em;
}
.eji-l{
	float:left;
	width:16%;
	margin:0 2%;
}
.eji-r{
	float:left;
	width:75%;
	margin:0 2%;
}
.eji-prof{
	background-color:#f2f2f2;
	padding:2%;
	width:85%;
	margin:15px auto 5px auto;
	display: block;
	overflow:hidden;
}
.eji-prof-l{
	float:left;
	width:76%;
	margin:0 1% 0 0;
}
.eji-prof-r{
	float:left;
	width:18%;
	margin:0 2%;
}
.popup-modal-dismiss{
	text-align:center;
	margin:25px auto 10px auto;
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popup-modal-dismiss a{
	color:#333;
}
.popup-modal-dismiss a:hover{
	color:#e86638;
}
.tomato-l{
	float:left;
	width:30%;
	margin-top:15px;
}
.tomato-r{
	float:right;
	width:68%;
	margin-top:15px;
}
.tomato-midashi{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:180%;
	margin:2px 0 15px 0;
}
.tomato-pic{
	float:left;
	width:31%;
	margin:25px 2% 0 0;
}
.tomato-pic:nth-child(3){
	margin:15px 0 0 0;
}
.tomato-l2{
	width:100%;
	margin-top:35px;
}
.tomato-r2{
	width:100%;
	margin-top:25px;
}
.tomato-l3{
	width:100%;
	margin-top:15px;
}
.tomato-r3{
	clear:both;
	width:100%;
	padding-top:35px;
}
.tomato-l3-pic{
	width:35%;	
	float:left;
}
.tomato-l3-txt{
	width:62%;	
	float:right;
}

.kouteihyo{
  	padding: 7px 10px 5px 10px;
	background-color: #f6f6f6;
	border-bottom: 2px solid #ccc;
	font-size:120%;
	margin:35px auto 10px auto;
}
.kouteihyo span{
	font-size:75%;
}
.saibai{
	width:100%;
	margin:25px auto 50px auto;
}
.koutei{
	width:100%;
	margin:10px auto 20px auto;
}
.koutei table{
	width:100%;
	border-collapse:collapse;
}
.koutei table th{
	padding:2px 10px;
	border:1px solid #e58741;
	background-color:#e58741;
	color:#fff;
	vertical-align:top;
	text-align:left;
}
.koutei table td{
	padding:10px;
	border:1px solid #e58741;
}
.koutei-l{
	width:22%;
	float:left;
}
.koutei-r{
	width:76%;
	float:right;
}
.koutei-arrow{
	clear:both;
	margin:20px auto;
	width:30px;
}
.tomato-midashi2{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:220%;
	margin:2px 0 10px 0;
	line-height:160%;
}
.toNextYearWaku{
	clear:both;
	overflow:hidden;
	width:93%;
	margin:0 auto;
	padding:3%;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.toNextYear{
	font-size:100%;
	color:#e22727;
}
.toNextYear2{
	font-size:85%;
	padding:5px 0 10px 0;
	line-height:165%;
}
.toNextYearBtn{
	width:75%;
	margin:0 auto;
	overflow:hidden;
}
.toNextYearBtn a{
	width:100%;
	display:block;
	margin:0 auto;
	background:#e22727;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	transition:.3s;
	font-size:90%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.toNextYearBtn a:hover{
	background:#111;
}
/*しずくシリーズ*/
.shizuku-midashi{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:150%;
	margin:2px 0 10px 0;
}
.shizuku-l{
	float:left;
	width:25%;
	margin-top:15px;
}
.shizuku-r{
	float:right;
	width:72%;
}
.shizuku-l2{
	float:left;
	width:58%;
	margin-top:45px;
}
.shizuku-r2{
	float:right;
	width:40%;
	margin-top:55px;
}
.shizuku-l3{
	float:left;
	width:25%;
	margin-top:40px;
}
.shizuku-r3{
	float:right;
	width:72%;
	margin-top:35px;
}
.shizuku-l4{
	float:left;
	width:25%;
	margin-top:10px;
}
.shizuku-r4{
	float:right;
	width:72%;
	margin-top:10px;
}
/*光樹とまとソース*/
.source-l{
	float:left;
	width:31%;
	margin:10px 1% 15px 1%;
}
.source-r{
	float:right;
	width:31%;
	margin:10px 1% 15px 1%;
}
.source-l-txt{
	font-size:90%;
	float:right;
	padding:2px 0 0 0;
}
.source-l2{
	float:left;
	width:50%;
	margin:7px 0 25px 0;
}
.source-r2{
	float:right;
	width:48%;
	margin:0 0 25px 0;
}
.source-recipe1-l{
	float:left;
	width:46%;
	margin:10px 0 20px 0;
}
.source-recipe1-r{
	float:right;
	width:52%;
	margin:10px 0 20px 0;
}
.source-recipe2-l{
	float:left;
	width:52%;
	margin:10px 0 20px 0;
}
.source-recipe2-r{
	float:right;
	width:46%;
	margin:10px 0 20px 0;
}
.source-illa{
	float:right;
	margin:10px 0 25px 0;
}
/*商品一覧ページ*/
.syohin{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
.syohin-ichiran{
	width:29.333%;
	margin:10px 2% 30px;
	border:1px solid #ccc;
	padding:4px;
	box-sizing:border-box;
}
.syouhin-ttl{
	padding:8px 4px 2px 4px;
	font-weight:bold;
	color:#464646;
	line-height:150%;
	display:table;
	margin:auto;
}
/*商品一覧部分*/
.syohin1{
	width:100%;
	padding-bottom:15px;
}
.syohin2{
	width:100%;
	clear:both;
}
.syouhin-midashi{
	background:url('images/common/syohin-midashi-bg-tab.png') no-repeat left top;
	background-size:100% 100%;
	padding:10px 0 0 15px;
	width:auto;
	height:40px;
	margin:15px 0 5px 0;
	color:#6c4c30;
	font-size:115%;
	font-weight:bold;
	clear:both;
}
.syohin-l{
	float:left;
	width:25%;
	margin:5px 0 15px 0;
}
.syohin-r{
	float:right;
	width:72%;
	margin:5px 0 15px 0;
}
.to-hanbai{
	border-top:1px dashed #ccc;
	padding:15px 0 0 0;
	margin:10px 0 0 0;
}
.hanbai-bt a{
	background: -moz-linear-gradient(top, #262626 0%, #000 88%);
	background: -ms-linear-gradient(top, #262626 0%, #000 88%);
	background: linear-gradient(to bottom, #262626 0%, #000 88%);
	color:#fff;
	padding:8px 25px;
	text-align:center;
	text-decoration:none;
	font-size:90%;
}
.hanbai-bt a:hover{
	background: -moz-linear-gradient(top, #db0000 0%, #800 88%);
	background: -ms-linear-gradient(top, #db0000 0%, #800 88%);
	background: linear-gradient(to bottom, #db0000 0%, #800 88%);
	text-decoration:none;
}
.syohin-txt{
	font-size:80%;
	line-height:140%;
	text-indent:-1.0em;
	padding-left:15px;
	margin-top:10px;
}
.syohin-txt2{
	font-size:75%;
	line-height:140%;
	clear:both;
	margin:15px auto 0;
	text-indent:-1.0em;
	padding-left:15px;
}
.syohin-txt3{
	font-size:80%;
	line-height:160%;
	margin-top:25px;
}
.nedan{
	font-weight:bold;
	margin:10px 0 20px 0;
	float:right;
}
.nedan2{
	font-weight:bold;
	margin:10px 0 0 0;
	text-align:right;
	font-size:85%;
}
.nedan2 span{
	font-size:135%;
	padding-left:3%;
}
.toSagamachi{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}
.toSagamachi a{
position: relative;
  display: inline-block;
  padding: 15px 10%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
-webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#EB3349), to(#f45c43));
  background-image: -webkit-linear-gradient(left, #EB3349 0%, #f45c43 100%);
  background-image: linear-gradient(90deg, #EB3349 0%, #f45c43 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	width:70%;
	margin:0 5%;
	font-size:95%;
	font-weight:bold;
}
.toSagamachi a:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  background-image: -webkit-gradient(linear, left top, right top, from(#f45c43), to(#EB3349));
  background-image: -webkit-linear-gradient(left, #f45c43 0%, #EB3349 100%);
  background-image: linear-gradient(90deg, #f45c43 0%, #EB3349 100%);
}
.syohin3{
	margin-bottom:15px;
}
.syouhin-midashi2{
	background:url('images/common/syohin-midashi-bg-tab.png') no-repeat left top;
	background-size:100% 100%;
	padding:15px 0 0 15px;
	width:auto;
	height:40px;
	margin:15px 0 5px 0;
	color:#6c4c30;
	font-size:115%;
	font-weight:bold;
	clear:both;
}
.syohin-l2{
	float:left;
	width:22%;
	padding-top:15px;
}
.syohin-m2{
	float:left;
	width:22%;
	margin:0 2%
}
.syohin-r2{
	float:right;
	width:50%;
	padding-top:5px;
}
/*イベント*/
.promo-midashi{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:140%;
	margin:7px 0 15px 0;
}
.event-syosai{
	width:100%;
	margin:10px auto;
}
.event-syosai table{
	width:100%;
	border-collapse:collapse;
}
.event-syosai table th{
	width:18%;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	padding:1%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.event-syosai table td{
	width:76%;
	border:1px solid #ccc;
	padding:1% 2%;
}
.syusekisya{
	text-indent:-1.0em;
	padding-left:10px;
	margin-left:2px;
	padding-bottom:3px;
}
.event-promo-l{
	width:46%;
	float:left;
	margin-top:30px;
}
.event-promo-r{
	width:52%;
	float:right;
}
.event-promo-ttl{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:150%;
	margin:2px 0;
	text-align:right;
}
.event-promo-txt{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:90%;
	margin:0 0 10px 0;
	text-align:right;
}
.promo-midashi-bg{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #1f1f1f), color-stop(0.00, #2c2b2b));
	background: -webkit-linear-gradient(top, #2c2b2b 0%, #1f1f1f 94%);
	background: -moz-linear-gradient(top, #2c2b2b 0%, #1f1f1f 94%);
	background: -o-linear-gradient(top, #2c2b2b 0%, #1f1f1f 94%);
	background: -ms-linear-gradient(top, #2c2b2b 0%, #1f1f1f 94%);
	background: linear-gradient(to bottom, #2c2b2b 0%, #1f1f1f 94%);
	color:#fff;
	font-size:115%;
	padding:5px;
	margin-bottom:20px;
}
.promo-menu-l{
	width:49%;
	margin:5px 1% 20px 0;
	float:left;
}
.promo-menu-r{
	width:49%;
	margin:5px 0 20px 1%;
	float:right;
}
.promo-menu-ttl{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	font-size:120%;
	margin:10px 0 0 0;
	text-align:center;
}
.promo-menu-txt{
	line-height:150%;
	font-weight:normal;
	font-size:90%;
	margin:0 0 5px 0;
	text-align:center;
}
.kansou-midashi{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:130%;
	margin:0 0 7px 0;
}
.kansou-img{
	margin-top:3px;
}
.gest-name{
	border-left:5px solid #880000;
	border-bottom:1px dashed #ccc;
	padding:3px 0 5px 10px;
	margin:0 0 10px 0;
	color:#880000;
	font-size:125%;
	line-height:130%;
}
.gest-name span{
	font-size:75%;
	line-height:150%;
	padding:0;
}
.gest-txt{
	margin:0 0 5px 15px;
}
.festa-midashi{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:130%;
	margin:0 0 5px 0;
	color:#880000;
}
.festa-kaisai-txt{
	color:#880000;
	font-size:115%;
}
.festa-l{
	float:left;
	width:80%;
}
.festa-r{
	float:right;
	width:18%;
}
.festa-l2{
	float:left;
	width:60%;
}
.festa-r2{
	float:right;
	width:38%;
}
.festa-shop-waku{
	border-bottom:1px dashed #ccc;
	padding-bottom:25px;
	margin-bottom:5px;
	overflow:hidden;
	display:block;
}
.festa-shop-waku2022{
	border-bottom:1px dashed #ccc;
	padding:25px 0;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.festa-shop{
	font-weight:bold;
	margin:0 0 15px 0;
}
.festa-shop-l{
	float:left;
	width:28%;
}
.festa-shop-r{
	float:right;
	width:70%;
}
.festa-shop-l2{
	float:left;
	width:70%;
}
.festa-shop-r2{
	float:right;
	width:28%;
}
.shop-pic{
	width:49%;
	height:auto;
	margin:0 1% 1% 0;
	float:left;
}
.shop-pic:nth-child(2n){
	width:49%;
	height:auto;
	margin:0 0 1% 0;
	float:left;
}
.shop-pic1{
	width:100px;
	margin:0 10px 10px 0;
	float:left;
}
.shop-txt{
	font-size:85%;
	text-align:center;
	margin:5px 0 0 0;
	clear:both;
}
.festa-shop-Txt{
	clear:both;
	width:100%;
	margin:15px auto;
	overflow:hidden;
}
.festaShopPic{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.festaShopPicOne{
	float:left;
	width:23%;
	margin:0 2.6666% 3% 0;
}
.festaShopPicOne:nth-child(4n){
	float:right;
	margin:0 0 3% 0;
}
.festaShopPicOne:nth-child(4n+1){
	clear:both;
}
.festaShopPicOne img{
	display:block;
	width:100%;
	margin:0 auto;
	object-fit:cover;
	height:180px;
}
.sankaten{
	float:left;
	width:48%;
	margin:15px 1% 10px 1%;
}
.sankaten ul li{
	display:block;
	text-indent:-1.0em;
	padding-left:15px;
	line-height:150%;
	margin:0 0 15px 0;
}
.festa-map2 img{
	width:80%;
}
/*お客様の声*/
.voice{
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	width:100%;
	margin:0 auto 10px auto;
	padding:0 0 30px 0;
}
.voice-l{
	float:left;
	width:18%;
}
.voice-r{
	float:right;
	width:78%;
}
.voice-name{
	font-weight:bold;
	font-size:105%;
	border-bottom:1px solid #880000;
	padding-bottom:2px;
	margin-bottom:10px;
	color:#880000;
}
/*メディア掲載情報*/
.media{
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	width:100%;
	margin:0 auto 20px auto;
	padding:0 0 30px 0;
}
.media-l{
	width:100%;
	margin-bottom:25px;
}
.media-r{
	width:100%;
}
.media-ttl{
	font-size:105%;
	background-color:#880000;
	padding:3px 5px;
	margin-bottom:10px;
	color:#fff;
}
.media-pic{
	width:48%;
	margin:0 1%;
	float:left;
}
/*生産者紹介*/
.seisan-l{
	float:left;
	width:50%;
}
.seisan-r{
	float:right;
	width:48%;
	margin-top:25px;
}
.seisan-waku{
	border:1px solid #ccc;
	padding:5px;
}
.seisan-map{
	margin-bottom:15px;
}
.seisansya-face{
	width:94%;
	margin:25px auto;
}
.kobetsu1{
	float:left;
}
.kobetsu1 a {
    width: 220px;
    height: 220px;
    background:url(./images/seisansya/takeshita.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu1 a:hover {
    background-position: 0 -220px;
}
.kobetsu2{
	float:left;
}
.kobetsu2 a {
  width: 220px;
    height: 220px;
    background:url(./images/seisansya/ejima.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu2 a:hover {
    background-position: 0 -220px;
}
.kobetsu3{
	float:left;
}
.kobetsu3 a {
  width: 220px;
    height: 220px;
    background:url(./images/seisansya/egashira.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu3 a:hover {
    background-position: 0 -220px;
}
.kobetsu4{
	float:left;
}
.kobetsu4 a {
  width: 220px;
    height: 220px;
    background:url(./images/seisansya/aoyagi.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu4 a:hover {
    background-position: 0 -220px;
}
.kobetsu5{
	float:left;
}
.kobetsu5 a {
  width: 220px;
    height: 220px;
    background:url(./images/seisansya/ikeda.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu5 a:hover {
    background-position: 0 -220px;
}
.kobetsu6{
	float:left;
}
.kobetsu6 a {
  width: 220px;
    height: 220px;
    background:url(./images/seisansya/yamamoto.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu6 a:hover {
    background-position: 0 -220px;
}
.kobetsu7{
	float:left;
}
.kobetsu7 a {
    width: 220px;
    height: 220px;
    background:url(./images/seisansya/yakabe.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu7 a:hover {
    background-position: 0 -220px;
}
.kobetsu8{
	float:left;
}
.kobetsu8 a {
	 width: 220px;
    height: 220px;
    background:url(./images/seisansya/tomisaki.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu8 a:hover {
    background-position: 0 -220px;
}
.kobetsu9{
	float:left;
}
.kobetsu9 a {
    width: 220px;
    height: 220px;
    background:url(./images/seisansya/koga.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu9 a:hover {
    background-position: 0 -220px;
}
.kobetsu10{
	float:left;
}
.kobetsu10 a {
   width: 220px;
    height: 220px;
    background:url(./images/seisansya/tabaru.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu10 a:hover {
    background-position: 0 -220px;
}
.kobetsu11{
	float:left;
}
.kobetsu11 a {
    width: 220px;
    height: 220px;
    background:url(./images/seisansya/mitsuyosi.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu11 a:hover {
    background-position: 0 -220px;
}
.kobetsu12{
	float:left;
}
.kobetsu12 a {
    width: 220px;
    height: 220px;
    background:url(./images/seisansya/nishimura.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}
.kobetsu12 a:hover {
    background-position: 0 -220px;
}

.seisansya-face2021{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.seisansya-face2021One{
	float:left;
	width:25%;
}
.seisansya-face2021One:nth-child(4n){
	float:right;
}
.seisansya-face2021One:nth-child(4n+1){
	clear:both;
}
.seisansya-face2021One img{
	max-width:100%;
	display:block;
	height:auto;
	margin:0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.seisansya-face2021One img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


/*お問い合わせ*/
#form{
	width:100%;
	margin:0 auto;
}
#form table{
	border-collapse:collapse;
	width:100%;
}
#form table th{
	font-weight:normal;
	width:27%;
	padding:15px 3% 15px 0;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	font-size:95%;
}
#form table td{
	width:70%;
	padding:15px 0;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
}
#form .require{
	font-size:80%;
	width:50px;
	height:25px;
	background-color:#f20628;
	padding:3px;
	color:#ffffff;
	margin-left:10px;
}
#form .require img{
	vertical-align:middle;
}
#form input{
	height:20px;
}
#form label input[type=checkbox]{
	margin:2px 5px 5px 20px;
	padding:3px 15px 0 15px;
	vertical-align:top;
}
#form table td .check-l span{
	display:inline-block;
}
.check-l{
	margin-left:-20px;
}
.ex-form{
	font-size:90%;
	margin-left:10px;
}
.hosoku-txt{
	font-size:90%;
	line-height:160%;
	margin-top:5px;
	margin-left:10px;
}
.hosoku-txt1{
	font-size:90%;
	line-height:160%;
	margin-bottom:2px;
	margin-top:7px;
}
.hosoku-txt2{
	font-size:90%;
	line-height:160%;
	text-indent:-1.1em;
	padding-left:13px;
	margin-top:5px;
}
.hosoku-txt3{
	font-size:90%;
	line-height:160%;
	margin-top:5px;
}
#form .vertical-item label{
	padding:4px 10px 0 7px;
	font-size:88%;
}
#form .vertical-item label input[type=radio]{
	margin-right:5px;
	vertical-align:middle;
}
.free-jikou{
	margin:30px 0 0 15px;
}
.mw_wp_form_input #form .btn-kakunin input{
	background:url(./images/inquiry/kakunin.png) no-repeat left top;
	width:140px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
}
.mw_wp_form_input #form .btn-kakunin{
	margin:30px auto;
	width:140px;
}
.mw_wp_form_confirm #form .btn-kakunin input{
	background:url(./images/inquiry/soshin.png) no-repeat left top;
	width:140px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
	margin:15px auto;
}
#form .btn-return input{
	background:url(./images/inquiry/return.png) no-repeat left top;
	width:140px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
	margin:15px auto;
}
.mw_wp_form_confirm .btn-l{
	float:left;
	margin:40px 0 40px 270px;
}
.mw_wp_form_confirm .btn-r{
	float:right;
	margin:40px 270px 40px 0;
}
.mw_wp_form .error {
	font-size :115%!important;
	color : #e60012!important;
	font-weight:bold!important;
}
.kanryo{
	font-size:110%;
	color:#f0000a;
	font-weight:bold;
}
.mw_wp_form_input #form .btn-kakunin input,
.mw_wp_form_confirm #form .btn-kakunin input,
#form .btn-return input{
	*text-indent:0;
	*color:transparent;
}
.inq-waku{
	width:100%;
	margin:0 auto;
}
.cont-l{
	width:85%;
	margin:15px auto 5px auto;
	text-align:center;
}
.cont-name{
	font-weight:bold;
	padding-bottom:3px;
	font-size:105%;
}
.cont-add{
	line-height:170%;
}
.cont-add a{
	pointer-events:none;
	color:#111;
}
/*プライバシーポリシー*/
.pp-txt{
	text-indent:-1.0em;
	padding-left:15px;
}
/*サイトマップ*/
#sitemap-ul{
	margin-top:10px;
	margin-left:30px;
}
#sitemap-ul li{
	padding:2px 0 0 35px;
	background:url('images/common/icon1.png') no-repeat left 3px;
	margin-top:25px;
}
#sitemap-ul li ul li{
	padding-left:20px;
	background:url('images/common/icon2.png') no-repeat 5px 10px;
	margin-top:10px;
}
/*ブログ*/
.nichiji table{
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
}
.nichiji table th{
	border:1px solid #ccc;
	width:19%;
	padding:2%;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	background-color:#f2f2f2;
}
.nichiji table td{
	border:1px solid #ccc;
	width:69%;
	padding:2%;
}
.blog-link a{
	font-size:110%;
	font-weight:bold;
	color:#b81504;
}

.mw_wp_form_confirm .hosoku-txt,
.mw_wp_form_confirm .hosoku-txt1{
	display:none;
}
/*オーロラ*/
.aurora-all {
    clear: both;
    overflow: hidden;
	padding: 5px 0 20px;
    width: 100%;
}
.aurora-Left2{
	width: auto;
    float: none;
}
.aurora-Left2 p img{
	margin:0 auto;
	float:none;
}
.aurora-Left45{
	width: auto;
    padding: 10px 20px;
    float: none;
    border-top: solid 5px #d7b867;
    border-bottom: solid 5px #d7b867;
    background-color: #fff8d9;
}
.aurora-Right50 {
	width: 80%;
    padding: 20px 10%;
    float: none;
	overflow:hidden;
}
.aurora-n{
	font-size:110%;
	font-weight:bold;
	color:#b81504;
}
.square_btn{
	clear:both;
	background: -moz-linear-gradient(top, #262626 0%, #000 88%);
	background: -ms-linear-gradient(top, #262626 0%, #000 88%);
	background: linear-gradient(to bottom, #262626 0%, #000 88%);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 10px;
	border-radius: 4px;
	position: relative;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:120%;
	display:block;
	width:400px;
	margin:40px auto 0;
}

.square_btn:hover {
	background: -moz-linear-gradient(top, #db0000 0%, #800 88%);
	background: -ms-linear-gradient(top, #db0000 0%, #800 88%);
	background: linear-gradient(to bottom, #db0000 0%, #800 88%);
	text-decoration: none;
}
.auroraTxt{
	padding-left:10px;
}
.aurora_btn{
	text-align:right;
}
.aurora_btn br{
	display:none;
}
.aurora_btn a{
    position: relative;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #231815;
    font-size: 110%;
	margin:10px 0 20px;
}
.aurora_btn a:hover{
	text-decoration:none;
    color: #bd151c;
}
.aurora_btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    border-radius: 3px;
    background: #bd151c;
    transition: .2s;
}
.aurora_btn a:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}
/*オーロラ 202003作成*/
.aurora02-all{
    clear: both;
	overflow: hidden;
	padding: 1% 0 2%;
	margin:3% 0 5%;
}
.aurora02-lt{
	width: 40%;
	float: left;
	padding: 10px;
}
.aurora02-lt img{
	vertical-align: middle;
}
.aurora02-rt{
	width: 53%;
	float: right;
	padding: 0 1.5%;
}
.aurorabk-all {
    clear: both;
    overflow: hidden;
    margin:3% 0 5%;
	position: relative;
}
.aurorabk-pic {
    display: block;
    width: 100%;
    float: right;
}
.aurorabk-txt {
    width: 90%;
    float: right;
    padding: 2%;
    position: absolute;
    top: 3%;
    right: 2%;
	background-color: #FFFFFF82;
}
.imariyaki-all{
    clear: both;
	overflow: hidden;
	padding: 1% 0 2%;
	margin:3% 0 8%;
}
.imariyaki-lt{
    width: 45%;
	float: left;
	padding: 2%;
}
.imariyaki-rt{
	width: 50%;
	float: right;
}
.aurorabk-btn {
    margin: 2% 0 5%;
}

.auroraWaku{
	width:100%;
	overflow:hidden;
	margin:0 auto 30px auto;
}
.auroraL{
	float:left;
	width:35%;
}
.auroraL img{
	max-width:98%;
	padding:1%;
	border:1px solid #ccc;
	margin:0 auto;
	display:block;
}
.auroraR{
	float:right;
	width:60%;
}
/*伝*/
.den-top-img{
    margin:2% 0 3%;
}
.den-all,.den-all2 {
    clear: both;
    overflow: hidden;
	padding: 5px 0 20px;
    width: 100%;
    margin: 3% 0 5%;
}
.den-all2{
    position:relative
}
.den-Right {
    width: 50%;
	float: right;
}
.den-Right-img
 {
	margin:2% 0 3%;
	text-align: center;
	max-width: 450px;
}
.den-Right-txt
 {
	padding: 5% 2%;
}
.den-Left{
    width: 48%;
	float: left;
    text-align: center;
	max-width: 450px;
	margin: 90px 0;
}
.den-Left2 {
    width: 50%;
	float: left;
	position:absolute;
	top: 10%;
	transform: translateY(-50%);
}
.den-Right2 {
    width: 48%;
	float: right;
    text-align: center;
	max-width: 400px;
}
/*光樹とまとピューレ*/
.kpur-p1{
}
.kpur-p1-box{
}
.kpur-com{
	margin: 40px auto 60px;
}
.kpur-com:first-child{
	margin: 0px auto 60px;
}
.kp-com-box {
    padding: 20px 0;
}
.purp1-img2{
	margin: 2em auto 0;
}
.kpur-h{
	color: #040000;
    text-align: center;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    padding: 25px 0;
}
.kpur-h:before{
	position: absolute;
    top: 0;
    content: "";
    display: inline-block;
	width:300px;
	height:18px;
    background-image: url(./images/puree/puree-mi.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
	left: calc(100%/2 - 150px);
}
.kpur-h:after{
	position: absolute;
    bottom: 0;
    content: "";
    display: inline-block;
	width: 300px;
	height:18px;
    background-image: url(./images/puree/puree-mi.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center bottom;
	left: calc(100%/2 - 150px);
	background-color: initial;
}
.purp-p1-txt{
}
.purp1-mi{
	font-size: 1.5em;
    line-height: 1.8em;
    text-align: center;
    margin: 2em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 0.3em;
}
.purp1-mi span{
	color:#bd1920;
}
.purp1-img{
}
.purp1-txt{
	text-align: center;
    margin: 1.5em auto 0;
}
.kpur-p2{
}
.kpur-p2-box{
}
.kpur-img{
	display: flex;
}
.kpimg-rt{
	width:50%;
}
.kpimg-lt{
	width:50%;
}
.purp-p2-txt{
    margin: 1.5em auto;
    width: 80%;
}
.purp-p2-txt span{
	color:#bd1920;
}
.kou-btn{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 2em auto -1em;
}
.kou-btn li a{
	display: block;
    width: 260px;
    height: 80px;
    text-align: center;
    background-color: #a41f24;
    color: #fff;
    margin: 0 0 1.2em;
	line-height:80px;
	position: relative;
	transition: all .3s;
	font-size: 1.1em;
}
.kou-btn::after{
  content:"";
  display: block;
  width: 260px;
}
.kou-btn li a:hover{
    background-color: #000000;
	text-decoration: none;
}
.kou-btn li a:after{
	position: absolute;
    top: calc(100%/2 - 8px);
    right: 0.5em;
    content: '';
    border: 10px solid transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-color: #fff;
    transition: all .3s;
}
.kpur-p3{
	margin: 0 auto !important;
    background-color: #bd1920;
	color: #FFF;
}
.kpur-p3 .kpur-h{
    margin: 0 auto;
	color:#FFF;
}
.kpur-p3-box{
}
.kp-recipe{
	    margin-bottom: 50px;
}
.kp-recipe:nth-child(2){
	background-image: url(./images/puree/wine.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: left 5% top 13%;
}
.kp-recipe:nth-child(3){
	background-image: url(./images/puree/reef.png);
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: right 5% top 39%;
}
.kp-recipe:nth-child(4){
	background-image: url(./images/puree/reef02.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: left 3% top 30%;
}
.kp-recipe h3{
	text-align: center;
    letter-spacing: 0.2em;
    margin: 2em auto 1.2em;
    font-size: 1.2em;
    background-image: url(./images/puree/cutlery.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5% 0;
    border: 0;
    color: #FFF;
	font-weight: 600;
}
.kp-re-img{
	margin: 10px auto 20px;
	width: 50%;
}
.kp-re-img img{
	box-shadow: 4px 4px 13px #4e0306;
	}
.kp-re-txt{
	width: 85%;
    margin: 0 auto;
	}
.kp-re-txt h4{
	background-color: initial;
    color: #FFF;
    text-align: left;
    font-size: 1.1em;
    border-bottom: 1px solid;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.kpre-ma{
	list-style-type: none;
    padding: 0;
    margin: 1em auto;
    width: 95%;
	font-size: 0.9em;
}
.kpre-ma li{
	margin: 0 1em 0.5em 0;
	position:relative;
	padding: 0 0 0 1em;
	display: inline-block;
}
.kpre-ma li:before{
	counter-increment: list;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #FFF;
}
.kmasub:before{
	top: 1em !important;
	}
.kpre-ma li ul{
	margin:0.6em 0 0;
	
}
.kpre-ma li ul li{
	line-height: 1em;
    font-size: 0.9em;
	
}
.kpre-pro{
	counter-reset: number 0;
    list-style-type: none;
    padding-left: 0;
    margin: 1em auto;
    width: 98%;
    font-size: 0.95em;
}
.kpre-pro li{
	text-indent: -1.3em;
    padding-left: 1.3em;
	margin: 0 0 0.5em;
	
}
.kpre-pro li:before {
    counter-increment: number 1;
    content: counter(number) ". ";
    padding-right: 0.2em;
}
.kp-chef{
}
.kp-chef h3{
	font-size: 1.1em;
    border: 1px solid;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 15px 20px;
    width: 30%;
    text-align: center;
    margin: 1em auto;
	color: #FFF;
    font-weight: 600;
}
.kp-chef-b{
	display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    clear: both;
    margin: 2em auto 0;
    width: 75%;
	padding-bottom: 2em;
}
.kp-chef-lt{
	width: 35%;
    margin-right: 20px;
}
.kpc-img{
	    margin: 0.5em auto;
}
.kpc-name{
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 1.1em;
}
.kp-chef-rt{
	    width: 65%;
}
.kpc-s{
	font-size: 0.8em;
    letter-spacing: 0.15em;
    line-height: 1em;
}
.kpc-k{
	padding-right: 0.8em;
    font-size: 95%;
}
.kpc-timg{
	width: 180px;
}
.kpc-txt{
	font-size: 0.95em;
}
@media screen and (max-width: 720px) {
	.kou-btn li a {
    width: 240px;
}
	}
@media screen and (max-width: 640px) {
	.purp1-txt br {
    display:none;
}
	.purp1-txt  {
    text-align:left;
}
.kou-btn {
    width: 90%;
}
.purp1-mi {
    font-size: 1.3em;
}
.purp-p2-txt {
    width: 95%;
}
.kp-chef-b {
    width: 90%;
    padding-bottom: 4em;
}
.kp-re-txt {
    width: 95%;
}
	}
@media screen and (max-width: 580px) {
.kou-btn {
    width: 90%;
    display: block;
}
.kou-btn li a {
		width: 100%;
		height: 70px;
		line-height: 70px;
}
	}
@media screen and (max-width: 500px) {
	.kp-chef-b {
		width: 100%;
		padding-bottom: 4em;
		display: block;
		margin: 0.5em auto 0;
}
	.kp-chef-lt {
	width: 100%;
    margin: 20px auto 5px;
    text-align: center;
}
.kpc-img {
    width: 200px;
}
.kp-chef h3 {
    width: 50%;
}
	.kp-chef-rt {
    width: 90%;
    margin: 0 auto;
}
	.kpre-ma {
    column-count: 1;
}
	.kp-recipe:nth-child(2) {
    background-size: 30%;
    background-position: right 22% top 60%;
}
	.kp-recipe:nth-child(3) {
    background-size: 28%;
    background-position: right 10% top 60%;
}
	.kp-recipe:nth-child(4) {
    background-size: 32%;
    background-position: right 22% top 67%;
}
	.kp-re-img {
    width: 80%;
}
	}
@media screen and (max-width: 460px) {
	.purp1-mi {
    font-size: 1.1em;
}
	.kpur-img {
    display: block;
}
	.kpimg-rt {
    width: 100%;
    margin: 0 auto;
}
	.kpimg-lt {
    width: 100%;
    margin: 20px auto;
}
	}
@media screen and (max-width: 400px) {
	.kp-recipe h3 {
    background-size: 22%;
    padding: 6% 0;
}
	.kpur-com {
    margin: 1em auto;
}
.kp-re-img {
    width: 92%;
	margin: 2em auto;
}
	.kp-recipe h3 {
    margin: 1em auto;
}
.purp1-mi br{
    display:none;
}
	}
/*サイド*/
#sideFix{
	display:none;
}
#sideFixSp{
	clear: both;
	z-index: 5000;
	display: block;
	position: fixed;
	bottom: 0;
	left:0;
	right: 0;
}
.sfSyodan , .sfOtoi{
	width:40%;
	height:auto;
	z-index: 5000;
	position: relative;
	float:left;
}
.sfSyodan a{
	display:block;
	width:100%;
	padding:15px 0;
	background:#b01f23 url(./images/common/sp-bottom-syodan.png) no-repeat 10% 50%;
	background-size:25px 20px;
	text-align:center;
	font-size:105%;
	color:#fff;
	font-weight:bold;
}
.sfSyodan a:hover{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
	background:#d86871 url(./images/common/sp-bottom-syodan.png) no-repeat 10% 50%;
	background-size:25px 20px;
}
.sfOtoi a{
	display:block;
	width:100%;
	padding:15px 0;
	background:#68292e url(./images/common/sp-bottom-mail.png) no-repeat 10% 50%;
	background-size:25px 20px;
	text-align:center;
	font-size:105%;
	color:#fff;
	font-weight:bold;
}
.sfOtoi a:hover{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
	background:#874b4f url(./images/common/sp-bottom-mail.png) no-repeat 10% 50%;
	background-size:25px 20px;
}
#pageTop{
	width:20%;
	height:auto;
	z-index: 5000;
	position: relative;
	float:right;
}
#pageTop a{
	display:block;
	width:100%;
	padding:15px 0;
	background:#000 url(./images/common/sp-bottom-top.png) no-repeat 10% 50%;
	background-size:25px 20px;
	text-align:center;
	font-size:105%;
	color:#fff;
	font-weight:bold;
}
#pageTop a:hover{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
	background:#3f1e16url(./images/common/sp-bottom-top.png) no-repeat 10% 50%;
	background-size:25px 20px;
}
.blogTable{
	width:100%;
	margin:auto;
}
.blogTable th{
	background-color:#f0f0f0;
	border:1px solid #ccc;
	padding:10px;
	font-weight:normal;
	vertical-align:middle;
}
.blogTable td{
	border:1px solid #ccc;
	padding:10px;
	vertical-align:middle;
}
.den-zoutou{
	margin:auto;
	background-color:#ffee00;
	padding:20px;
}
.den-zoutou p{
	font-size:120%;
	font-weight:bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display:table;
	margin:auto;
}
/*20220126*/
#bannerBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bnrImg{
	width:49%;
	margin-bottom:30px;
	border:1px solid #ccc;
	box-sizing:border-box;
	clear:both;
	position:relative;
	padding-bottom:40px;
}
.bnrImg a{
	color:#323232;
	transition:.3s;
}
.bnrImg a:hover{
	text-decoration:none;
}
#bannerBox .bnrImg:nth-child(2n+1){
	margin-right:2%;
}
.bnrMd{
	font-size:140%;
	font-weight:bold;
	margin:10px 10px 0;
	border:none;
	color:#323232;
	border-bottom:3px dotted #e62930;
	padding:0 5px 5px;
}
.bnrMd::after{
	position:static;
}
.bnrTxt{
	display:block;
	font-size:90%;
	line-height:1.4em;
	padding:10px 15px;
}
.bnrLink{
	position: absolute;
	right: 0;
	bottom: 0;
	display:inline-block;
	font-weight:bold;
	padding:5px 5px 5px 0;
	color:#fff;
	background-color:#e62930;
	transition:.3s;
	width:140px;
	text-align:center;
}
.bnrLink span{
	position:relative;
	display:block;
}
.bnrLink span::before,
.bnrLink span::after{
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 2px;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.bnrLink span::after{
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bnrImg a:hover .bnrLink{
	background-color:#880000;
}
#topMedia{
	clear:both;
	padding:40px 0 0;
}
#mediaMd{
	clear:both;
	font-size:160%;
	font-weight:bold;
	margin-bottom:60px;
	position:relative;
	border:none;
	text-align:center;
	color:#323232;
}
#mediaMd:before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #b01f23;
}
#mediaMd:after{
	position: static;
}
.netLink{
	font-size:110%;
	color:#bf3535;
}
.priceTxt{
	margin:0 auto 20px;
	text-align:center;
	font-weight:bold;
}
.columnImg2{
	display:flex;
	flex-wrap:wrap;
}
.columnImg2 p{
	width:49%;
	margin:0 auto 20px;
}
.columnImg2 p:first-child{
	margin-right:2%;
}
.columnImg3{
	display:flex;
	flex-wrap:wrap;
}
.columnImg3 p{
	width:31.333%;
	margin:0 1% 20px;
}
.blogSubTxt1{
	display:block;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
.blogSubTxt2{
	display:block;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.blogSubTxt3{
	display:table;
	margin:5px auto;
	line-height:1.4;
}
.blogSubTxt4{
	display:block;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.dougaBox{
	max-width:900px;
	margin:0 auto 40px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.materialUl{
	margin-bottom:30px;
}
.materialUl li{
	margin-left:2%;
	padding:5px;
	border-bottom:1px dotted #808080;
}
.makeUl{
	padding:10px 0 10px 2%;
}
.makeUl li{
	padding-left:15px;
	text-indent:-15px;
	line-height:1.6em;
	margin-bottom:5px;
}
.linkBtn a{
	margin-top:20px;
	display:inline-block;
	font-weight:bold;
	padding:5px 40px 5px 20px;
	color:#fff;
	background-color:#ff0000;
	transition:.3s;
	text-align:center;
	position:relative;
}
.linkBtn a::before,
.linkBtn a::after{
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 2px;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.linkBtn a::after{
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.linkBtn a:hover{
	text-decoration:none;
	opacity:0.7;
}
/*ブログ追加*/
.aword-ul{
	margin:0 auto 15px;
}
.aword-ul li{
	position:relative;
	padding-left:22px;
	margin-bottom:5px;
}
.aword-ul li::after{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius:100%;
	background-color: #f09797;
}