@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
.shimolab_item{
	width: 1260px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.shimolab_item h2{
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}
.shimolab_item p.btm_h2{
	margin-top: 10px;
	font-weight: bold;
}
.shimolab_item p._btn{
	font-size: 1.3em;
	font-weight: bold;
}
.shimolab_item p._btn a{
	border-radius: 1.5em;
	padding: 0.8em 0;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #ea4b4b;
}
.shimolab_item p._btn a:hover{
	opacity: 0.7;
}
/*TOPイメージ*/
.shimolab_item .intro{
	width: 100%;
	background-color: #f6f5f3;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	margin-bottom: 50px;
}
.shimolab_item .intro ._txt{
	width: 54%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.shimolab_item .intro ._txt h1{
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.shimolab_item .intro ._txt p{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 5px;
}
.shimolab_item .intro ._txt ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.shimolab_item .intro ._txt ul li{
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #ef4141;
}
.shimolab_item .intro ._img{
	width: 44%;
}
.shimolab_item .intro ._img img{
	width: 100%;
}
/*印刷イメージ*/
.shimolab_item .contents_image{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 50px;
}
.shimolab_item .contents_image ._img{
	width: 24%;
}
.shimolab_item .contents_image ._img span {
	font-size: 0.8em;
}
.shimolab_item .contents_image ._img img{
	width: 100%;
}
/*パーツ説明*/
.shimolab_item .contents_image .parts_intro{
	width: 30%;
}
.shimolab_item .contents_image .parts_intro img{
	width: 100%;
}
.shimolab_item .contents_image .parts_intro h3{
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0;
}
/*印刷色*/
.shimolab_item .contents_color{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -20px 50px 0;
}
.shimolab_item .contents_color ._color{
	width: 108px;
	margin: 0 20px 10px 0;
	text-align: center;
	font-weight: bold;
}
/*サイズ一覧*/
.shimolab_item .contents_size{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 20px;
}
.shimolab_item .contents_size ._size{
	width: 24%;
	padding: 15px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	position: relative;
	margin-bottom: 25px;
}
.shimolab_item .contents_size ._size ._btn {
	margin-bottom: 10px;
}
.shimolab_item .contents_size ._size ._btn a{
	display: block;
}
.shimolab_item .contents_size ._size ._btn.unit a{
	background-color: #333;
	position: relative;
}
.shimolab_item .contents_size ._size ._btn.unit a:after {
	content: url(/img/freepage/food_delivery/ico_pdf_w.png);
	margin: auto;
	line-height: 0;
	position: absolute;
	top: 0.6em;
	bottom: 0;
	margin-left: 0.5em;
}
.shimolab_item .contents_size::after,.shimolab_item .contents_size::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.shimolab_item .contents_size::before {
	order: 1;
}
.shimolab_item .contents_size ._img img{
	width: 100%;
}
.shimolab_item .contents_size ._name{
	margin-bottom: 10px;
}
.shimolab_item .contents_size ._name h3{
	font-size: 1.5em;
	font-weight: bold;
}
.shimolab_item .contents_size ._name ._price{
	font-weight: bold;
	font-size: 1.3em;
	color: #ef4141;
}
.shimolab_item .contents_size dl._detail{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.shimolab_item .contents_size dl._detail dt{
	width: 52%;
	background-color: #f6f5f3;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 5px 0 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
}
.shimolab_item .contents_size dl._detail dd{
	width: 48%;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 5px 0 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*料金表*/
.shimolab_item .pricelist {
	margin: 35px 0;
}
.shimolab_item .pricelist table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-spacing: 0;
}
.shimolab_item .pricelist table tr.header {
	background-color: #938985;
	line-height: 1.2em;
}
.shimolab_item .pricelist table tr.color {
	background: #e8e5e3;
}
.shimolab_item .pricelist table th{
	width: 7%;
	color: #fff;
	border: solid 1px #68615f;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	box-sizing: border-box;
}
.shimolab_item .pricelist table td{
	width: 7%;
	border: solid 1px;
	text-align: center;
	padding: 10px 5px;
	box-sizing: border-box;
}
.shimolab_item .pricelist table ._img {
	width: 15%;
}
.shimolab_item .pricelist table ._texture {
	width: 8%;
}
.shimolab_item .pricelist table ._parts {
	width: 15%;
	font-size: 0.85em;
}
.shimolab_item .pricelist table ._na {
	width: 6%;
}
.shimolab_item .pricelist table td a{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	/*全体設定*/
	.shimolab_item{
		width: 100%;
		padding: 0 10px;
	}
	.shimolab_item h2{
		font-size: 1.2em;
	}
	.shimolab_item p._btn{
		font-size: 1em;
	}
	.shimolab_item p._btn a:hover{
		opacity: 0.7;
	}
	/*TOPイメージ*/
	.shimolab_item .intro{
		flex-direction: column-reverse;
		padding: 15px;
		margin-bottom: 50px;
	}
	.shimolab_item .intro ._txt{
		width: 100%;
	}
	.shimolab_item .intro ._txt h1{
		font-size: 1.5em;
	}
	.shimolab_item .intro ._txt p{
		font-size: 1em;
	}
	.shimolab_item .intro ._img{
		width: 100%;
	}
	/*印刷イメージ*/
	.shimolab_item .contents_image ._img{
		width: 49%;
		margin-bottom: 10px;
	}
	/*画像イメージと説明*/
	.shimolab_item .contents_image.explain {
		display: block;
	}
	.shimolab_item .contents_image.explain .parts_intro {
		width: 100%;
		margin-bottom: 1.5em;
	}
	/*印刷色*/
	.shimolab_item .contents_color{
		justify-content: space-between;
		margin: 20px 0 50px 0;
	}
	.shimolab_item .contents_color ._color{
		width: 32%;
		margin: 0 0 10px 0;
	}
	.shimolab_item .contents_color::after {
		content: "";
		display: block;
		width: 32%;
		height: 0;
	}
	/*サイズ一覧*/
	.shimolab_item .contents_size ._size{
		width: 49%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.shimolab_item .contents_size ._size:hover{
		opacity: 1;
	}
	.shimolab_item .contents_size ::after,.shimolab_item .contents_size::before {
		content: none;
	}
	.shimolab_item .contents_size::before {
		order: 0;
	}
	.shimolab_item .contents_size ._name h3{
		font-size: 1.2em;
	}
	.shimolab_item .contents_size ._name ._price{
		font-size: 1em;
	}
	.shimolab_item .contents_size ._size ._btn.unit a:after {
		display: none;
	}
}
