@charset "UTF-8";

/*******************************
 
Top以下page共通Css
 
*******************************/
/*---title----*/
.page-ttl{
	background-image: url(/images/common/pagettl_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
	margin-bottom: 65px;
}
.page-ttl h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
}


/*---page内navi----*/
.pagenavi{
	margin-bottom: 65px;
}
.pagenavi .box-flex{
	justify-content: space-between;
}
.pagenavi .item{
	width: 24%;
}
.ancher {
	height: 60px;
	display: block;
	text-align: center;
	background-color: #fff;
	border: solid 2px #000;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-radius: 10px;
	position: relative;
	padding-top: 15px;
	clear: both;
	margin: 0 auto;
	text-decoration: none;
}
.ancher:after{
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
	margin-left: 10px;
}
.ancher:hover {
	background-color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
  	color: #fff;
	opacity: 1;
}

/*---section以下----*/
section{
	margin-top: -180px;
	padding-top: 180px;
	margin-bottom: 110px;
}

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

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.page-ttl{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.page-ttl h2{
		font-size: 24px;
	}
	.pagenavi{margin-bottom: 30px;}
	.ancher{
		font-size: 14px;
		height: 40px;
    	padding-top: 8px;
	}
	section{
		margin-bottom: 60px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.pagenavi .item {
		width: 48%;
		margin-bottom: 10px;
	}
	section{
		margin-bottom: 30px;
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*******************************
 
storeCss
 
*******************************/
.category h3{
	font-size: 24px;
    font-weight: bold;
    text-align: left;
    background-color: #f5e8c5;
    display: block;
    padding: 12px 0 12px 14px;
    border-left: solid 10px #e30920;
	margin-bottom: 20px;
}
.category .box-flex{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.category .item{
	width: 49%;
	text-align: left;
	margin-bottom: 30px;
}
.category .address{
	margin-bottom: 10px;
}
.category .address:before{
	content: '';
    background-image: url(../images/ico_mappin@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.category .map{
	margin-bottom: 20px;
}
.category .info li{
	margin-bottom: 10px;
}
.category .info li.tel{
	font-size: 24px;
	font-weight: bold;
}
.category .info li span{
	width: 25%;
    display: inline-block;
    background-color: #e30920;
    text-align: center;
    border-radius: 10px;
    padding: 6px;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
	margin-right: 10px;
}
.category .order{
	font-size: 24px;
    font-weight: bold;
    border: solid 2px #c79c28;
    padding: 30px;
    letter-spacing: 2px;
}
.category .order:before{
	content: '';
    background-image: url(../images/icon_tel@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
}

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

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	section.category h3{
		font-size: 18px;
		padding: 8px;
		margin-bottom: 20px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.category .box-flex {
		margin-bottom: 0;
	}
	.category .item{
		width: 100%;
	}
	.category .map{
		margin-bottom: 10px;
	}
	.category .order{
		font-size: 18px;
    	padding: 15px;
	}
	.category .order:before{
		width: 26px;
		height: 26px;
	}
}
