@charset "utf-8";
.bordernone{border: none !important;}
.block{display: block;}
.border-bnone{border-bottom: none !important;}
.fs16 {font-size: 16px !important;}
.mgt7{margin-top: 7px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt30{margin-top: 30px !important;}
.mgt40{margin-top: 40px !important;}
.mgt50{margin-top: 50px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb70{margin-bottom: 70px !important;}
.mgl9{margin-left: 9px !important;}
.mgl25{margin-left: 25px !important;}
.mgl60{margin-left: 60px !important;}
.mgl80{margin-left: 80px !important;}
.mgr0{margin-right: 0 !important;}
.pdb60{padding-bottom: 60px !important;}
.pdl20{padding-left: 20px !important;}
.f-samewidth{flex: 1;}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
}



.inner{
	max-width: 1100px;
	width:88%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width:1000px) { 
	.inner{width:90%;}
}

/* メイン */
.bordernone{
  border: none !important;
}
.mainarea{
	flex:1;
	overflow: hidden;
}

/* wordpress側 */



/* BLOG */
.subpage01{
	overflow: hidden;
	margin-bottom:40px;
}
.subP {
  padding-top: 50px;
}
/* EVENT */
.subpage01 h4 {
  font-size: 18px;
  background: #eee;
  padding: 6px 10px 4px;
  border-radius: 3px;
}
/* 催事一覧 */
.partlist{
	overflow: hidden;
	margin-top: 20px;
}
.partlist li{
	float: left;
	padding-right: 15px;
	font-size: 12px;
	text-align: center;
}
.othershop {
  text-align: center;
}
.othershop a {
  color: #fff;
  display: block;
  background: #ae9bc9;
  padding: 10px;
}
.eventimg{
	width: 200px;
	float: right;
	padding-left: 25px;
}
.eventimg img{
	width: 100%;
	height: auto;
}
.prefecture{
	font-size: 16px;
	margin: 5px 0 10px;
}
.eventday{
	font-weight: bold;
}
.eventhp{
	font-size: 13px;
	margin-top: 20px;
}
.eventhp a{
	text-decoration: underline;
}
.eventlink{
	float: right;
	text-align: right;
	clear: both;
}
.eventmap{
	padding-top: 20px;
}
.shopurl{
	font-size: 12px;
	border-radius: 3px;
	margin-left: 12px;
	display: inline-block;
}
.shopurl a{
	color: #fff;
	padding: 5px 10px;
	background: #000;
}
.shopurl a:hover{
	text-decoration: underline;
}
.eventlist02{
	overflow: hidden;
	margin: 30px 0 0;
}
.eventlist02 li{
	width: 350px;
	float: left;
	margin: 0 20px 50px;
}
.eventlist02 li img{
	width: 100%;
	padding-bottom: 10px;
}



@media screen and (min-width:768px) and (max-width:900px) {
	#eventside{display: none;}
}	

#eventside h3{
	background: #eee;
	font-size: 16px;
	border-radius: 3px;
	padding: 4px 10px 2px;
	margin-bottom: 15px;
}
.eventarea dt{
	border-top: 1px solid #ccc;
	font-size: 16px;
	padding: 20px 0 0 5px;
	margin-top: 18px;
}
.eventarea dd{
	padding: 0 5px;
}
.eventarealist{
	overflow: hidden;
	padding-top: 15px;
}
.eventarealist li{
	float: left;
	width: 30%;
	margin: 0 5% 15px 0;
	text-align: center;
}
.eventarealist li:nth-child(3n){
	margin-right: 0;
}
.eventarealist li a{
	background: #eee;
	padding: 3px 0 1px;
	display: block;
	transition: all .3s;
	font-size: 13px;
}
.eventarealist li a:hover{
	background: #000;
	color: #fff;
}
/* EVENT single */
.subpage01 h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.subpage01 h1 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.fontstyle01 {
  font-weight: bold;
  font-size: 18px;
  margin:30px 0 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 7px;
}
.eventmap {
  padding-top: 20px;
}
.topbnarea{
	margin:50px auto;
	width:86%;
}
.topbnarea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topbnarea ul li img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.topbnarea ul li.bn01{
	margin:0 1.5% 10px;
	width: 100%;
}
.topbnarea ul li.bn02{
	width:47%;
	margin:0 1.5% 10px;
}
.topbnarea ul li.bn01 a{
	display:block;
}

