.product .category {
    background-color: #008EC0;
    min-width: 100px;
    text-align: center;
    padding: 2px 6px;
    color: #FFFFFF;
    display: inline-block;
}
.image_info{
    margin-top: 30px;
}
.image_area {
    display: inline-block;
    width: 39%;
    height: 100%;
    margin-right: 5%;
    text-align: center;
}
.image_wrap{
    height: 300px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}
.image {
    cursor: pointer;
}

.image_main {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.image_s_list li {
    display: inline-block;
    width: 20%;
    float: left;
    margin-right: 5px;
    background-color: #f2f2f2;
}

.image_s_list li .image_wrap{
    width: 100%;
    height: 65px;
}

.image_s {
    width: 100%;
}
.product_info {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
.product_info table {
    width: 100%;
    margin-top: 10px;
}

.product_info tr td, .product_info tr th {
    border-bottom: 1px dotted #666;
    padding: 15px 0;
    text-align: left;
}

.product_info tr th {
    width: 30%;
}
.title {
    padding: 20px 0;
    border-bottom: 1px dotted #666;
    color: #008EC0;
}

.content {
    padding-top: 30px;
    line-height: 2.6;
}

.description,.cookery {
    margin-top: 50px;
}
.cookery{
    margin-bottom: 80px;
}

.product_list {
    margin-top: 30px;
    overflow: hidden;
}
.product_list li {
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    float: left;
}
.product_list ul li:nth-of-type(5n) {
    margin-right: 0;
}
.product_list .image_link{
    display: block;
    position: relative;
}
.product_list .image_link:before{
    content: '';
    padding-top: 100%;
    display: block;
}
.product_list .image_link .image_wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    text-align: center;
}
.product_list .image_wrap .image{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.product_list li .name {
    text-overflow: clip;
}

/* 井手 追加(20210419) */
.product_info .contact_box{
	margin-top: 30px;
	font-size: 1.1em;
}
.product_info .box_list{
	display: flex;
	margin-top: 10px;
}
.product_info .box_list a{
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 28px;
	width: 43%;
	height: 55px;
	text-align: center;
	background-color: #f7f7f7;
	padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
  text-decoration: none;
}
.product_info .box_list .tel_icon{
	background-image: url(../images/svg/tel_icon.svg);
	font-size: 1.3em;
}
.product_info .box_list .mail_icon{
	background-image: url(../images/svg/mail_icon.svg);
	font-size: 1em;
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.product_info .box_list a[href^="tel:"] {
			pointer-events: none;
	}
}

/* レスポンシブ時 */
@media screen and (max-width:768px){
    .image_area, .product_info {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_info table th {
        width: 130px;
    }
    .product_info table td {
        padding-left: 5px;
    }
    .description, .cookery{
        margin-top: 30px;
    }
    .content{
        line-height: 1.8;
    }
    .product_list li{
        width: 23%;
    }
    .product_list ul li:nth-of-type(4n){
        margin-right: 0;
    }
    .product_list ul li:nth-of-type(5n){
        display: none;
    }    
    .product_list li .name{
        font-size: 10px;
    }
		/* 井手 追記(20210419) */
		.product_info .box_list{
			display: block;
		}
		.product_info .box_list a{
			width: 100%;
			box-sizing: border-box;
			background-position: 65px center;
		}
		.product_info .box_list .mail_icon{
			margin-left: 0;
			margin-top: 10px;
		}
}
