@charset "utf-8";
.eventschedule .buttonInHeading {
	line-height: 1.2;
	font-size: 77.8%;
	font-weight: normal;
	float: right;
	display: inline-block;
	padding: 8px 20px;
	margin: -5px 0 -5px 20px;
	position: relative;
	background-color: #C7C598;
	color: #FFF;
	text-decoration: none;
	transition: background-color 0.3s ease-out;
}
.eventschedule .buttonContentsFooter {
	text-align: right;
}
.eventschedule .buttonContentsFooter a {
	line-height: 1.2;
	display: inline-block;
	padding: 8px 20px;
	margin: 0 0 0 auto;
	background-color: #C7C598;
	color: #FFF;
	text-decoration: none;
	transition: background-color 0.3s ease-out;
}
.eventschedule .buttonInHeading:hover,
.eventschedule .buttonContentsFooter a:hover {
	background-color: #E3E393;
	color: #666;
}
.eventschedule .buttonInHeading .arrow,
.eventschedule .buttonContentsFooter a .arrow {
	position: relative;
	padding-left: 10px;
}
.eventschedule .buttonInHeading .arrow::before,
.eventschedule .buttonContentsFooter a .arrow::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    pointer-events: none;
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
}
.eventschedule .buttonInHeading:hover .arrow::before,
.eventschedule .buttonContentsFooter a:hover .arrow::before {
    border-color: transparent transparent transparent #666;
}
.eventschedule .eventShopList {
	padding: 0 0 14px;
	/*margin: 10px auto;
	width: 100%;
	overflow: hidden;*/
	border-bottom: 2px dotted #C7C598;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eventschedule .eventShopList dt {
	/*float: left;
	width: 5%;*/
	font-weight: bold;
	-ms-flex-preferred-size: 60px;
	flex-basis: 70px;
}
.eventschedule .eventShopList dt .arrow {
	position: relative;
	display: inline-block;
	padding-right: 14px;
}
.eventschedule .eventShopList dt .arrow::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    pointer-events: none;
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #783F79;
}
.eventschedule .eventShopList dd {
	-ms-flex-preferred-size: calc(100% - 70px);
	flex-basis: calc(100% - 70px);
	/*float: left;
	width: 95%;*/
}
/*.eventschedule .eventShopList a {
    background: url(../../img/icon_arrow04.gif) no-repeat 0 8px;
    padding: 3px 0 0 13px;
}*/
.eventschedule .box {
  margin: 35px auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eventschedule .box::after {
  content: "";
  display: block;
  width: 30%;
}
.eventschedule .box .shopBox {
	width: 30%;
	margin: 0 0 40px 0;
	padding: 0;
}
.eventschedule .box .shopBox h3 {
	font-size: 100.0%;
	margin-bottom: 0;
	padding: 0 0 2px 0;
	border: none;
}
/*.eventschedule .box .shopBox h3 span.area {
	font-size: 13px;
	font-weight: normal;
	display: block;
}*/
.eventschedule .box .shopBox h3 .areaIcon {
	display: inline-block;
	text-align: center;
	font-size: 142.9%;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	padding: 0 8px;
	background-color: #783F79;
	color: #FFF;
}
.eventschedule .box .shopBox .details {
	margin: 5px 0;
	padding: 5px;
	border-top: 1px solid #C7C598;
}
.eventschedule .box .shopBox .details .date {
	font-weight: bold;
	font-size: 15px;
}
.eventschedule .box .shopBox .gomap a {
	width: 95%;
	background-color: #C7C598;
	color: #fff;
	background-image: url(../../img/icon_blank_wh.gif);
	background-repeat: no-repeat;
	background-position: 100px center;
	padding: 4px 0 4px 10px;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out;
}
.eventschedule .box .shopBox .gomap a:hover {
	background-image: url(../../img/icon_blank_wh.gif);
	background-color: #E3E393;
	color: #666;
	text-decoration: none;
}
.eventschedule .box .shopBox h3.shopTitle {
  display: flex;
  align-items: center;
}
.eventschedule .box .shopBox h3.shopTitle .areaIcon {
  flex-shrink: 0;
}


