/*
Theme Name: Original Template
Author: Original Template
*/

#club #header {
	width: auto;
}
#club #mainArea {
	text-align: center;
	position: relative;
	z-index: 20;
	margin: 0 auto -250px;
	width: auto;
}
#mainArea .img::after {
	display: none;
}
#club #introductionArea .inner {
	padding: 300px 100%  40px;
	box-sizing: border-box;
}
#club #header .headerTitle {
	font-size: 16px;
	background: url("/files/images/common/pc_header_bg.png") bottom center no-repeat;
  	background-size: auto;
	background-size: 800px 80px;
	height: 55px;
	margin: 0 auto 75px;
}

.qrTxt {
	position: relative;
	display: inline-block;
}
.clubQr {
	position: absolute;
	top: 0;
	right: -140px;
}

@media screen and (min-width: 901px) {

	.clubAbout {
		max-width: calc(100% - 40px);
	}

	.clubAbout ul {
		display: flex;
		justify-content: space-between;
		width: auto;
		padding: 0 20px;
	}

	.clubAbout li {
		float: none;
		width:calc(20% - 20px);
	}
	.clubAbout li img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 900px) {


	#club #header {
		background: url("/files/images/common/pc_header_bg.png") top center no-repeat;
		background-size: auto;
		background-size: 550px auto;
		width: 100%;
	}


	#club #header .headerTitle {
		width: 250px;
	  	height: 50px;
	  	margin: 0 auto 20px;
		background: none!important;
		text-align: center;
		font-weight: 600;
		line-height: 1.3;
		padding-top: 15px;
		letter-spacing: 5px;
		display: block;
		font-size: 12px;
	}

	#club {
		background: url("/files/images/club/bg_dot.png") center center;
		background-size: auto;
		background-size: 8px 8px;
	}

	#club #mainArea {
		text-align: center;
		margin: 0 auto -200px;
	}
	#club #mainArea img {
		width: 75%;
		max-wdith: 250px;
	}
	#club #mainArea .img::after {
		display: none;
	}
	#club #introductionArea {
		padding: 0;
	}
	#club #introductionArea .inner {
		width: 600%;
		margin-left: -250%;
		border-radius: 50% / 100% 100% 0 0;
		padding: 200px 250% 40px 250%;
		box-sizing: border-box;
		background: url("/files/images/club/bg_pattern.png") center center;
		background-size: auto;
		background-size: 130px 252px;
		display: inline-block;
	}
	.qrTxt {
		position: relative;
		display: inline-block;
	}
	.clubQr {
		position: relative;
		margin: 10px 0 0;
		top: auto;
		right: auto;
		display: block;
	}
}