@charset "UTF-8";

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　振袖一覧 メイン
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	background: url(../images/furisode_bg.gif);
}
#furisode {
	background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat;
	background-size: 100% 99.6%;
	padding-bottom: 15.5%;
}
#furisode h2 {
	padding-top: 3px;
}
#furisode .main-txt {
	width: 70%;
	margin: 5px auto 0px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
#furisode .kimono-btn {
	margin-top: 21px;
}
#furisode .kimono-btn li,
#furisode .top-return {
	width: 49.1%;
	margin: 0 auto;
	background: #C928A6;
	box-sizing: border-box;
}
#furisode .kimono-btn li + li {
	margin-top: 15px;
} 
#furisode .kimono-btn a,
#furisode .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;
}
#furisode .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;
}
#furisode .kimono-btn a:after,
#furisode .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) { 
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	#furisode {
		background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat center top;
		background-size: 1200px 99.2%;
		padding-bottom: 180px;
	}
	#furisode h2 {
		z-index: 1;
		position: relative;
	}
	.bg {
		position: relative;
	}
	.bg:before {
		content: "";
		width: 50%;
		height: 477px;
		background: url(../images/main_tit_left.png) repeat-x;
		position: absolute;
		left: 0px;
		top: 5px;
		background-size: 133px;
	}
	.bg:after {
		content: "";
		width: 44.7%;
		height: 544px;
		background: url(../images/main_tit_right.png) repeat-x;
		position: absolute;
		right: 0px;
		bottom: 47px;
		background-size: 124px;

	}
}

@media(min-width:769px) and (max-width:1200px) { 
	#furisode {
		background-size: 100%;
	}
}
@media(min-width:769px) {
	#furisode h2 {
		padding-top: 6px;
		max-width: 1200px;
		margin: 0 auto;
	}
	#furisode .main-txt {
		margin: 10px auto 0px;
		font-size: 19px;
		line-height: 31px;
		letter-spacing: 1px;
	}
	#furisode .kimono-btn {
		margin-top: 42px;
	}
	#furisode .kimono-btn li,
	#furisode .top-return {
		width: 368px;
	}
	#furisode .kimono-btn li + li {
		margin-top: 30px;
	} 
	#furisode .kimono-btn a,
	#furisode .top-return a {
		font-size: 17px;
		padding: 28px 0px 28px 50px;
	}
	#furisode .kimono-btn a:before {
		width: 30px;
		height: 30px;
		right: 16px;
	}
	#furisode .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;
 }
#furisode section h3 {
	font-size: 18px;
	position: relative;
	text-align: center;
	padding: 16px 0px 14px;
	width: 51.8%;
	margin: 0 auto;
}
#furisode section h3:after,
#furisode 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; 
}
#furisode section h3:after {
	bottom: 0px;
}
#furisode section h3:before {
	top: 0px;
}
#furisode section .kimono {
	margin-top: 25px;
	overflow: hidden;
}
#furisode section .kimono li {
	width: 49.9%;
}
#furisode section .kimono li:nth-child(n+3) {
	margin-top: 1px;
}
#furisode section .kimono li:nth-child(odd) {
	float: left;
}
#furisode section .kimono li:nth-child(even) {
	float: right;
}
@media(min-width:769px) {
	#sale,#rental {
		padding: 0px 20px;
		margin-top: 60px;
	}
	#furisode section h3 {
		font-size: 20px;
		padding: 32px 0px 28px;
		width: 368px;
	}
	#furisode section h3:after,
	#furisode section h3:before {
		content: "";
		width: 368px;
		height: 8px; 
	}
	#furisode section .kimono {
		max-width: 1200px;
		margin: 50px auto 0px;
	}
	#furisode section .kimono ul {
		margin-top: 44px;
	}
	#furisode section .kimono li {
		width: calc(100%/3.052);
	}
	#furisode section .kimono li:nth-child(even),
	#furisode section .kimono li:nth-child(odd) {
		float: left;
	}
	#furisode section .kimono li:nth-child(n+3) {
		margin-top: 0px;
	}
	#furisode section .kimono li:nth-child(n+4) {
		margin-top: 6px;
	}
	#furisode section .kimono li + li {
		margin-left: 6px;
	}
	#furisode section .kimono li:nth-child(3n) {
		float: right;
	}
	#furisode section .kimono li:nth-child(3n+1) {
		margin-left: 0px;
	}
}
@media(min-width:930px) { 
	#furisode section .kimono li {
		width: calc(100%/3.046);
	}
}
@media(min-width:1230px) { 
	#furisode section .kimono li{
		width: calc(100%/3.034);
	}
}
 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　ページャー
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#furisode .pagenavi {
	position: relative;
	margin: 5.3% auto 0%;
	width: 154px;
	text-align: center;
	border-bottom: none;
	font-weight: bold;
}
#furisode .pagenavi a, 
#furisode .pagenavi span.current {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 3px;
	font-size: 13px; 
}
#furisode .pagenavi a {
	color: #4D5BC2
}
#furisode .pagenavi span.current,
#furisode .pagenavi a:hover {
	color: #c3c3c3;
}
#furisode .pagenavi a.nextpostslink:before,
#furisode .pagenavi a.previouspostslink:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#furisode .pagenavi a.nextpostslink:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -4px;
}
#furisode .pagenavi a.previouspostslink:after {
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	left: 4px;
}
#furisode .pagenavi a.previouspostslink, 
#furisode .pagenavi a.nextpostslink {
	position: absolute;
	top: 0;
	border-radius: 0;
	font-size: 0px;
	background: #4e5bc3;
}
#furisode .pagenavi a.nextpostslink {
	right: 0px;
}
#furisode .pagenavi a.previouspostslink {
	left: 0px;
}
#furisode .pagenavi a.previouspostslink.no, 
#furisode .pagenavi a.nextpostslink.no {
	background: #c3c3c3;
}
#furisode .pagenavi a.previouspostslink.no:hover, 
#furisode .pagenavi a.nextpostslink.no:hover {
	opacity: 1;
}
@media(min-width:769px) { 
	#furisode .pagenavi {
		width: 280px;
		margin-top: 50px;
	}
	#furisode .pagenavi a, 
	#furisode .pagenavi span.current {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 6px;
		font-size: 19px; 
	}
	#furisode .pagenavi a.nextpostslink:before, #furisode .pagenavi a.previouspostslink:after {
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
}
 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　振袖 2ページ目/3ページ目
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#furisode.lower #sale {
	margin-top: -5px;
}
#furisode .top-return {
	margin-top: 5.3%;
}
#furisode .top-return a {
	text-align: center;
	padding-left: 0;
}
#furisode .top-return a:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media(min-width:769px) { 
	#furisode .top-return {
	    margin-top: 3.3%;
	}
}
