@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
	display: none;
	max-width: 800px;
}
/*-------------------KOL--------------------*/
#KOL {
  margin: 5px;
  padding: 5px;
  background: #fff;
  border: 8px solid #efefef;
  border-radius: 30px;
}
#KOL h3 {
  text-align: center;
  padding: 5px 0px;
  font-size: 17px
}
#KOL h4 {
  text-align: center;
  color: #2F2F2F;
  font-weight: bold;
  padding: 10px;
}
#KOL span {
  color: #F69400
}
/*--------------lightbox----------------*/
.lightbox {
	display: none;
	font-family: "Segoe UI", "微軟正黑體", sans-serif;
}
p.address, p.tel, p.time, p.url {
	background-image: url(../images/venue.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	padding-left: 24px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 2px 0;
}
p.tel {
	background-image: url(../images/tel.svg);
}
p.time {
	background-image: url(../images/time.svg);
}
p.url {
	background-image: url(../images/link.svg);
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:1002px) {
 /*--------------lightbox---------------*/
.lightbox {
	padding: 25px;
}
.lightbox div.lightboxL {
	float: left;
	width: 250px;
}
.lightbox div.lightboxR {
	width: auto;
	margin-left: 270px;
}
 /*--------------kol---------------*/
.vPlaykol li {
    float: left;
    width: 24%;
    margin: 0 0px 2% 9px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
  }
  .vPlaykol li:nth-child(3n) {
    margin-right: 0;
  }
  .vPlaykol li h4 {
    color: #c9a059;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 .vPlaykol li h3 {
    color: #7d1d48;
    font-size: 17px;
    font-weight: normal;
  }
/*----------------KOL Media-----------------*/
.KolMedia {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/*.KolMediaBox {
  margin: 5px 10px
}*/
.KolMedia i{ color: #7d1d48;}
.KolMedia i:hover{ color: #c9a059;}

.KolMedia div.box {
  margin: 5px 5px;
}
.KolMedia div.box a {
  text-decoration: none;
}
.KolMedia .fa-brands {
  font-size: 140%;
}
.Kbox {
    margin: 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
 /*--------------lightbox----------------*/
.lightbox {
	padding: 15px;
	width: 100%
}
.lightbox div.lightboxL {
	width: 100%;
	margin: 0 auto 15px auto;
}
.vPlaykol li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    float: left;
    width: 48%;
  }
  .vPlaykol li h4 {
    color: #c9a059;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li:last-of-type {
    margin-bottom: 0;
  }
 .vPlaykol li h3 {
    color: #7d1d48;
    font-size: 15px;
    font-weight: normal;
  }
/*----------------KOL Media-----------------*/
.KolMedia {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/*.KolMediaBox {
  margin: 5px 10px
}*/
.KolMedia i{ color: #7d1d48;}
.KolMedia i:hover{ color: #c9a059;}

.KolMedia div.box {
  margin: 3px 3px;
}
.KolMedia div.box a {
  text-decoration: none;
}
.KolMedia .fa-brands {
  font-size: 120%;
}
.Kbox {
    margin: 3% 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
}