.about-introduction {
	position: relative;
    background-color: #FFF;
}

.how-to-enjoy {
	background-color: #FEEEB6;
}

.howto-heading .lead-text {
	text-align: left;
	width: 100%;
	
}
@media (min-width: 960px) {
	.howto-heading .lead-text {
		width: 80%;
	}
}

.contents-howto .annotation-text {
	font-size: 14px !important;
}

.howto-explanation {
	text-align: left;
}

@media (min-width: 960px) {
	.howto-explanation {
		text-align: center;
	}
}

.entry-coution-box {
    background-color: #feeeb6;
    border-radius: 20px;
    padding: 30px;
    margin: 32px auto;

    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}


.about-contents-cards {
	width: 25%;
	border: 1px solid #cccccc;
	border-radius: 22px;
}

.about-contents-cards:not(:first-of-type){
	margin-left: 25px;
}

.about-contents-cards img {
	width:100%;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}

#service-heading {
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	#service-heading {
		margin-bottom: 64px;
	}
}

.category-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}
@media (min-width: 960px) {
	.category-text {
    	font-size: 16px;
	}
}

.category-item img {
	width: 100px;
	height: 100px;
	margin-right: 16px;
}
@media (min-width: 960px) {
	.category-item img {
		width: 160px;
		height: 160px;
		margin-right: 16px;
	}
}
#infomation-center-img {
	width: 100%;
	height: auto;
	margin-right: 16px;
	margin-bottom: 16px;
}
@media (min-width: 960px) {
	#infomation-center-img {
		width: 430px;
		height: 271px;
	}
}

#rule-heading {
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	#rule-heading {
		margin-bottom: 64px;
	}
}

.function-contents {
	padding: 0px 20px;
	margin-bottom: 16px;
}
.functions .function-contents:last-of-type {
	margin-bottom: 0px;
}
@media (min-width: 960px) {
	.function-contents {
		margin-bottom: 40px;
	}
}

.app-info-box .appPng {
	width: 105px;
}
@media (min-width: 960px) {
	.app-info-box .appPng {
		width: 151px;
	}
}

.ppark-heading {
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.ppark-heading {
		margin-top: 80px;
		margin-bottom: 40px;
	}
}

.description-area {
	padding-left: 40px;
}

.about-ppark-section {
	margin-bottom: 40px; 
}
@media (min-width: 960px) {
	.about-ppark-section {
		margin-bottom: 100px;
	}
}

.contents-area {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	.contents-area {
		margin-bottom: 60px;
	}
}

.appinfo-icon {
	width: 80px;
}
@media (min-width: 960px) {
	.appinfo-icon {
		width: 100px;
	}
}

.recommend-heading {
	margin-bottom: 16px;
}
@media (min-width: 960px) {
	.recommend-heading {
		margin-bottom: 24px;
	}
}

.ticket-info-box {
	padding: 20px !important;
}
@media (min-width: 960px) {
	.ticket-info-box {
		padding: 20px 30px !important;
	}
}
