@charset "UTF-8";

/*******************************
 
SectionCss
 
*******************************/
/*mainslide*/
#main{
	margin-bottom: 0;
}
#main .bx-wrapper{
	margin-bottom: 0;
}

/*バナー*/
#banner{
	padding: 60px 0 30px;
}
#banner a{
	margin-bottom: 30px;
	display: block;
}

/*こだわり*/
#commitment .box-flex{
	justify-content: space-between;
}
#commitment .item{
	width: 32%;
	border-radius: 0 0 10px 10px;
	background-color: #000;
}
#commitment .item .img{
	width: 100%;
}
#commitment .item .img img{
	max-width: none;
	width: 100%;
}
#commitment .item .txt{
	color: #fff;
	padding: 30px 20px;
}
#commitment .item .txt .icon{
	background-color: #8f7108;
    border: solid 1px #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding-top: 20px;
}
#commitment .item .txt .ttl{
	font-size: 24px;
	letter-spacing: 2px;
}
#commitment .item .txt .comment{
	font-size: 13px;
	line-height: 2;
	text-align: left;
}

/*店舗情報*/
#store{
	padding: 40px 0;
}
#store .btn{
	background-color: #e30920;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 70px;
}
#store .btn:before{
	content: '';
	display: inline-block;
    background-image: url(/images/common/ico_store@2x.png);
    background-size: contain;
    width: 28px;
    height: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
	background-position: center;
    margin-right: 10px;
}
#store .btn:after{
	margin-left: 30px;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#commitment .item .txt .ttl {
		font-size: 18px;
		letter-spacing: 0;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#banner {
		padding: 30px 0 0;
	}
	#commitment .box-flex{
		display: block;
	}
	#commitment .item {
		width: 100%;
		margin-bottom: 20px;
	}
	#commitment .item:last-child {
		margin-bottom: 0;
	}
}