@charset "UTF-8";

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　袴一覧 メイン
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	background: url(../images/hakama_bg.gif);
}
#hakama {
	background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat;
	background-size: 100% 99%;
	padding-bottom: 12px;
}
#hakama h2 {
	padding-top: 3px;
}
#hakama .main-txt {
	width: 70%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
#hakama .kimono-btn {
	margin-top: 21px;
}
#hakama .kimono-btn li,
#hakama .top-return {
	width: 49.1%;
	margin: 0 auto;
	background: #C928A6;
	box-sizing: border-box;
}
#hakama .kimono-btn li + li {
	margin-top: 15px;
} 
#hakama .kimono-btn a,
#hakama .top-return a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 15px;
	position: relative;
	padding: 14px 0px 14px 25px;
	box-sizing: border-box;
}
#hakama .kimono-btn a:before {
	content: "";
	width: 25px;
	height: 25px;
	background: #353535; 
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 12.5px;
	bottom: 0;
	margin: auto 0;
}
#hakama .kimono-btn a:after,
#hakama .top-return a:after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -2px;
	right: 21px;
	bottom: 0px;
	margin: auto 0;
}
.pc {
	display: none !important;
}
.sp {
    display: block !important;
}
@media(min-width:1200px) { 
	#hakama {
		background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat center top;
		background-size: 1200px 98%;
		padding-bottom: 50px;
	}
	#hakama h2 {
		z-index: 1;
		position: relative;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	.bg {
		position: relative;
	}
	.bg:before {
		content: "";
		width: 50%;
		height: 478.5px;
		background: url(../images/main_tit_left.png) repeat-x;
		position: absolute;
		left: 0px;
		top: 4px;
		background-size: 134px;
	}
	.bg:after {
		content: "";
		width: 44.7%;
		height: 476px;
		background: url(../images/main_tit_right.png) repeat-x;
		position: absolute;
		right: 0px;
		bottom: 59px;
		background-size: 124px;

	}
}
@media(min-width:769px) { 
	#hakama h2 {
		padding-top: 6px;
		max-width: 1200px;
		margin: 0 auto;
	}
	#hakama .main-txt {
		margin: 10px auto 0px;
		font-size: 19px;
		line-height: 31px;
		letter-spacing: 1px;
	}
	#hakama .kimono-btn {
		margin-top: 42px;
	}
	#hakama .kimono-btn li,
	#hakama .top-return {
		width: 368px;
	}
	#hakama .kimono-btn li + li {
		margin-top: 30px;
	} 
	#hakama .kimono-btn a,
	#hakama .top-return a {
		font-size: 17px;
		padding: 28px 0px 28px 50px;
	}
	#hakama .kimono-btn a:before {
		width: 30px;
		height: 30px;
		right: 16px;
	}
	#hakama .kimono-btn a:after {
		width: 9px;
		height: 9px;
		display: block;
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
		top: -3px;
		right: 25px;
	}
}
 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　販売袴・レンタル袴
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sale,#rental {
	padding: 0px 10px;
	margin-top: 30px;
}
#hakama section h3 {
	font-size: 18px;
	position: relative;
	text-align: center;
	padding: 16px 0px 14px;
	width: 51.8%;
	margin: 0 auto;
}
#hakama section h3:after,
#hakama section h3:before {
	content: "";
	width: 100%;
	height: 1.1vw;
	background: url(../images/tit_deco.gif);
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto; 
}
#hakama section h3:after {
	bottom: 0px;
}
#hakama section h3:before {
	top: 0px;
}
#hakama section .kimono {
	margin-top: 25px;
	overflow: hidden;
}
#hakama section .kimono li {
	width: 49.9%;
}
#hakama section .kimono li:nth-child(n+3) {
	margin-top: 1px;
}
#hakama section .kimono li:nth-child(odd) {
	float: left;
}
#hakama section .kimono li:nth-child(even) {
	float: right;
}
@media(min-width:769px) {
	#sale,#rental {
		padding: 0px 20px;
		margin-top: 60px;
	}
	#hakama section h3 {
		font-size: 20px;
		padding: 32px 0px 28px;
		width: 368px;
	}
	#hakama section h3:after,
	#hakama section h3:before {
		content: "";
		width: 368px;
		height: 8px; 
	}
	#hakama section .kimono {
		max-width: 1200px;
		margin: 50px auto 0px;
	}
	#hakama section .kimono ul {
		margin-top: 44px;
	}
	#hakama section .kimono li {
		width: calc(100%/3.052);
	}
	#hakama section .kimono li:nth-child(even),
	#hakama section .kimono li:nth-child(odd) {
		float: left;
	}
	#hakama section .kimono li:nth-child(n+3) {
		margin-top: 0px;
	}
	#hakama section .kimono li:nth-child(n+4) {
		margin-top: 6px;
	}
	#hakama section .kimono li + li {
		margin-left: 6px;
	}
	#hakama section .kimono li:nth-child(3n) {
		float: right;
	}
	#hakama section .kimono li:nth-child(3n+1) {
		margin-left: 0px;
	}
}
@media(min-width:930px) { 
	#hakama section .kimono li {
		width: calc(100%/3.046);
	}
}
@media(min-width:1230px) { 
	#hakama section .kimono li{
		width: calc(100%/3.034);
	}
}




