
/***********************************************************************************************************************

catalog2025.css

***********************************************************************************************************************/

.catalog{
}

@media screen and (max-width: 767px) {

}





/**********************************
catalog2024 だけ変更
**********************************/
.btn_ichiran{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;	
}
.btn_ichiran a{
	font-size: 16px;
}

.btn_ichiran.request{
	padding-bottom: 8em;
}
.btn_ichiran.request a{
	background-color: #FFCD11;
}
.btn_ichiran.request a:hover{
	background-color: #000;
}


@media screen and (max-width: 767px) {
.btn_ichiran a{
	font-size: 14px;
}
.btn_ichiran.request{
	padding-bottom: 3em;
}
}




/**********************************
h1〜
**********************************/
h1.h1_ttl{
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: 500;
	color: #ffcd11;
	margin-bottom: 0.5em;
}
h1.h1_ttl img{
	width: 100%;
	/*max-width: 340px;
	height: auto;*/
	width: auto;
	height: 34px;
}
h1.h1_ttl .ttl01{
	padding-right: 32px;
}

h4.h4_name{
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 1.5em;
	font-family: "ゴシックMB101 B";
	text-align: center;
	margin: 1em 0;
}

.sec_hd_inner p{
	color: #fff;
}

@media screen and (max-width: 959px) {
h1.h1_ttl{
	font-size: 2.8rem;
	font-size: 28px;
}
h4.h4_name{
	font-size: 1.6rem;
	font-size: 16px;
}
}

@media screen and (max-width: 767px) {
h1.h1_ttl{
	font-size: 2.2rem;
	font-size: 22px;
}
h1.h1_ttl img{
	/*max-width: 250px;
	height: auto;*/
	height: 25px;
}
h1.h1_ttl .ttl01{
	padding-right: 0;
	display: block;
	margin: 0 auto;
}

h4.h4_name{
	font-size: 1.4rem;
	font-size: 14px;
}
}

@media screen and (max-width: 640px) {
h4.h4_name{
	font-size: 1.2rem;
	font-size: 12px;
}
}





/* list_catalog *****************************************************/
.list_catalog{
	display: flex;
	flex-flow: wrap;
	padding-bottom: 6%;
}

.list_catalog li{
	position: relative;
	width: 23.3333333%;
	margin: 0 0 3% 2.16666667%;
	transition: all .3s linear;
}
.list_catalog li:nth-child(4n+1){
	margin-left: 0;
}

.list_catalog li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);;
	border: 1px solid #e5e5e5;
}
.list_catalog li:hover{
	background-color: #ffcd11;
}

.list_catalog li a{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 30px 15px 40px;
	color: #000;
}

.list_catalog li .photo{
	position: relative;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}


.list_catalog li .photo img{
	transition: all .3s linear;
}
.list_catalog li:hover .photo img{
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.list_catalog li .photo.smallSize{
	
}
.list_catalog li .photo.smallSize img{
	box-shadow: none;
}

.list_catalog li .photo.smallSize .smallPhoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.list_catalog li:hover .photo.smallSize .smallPhoto img{
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}



.list_catalog li .icon_pdf{
	position: absolute;
	right: 15px;
	bottom: 12px;
	width: 16px;
}
.list_catalog li .icon_pdf img{
	width: 16px;
	height: auto;
	transition: all .3s linear;
}
.list_catalog li:hover .icon_pdf img{
	transform: scale(1.3, 1.3);
}



@media screen and (max-width: 959px) {
.list_catalog li{
	width: 32%;
	margin: 0 0 5% 2%;
}
.list_catalog li:nth-child(4n+1){
	margin-left: 2%;
}
.list_catalog li:nth-child(3n+1){
	margin-left: 0;
}
}


@media screen and (max-width: 767px) {
.list_catalog li{
	width: 49%;
	margin: 0 0 5% 2%;
}
.list_catalog li:nth-child(3n+1){
	margin-left: 2%;
}
.list_catalog li:nth-child(2n+1){
	margin-left: 0;
}

.list_catalog li a{
	padding: 15px 10px 35px;
}

.list_catalog li .icon_pdf{
	right: 10px;
	bottom: 8px;
}
}






/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print{

}