/* CSS Document */

.club_h2 {
	padding: 5px 5px 5px 15px;
	margin: 0 0 20px;
	color: #f1f1f1;
	font-size: 1.5em;
	background: url(img/link_bg.jpg);
}
.club_h2:first-of-type {
	margin: 0;
}


.clubtop{
	width:720px;
	position:relative;
	margin: 0 0 20px;
	}
	
.clubtop-text{
	position:absolute;
	width:250px;
	top:20px;
	left:10px;
	text-align:left;
	color:#FFFFFF;
	line-height:1.5;
	letter-spacing:0.1em;
	}
.stool-text{
	position:absolute;
	width:250px;
	top:40px;
	left:10px;
	text-align:left;
	color:#333;
	line-height:1.5;
	letter-spacing:0.1em;
	text-shadow:
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff;
	}
.stand-text{
	position:absolute;
	width:250px;
	top: 78px;
	left:10px;
	text-align:left;
	color:#fff;
	line-height:1.5;
	letter-spacing:0.1em;
	}

	
.c_height {/*カウンターチェア用追加*/
	height: 320px !important;	
}

.i-btn_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 0 40px;
}
.i-btn:first-of-type {
	margin: 0 15px 0 0;
}
.i-btn a {
	width: 220px;
	border: 3px solid #fff;
	box-shadow: 0 0 1px 1px #101010;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding: 10px 0;
	transition: .3s ease-in-out;
	background: url(img/link_bg.jpg);
	}
.i-btn a:hover {
	opacity: .7;
	}
	
/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	
.club_h2 {
	/*background: #101010;*/
	padding: 5px 5px 5px 15px;
	margin: 0 0 20px;
	color: #f1f1f1;
	font-size: 1.1em !important;
	background: url(img/link_bg.jpg);
}	
	
.club_h2:first-of-type {
	margin: 0 !important;
}
	
.clubtop{
	width:100%;
	max-width: 100%;
	height: auto;
	}
	
	/*-----------------------------------*/
	
.clubtop-text{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	text-align:left;
	color: #5b5b5b;
	font-size: .9em;
	}
.stool-text{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	text-align:left;
	color: #5b5b5b;
	font-size: .9em;
	}
.stand-text{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	text-align:left;
	color: #5b5b5b;
	font-size: .9em;
	}
	
	/*----------------------------------*/


.c_height a {/*カウンターチェア用追加*/
	height: 320px !important;	
}

.i-btn_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 0 40px;
}
.i-btn:first-of-type {
	margin: 0 15px 0 0;
}
.i-btn a {
	width: 200px;
	border: 3px solid #fff;
	box-shadow: 0 0 1px 1px #101010;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	display: block;
	padding: 10px 0;
	transition: .3s ease-in-out;
	background: url(img/link_bg.jpg);
	}
.i-btn a:hover {
	opacity: .7;
	}
	
	
}

@media screen and (max-width: 574px) {
	.i-btn_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 0 20px;
}
.i-btn:first-of-type {
	margin: 0 0 15px;
}
.i-btn:last-of-type {
	margin: 0 0 15px 10px;
}
	
	
}


