@charset "utf-8";

/*==========================================================
	店舗ページ
==========================================================*/
.container{
	width: 100%;
	padding: 0px 2px;
}
@media (min-width: 576px){
	.container{
		max-width: 100%;
	}
}
/*==========================================================
	店舗ページ：メニューアイコン他
==========================================================*/
.shop_page{
	width: 100%;
	margin: 0px auto 50px auto;
}
.shop_page_menu{
	width: 100%; height: auto;
	margin: 0px auto 40px auto;
	text-align: center;
}
.shop_page_menu > a{
	display: inline-block;
	width: 90%; height: 70px;
	margin: 10px auto 30px auto;
	line-height: 70px;
	color: #FCFCFC;
	font-size: 24px;
	font-family: 'Noto Sans JP',sans-serif;
	background-color: #BF2431;
}
.shop_page_menu > ul{
	width: 100%; height: auto;
	margin: 0px auto;
}
.shop_page_menu > ul li{
	display: inline-block;
	width: 140px; height: 140px;
	margin: 0px 5px;
}
.shop_page_menu > ul li img{
	width: 100%;
}
/*==========================================================
	新着情報
==========================================================*/
.shop_news{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.shop_news:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 450px;
	background-color: #72AEB3;
	z-index: -1;
}
.shop_news > h3{
	width: 100%; height: 100px;
	margin: 0px auto;
	line-height: 100px;
	text-align: center;
	letter-spacing: 2px;
	color: #F5F5F5;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.news_box{
	position: relative;
	width: 90%; height: auto;
	max-height: 240px;
	margin: 0px auto 50px auto;
	padding: 10px 30px 20px 30px;
	line-height: 1.4em;
	text-align: left;
	background-color: #FCFCFC;
	overflow: hidden;
}
.news_box:nth-of-type(2){
	margin: 0px auto;
}
.news_box h4{
	width: 100%; height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 30px;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.news_box h5{
	width: 100%; height: auto;
	margin: 0px auto;
	padding: 0px;
	line-height: 1.4em;
	text-align: left;
	font-size: 26px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.news_box p{
	width: 100%; height: auto;
	margin: 10px auto 0px auto;
	padding: 0px;
	line-height: 1.4em;
	text-align: left;
	font-size: 20px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.shop_news > a{
	display: block;
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
	width: 90%; height: 70px;
	margin: 0px auto;
	line-height: 70px;
	text-align: center;
	color: #080304;
	font-size: 26px;
	border: solid 1px #080304;
	background-color: #FCFCFC;
}
.shop_news > a:hover{
	color: #080304;
}


