@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2019
 ******************************************************************************/

.strong {
	font-weight: bold;
}

.text-danger {
	color: #FF0000;
}

.intro {
	margin-bottom: 1em;
}
.intro__title, .intro__desc {
	/*display: inline;*/
	line-height: 1.8;
	padding-left: 15px;
}
.intro__title {
	font-weight: bold;
	background: #6eb8ad;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 20px;
	margin-bottom: 36px;
}
.section__text:not(:last-child) .intro__desc {
	margin-bottom: 40px;
}
.pricelist {
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	max-width: 900px;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.pricelist__item {
	width: 100%;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 2em;
}
.pricelist__img {
	margin-bottom: 10px;
	max-width: 220px;
}
.pricelist__btn {
	width: 100%;
	max-width: 150px;
}
.pricelist__tag {
	font-size: 18px;
	font-weight: bold;
	color: #6eb8ad;
	border-radius: 23px;
	border: 2px solid #6eb8ad;
	padding: 0 10px;
	margin-bottom: .5em;
}
.pricelist__title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.sponsorlist {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -10px 0;
}
.sponsorlist__item {
	width: calc(50% - 20px);
	margin: 10px;
	display: inline-block;
	position: relative;
	padding: 0;
}
.sponsorlist__item:nth-child(n+11):nth-child(-n+20) {
	display: none;
}
.sponsorlist--open .sponsorlist__item:nth-child(n+11):nth-child(-n+20) {
	display: inline-block;
}
.sponsorlist__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.sponsorlist__icon-box {
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 24px;
}
.sponsorlist__icon {
	font-size: 78px;
	line-height: 1;
	color: #4D4D4D;
}
.sponsorlist__title {
	font-size: 18px;
	margin-top: .5em;
	font-weight: bold;
}

.remarklist {
	max-width: 970px;
	margin: 0 auto;
}

.uslist {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.uslist__item {
	width: 33.333%;
	padding: 10px;
}
.section-photo{
	padding: 50px 10px;
}

/*table*/
.table-outer {
	max-width: calc(100% - 2px);
	overflow-x: auto;
	padding: 0 1px;
}
.table {
	min-width: 600px;
	color: #000;
}
.table td, .table th {
	padding: .75rem;
}
.table thead {
	background: #6eb8ad;
}
.table--head-light thead {
	background: #6eb8ad;
}
.table thead  td{
	border: 1px solid #6eb8ad;
}
.table--head-light thead  td{
	border: 1px solid #6eb8ad;
}
.table tbody {
	border: 1px solid #CCCCCC;
}
.table tbody tr {
	background: #fff;
}
.table tbody td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.table tbody .table__row--dark {
	background: #6eb8ad;
}
.table--head-light tbody .table__row--dark {
	background: #F0F0F0;
}
.table tbody .table__row--dark2 {
	background: #6eb8ad;
}
.table__item {
	text-align: center;
	vertical-align: middle;
}
.table__header {
	font-weight: bold;
	color: #3e66b5;
}
.table--head-light .table__header {
	color: #3e66b5;
}
.table__title {
	font-weight: bold;
	font-size: 20px;
	color: #6eb8ad;
	line-height: 2;
}
/*執行主辦資訊*/
.infolist {
	margin: 0;
	margin-top: 3em;
	padding: 0;
}
.infolist__item {
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
}

/*商業獅樂園 */
.event__img-outer {
	position: relative;
}
.event__img-outer::after {
	content: '';
	display: block;
	padding-top: 100%;
}
.event__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*合作商家*/
.shop-list {
	margin-bottom: -30px;
}
.shop-list__item {
	margin-bottom: 50px;
	display: flex;
}
.shop-list__cell {
	background: #fff;
	border-radius: 65px;
	height: 120px;
}
.shop-list__cell:nth-child(1) {
	flex: 1	1 100px;
	max-width: 100px;
	background: #4a8077;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-list__cell:nth-child(2) {
	flex: 1	1 calc(100% - 124px);
	max-width: calc(100% - 124px);
	border-top: 3px solid #4a8077;
	border-bottom: 3px solid #4a8077;
	border-radius: 0;
	padding: 18px 0;
	margin-left: 24px;
}
.shop-list__type {
}
.shop-list__icon {
	color: #fff;
	font-size: 75px;
}

.shop-list__title {
	font-size: 20px;
	margin-bottom: 0.35em;
	font-weight: bold;
	word-break: normal;
}
.shop-list__desc{
	font-size: 16px;
}

/*頁面浮動連結*/
.floating-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	background: #4a8077;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color .4s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}
.floating-link--2 {
	bottom: 130px;
	background: #4a8077;
}
.floating-link:hover {
	background: #9de3d8;
}
.floating-link--2:hover {
	background: #9de3d8;
}
.floating-link__link {
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	display: block;
	line-height: 1;
}
.floating-link__link > span {
	white-space: nowrap;
	display: block;
}
.floating-link__link > span:not(:last-child) {
	margin-bottom: 5px;
}
@media (max-width: 767px) {
	.d-xs-none {
		/*display: none;*/
	}
}
@media (min-width: 768px) {
	.d-md-none {
		/*display: none;*/
	}
	.sponsorlist {
		margin: 35px 0 0;
	}
	.sponsorlist__item {
		width: calc(25% - 30px);
		margin: 15px;
		padding: 0;
	}
	.section-target__list {
		max-width: 600px;
		margin: 0 auto;
	}
	.sponsorlist__item:nth-child(n+11):nth-child(-n+20) {
		display: inline-block;
	}

	.uslist__item {
		width: 33.333%;
	}
	.section-photo{
		padding: 50px 0 100px;
	}

	.sponsorlist__icon {
		font-size: 75px;
	}
	.sponsorlist__icon--lg {
		font-size: 90px;
	}
	.sponsorlist__title {
		font-size: 18px;
		line-height: 1.4;
	}
	.pricelist__item {
		width: 25%;
		margin-bottom: 0;
	}
	.infolist {
		display: flex;
		justify-content: center;
	}
	.infolist__item {
		padding: 0 10px;
	}

	/*合作商家*/
	.shop-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px;
	}
	.shop-list__item {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 12px;
	}
}

@media (min-width: 1024px) {
	.sponsorlist {
		margin-top: 100px;
	}
	.sponsorlist__icon-box {
		width: 220px;
		height: 220px;
	}
	.intro__title, .intro__desc {
		font-size: 20px;
		line-height: 36px;
	}
	.table-outer {
		padding: 0 50px;
	}
	.intro {
	}

	.section-target__list {
		max-width: 660px;
	}

	.pricelist__item {
		/*padding: 0 40px;*/
	}

	.uslist {
		margin: 0 auto;
		max-width: 735px;
	}
	.uslist__item {
		padding: 0 35px;
	}
	.event__img-outer::after {
		padding-top: 45%;
	}
	.shop-list__item {
		flex: 1 0 33.333%;
		max-width: 33.333%;
		margin-bottom: 80px;
	}
	.sponsorlist__icon {
		font-size: 100px;
	}
	.sponsorlist__icon--lg {
		font-size: 120px;
	}
}
@media screen and (min-width: 1440px) {
	.shop-list__title {
		font-size: 24px;
	}
	.shop-list__desc{
		font-size: 20px;
	}
	.shop-list__item {
		margin-bottom: 100px;
	}
	.shop-list__cell {
		height: 160px;
	}
	.shop-list__cell:nth-child(2) {
		padding: 24px 0;
	}
}