@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #544943;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.mincho{font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}

.marugo{ font-family: "Rounded Mplus 1c";
	font-weight: 400;
}

img{
	vertical-align: bottom;
}
a{
  text-decoration: none;
  color: #544943;
  transition: color .5s;
}
a:hover{
	    color: #a30000;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clear{
  clear: both;
}
.mgt0{
	margin-top: 0 !important;
}
.mgt5{
	margin-top: 5px !important;
}
.mgt10{
	margin-top: 10px !important;
}
.mgt20{
	margin-top: 20px !important;
}
.mgt30{
	margin-top: 30px !important;
}
.mgt40{
	margin-top: 40px !important;
}
.mgt50{
	margin-top: 50px !important;
}
.mgt80{
	margin-top: 80px !important;
}
.mgt100{
	margin-top: 100px !important;
}
.mgt150{
	margin-top: 150px !important;
}
.mgb10{
	margin-bottom: 10px !important;
}
.mgb20{
	margin-bottom: 20px !important;
}
.mgb30{
	margin-bottom: 30px !important;
}
.mgb40{
	margin-bottom: 40px !important;
}
.mgb50{
	margin-bottom: 50px !important;
}
.mgb100{
	margin-bottom: 100px !important;
}
.mgr30{
	margin-right: 30px;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pdt50{
	padding-top: 50px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb20{
	padding-bottom: : 20px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdb50{
	padding-bottom: 50px;
}
.tac{
  text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.ovf-h{
	overflow: hidden;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.red{
	color: #a30000;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}

/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: .3s;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* header */
header{
	position: relative;
}
.head-color{
	width: 100%;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}
.head-wrap{
	width: 1030px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.bg-slider{
	width: 1230px;
	height: 600px;
	margin: 0 auto;
	background-position:center top;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
.mainlogo{
	position: absolute;
	top: 0;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	width: 420px;
	height: 130px;
}
h1{
	font-size: 12px;
	font-weight: normal;
	padding: 20px 10px;
}
.toplogo{
	padding: 10px 5px;
}
.gnav-fixed{
	position: absolute;
	top: 25px;
	right: 100px;
	width: 720px;
	text-align: right;
	overflow: hidden;
}
.gnav-fixed li{
	float: left;
	margin-left: 55px;
	text-align: center;
}
.gnav-fixed li a{
	display: block;
	color: #a30000;
	transition: .3s;
}
/*
.gnav-fixed li a:hover{
	color: #c1af95;
	transition: .3s;
}
*/
.gnav-fixed li span{
	display: block;
	font-size: 10px;
	color: #c1af95;
}
.gnav-fixed li a {
  display: inline-block;
  transition: .3s;
}
.gnav-fixed li a:hover {
  transform: rotate(5deg);
}

.contact-area{
	position: absolute;
	top: 15px;
	left: 770px;
	right: 0;
	margin: auto;
	width: 265px;
	height: auto;
	font-size: 0;
}
.access a{
	display: inline-block;
	width: 130px;
	background: #ece0cd;
	padding: 6px 0 3px;
	text-align: center;
	color: #a30000;
	font-size: 14px;
	transition: .3s;
}
.top-contact a{
	display: inline-block;
	width: 130px;
	background: #a30000;
	padding: 6px 0 3px;
	text-align: center;
	color: #ece0cd;
	font-size: 14px;
	transition: .3s;
}
.top-contact a:hover{
	background: #504334;
	transition: .3s;
}
.access a:hover{
	background: #f7f2ea;
	transition: .3s;
}

.sidefixed{
	position: absolute;
	top: 8px;
	right: 0;
}
.sidefixed .access a,.sidefixed .top-contact a{
	display: block;
	font-size: 12px;
	padding: 3px 0;
	width: 100px;
	margin-top: 5px;
	border-radius: 4px;
}

.gnav{
	width: 100%;
	min-width: 1030px;
	background: #a30000;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 99;
}
.gnav li{
	display: inline-block;
	padding: 13px 50px 10px;
}
.gnav li a{
	display: block;
	color: #f7f2ea;
	transition: .3s;
}

/*
.gnav li a:hover{
	color: #c1af95;
	transition: .3s;
}
*/
.gnav li span{
	display: block;
	font-size: 10px;
	color: #c1af95;
}
.gnav li a {
  display: inline-block;
  transition: .3s;
}
.gnav li a:hover {
  transform: rotate(5deg);
}

/* top-about */
.top-about{
	width: 900px;
/* 	margin: 100px auto; バナー入れる前 */
	margin: 80px auto 100px; /* バナー入れた後 */
	overflow: hidden;
}
.about-left{
	width: 550px;
	float: left;
	margin-right: 20px;
}
.about-right{
	width: 330px;
	float: right;
}

/* news */
.docore-news{
	width: 1030px;
	margin: 80px auto 0;
}
.subtitle{
	text-align: center;
	margin: 30px 0 0;
}
.news-list{
	width: 1030px;
	margin: 10px auto 0;
	overflow: hidden;
}
.news-list li{
	float: left;
	width: 324px;
	height: 450px;
	margin: 20px 26px 0 0;
	position: relative;
	border: 1px solid #ccc;
}
.news-list li:nth-child(3n){
	margin-right: 0;
}
.news-list li:nth-child(n+7){
	float: left;
	width: 153px !important;
	margin: 20px 20px 0 0 !important;
	position: relative;
	border: 1px solid #ccc;
}
.news-list li:nth-child(9){
	margin-right: 20 !important;
}
.news-list li:nth-child(12){
	margin-right: 0 !important;
}
.news-list-img {
  height: 250px;
}

.news-list li img{
	width: 100%;
	height: auto;
}
.news-list li a:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}
.news-list-more img{
	width: 31px !important;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.list-inner{
	padding: 20px;
}
.news-list-title{
	font-size: 16px;
}
.news-list-date{
	margin-top: 10px;
}
.news-list-text{
	margin-top: 10px;
}
.news-list-more{
	margin-top: 20px;
	text-align: right;
}
.news-icon{
	width: 63px;
	position: absolute;
	top: 230px;
	right: 10px;
}

.news-list li:nth-child(n+7) .list-inner{
	padding: 10px;
}
.news-list li:nth-child(n+7) .news-list-title{
	font-size: 12px;
}
.news-list li:nth-child(n+7) .news-list-date{
	font-size: 12px;
}
.news-list li:nth-child(n+7) .news-list-text{
	display: none;
}
.news-list li:nth-child(n+7) .news-list-more{
	display: none;
}
.news-list li:nth-child(n+7) .news-icon{
	position: absolute;
	top: 140px;
	right: -25px;
}
.news-list li:nth-child(n+7) .news-icon img{
	width: 31.5px;
}


/* shopinfo */
.shop-info{
	width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
	padding: 50px 0;
	background: #f7f2ea;
}
.info-inner{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.calendar{
	margin:  0 auto;
	overflow: hidden;
}
.calendar-left{
	float: left;
	margin: 50px 30px 0 0;
	width: 450px;
	height: 452px;
	overflow: auto;
}
.top-event-list{
	width: 100%;
	margin-right: 30px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
.top-event-list th{
	width: 60px;
	height: 50px;
	background: #a30000;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.top-event-list td{
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.top-event-date{
	color: #a30000;
}
.calendar-right{
	margin-top: 50px;
	float: right;
	width: 500px;
}
.event-calendar{
	width: 500px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
.shop-info-wrap{
	margin-top: 80px;
	overflow: hidden;
}
.map{
	width: 320px;
	float: left;
	margin-right: 20px;
}
.map-link{
	text-align: right;
	font-size: 13px;
}
.map-link span:before{
  margin:	0 2% 0 0;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images-pc/top/link.png);    
  background-size: contain;
  vertical-align: middle;
}
.ad{
	width: 640px;
	float: right;
	overflow: hidden;
}
.shop-img{
	float: left;
	margin-right: 20px;
}
.info-tel{
	margin-top: 10px;
	color: #a30000;
	font-size: 16px;
}
.info-tel span{
	font-size: 24px;
	font-weight: bold;
}
.adress{
	margin-top: 10px;
	
}
.kuwashiku a,.contact a{
	display: block;
	width: 240px;
	background: #a30000;
	color: #fff;
	margin: 50px auto 0;
	padding: 7px 0 5px;
	text-align: center;
	transition: .3s;
}
.kuwashiku a:hover,.contact a:hover{
	background: #504334;
	transition: .3s;
}
.kuwashiku a span:before,.contact a span:before,.seisansha-link:before,.voice-link:before,.media-link:before,.event-link:before{
	margin-right: .5em;
	content: "\f105";
	font-family: FontAwesome;
}

.kuwashiku-list{
	margin: 50px auto;
	text-align: center;
}
.seisansha-link{
	display: inline-block;
	width: 160px;
	margin-right: 1em;
	background: #a30000;
	color: #fff;
	padding: 7px 0 5px;
	text-align: center;
	transition: .3s;
}
.seisansha-link:hover{
	background: #504334;
	transition: .3s;
}
.voice-link{
	display: inline-block;
	width: 160px;
	margin-right: 1em;
	background: #7c8b00;
	color: #fff;
	padding: 7px 0 5px;
	text-align: center;
	transition: .3s;
}
.voice-link:hover{
	background: #504334;
	transition: .3s;
}
.media-link{
	display: inline-block;
	width: 160px;
	background: #504334;
	color: #fff;
	padding: 7px 0 5px;
	text-align: center;
	transition: .3s;
}
.media-link:hover{
	background: #767574;
	transition: .3s;
}
.event-link{
	display: inline-block;
	width: 160px;
	margin-right: 1em;
	background: #313073;
	color: #fff;
	padding: 7px 0 5px;
	text-align: center;
	transition: .3s;
}
.event-link:hover{
	background: #313073;
	transition: .3s;
}


/* footer */
footer{
	background: #f7f2ea;
	text-align: center;
	margin-top: 50px;
	padding: 30px 0 0;
}
.foot-nav{
	text-align: center;
}
.foot-nav li{
	display: inline-block;
	margin-top: 20px;
	padding: 0 0 0 15px;
}
/*
.foot-nav li a{
	color: #a30000;
}
.foot-nav li a:hover{
	color: #504334;
}
*/
.foot-nav li a {
  display: inline-block;
  transition: .3s;
}
.foot-nav li a:hover {
  transform: rotate(5deg);
}

.foot-nav li span::after{
	content: "|";
	padding-left: 15px;
	color: #a30000;
}
.sns{
	margin-top:	10px;
}
.sns li{
	display: inline-block;
}
.copy{
	width: 100%;
	margin-top: 10px;
	background: #a30000;
	color: #f7f2ea;
	padding: 7px 0 5px;
}
.copy::before{
	margin-right: .5em;
	content: "\f1f9";
	font-family: FontAwesome;
}



/* お客様の声ページ */
#voice h2{
	margin: 80px auto 0;
}
.masonry{
  position: relative;
  max-width: 960px;
  margin: 20px auto 0;
}
.grid{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.grid-item{
	width: 450px;
	margin: 30px 15px 0 15px;
	padding-bottom: 20px;
  border-top: 4px solid #a30000;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.7;
  background: url(../images-pc/voice/bg1.png);
  float:left;
}
.voice-img img{
	width: 40%;
	display: block;
	border-radius: 50%;
	margin: 20px auto;
}
.voice-title{
	padding: 28px 20px 10px;
	font-size: 18px;
	color: #a30000;
}
.voice-name{
	font-size: 16px;
	padding: 10px 20px 0;
}
.voice-text{
	line-height: 1.7;
	letter-spacing: .1em;
	padding: 15px 20px 0;
}
.voice-text img{
	display: none;
}
.voice-re{
	background: rgba(255, 193, 7, 0.2);
	margin: 20px 20px 0;
	padding: 10px;
  box-shadow: #eee 1px 1px 5px;
}
.voice-date{
	text-align: right;
	padding: 18px 20px 0;
}

/* どおこれとは？ */
#about h2{
	margin: 80px auto 0;
}
.topimg{
	width: 1030px;
	margin: 30px auto 0;
}
.about-wrap{
	background: #f7f2ea;
	margin-top: 50px;
	padding: 50px 0;
	position: relative;
}
.icon-okuru{
	position: absolute;
	right: 0;
	left: 900px;
	top: -30px;
	margin: auto;
	width: 100px;
	height: 210px;
}
.about-text1{
	width: 980px;
	margin: 30px auto 0;
}
.imgbox{
	width: 920px;
	margin: 30px auto 0;
	overflow: hidden;
}
.box-left{
	float: left;
	margin-right: 40px;
}
.eventinfo{
	width: 980px;
	margin: 50px auto 0;
	overflow: hidden;
}
.about-text2{
	width: 900px;
	margin: 30px auto 0;
}
.event-access{
	margin: 80px auto 0;
}
.product-list{
	width: 930px;
	margin: 30px auto 0;
	overflow: hidden;
}
.product-list li{
	width: 440px;
	float: left;
	margin: 50px 50px 0 0;
}
.product-list li img{
	width: 440px;
	margin-top: 10px;
}
.product-list li:nth-child(2n){
	margin-right: 0;
}
.product-list li:nth-child(2n+1){
	clear: both;
}
.product-title{
	color: #a30000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.product-name{
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: .1em;
	text-align: center;
	font-weight: bold;
}
.product-text{
	margin-top: 10px;
	padding: 0 10px;
}
.product-name span{
	font-size: 14px;
}
.naiyou{
	background: #fff;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 6px;
}


/* ショップ情報 */
#shopinfo h2{
	margin: 80px auto 0;
}
.shop-access{
	width: 900px;
	margin: 30px auto 0;
	overflow: hidden;
}
.shop-adress{
	width: 450px;
	height: 180px;
	float: left;
	margin-right: 30px;
	padding-bottom: 10px;
  background: #f7f2ea;
	border-radius: 0 0 6px 6px;
}
.shop-adress h3,.moyori h3,.chusha h3{
  background: url(../images-pc/shopinfo/bg2.png);
  background-size: 7px;  
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: normal;
	border-radius: 6px 6px 0 0;
}
.shop-adress dl{
	padding: 20px;
	height: 115px;
	line-height: 2;
}
.shop-adress dt{
	float: left;
	width: 80px
}


.moyori{
	width: 420px;
	height: 180px;
	float: right;
  background: #f7f2ea;
	padding-bottom: 10px;
	border-radius: 0 0 6px 6px;
}
.moyori ul{
	padding: 20px;
	height: 115px;
	line-height: 2;
}
.chusha-map{
	width: 100%;
	margin: 30px auto 0;
}
.shop-adress .fa-map-marker,.fa-subway,.fa-car{
	font-size: 20px;
	color: #fff;
}
.chusha{
	width: 900px;
	margin: 30px auto 0;
	overflow: hidden;
}
.chusha-box{
	margin-top: 20px;
	padding: 10px 10px 20px;
	overflow: hidden;
	border-bottom: 1px dashed;
}
.chusha-info{
	width: 540px;
	margin-right: 20px;
	float: left;
}
.chusha-info h4{
	font-size: 18px;
}
.chusha-map2{
	width: 320px;
	float: right;
}
.chusha-text{
	line-height: 2;
}
.chusha-bikou{
	margin-top: 20px;
/* 	background: #ffeaea; */
	padding: 20px;
	line-height: 1.8;
	letter-spacing: .1em;
}
.chusha-service{
	width: 450px;
	margin-top: 10px;
	background: #f7f2ea;
	padding: 15px 20px 10px;
}

/* ページナビ */
.prevnextarea{
	margin-top: 30px;
	overflow: hidden;
}
.nextL a,.nextR a{
	display: block;
	width: 80px;
	background: #a30000;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	transition: .3s;
	margin: 0 10px;
	border-radius: 4px;
}
.nextL a{
	float: left;
}
.nextR a{
	float: right;
}
.nextL a:hover,.nextR a:hover{
	background: #504334;
	transition: .3s;
}
#pnavi {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
}
.wp-pagenavi a{
  text-decoration: none;
  border: 1px solid #131313 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
  background: #fff;
}
.wp-pagenavi a:hover{
  background: #a30000;
  color: #fff;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #131313 !important;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background: #a30000;
  color: #fff;
}
/* 生産者紹介ページ */
#blog-page{
	margin: 80px auto 0;
	position: relative;
}
.blog-archive{
	position: absolute;
	top: 0;
	right: 0;
	left: 580px;
  bottom: 40px;
  margin: auto;
	width: 300px;
	height: 30px;
	font-size: 16px;
}
.blog-wrap{
	width: 1030px;
	margin: 30px auto 0;
	overflow: hidden;
}
.blog-main{
	width: 760px;
	float: left;
}
.blog-list{
	width: 760px;
	overflow: hidden;
	position: relative;
}
.blog-list li{
	margin-top: 30px;
	background: #f7f2ea;
	overflow: hidden;
	position: relative;
}
.blog-list-img{
	width: 324px;
	float: left;
}
.blog-list-img img{
	width: 100%;
	height: auto;
}
.blog-box{
	width: 390px;
	float: right;
	padding: 20px;
}
.blog-list-date{
	font-size: 14px;
	text-align: right;
}
.blog-list-title{
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
	border-bottom: 2px dashed #a30000;
	padding-bottom: 5px;
}
.blog-list-text{
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.8;
}
.blog-list-kuwashiku{
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	right: 30px;
	color: #a30000;
}
.blog-list-kuwashiku span{
	border-bottom: 2px solid;
	padding-bottom: 2px;
}

/* メディア掲載情報ページ */
.media-list{
	width: 760px;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
.media-list li{
	padding: 10px 0;
	margin-bottom: 10px;
	border-left: 5px solid #a30000;
	overflow: hidden;
	position: relative;
}
.media-list li:nth-child(odd){
	background: #f7f2ea;
}
.media-list li:nth-child(even){
	background: #eee;
}
.media-list-img{
	width: 324px;
	float: left;
}
.media-list-img img{
	width: 100%;
	height: auto;
}
.media-list-date{
	padding-left: 20px;
	font-size: 13px;
}
.media-list-title{
	width: 640px;
	padding-left: 20px;
	margin-right: 35px;
	letter-spacing: .1em;
	font-size: 16px;
	float: left;
}
.media-list-text{
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.8;
}
.media-list-kuwashiku{
	font-size: 18px;
	color: #a30000;
}


/* サイドバー */
#sidebar{
	width: 240px;
	margin: 0 0 0 30px;
	float: right;
	position: relative;
}
#sidebar h2{
	margin-top: 40px;
	border-bottom: 2px solid #a30000;
	padding: 0 0 10px 10px;
}
.side-icon1:after{
  margin: 0 0 0 2%;
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background:url(/images-pc/side/icon-new.png);    
  background-size: contain;
  vertical-align: baseline;
}
.side-list{
	padding-bottom: 20px;
}
.side-list li{
	font-size: 14px;
}
.side-list li a{
	display: block;
	padding: 10px;
	transition: .3s;
	border-bottom: 1px dashed #ccc
}
.side-list li a:hover{
	background: #f7f2ea;
	transition: .3s;
}

/* 生産者紹介シングル */
.blog-post{
	margin-top: 30px;
}
.post-title{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #a30000;
	letter-spacing: .1em;
}
.post-text{
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.8;
}
.post-text h3{
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #a30000;
}
.post-text img{
	max-width: 760px;
	height: auto;
	margin: 10px 0;
}
.post-date{
	font-size: 16px;
	margin-top: 30px;
	text-align: right;
	padding-right: 10px;
	color: #a30000;
}
.post-date span{
	border-bottom: 2px solid #a30000;
	padding-bottom: 5px;
}

/* イベント情報ページ */
#event{
	position: relative;
}
#event h2{
	margin: 80px auto 0;
}
.masonry-event{
  position: relative;
  max-width: 1030px;
  margin: 20px auto 0;
}

.grid-event{
  width: 1020px;
  margin: 0 auto;
}
.grid-item-event{
	width: 270px;
	margin: 30px 15px 0 15px;
	padding: 10px 20px 20px;
  border-top: 6px solid #a30000;
  border-radius: 6px;
  background: #f7f2ea;
  background-size: 38px;  
}
.event-box{
	overflow: hidden;
}
.event-img{
	width: 100%;
	padding: 10px 0;
	float: left;
}
.event-name{
	display: block;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #a30000;
}
.event-text{
	margin-top: 5px;
	line-height: 1.7;
	letter-spacing: .1em;
}
.event-text img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.event-date{
	font-size: 14px;
}
.event-time{
	margin-top: 5px;
	font-size: 14px;
}
.event-place{
	margin-top: 5px;
	font-size: 14px;
}
.event-cate{
	margin-top: 5px;
	font-size: 14px;
}

.event-contact{
	margin-top: 5px;
	font-size: 14px;
}
.event-adress{
	margin-top: 5px;
	font-size: 14px;
}

.event-list-kuwashiku{
	display: block;
	margin: 0 0 0 auto;
	width: 31px !important;
}
.fa-calendar{
	margin-right: 5px;
	color: #a30000;
}
.fa-clock-o{
	margin-right: 5px;
	color: #a30000;
}
.fa-map-marker{
	margin-right: 5px;
	color: #a30000;
}
.fa-paperclip{
	margin-right: 5px;
	color: #a30000;
}
.fa-file-text-o{
	margin-right: 5px;
	color: #a30000;
}
.fa-info-circle {
	margin-right: 5px;
	color: #a30000;
}

/* イベントサイドバー */
#event-sidebar {
  text-align: center;
  margin: 30px auto;
}
#event-sidebar select{
	font-size: 14px;
	height: 30px;
  background: #504334;
  color: #fff;
}
#event-sidebar ul {
  display: inline-block;
  padding: 0 20px;
}



/* イベント詳細ページ */
.grid-event-single{
	width: 760px;
	margin: 0 auto;
}
.grid-item-event-single{
	width: 720px;
	margin: 30px 0 0;
	padding: 10px 20px 20px;
  border-top: 6px solid #a30000;
  border-radius: 6px;
  background: #f7f2ea;
  background-size: 38px;  
}
.event-single-name{
	padding: 20px 0 0;
	margin-bottom: 10px;
	font-size: 20px;
	color: #a30000;
}
.event-single-text{
	line-height: 1.7;
	letter-spacing: .1em;
	padding: 10px 0;
	font-size: 16px;
}
.event-single-text img{
	margin: 10px 0;
}
.event-single-date{
	margin: 10px 0 10px;
	font-size: 16px;
}
.event-single-time{
	margin-top: 10px;
	font-size: 16px;
}
.event-single-place{
	margin-top: 10px;
	font-size: 16px;
}
.event-single-cate{
	margin-top: 10px;
	font-size: 16px;
}

.event-single-contact{
	margin-top: 10px;
	font-size: 16px;
}
#googlemaps{
	margin-top: 20px;
}
/* iFrame */
iframe.iframe-cal {
  width: 500px;
  height: 490px;
}

