
#main_contents {
	width:100% !important;
}

#GolfSale div,#GolfSale p,#GolfSale span,#GolfSale figure,#GolfSale h2, #GolfSale h3, #GolfSale ul, #GolfSale li, #GolfSale ol, #GolfSale li { margin:0; padding:0; list-style-type:none; }

#GolfSale {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0 0 5.0em 0;
	letter-spacing:0.1em;
	text-align:center;
	color:#000;
	font-size:16px;
}
#GolfSale a {
	text-decoration:none;
}
#GolfSale img {
	max-width:100% !important;
	height:auto;
}
#GolfSale > h1 {
	width:100% !important;
	display:block !important;
	text-align:center !important;
	font-size:150%;
	font-weight:normal;
	margin:3.0em auto 2.0em auto !important;
}
#GolfSale > h1 > img {
	display:block !important;
	max-width:800px;
}
#GolfSale > h2 {
	width:100% !important;
	display:block !important;
	text-align:center !important;
	font-size:140%;
	font-weight:normal;
	line-height:1.7em;
	margin:4.0em auto 4.0em auto !important;
}
#GolfSale > p {
	width:90% !important;
	display:block !important;
	text-align:center;
	font-size:18px;
	width:90%;
	max-width:700px;
	margin:4.0em auto !important;
	line-height:180%;
}
#GolfSale > p .ttl {
	display:block !important;
	font-size:110%;
	text-align:center;
	margin:0 auto 0.5em auto;
	font-weight:bold;
}
#GolfSale .flex {
	width:95%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:3.0em auto 5.0em auto;
}
#GolfSale .product {
	width:95%;
	margin:0em auto;
}
#GolfSale .flex.item > div:nth-of-type(1) {
	width:40%;
}
#GolfSale .flex.item > div:nth-of-type(2) {
	width:55%;
	text-align:left;
}
#GolfSale .flex.item p {
	margin-bottom:1.5em;
}
#GolfSale .flex.item p:nth-last-of-type(1) {
	margin-bottom:0em;
}
#GolfSale .flex.item p > span:nth-of-type(1) {
	display:block;
	font-size:105%;
	line-height:1.7em;
}
#GolfSale .product p > span.down {
	font-size:130%;
	font-weight:bold;
	color:#ff0000 !important;
}
#GolfSale .product p span.tax {
	font-size:60%;
	font-weight:normal;
	margin-left:0.2em;
}
#GolfSale .flex.item > div > img {
	display:block;
	position:relative;
}
#GolfSale .flex.item > div > h2 > img {
	display:block;
	width:50%;
	margin:1.0em auto 0 auto;
}
#GolfSale .flex.item#item03 > div > h2 > img {
	display:block;
	width:50%;
	margin:-0.5em auto 0 auto;
}

#GolfSale section {
	margin:5.0em auto 0em auto;
}
#GolfSale section > p {
	text-align:center;
	margin-bottom:1.0em;
}
#GolfSale section > span {
	display:inline-block;
	text-align:center;
}
#GolfSale section > span > a {
	display:block;
	font-size:120%;
	font-weight:normal;
	line-height:1.0em;
	box-sizing:border-box;
	padding:0.5em 2.0em;
	background:#000;
	color:#fff;
	border:1px solid #000;
	transition: all 500ms 0s ease;
}
#GolfSale section > span > a:hover {
	background:#fff;
	color:#000;
	border:1px solid #000;
}
#GolfSale #info > div {
	display:block;
	width:90% !important;
	text-align:center;
}
#GolfSale #info > div p.tyui {
	display:inline-block;
	text-align:left;
}
#GolfSale #info > div p.tyui > span {
	display:block;
	text-align:left;
	text-indent:-1.0em;
	padding-left:1.0em;
}
	#GolfSale section span > a {
		display:block;
		text-align:center;
		box-sizing:border-box;
		background:#000;
		color:#fff;
		padding:0.7em 3.5em 0.7em 3.5em !important;
		text-decoration:none;
		position:relative;
	}
	#GolfSale section span > a:after {
		content:"";
		display:block;
		width:0.7em;
		height:calc(0.7em * 1.16);
		background:url(images/i_arrow_r.svg) no-repeat;
		background-size:contain;
		position:absolute;
		top:50%;
		right:1.0em;
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform:translate(0%, -50%);
	}
#GolfSale a.all_list {
	display:block;
	width:65% !important;
	max-wdith:400px;
	text-align:center;
	font-size:24px;
	margin:7.0em auto 10% auto;
	background:#000;
	color:#fff;
	box-sizing:border-box;
	padding:0.7em 0 !important;
}


/* ------------------------------------------- */

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

#GolfSale > h1 {
	text-align:center;
	font-size:4.0vw !important;
}
#GolfSale > h2 {
	text-align:center;
	font-size:3.5vw !important;
}
#GolfSale > p {
	text-align:left;
	font-size:2.7vw;
	width:90%;
	max-width:630px;
	margin:2% auto;
	line-height:180%;
}
#GolfSale .flex.item {
	flex-wrap:wrap;
	margin:3.0em auto 5.0em auto !important;
}
#GolfSale .flex.item > div:nth-of-type(1),
#GolfSale .flex.item > div:nth-of-type(2) {
	width:100%;
}
#GolfSale .flex.item > div:nth-of-type(2) {
	margin-top:2.0em;
}
#GolfSale .flex.item > div > p {
	display:inline-block;
	text-align:left;
	line-height:1.5em !important;
	font-size:2.7vw !important;
}
/* 
#GolfSale .flex.item p {
	margin-top:0.5em;
	font-size:2.7vw;
} */
#GolfSale .flex.item p > span {
	font-size:3.3vw !important;
	line-height:1.5em;
}
#GolfSale .product p span.tax {
	font-size:70% !important;
	font-weight:normal;
	margin-left:0.2em;
}
#GolfSale .flex.item#item03 > div > h2 > img {
	display:block;
	width:50%;
	margin:-0.5em auto -1.5em auto;
}
#GolfSale a.all_list {
	display:block;
	width:50%;
	max-wdith:350px;
	text-align:center;
	font-size:4.0vw !important;
	margin:5.0em auto 5% auto;
	background:#000;
	color:#fff;
	box-sizing:border-box;
	padding:0.6em 0;
}
}