@media screen and (min-width: 769px) {/* pc */
h2#curve{
 font-size: 200%;
 letter-spacing: 2px;
 padding-bottom: 50px;
 background: url(https://file003.shop-pro.jp/PA01420/543/images/h2-bg-b.png) no-repeat center bottom;
}
h2#curve-2{
 width: 100%;
 color: #fff;
 font-size: 180%;
 letter-spacing: 2px;
 padding-bottom: 50px;
 background: url(https://file003.shop-pro.jp/PA01420/543/images/h2-bg-w.png) no-repeat center bottom;
}
}

@media screen and (max-width: 768px) {/* sp */
.sp_none{ display: none;}

h2#curve{
 font-size: 160%;
 letter-spacing: 2px;
 padding-bottom: 50px;
 background: url(https://file003.shop-pro.jp/PA01420/543/images/h2-bg-b.png) no-repeat center bottom;
}
h2#curve-2{
 width: 100%;
 color: #fff;
 font-size: 150%;
 letter-spacing: 2px;
 padding-bottom: 50px;
 background: url(https://file003.shop-pro.jp/PA01420/543/images/h2-bg-w.png) no-repeat center bottom;
}
}



/* top追加 */


/* お知らせ */
#news h2{
	width:10%;
	min-width:100px;
	margin-left:1em;
}

@media screen and (max-width: 768px){
	#news h2{
		margin: auto;
	}
}

#news .text{
	padding-left:7%;
	margin-top:1%;
	color:#333;
}

#news .date{
	color:#949494;
}

.info_box{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px){
	#news .text{
		padding-left:0;
	}
}

/* top こだわりの喜多方ラーメン */

.top-photo{
	background:url(https://hasunuma-men.com/hasunuma-shop/img/top-back.png);
	background-size: cover;
	padding:5em 3em;
}

.top-photo div{
	max-width: 1200px;
	margin: auto;
}

@media screen and (max-width: 768px){
	.top-photo{
		padding:2em 1em;
	}
}


/* カテゴリ */

.category{
	background:url(https://hasunuma-men.com/hasunuma-shop/img/category-back.jpg);
	background-size: contain;
	padding:5em 2em 3em;
	position: relative;
}

.category .men{
	max-width: 60px;
	width:10%;
	position: absolute;
	left:46%;
	top:-1%;
	z-index: 0;
}

.category .men-icon01{
	max-width: 360px;
	min-width: 160px;
	width:25%;
	position: absolute;
	right:0;
	top:-1%;
	z-index: 0;
}

.category .category-title{
	max-width:65px;
	width:30%;
	margin: auto auto 1em;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px){
	.category .category-title{
		max-width: 50px;
	}
}

.category .category-box{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 2em auto;
	position: relative;
}

.category .category-box .box1{
	width: calc((100%/3) - 1em);
	background-color: #fff;
}

.category .category-box .box2{
	width: calc((100%/2) - 1em);
}

.category .box3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.category .box3 div{
	width: calc((100%/2) - 1em);
	margin-bottom: 1em;
}

.category .box4 div{
	margin-bottom: 1em;
}


/* pc表示 */
@media screen and (min-width: 769px){
	.tb-box{
		display: none;
	}
	.sp-box{
		display: none;
	}
}

/* tb表示 */
@media screen and (max-width: 768px){
	.pc-box{
		display: none;
	}
	.tb-box{
		display: block;
	}
	.sp-box{
		display: none;
	}
}

/* sp表示 */
@media screen and (max-width: 640px){
	.tb-box{
		display: none;
	}
	.sp-box{
		display: block;
	}
}


/* おすすめ商品 */

.featured{
	padding: 2em 2em 3em;
	position: relative;
}

.featured .men{
	max-width:60px;
	width:10%;
	position: absolute;
	right:40%;
	top:-3%;
	z-index: 0;
}

.featured .men-icon02{
	max-width: 360px;
	min-width: 160px;
	width:25%;
	position: absolute;
	left:0;
	top:-5%;
	z-index: 0;
}

.featured .recomend-items{
	max-width: 100%;
}

.featured .featured-title{
	max-width:130px;
	width:40%;
	margin: auto auto 1em;
	position: relative;
	z-index: 0;
}

.featured .featured-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 2em auto;
	position: relative;
}

.featured .featured-box .box1{
	width: calc((100%/3) - 1em);
	margin:0 .5em 2em;
}

.featured .featured-box .box1 .name{
	color:#333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
}

.featured .featured-box .box1 .price{
	color:#c1272d;
}

@media screen and (max-width: 768px){
	.featured .featured-box .box1{
		width: calc((100%/2) - 0.5em);
		margin:0 .25em 2em;
	}
}



/* link */

.link{
	background:url(https://hasunuma-men.com/hasunuma-shop/img/top-back.png);
	background-size: contain;
	padding:3em 2em;
	position: relative;
	margin-top: 15%;
}

.link .men-icon03{
	max-width: 360px;
	width:25%;
	position: absolute;
	right:0;
	bottom:0;
}

@media screen and (max-width: 640px){
	.link .men-icon03{
		min-width: 160px;
	}
}

.link .link-box{
	max-width:1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.link .link-box .box1{
	width:calc((100%/4) - 4em);
	padding: 0.5em 1em;
	border-left:1px solid #444;
/*	border-left: double;*/
	position: relative;
}

.link .link-box .box1::before{
	content:'';
	height:100%;
	border-left: 2px solid #444;
	position: absolute;
	top:0;
	left: -5px;
}


.link .link-box .box1::before{
	
}

.link .link-box .box2{
	width:calc((100%/4) - 2em);
}

.link .link-box .box1 .text{
	margin:0.5em auto;
}

.link .link-box .box1 .text a{
	color:#000;
}

.link .link-box .box1 .text-bold{
	font-weight: bold;
}

.link .link-box .box1-flex{
/*
	display: flex;
	justify-content: flex-end;
*/
}

.link .link-box .box1-flex .box-3{
	width:100%;
}

.link .link-box .box1-flex .box-4{
	width:65%;
}

.link .link-box .box1-flex .box-3 .text{
	font-size: 14px;
}

.link .link-box .box1-flex .box-3 .text::before{
	content: 'ー';
}

.link .link-box .box1-flex .box-4 .text::before{
	content: 'ー';
}

@media screen and (max-width: 1100px){
	.link .link-box{
		flex-wrap: wrap;
	}
	
	.link .link-box .box1{
		width:calc((100%/2) - 4em);
		margin-bottom: 0.5em;
	}
}

@media screen and (max-width: 640px){
	.link .link-box{
		display: block;
	}
	.link .link-box .box1{
		width:100%;
	}
	.link .link-box .lastbox{
		margin-bottom: 7em;
	}
}


.fa-external-link-alt::before{
	padding-left:5px;
}




/* 200821 追記 */


.ec-campaign{
	position: absolute;
	margin-top: -7em;
	right: 2em;
	box-shadow: 0px 0px 10px #4e4e4e;
	max-width: 350px;
	background-color: #fff;
}

.ec-campaign a{
	display: block;
}

.ec-campaign p{
	margin: 0;
}

.ec-campaign img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.ec-campaign{
		max-width: 300px;
		width: 50%;
		margin-top: -20%;
		right: .5em;
	}
}




/* 200908 追記 */

.free-space.row{
	max-width: 1200px;
	padding: 2em 2em 3em;
}






























