@charset "UTF-8";
/* CSS Document */

 .swiper-slide img{
	 width: 90%;
	 margin-left: 5%;
	 margin-right: 5%;
	 cursor:pointer;
}
.inspi img{
	 width: 100%;
margin-left: 0%;
margin-right: 0%;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* 768px以上 スマホ */
@media screen and (max-width:640px){
  .collection {
	width: 100%;
	height: auto;
	margin-top:30px;
	letter-spacing: 0.05em;
}
	.collection_box {
	width: 50%;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
	.collection_box img{
	width: 100%;
}
	.collection_name{
	text-align: center;
	font-size: 100%;!important;
}
.collection_cord{
	font-size: 70%;
}
.collection_price{
	font-size: 100%;
}
	.collection_comment{
		font-size: 80%;
	}
	/*ナビゲーションボタンの色*/
.sp-button {
    border:2px solid #ccc;
}
.sp-selected-button {
  background-color: #ccc;
}
	.big {
    font-size: 120%;
	line-height: 150%;
}
  
}



/* 768px以上タブ　*/
@media screen and  (max-width: 768px) {
	.collection {
	width: 100%;
	height: auto;
	margin-top:40px;
	letter-spacing: 0.05em;
}
	.collection_box {
	width: 50%;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	
}
	.collection_box img{
	width: 100%;
	margin-bottom:0.7em;
}
	.collection_name{
	font-family: 'Noto Serif', serif;
	width: 90%;
	text-align: center;
	font-size: 100%;!important;
	margin:0 auto 0.5em;

}
.collection_cord{
	width: 90%;
	text-align: center;
	font-size: 70%;
	color: #9F9F9F;
	/*float: left;*/
	margin:0 auto;
	padding:0;
	letter-spacing:0.05em;
}
.collection_price{
	width: 90%;
	text-align: center;
	font-size: 110%;
	color: #000;
	margin:0.5em auto 0;
}
	.collection_comment{
		width: 100%;
		font-size: 80%;
	}
	/*ナビゲーションボタンの色*/
.sp-button {
    border:2px solid #ccc;
}
.sp-selected-button {
  background-color: #ccc;
}
	.big {
    font-size: 120%;
	line-height: 150%;
}
  
 
}



/* 992px以上 pc*/
@media (min-width: 769px) {
  
.collection {
	width:90%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	letter-spacing: 0.05em;
}


.collection_box {
	width: 240px;
	height: 300px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 90%;
	
}
.collection_box img{
	width: 100%;
	margin-bottom: 10px;
}
.collection_name{
	font-family: 'Noto Serif', serif;
	width: 90%;
	text-align: center;
	color: #000;
	margin:0 auto 0.5em;
	font-size:110%;
}

.collection_name.big {
  font-size: 150%;
	line-height: 150%;
}

.collection_cord{
	width: 90%;
	text-align: center;
	font-size: 90%;
	color: #9F9F9F;
	margin:0 auto;
}
.collection_price{
	width: 90%;
	text-align: center;
	font-size: 110%;
	color: #000;
	margin:0.5em auto 0;
}
	.collection_comment{
	width: 100%;
	font-size: 80%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 2%;
	}
/*ナビゲーションボタンの色*/
.sp-button {
    border:2px solid #ccc;
}
.sp-selected-button {
  background-color: #ccc;
}
}

.collection_box .collection_price{margin-top:0;font-size:90%;}

.header_margin {
	margin-top: -60px;
}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
