@charset "utf-8";
/* CSS Document */
body{
	padding-top: 118px;
}
.shop_pagetitle{
	padding: 50px;
	background-image: url("https://akiyamafarm.com/system_panel/uploads/images/shoppage_title.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.shop_pagetitle .titlebox .bg-white{
	padding: 10px 20px;
	border-radius: 6px;
	line-height: 1;
}
.shop_header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 40px;
	background-color: #fff;
	justify-content: space-between;
  z-index: 999;
}
.shop_header .logo{
	width: 30%;
	max-width: 180px;
}
.shop_header .head_menu{
	gap: 30px;
}
.shop_header .head_menu p{
	font-size: 14px;
}
.shop_header .head_menu .ul{
	gap: 20px;
}
.shop_header .head_menu .ul .li a > .flex{
	gap: 5px;
}
.shop_header .head_menu .ul .li a p{
	font-weight: 500;
}
.shop_header .head_menu .ul .li .circle{
	border-radius: 50%;
	border: 1px solid #E8E8E8;
	width: 20px;
	height: 20px;
}
.shop_header .head_menu .ul .li .circle img{
	width: 50%;
	transition: ease 0.3s;
}
.shop_header .head_menu .ul .li a:hover .circle img{
	transform: translateX(1px);
}
.shop_header .head_menu .contact_bt a{
	background-color: #BA1A23;
	border-radius: 200px;
	padding: 10px 20px;
}
.shop_header .head_menu .contact_bt a p,.shop_header .head_menu .contact_bt a i{
	color: #fff;
}
.shop_footer{
	max-width: 100%;
}
.shop_footer .leftbox{
	width: 25%;
}
.shop_footer .rightbox{
	width: 68%;
}
.shop_footer .footer_menu{
	margin-top: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	gap: 20px;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.shop_footer .footer_menu .ul{
	min-width: 100%;
}
.shop_footer .footer_menu .ul .li{
	width: calc(100% / 4);
	padding: 0 10px;
}
.shop_footer .footer_menu .ul .li:not(:last-of-type){
	margin-bottom: 0;
}
.shop_footer .link_box{
	gap: 50px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body{
		padding-top: 118px;
	}
	.shop_pagetitle{
		height: 340px;
	}
	.shop_header .head_menu{
		display: none;
	}
	.shop_footer .footer_menu{
		display: none;
	}
	.shop_footer .leftbox{
		width: 30%;
	}
	.shop_footer > .flex{
		align-items: center;
	}
	.footer .logo{
		width: 70%;
		margin-bottom: 30px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.shop_footer > .flex{
		justify-content: center;
	}
	.shop_footer .leftbox{
		width: 30%;
		margin-bottom: 30px;
	}
	.shop_footer .rightbox{
		width: 100%;
	}
	.shop_footer .rightbox .link_box{
		justify-content: center;
	}
	.shop_pagetitle{
		height: 280px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.shop_footer .leftbox{
		width: 40%;
		margin-bottom: 30px;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 72px;
	}
	.shop_pagetitle{
		height: auto;
		text-align: center;
	}
	.shop_header{
		padding: 20px 20px;
	}
	.shop_footer .leftbox{
		width: 70%;
		margin-bottom: 30px;
	}
	.shop_footer .rightbox .link_box{
		gap: 30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

