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


.page_title_costom{
	background-color: #f2f506;
}
/* モバイルファースト ======================================================================================================== */

#shiba{
	margin-bottom: 30px;
}
#shiba .bxslider img{
	height: 63vw;
}
#shiba .bxslider em{
	color: #da0000;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 18px;
}
#cad{
	margin-bottom: 20px;
}
#cad em{
	color: #da0000;
	font-weight: bold;
	display: block;
	text-align: center;
}

#gallery .btn{
	margin-bottom: 20px;
}
#gallery .btn a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #f2f506;
	text-align: center;
	padding: 10px 0;
}
#gallery .btn a p{
	display: inline-block;
	vertical-align: middle;
}
#gallery .btn a .icon{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 5px;
}
#gallery .btn a .icon img{
	display: block;
	vertical-align: top;
}

#gallery .img_box{
	position: relative;
	text-align: right;
}

#gallery .img_box .img_crane{
	width: 100px;
	margin: 0 0 10px auto;
}
#gallery .img_box .img_crane img{
}



#list .btn{
	margin-bottom: 20px;
}
#list .btn a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #f2f506;
	text-align: center;
	padding: 10px 0;
}
#list .btn a p{
	display: inline-block;
	vertical-align: middle;
}
#list .btn a .icon{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 5px;
}
#list .btn a .icon img{
	display: block;
	vertical-align: top;
}

#list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list li{
	width: 48%;
	margin-top: 4%;
}
#list li a{
	display: block;
	height: 100%;
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
#list li .photo{
	text-align: center;
}
#list li .photo img{
	max-height: 31vw;
}
#list li .text{
	text-align: center;
	padding: 10px;
}
#list li .text h4{
	text-align: left;
	font-weight: bold;
}
#list li .text .more{
	display: inline-block;
	color: #5498c6;
	line-height: 1;
	padding: 5px 10px;
	border: solid 1px #5498c6;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#gallery .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#shiba{
	width: 470px;
	margin-bottom: 0px;
}
#cad{
	width: 470px;
	margin-bottom: 0px;
}
#shiba .bxslider em{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
#shiba .bxslider img{
	max-width: 470px;
	max-height: 353px;
}
#cad .photo{
}
#cad em{
	display: block;
	height: 40px;
}
#cad img{
	max-width: 100%;
	height: auto;
}



#gallery .btn{
	text-align: center;
	margin-bottom: 40px;
}
#gallery .btn a{
	display: inline-block;
	font-size: 20px;
	padding: 10px 50px;
}
#gallery .btn a .icon{
	width: auto;
}


#gallery .img_box .img_crane{
	width: 120px;
	margin: 0;
	position: absolute;
	top: -140px;
	right: 100px;
}
#gallery .img_box .img_crane img{
	max-width: 100%;
	height: auto;
}



#list .btn{
	text-align: center;
	margin-bottom: 0px;
}
#list .btn a{
	display: inline-block;
	font-size: 20px;
	padding: 10px 50px;
}
#list .btn a .icon{
	width: auto;
}

#list ul{
	justify-content: flex-start;
}
#list li{
	width: 210px;
	margin-top: 30px;
	margin-left: 30px;
}
#list li:nth-child(4n-3){
	margin-left: 15px;
}
#list li a:hover{
	background-color: #EEE;
}
#list li .photo{
	text-align: center;
}
#list li .photo img{
	max-width: 210px;
	max-height: 140px;
}



}