/* お問い合わせ */
#contact h2{
	margin: 80px auto 0;
}
.contact-main{
	width: 760px;
	margin: 0 auto;
}

#box{
margin:50px auto;
background: #f7f2ea;
padding: 30px 88px;
position: relative;
}
.menu{
	font-size:16px;
	margin: 10px 0;
	color: #3d1b10;
}
.check{
	border: none;
}
.concheck{
	border: none;
}
.con{
	height:20px;
	padding:7px ;
	margin-bottom: 10px;
	width:400px;
	font-size:16px;
	background-color:#ffffff;
	color:#000;
  text-align:left;
	border:1px solid #ab9d8d;
}
.mess{
	height:200px;
	padding:10px;
	margin-bottom: 10px;
	width:100%;
	font-size:16px;
	background-color:#ffffff;
	color:#000;
	border:1px solid #ab9d8d;
        overflow-y:auto;
       _overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}
p.shounin {
  text-align: center;
}
.submit01{
	width:250px;
	display: block;
  margin: 20px auto;
  padding: 7px 0px 5px;
  border: 1px solid #a30000;
  background: #a30000;
  font-size: 16px;
  color: #fff;
}
.submit01:hover{
  background: #504334;
  border: 1px solid #504334;
  transition: .3s;
}
.wpcf7-list-item{
	margin-right:10px;
}
.wpcf7-not-valid-tip{
	color:#a30000;
	border:1px solid #a30000;
	display:block;
	padding:3px !important;
	text-align:center !important;
	margin-left: 65px;
	margin-top:-10px;
	margin-right: 69px;
}
.wpcf7-response-output{
	color:#a30000;
}
.wpcf7-not-valid-tip-no-ajax{
	color:#a30000;
	border:1px solid #a30000;
 display:block;
}
html>/**/body　
#b{
border: 20px;
width: 181px;
height: 80px;
background:url(../../../pcimages/contact.png) no-repeat ;
text-indent: -9999px;　　 /*　「送信」のテキストを飛ばす　*/
}



.noindex {
/* 	display: none; */
  position: absolute;
  top: 100px;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  text-align: center;
  line-height: 1;
  
}
.noindex span{
	font-size: 14px;
}

.bnr{
	width: 700px;
	margin: 70px auto 0;
}

.bnr img{
	width: 100%;
}
/* youtube */
.youtube-wrap{
	width: 1030px;
	margin: 40px auto 0
}
.youtube-wrap2{
	display: flex;
	justify-content: space-between;
	width: 1030px;
	margin: 40px auto 0
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrap2 .youtube-list{
	width: 48%;
}
/* バナー */
.docore-bnr{
	width: 600px;
	margin: 0 auto;
}
.docore-bnr img{
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}