.event-ff-box{
	overflow: hidden;
	margin: 30px 0 0;
}



/* PCのみ */
@media screen and (min-width:768px) {
.event-ff-box li img{
	width: 350px;
	float: left;
	padding: 0 30px 50px 0;
}
.othershop {
  font-size: 17px;
  margin: 20px 40px 70px;
}
#eventside{
	width: 220px;
	margin-left:40px;
}
.eventlist{
	padding: 20px 20px 18px;
	border: 1px dashed #ccc;
	border-radius: 3px;
	margin: 20px 0 30px;
	overflow: hidden;
}
.eventday {
  font-size: 17px;
}
.eventlist:hover {
  background: #f8f8f8;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.event-ff-box li img{margin-bottom: 15px;}
.othershop {
  font-size: 15px;
  margin: 20px 10px 70px;
}
#eventside {
    padding: 12px 0 16px;
    margin: 15px 0;
}
.event-place {
    text-align: center;
    font-size: 16px;
    margin-bottom: 7px;
}
#eventside select {
	background: #eee;
	padding: 10px 20px 10px 40px;
	font-size: 18px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #000;
	color: #000;
	width: 240px;
}
.select-dd {
	width: 240px;
  margin: 0 auto;
  position: relative;
  text-align: center !important;
}
.select-dd::after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  background: none;
}
.eventlist{
	padding: 20px 10px 13px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.eventday {
  font-size: 16px;
}
.eventlink{
  font-size: 14px;
}
.inner{
	width:93%;
}
}

/* 常設ショップ */
.subpage01 h4 {
  font-size: 18px;
  background: #eee;
  padding: 6px 10px 4px;
  border-radius: 3px;
}
@media screen and (min-width: 768px){
	.eventlist-shop{
		overflow: hidden;
		margin: 30px 0 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.eventlist-shop li{
		width: 48%;
		margin-right: 4%;
		margin-bottom:40px;
	}
	.eventlist-shop li:nth-child(2n){
		margin-right:0;
	}
	.eventshop-img img {
		width: 100%;
		padding: 10px 0;
	}
	.shop-add{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.eventlist-shop li{
	  padding: 20px 0 13px;
	  overflow: hidden;
	  border-bottom: 1px dashed #ccc;
	}
	.openbox{
		text-align: center;
		margin: 20px 0;
		padding: 20px;
	  border: 1px solid #aaaaaa;
		box-sizing: border-box;
	}
	.openbox span{
		font-size: 17px;
		font-weight: bold;
	}
	.openbox img{
		margin: 40px auto;
		display: block;
	}
	.recruit_btn {
		width: 80%;
		margin: 20px auto 0;
		font-size: 13px !important;
		text-align: center;
	}
	.recruit_btn a{
		display: block;
		background: #000;
		color: #fff;
		padding: 8px 0;
		border-radius: 3px;
	}
	.event-shoptext{
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.eventshop-img{
		width: 80%;
		margin: 20px auto 15px;
	}
	.eventshop-img img {
		width: 100%;
		height: auto;
	}
	.campaignbox{
		padding-bottom: 5px
	}
	.event-place{
		font-size: 16px;
		margin-bottom: 5px;
		font-family: 'Quicksand', sans-serif;
		text-align: center;
	}
}
/* イベント終了グレーアウト */
.eventlist.fin {
  pointer-events: auto;
  filter: grayscale(1);
  position: relative;
}
.eventlist.fin .eventlink{
	z-index: 3;
  position: relative;
  filter: opacity(0.5);
}
.eventlist.fin::before {
  content: "";
  background: #eee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
p.event-fin {
  padding: 5px 7px 4px;
  background: #eee;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.eventlist.fin .eventday::before {
  content: "終了済み";
  display: block;
  font-weight: 500;
  font-size: 13px;
  background: #ccc;
  width: 80px;
  text-align: center;
  margin-bottom: 5px;
}