@charset utf-8;

/* citizens_fes FALL */


body#citizens_fes2020 .hero-section {
	background: url("../img/bunkasai/2020/dog.jpg") 50% no-repeat;
	background-size: cover;
	height: 80vh;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-justify-content: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	margin-bottom: 5em;
}
.hero-section .hero-section-text {
	color: #fefefe;
	text-shadow: 1px 1px 2px #0a0a0a;
}
body#citizens_fes2020 .hero-section h1,
body#citizens_fes2020 .hero-section h5 {
	color: #222;
	letter-spacing: 0.1em;
}
/* endSign */
.endSign {
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 50%;
	cursor: pointer;
    
	position: absolute;
	top: 68%;
	left: 5%;
}
.abord {
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 50%;
	cursor: pointer;
    
	position: absolute;
	top: 68%;
	left: 5%;
}
@media only screen and (max-width: 64.063em) {
	body#citizens_fes2020 .hero-section {
		background: url("../img/bunkasai/2020/dog.jpg") 50% no-repeat;
		background-size: cover;
		height: 50vh;
		text-align: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		  -webkit-align-items: center;
		      -ms-flex-align: center;
		          align-items: center;
		  -webkit-justify-content: center;
		      -ms-flex-pack: center;
		          justify-content: center;
		margin-bottom: 5em;
	}
}
p.virusP {
	margin: 0 0 0.5em 0;
}
h4.infoVirus {
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #222;
}

/* card */
.card {
	float: left;
	clear: both;
}
.card-product {
	margin-bottom: 2.5rem;
}
.card-product:hover .card-product-img-wrapper img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.card-product:hover .card-product-img-wrapper .button {
  -webkit-transform: translateY(-3rem);
      -ms-transform: translateY(-3rem);
          transform: translateY(-3rem);
}

.card-product-img-wrapper {
  margin-bottom: 0; /*1.375rem;*/
  position: relative;
  overflow: hidden;
}

.card-product-img-wrapper .button {
  transition: all 0.2s ease;
  background-color: #767676;
  padding: 1rem 0.5rem;
  bottom: -3rem;
  -webkit-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  position: absolute;
  z-index: 2;
  color: #fefefe;
  margin-bottom: 0;
}

.card-product-img-wrapper .button:hover {
  background-color: #1779ba;
}

.card-product-img-wrapper img {
  transition: all 0.2s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
}

.card-product-img-wrapper .card-product-name {
  font-size: 1.375rem;
}

.card-product-img-wrapper .card-product-price {
  font-weight: bold;
}

.card-product-img-wrapper .card-product-description {
  color: #8a8a8a;
  font-size: 0.875rem;
  margin-bottom: 0;
}
div.card-section {
	padding-top: 1em;
}
div.card-section h4 {
	margin: 0;
}
div.deVider {
	margin:2em 0;
	display: inline-block;
}
p.placeP {
	margin:0;
	padding-bottom: 1.5rem;
	font-weight: bold;
}
div.captionDIV {
	margin: 0;
	padding: 0.35em;
	background: #fff;
	color: #222;
	font-weight: bold;
}
div.captionDIV span {
	margin:0 0 0 1.75em;
	padding:0 0.5em;
	color: #fff;
	background: #222;
}
div.addressDIV p {
	margin: 0;
	padding: 0;
}
div.addressDIV h5 {
	margin-bottom: 3em;
}

fieldset.cancelFLD {
	margin: 2em 0;
	background: #fff;
	border: 2px solid #ff6699;
}
fieldset.cancelFLD legend {
	color: #990033;
	font-weight: medium;
	font-size: 1.3em;
	padding: 0 1em;
}

fieldset.cancelFLD p.cancelMSG {
	margin: 1em 0;
	color: #990033;
}

h4.eventonPaper {
	margin: 2em 0 0 0;
	color: #009933;
}

div.infoPanel {
	margin: 3em 0;
}
div.infoPanel h4 {
	color: #cc0099;
	font-weight: bold;
}
ul.informationKaijo {
	margin: 0;
	padding: 0 0 2em 0;
}
ul.informationKaijo li {
	background: #fff;
	border-bottom: 1px dotted #dcdcdc;
	padding: 0.5em 0.3em 0.25em 0.5em;
}
ul.informationKaijo li span {
	margin:0 1.5em 0 0;
	color: #3399ff;
	font-weight: bold;
	font-size: 80%;
	width: 13em;
}




.unlock {
	margin: 2em 0;
	padding: 0.5em 1em;
	color: #248f24;
	font-weight: bold;
	background: #fff;
	border:2px solid #248f24;
}
h4.unlock {
	margin-bottom: 1em;
}