@charset "UTF-8";

/* header */
#header .header-content{
	padding: 20px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	width: 200px;
}

#header.fixed .header-content{
	padding: 20px 5%;
}
#header.fixed .logo{
	position: static;
}
#header.fixed a.logo img{
	width: 100%;
}


/* footer */
.footer{
	position: relative;
	z-index: 100;
}
.logo_footer{
	width: 200px;
	display: block;
	margin: 100px auto 50px;
}
.logo_footer img{
	width: 100%;
	margin: 0 !important;
}

/* top */
.mv-wrap{
	width: 100%;
}
.mv-wrap img{
	width: 100%;
}

.page-section{
	margin-top: 100px;
}

.topProduct{
	padding: 0;
	box-shadow: none;
}
.topProduct h3{
	font-size: 20px;
	margin: 50px 0 30px;
}
.topProduct p{
	text-align: left;
}
.rice-pasta .itemBox:nth-child(1) .itemBox_ph{
	background-image: url(../img/top/item_ic-rp003.jpg);
}
.rice-pasta .itemBox:nth-child(2) .itemBox_ph{
	background-image: url(../img/top/item_ic-rp008.jpg);
}
.rice-pasta .itemBox:nth-child(3) .itemBox_ph{
	background-image: url(../img/top/item_ic-rp020.jpg);
}



.woocommerce div.product div.images.woocommerce-product-gallery {
	opacity: 1!important;
}
.single_add_to_cart_button{
	background-color: #000 !important;
}


/* item list */
.shopCategory_title{
	font-size: 20px;
	font-weight: 700;
}
.shopCategory_text{
	margin-bottom: 30px;
}

.itemtList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemtList::after{
	content: "";
	display: block;
	width: 30%;
}
.itemBox{
	width: 30%;
	padding: 0 0 60px;
}

.itemBox_ph{
	display: block;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	margin: 0 0 20px;
	transition: .3s;
}
.itemBox_ph:hover{
	opacity: .7;
}
.itemBox_name{
	font-size: 16px;
	font-weight: 700;
}
.itemBox_price{
	font-size: 16px;
	margin-bottom: 20px;
}
.btn_itemDetail-wrap {
  display: flex;
  /* justify-content: flex-end; */
}
.btn_itemDetail {
  width: 160px;
  height: 38px;
	font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  transition: .3s;
	color: #000 !important;
}
.btn_itemDetail::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 20px;
}
.btn_itemDetail:hover{
	background-color: #000;
	color: #fff !important;
}
.btn_itemDetail:hover::after{
	border-color: transparent transparent transparent #fff;
}


/* item detail */
.woocommerce .woocommerce-breadcrumb{
	display: none;
}
.itemDetail-wrap{
	padding: 100px 0 0;
}

.product_title{
	font-size: 28px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	font-size: 50px;
	color: #000;
	margin-bottom: 30px;
}
.itemDetail-inner .cart{
	display: flex;
	align-items: center;
}
.woocommerce-product-details__short-description p{
	font-size: 16px;
	margin-bottom: 50px;
}
.product_meta{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding: 50px 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	display: none;
}


/* ordercontract */
.orderContract_title{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.orderContract_title::before{
	content: none;
}


.orderContract_table th{
	border-bottom: 1px solid #000 !important;
}

@media screen and (max-width: 768px) {

	.topProduct{
		position: static;
	}
	#product:before{
		padding-top: 0;
	}
	.itemtList::after{
		width: 45%;
	}
	.itemBox{
		width: 45%;
	}

}


@media screen and (max-width: 480px) {
	.itemtList::after{
		content: none;
	}
	.itemBox{
		width: 100%;
	}

}
