/*================================================================================

shohin top css

================================================================================*/

@media screen and (max-width: 768px) {
	.top .wrap .inner {
		display: block;
	}
}


/* mainArea
--------------------------------------------------------------------------------*/

.top .mainArea {
	width: 100%;
    height: 200px;
    background: url(/assets/shohin/img/top_main_01.jpg) no-repeat center center;
    background-size: cover;
	margin-bottom: 0;
}

.top .mainArea .title {
	color: #fff;
	font-size: 40px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    padding: 65px 30px;
    line-height: 1.4;
}


@media screen and (max-width: 768px) {
	
	.top .mainArea {
		height: 180px;
	}
	
	.top .mainArea .title {
		font-size: 30px;
	}
}



/* newsArea
--------------------------------------------------------------------------------*/

.newsArea {
	background: #f5f7fa;
	margin-bottom: 40px;
}

.newsArea .newsBlock {
	padding: 20px;
}

.newsArea .newsBlock .txt {
	text-align: center;
	font-weight: bold;
}

.newsArea .newsBlock .btn {
	max-width: 280px;
    color: #fff;
    text-align: center;
    background: #003c78;
    display: block;
    padding: 10px 40px;
    margin: 10px auto 0;
    background-image: url(/assets/common/img/icon_arow_white.png);
    background-size: 20px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.newsArea .newsBlock .btn:hover {
	opacity: .7;
}





/* shohinArea
--------------------------------------------------------------------------------*/

.shohinArea {
	
}

.shohinArea .shohinBlock {
	
}

.shohinArea .shohinBlock + .shohinBlock {
	margin-top: 40px;
}

.shohinArea .shohinBlock .shohin_title {
	font-size: 24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 25px;
    line-height: 1.4;
	pointer-events: none;
}

.shohinArea .shohinBlock .shohinWrap {
	
}


.shohinArea .shohinList {
	overflow: hidden;
	padding-right: 20px;
	width: 100%;
}

.shohinArea .shohinList a:hover {
	opacity: .7;
}

.shohinArea .shohinList .shohinList_item {
	width: 50%;
    margin-right: 20px;
    float: left;
}

.shohinArea .shohinList .shohinList_item:nth-child(2n) {
	margin-right: -20px;
}

.shohinArea .shohinList .shohinList_item:nth-child(n+3) {
	margin-top: 20px;
}

.shohinArea .shohinList .shohinList_item .img {
	width: 100px;
	margin-right: 15px;
    float: left;
}

.shohinArea .shohinList .shohinList_item .box {
    float: right;
    width: 225px;
}

.shohinArea .shohinList .shohinList_item .box p {
	line-height: 1.4;
	font-size: 14px;
}

.shohinArea .shohinList .shohinList_item .box .shohinName {
	font-size: inherit;
    font-weight: bold;
}

.shohinArea .shohinList .shohinList_item .box .shohinName a {
    display: block;
    background: url(/assets/common/img/icon_arow02_blue.png) no-repeat center right;
    background-size: 20px 12px;
    padding: 0 25px 0 0;
    margin-bottom: 5px;
    line-height: 1.4;
}


.shohinBlock .shohin_title {
	
}

.shohinBlock .shohinWrap {
	display: block;
}



@media screen and (max-width: 768px) {
	
	.shohinArea .shohinBlock .shohin_title {
		font-size: 20px;
		position: relative;
		pointer-events: auto;
	}
	
	.shohinArea .shohinBlock .shohin_title::before,
	.shohinArea .shohinBlock .shohin_title::after {
		content: "";
		position: absolute;
		background: #003c78;
		top: 50%;
		right: 0;
		width: 20px;
    	height: 2px;
		transition: .5s;
	}
	
	.shohinArea .shohinBlock .shohin_title::before {
		transform: rotate(90deg);
	}
	
	.shohinArea .shohinBlock .shohin_title::after {
		transform: rotate(0deg);
	}
	
	
	.shohinArea .shohinBlock .shohin_title.-open::before {
		transform: rotate(0deg);
		transition: .5s;
	}
	
	.shohinArea .shohinBlock .shohin_title.-open::after {
		display: none;
	}
	
	.shohinArea .shohinBlock .shohin_title.-acNone {
		pointer-events: none;
	}
	
	.shohinArea .shohinBlock .shohin_title.-acNone::before,
	.shohinArea .shohinBlock .shohin_title.-acNone::after {
		display: none;
	}

	.shohinArea .shohinBlock .shohinWrap.-acNone {
		display: block;
	}
	
	.shohinBlock .shohinWrap {
		display: none;
	}

	.shohinBlock .shohinWrap.-open {
		display: block;
	}
	
	.shohinArea .shohinList .shohinList_item .img {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	
	.shohinArea .shohinList .shohinList_item .box {
		float: none;
		width: auto;
	}
	
}




