@CHARSET "UTF-8";

.bn-area {
	margin-bottom: 20px;
}


/* カテゴリメニュー */

.navi {
	width: 100%;
	font-size: 18px;
	margin-bottom: 20px;
}

.navi>li {
	width: 33.3333%;
	float: left;
	text-align: center;
	position: relative;
}

.navi>li a {
    text-decoration: none;
    color: #4d4d4d;
    display: block;
    padding: 10px;
}

.navi>li:not(:last-child),
.sub_navi li:not(:last-child) {
    border-right: 1px solid #ccc;
}
.sub_navi li:nth-child(4n) {
	border-right: none;
}

.navi>li:hover>a {
	color: #fff;
	background: #BAC053;
    opacity: 0.8;
	webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.navi>li.active:hover>a {
	opacity: 1;
}

.navi>li.active {
	background: #BAC053;
}

.navi>li.active>a {
	color: #fff;
	font-weight: bold;
	webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.navi:before,
.navi:after {
	content: "";
	display: table;
}

.navi:after {
	clear: both;
}

/* カテゴリメニューホバー */

.navi li ul {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 50%;
	left: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.7s;
}

.navi li:hover ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.navi li ul li {
	background-color: #fff;
	width: 100%;
	text-align: left;
	display: block;
}

.navi li ul li:not(:last-child){
	border-bottom: 1px solid #ccc;
}

.navi li ul li:hover {
	background-color:  #EFEEE8;
}

.navi li ul li a {
	display: table;
	width: 100%;
	padding: 5px 10%;
}

.navi li ul li a img,
.navi li ul li a span {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	padding: 0 5px;
}

.navi li ul li a img {
	min-width: 50px;
}

.navi li ul li a span {
	width: 100%;
	padding-left: 10px;
}


/* サブカテゴリメニュー */

.sub_navi {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	font-size: 16px;
	margin-bottom: 30px;
}

.sub_navi li {
	width: 25%;
	display: flex;
	align-items: center;
}

.sub_navi li a {
	text-decoration: none;
	display: flex;
	align-items:center;
	width: 100%;
    color: #4d4d4d;
    font-size: 18px;
    padding: 8px 10px;
}

.sub_navi li a:hover {
    background: #EFEEE8;
    opacity: 0.8;
	webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.sub_navi li a img,
.sub_navi li a span {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	
}

.sub_navi li a img {
	min-width: 40px;
	max-width: 40px;
	max-height: 40px;
	display: flex;
	margin-right: 5px;
}


/* 商品一覧 */

.contents p.serious-ttl {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}

.goods-list {
    max-width: 1250px;
    margin-left: -50px;
    margin-bottom: 30px;
    overflow: hidden;
}

.goods-list li {
	box-sizing: border-box;
	width: 20%;
    float: left;
    padding-left: 50px;
    margin: 20px 0 50px;
}

.goods-list li a {
	color: #4d4d4d;
}

.goods-list li a:first-child {
	display: block;
	min-height: 150px;
}

@media screen and (max-width: 1000px) {
	.goods-list li {
		width: 25%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 800px) {
	.goods-list li {
		width: 33.3333%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.goods-list {
		margin-left: -10px;
	}
	
	.goods-list li {
        width: 50%;
        height: auto;
        padding: 0 15px 0 25px;
        margin-bottom: 20px;
    }
    
	.goods-list li a:first-child {
		min-height: 100px;
	}
}

.goods-list li .name {
    font-weight: bold;
    text-decoration: underline;
    margin: 5px 0;
}

.txt {
    font-size: 14px;
}

.price {
    font-weight: bold;
    line-height: 1.3;
}
.price span {
	display: inline-block;
	font-weight: bold;
}

.listprice {
    text-align: right;
    line-height: 0.8em;
    margin-top: 12px;
}

/* ポイント交換トップ */
.contents.p00 {
	max-width: 100%;
	padding: 0;
}
.contents.p00 #breadcrumb {
	max-width: 1240px;
	margin: auto;
	padding: 14px 20px 20px;
}
.contents-section {
    clear: both;
    height: auto;
    padding: 0 0 40px 0 !important;
}
.point-top,
.contents-section.point-top {
	max-width :1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.contents-section.point-top h3,
.contents-section.point-top-full h3 {
	text-align: center;
	font-size: 30px;
	margin: 20px 0 30px;
}
.contents-section.point-top h3::before,
.contents-section.point-top-full h3::before {
	content: url(../shop/chojyu/images/section_title_before.png);
	padding-right: 30px;
}
.contents-section.point-top h3::after,
.contents-section.point-top-full h3::after {
	content: url(../shop/chojyu/images/section_title_after.png);
	padding-left: 30px;
}
@media screen and (min-width: 769px) {
	.contents.p00 .bn-area,
	.contents.p00 .navi {
		max-width :1240px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.contents-section #info-area-wrap {
	border-top: 1px solid #EFEEE8;
	border-bottom: 1px solid #EFEEE8;
	height: 260px;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 20px;
}
.contents-section #info-area-wrap dt {
	font-weight: bold;
}
.contents-section #info-area-wrap dt span {
	color: #b0b0b0;
	display: inline-block;
	font-weight: normal;	
	margin-right: 10px;
	padding-top: 20px;
}
.contents-section #info-area-wrap dd:not(:last-child) {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #EFEEE8;
}

.contents-section.product-recommend {
	padding: 20px 20px 40px 20px !important;
}
.contents-section #recommend-area-wrap {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	width: 100%;
}
.contents-section #recommend-area-wrap .image,
.contents-section #recommend-area-wrap .detail {
	display: table-cell;
	vertical-align: top;
}
.contents-section #recommend-area-wrap .image {	    
	padding-right: 5.5%;
	width: 32.2%;
}

