@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
	display: none;
	max-width:800px
}
.Recommended{padding: 20px;  border: 1px solid #E58045;-webkit-border-radius:20px;
	border-radius:20px;}
.fas{width: 15px; text-align: center; color: #606060; font-size: 15px}
.fa-location-dot{ font-size: 18px}
/*-----------------------lightbox-----------------------*/
.lightbox {
	display: none;
	font-family: "Segoe UI", "微軟正黑體", sans-serif;
	border-radius: 15px;
	background:#fff;
	text-align:left;
}
p.address, p.tel, p.time, p.url , p.fb, p.ig, p.review, p.reviewperson {
	background-image: url(../venue.svg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: left center;
	padding-left: 22px;
	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);
	background-position: left top;
	background-position-y: 3px;
}
p.url {
	background-image: url(../images/link.svg);
}
p.address {
	background-image: url(../images/venue.svg);
}
.fb {
    background: url("../images/socialFB.svg");
    background-repeat: no-repeat;
    padding-left: 22px
    
	
}
.ig {
	
    background: url("../images/instagram.svg");
    background-repeat: no-repeat;
    padding-left: 22px
}
p.review {
	background-image: url(../images/review.png);
	background-position: left top;
	background-position-y: 3px;
}
p.reviewperson {
	background-image: url(../images/reviewperson.png);
	background-position: left top;
	background-position-y: 3px;
}
.tags{
	border:solid 1px #ccc;
	padding:10px;
	border-radius:8px;
}


.custom-file-upload{

width:100%;
	
}

input[type="file"] {

font-size: 17px;
color: #b8b8b8;
}


/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*----------info------------*/
.partnerLeft {
	float: left;
}
.partnerRight {
	float: right;
}
/*-----------------------shopList-----------------------*/
#shopList li {
	float: left;
	width: 32%;
	margin: 0 1% 1% 0;
	/*font-size: 14px;*/
	display: block;
	color: #333;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	text-decoration: none;	
}
#shopList li:nth-child(3n) {
	margin-right: 0;
}
/*#shopList li a {
	
}*/
#shopList li .rightContent{
	height:200px;
}


#shopList li .left {
	position: relative;
}
#shopList li .left .hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: center center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
#shopList li:hover .left .hoverDesc {
}
#shopList li h4 {
	font-size: 21px;
	margin: 10px 0 10px 0;
	/*overflow: hidden;*/
	line-height: 130%;
	color:#000;
	font-weight:bold;
}
#shopList li:hover {
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.35);
	transition: all 0.3s ease-out;
}
.shopSearch {
	width: 50%;
	margin: 0 auto;
}
/*-----------------lightbox---------------*/
.lightbox {
	padding: 30px;
	width:800px;
}
.lightbox #lightbox_container{

	width:100%;
	position:relative;
}
.lightbox div.lightboxL {
	float:left;
	width:60%;
	
}
.lightbox div.lightboxR {
	float:right;
	display:inline-block;
	width:255px;

}

.lightbox div.lightboxR img{
	width:250px;
	height:250px;
	border-radius:5px;
    object-fit: cover;
}
/*-----------------squareimg---------------*/
  .squareImg img{
	width:100%;
	height:230px;
	border-radius:5px;
    object-fit: cover;
  }
  
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
.partnerLeft {
	margin-bottom: 10px;
}
/*-----------------------shopList-----------------------*/
#shopList li {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	overflow: auto;
}
#shopList li:last-child {
	margin: 0;
}
#shopList li a {
	text-decoration: none;
	
}
#shopList li div.left {

}
#shopList li div.right {
	
}
#shopList li h4 {
	margin: 10px 0 10px 0 ;
	color:#000;
	font-weight:bold;
}

/*-----------------------lightbox-----------------------*/
.lightbox {
	padding:20px 15px;
	width: 95%;
	overflow-x: hidden;
    overflow-y: visible; 
    z-index: 100; 
}

.lightbox div.lightboxL {
	width: 100%;
}

.lightbox div.lightboxR img{
	margin-top:10px;
	width:100%;
	height:100%;
	border-radius:5px;
    object-fit: cover;
  }

/*-----------------squareimg---------------*/
  .squareImg img{
	width:100%;
	border-radius:5px;
    object-fit: cover;
  
}
}
