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


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*スライドショー*/
.carousel {
	margin-bottom: 20px;
}

.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-caption {
	left: 5%;
	padding-bottom: 0;
	right: 5%;
}


.carousel-caption p{
	font-size: 12px;
	text-shadow:2px 2px 3px #0d0d0c;
}

.carousel-caption p.caption{
	font-size: 18px;
	margin-bottom: 0;
	/*text-shadow:2px 2px 3px #0d0d0c;*/
}



/*カテゴリ*/
.category article {
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	padding: 10px;
}


.category .product_image img {
	height: auto;
	width: 100%;
}

.category .product_image a {
	display: block;
	border: none;
}

.product_image a:hover {/*gカテゴリ・PICUP併用*/
	opacity: 0.7;
}


.category .text h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0.5rem;
}

.category .text .link {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.3rem;
}

.category .text a {
	/*border-radius: 5px;*/
	background-color: #0056a8;
	color: #fff;
	display: block;
	padding: 0.5rem 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.category .text a:hover {
	opacity: 0.7;
}


/*pic up*/
.picup .row > div {
	margin-bottom: 0.5rem;
}

.picup h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 1rem;
	margin-bottom: 0.2rem;
}

.picup p {
	font-size: 12px;
	line-height: 1.2;
	padding-left: 1rem;
	margin-bottom: 0.2rem;
}


section .card-title {
	font-size: 16px;
}

section .card-body {
	padding: 10px;
}


/*新着情報*/
.table th,
.table td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}

.table th a,
.table td a {
	color: #333;
}

.table th a:hover,
.table td a:hover {
	color: #0056a8;
}





/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 576px) {

	/*スライドショー*/
	
	.carousel-caption {
		padding-bottom: 10px;
	}
	
	
	.carousel-caption p {
		margin-bottom: 10px;
	}
	
	.carousel-caption p.caption{
		font-size: 26px;
		/*margin-bottom: 10px;*/
	}
	
	/*カテゴリ*/
	.category .text h3 {
		font-size: 18px;
		margin-top: 0;
	}
	
	.category .text {
		font-size: 12px;
		padding-left: 10px;
	}
	
	
	/*pic up*/
	.picup h3 {
		font-size: 18px;
		font-weight: bold;
		padding-left: 1rem;
		margin-bottom: 0.5rem;
	}
	
	.picup p {
		font-size: 14px;
		line-height: 1.2;
		padding-left: 1rem;
		margin-bottom: 0.5rem;
	}



}




/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/
@media only screen and (min-width: 768px) {
	
	/*スライドショー*/
	
	.carousel-caption p{
		font-size: 16px;
	}
	
	.carousel-caption p.caption{
		font-size: 30px;
	}

	
	/*カテゴリ*/	
		
	.category article {
		position: relative;
	}
	
	
	.category .text .link {
		bottom: 0;
		right: 10px;
		margin-left: 0;
		margin-right: 0;
		position: absolute;		
		width: 60%;
	}
	
	/*pic up*/
	.picup h3 {
		font-size: 16px;
		font-weight: bold;
		padding-left: 1rem;
		margin-bottom: 0.2rem;
	}
	
	.picup p {
		font-size: 12px;
		line-height: 1.2;
		padding-left: 1rem;
		margin-bottom: 0.2rem;
	}
		
	

}









/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/
@media only screen and (min-width: 992px) {
	
	/*スライドショー*/
	

	.carousel-caption p{
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.carousel-caption p.caption{
		font-size: 45px;
		margin-bottom: 20px;
	}

	

	
	/*カテゴリ*/
	.category .text {
		padding-left: 15px;
	}
	
	.category .text h3 {
		margin-bottom: 0.5rem;
	}
	
	.category .text p {
		line-height: 1.5;
	}
	
	.category .text .link {
		right: 10px;
		width: 50%;
	}
	
	
	/*pic up*/
	
	.picup h3 {
		font-size: 18px;
		font-weight: bold;
		padding-left: 0;
		margin-bottom: 0.5rem;
	}
	
	.picup p {
		font-size: 14px;
		line-height: 1.5;
		padding-left: 0;
		margin-bottom: 0.5rem;
	}
	
	

}








/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/
@media only screen and (min-width: 1200px) {
	
	/*スライドショー*/

	.carousel-caption p{
		font-size: 20px;
		margin-bottom: 50px;
	}
	
	.carousel-caption p.caption{
		font-size: 50px;
		margin-bottom: 100px;
	}
	

	
	/*カテゴリ*/
	.category .text h3 {
		font-size: 22px;
		margin-bottom: 0.7rem;
	}
	
	.category .text {
		font-size: 14px;
	}
	
	
	.category .text p {
		font-size: 15px;
		line-height: 1.7;
	}
	


}