.contents-section .pickup-list {
	display: table;
	text-align: center;
	width: 100%;
}
.contents-section #pickup-area-wrap .pickup-list li {
	display: table-cell;	
	width: 22%;
}
.contents-section #pickup-area-wrap .pickup-list .image,
.contents-section #pickup-area-wrap .pickup-list .name {
	display: block;
}
.contents-section #pickup-area-wrap .pickup-list .image,
.contents-section #pickup-area-wrap .pickup-list .name {
	padding: 0 15px;
}
.contents-section #pickup-area-wrap .pickup-list .name {
	margin: 5px 0;
	text-align: left;
}
.contents-section #members-area-wrap {
	display: table;
}
.contents-section #members-area-wrap .image,
.contents-section #members-area-wrap .detail {
	display: table-cell;
	vertical-align: middle;
}
.contents-section #members-area-wrap .image {
	position: relative;
	width: 360px;
}
.contents-section #members-area-wrap .image span {
	background: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	height: 35px;
	width: 150px;
	padding: 5px;
	text-align: center;
}
.contents-section #members-area-wrap .image span::after {
    content: url(../shop/chojyu/images/iconArrowGray2.png);
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.contents-section #members-area-wrap .image a {
	color: #000000;
}
.contents-section #members-area-wrap .detail {
	padding: 20px 4%;
}
.contents-section #members-area-wrap h4 {
    margin-bottom: 16px;
}

/*-------------------- スマホブレイクポイント --------------------*/

@media screen and (max-width: 768px) {
    
    /* カテゴリメニュー */
    .categoryMenuItemWrap .navi {
				width: auto;
				display: block;
				margin: 0 20px 30px 20px;				
				border: 1px solid #ccc;				
    }
    
    .navi>li {
        width: 100%;
        background-color: #fff;
        height: auto;
        text-align: left;
    }
    
    .navi>li:hover>a {
        background-color: transparent;
        color: #4d4d4d;
        opacity: 1;
    }
    .navi>li.active:hover>a {
        color: #fff;
    }
    
    .navi>li:not(:last-child) {
	    border-right: none;
	    border-bottom: 1px solid #ccc;
	}
	
    .navi>li a {
        font-size: 16px;
        display: block;
    }
    
    .navi>li:not(:first-child)>a:after {
        content: "";
        float: right;
        background: url(../shop/chojyu/images/iconArrowLightGray2.png) no-repeat;
        width: 18px;
        height: 18px;
        transform: rotate(90deg);
        -webkit-transition: all .15s linear;
	    -moz-transition: all .15s linear;
	    -o-transition: all .15s linear;
	    transition: all .15s linear;
    }
    
    .navi>li.active:not(:first-child)>a:after {
        background: url(../shop/chojyu/images/iconArrowWhite3.png) no-repeat;
    }
    
    .navi>li:not(:first-child)>a.open:after {
        transform: rotate(270deg);
    }
    
    .navi li a .mincho,
	.navi li a img {
	    display: inline-block;
	}
	
	/* カテゴリメニューホバー */
	
	.navi li ul,
	.navi li:hover ul {
		visibility: initial;
		position: initial;
		opacity: 1;
		transition: 0s;
		top: 0;
	}
	
	.navi li ul {
		display: none;
		
	}
	
	.navi li ul li {
		background-color: #EFEEE8;
	}
	
	.navi li ul li a {
		padding: 5px 20px;
	}
	
	/* サブカテゴリメニュー */
	
	.sub_navi {
		display: none;
	}
	
    .main-ttl {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .contents p.serious-ttl {
        font-size: 18px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    
    .price {
        font-size: 14px;
    }
    
    .main-content {
        margin: 30px 0 60px;
    }
    
    .bn-area,
    .bn-area a,
    .bn-area a img {
        width: 100%;
    }
		
		/* ポイント交換トップ */
		
		.point-top,
		.contents-section.point-top,
		.navi.point-top {
			width: 100%;
			max-width: initial;
		}
		.contents-section h3,
		.contents-section.point-top h3,
		.contents-section.point-top-full h3 {
			font-size: 22px;
			margin-bottom: 10px;
		}
		.contents-section h3::before,
		.contents-section.point-top h3::before,
		.contents-section.point-top-full h3::before {
			padding-right: 20px;
		}
		.contents-section h3::after,
		.contents-section.point-top h3::after,
		.contents-section.point-top-full h3::after {
			padding-left: 12px;
		}
		.contents-section #info-area-wrap dt span {
			display: block;
		}
		.contents-section #pickup-area-wrap .pickup-list li {
			display: inline-block;
			width: 49%;
			vertical-align: top;
		}
		.contents-section #members-area-wrap .image,
		.contents-section #members-area-wrap .detail {
			display: block;
		}
		.contents-section #members-area-wrap .image {		
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
			width: 90%;
			max-width: 360px;
		}
}


