@charset "utf-8";

.top_pickup
	{
	margin: 5rem 0 0 0;
	padding: 5rem 0;
	text-align: center;
	background: #fbf1db;
	}

.top_pickup ul
	{
	width: 1200px;
	max-width: 96%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.top_pickup ul li
	{
	width: 49%;
	margin-top: 2rem;
	}

.top_pickup ul li a
	{
	padding-right: 1rem;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d4c8b0;
	}

.top_pickup ul li a:hover
	{
	border: 1px solid #ea570f;
	}

.top_pickup ul li a img
	{
	width: 45%;
	border-radius: 10px 0 0px 10px;
	}

.top_pickup ul+ul li a
	{
	padding: 0;
	}

.top_pickup ul+ul a img
	{
	width: 100%;
	border-radius: 0;
	}

.top_pickup ul li a div
	{
	width: 53%;
	text-align: left;
	}

.top_pickup ul li a div h2
	{
	margin-bottom: 0.5rem;
	color: #bf3b1a;
	font-weight: 600;
	font-size: 1.3em;
	}

.top_pickup ul li a div h2 small
	{
	margin-bottom: 0.2rem;
	display: block;
	font-size: 0.7em;
	font-weight: 500;
	color: #3a2e2a;
	}

.top_pickup ul .momthly a div h2
	{
	color: #7a5b45;
	}

.top_pickup ul li a div p
	{
	margin: 0.5rem 0;
	font-weight: 600;
	padding: 0.5rem;
	background: #f8f6f2;
	}

.top_pickup ul li a div p:before
	{
	padding: 0.2rem 0.5rem;
	color: #fff;
	margin-right: 1rem;
	content: "期間限定";
	background: #809a47;
	}

.top_pickup ul .momthly a div p
	{
	color: #ea570f;
	}

.top_pickup ul .momthly a div p:before
	{
	background: #ea570f;
	}

.top_pickup ul li a div strong
	{
	display: block;
	text-align: right;
	font-size: 1.3em;
	}

.top_pickup ul li a div em
	{
	margin-bottom: 0.5rem;
	font-size: 0.9em;
	padding: 0.2rem 0.5rem;
	color: #fff;
	background: #bf3b1a;
	font-style: normal;
	display: block;
	}

.top_pickup ul li a div span
	{
	margin: 0.5rem 0 0 0;
	display: block;
	color: #bf3b1a;
	}

.top_pickup ul .challenge a
	{
	background: #bf3b1a;
	}

.top_pickup ul .challenge a h2
	{
	color: #f5efc0;
	}

.top_pickup ul .challenge a h3
	{
	font-weight: 600;
	font-size: 1.5em;
	color: #fff;
	}

.top_pickup ul .challenge a small
	{
	margin-top: 0.5rem;
	display: block;
	font-size: 1.2em;
	color: #f5efc0;
	}

.top_pickup ul .cheese a h3
	{
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.2em;
	color: #809a47;
	}

.top_pickup ul .cheese em
	{
	text-align: center;
	}

.top_pickup ul .cheese strong
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.pconly
{
display: block;
}


.top_item
	{
	width: 1200px;
	max-width: 96%;
	margin: 5rem auto 0 auto;
	}

.index_h3
	{
	text-align: center;
	font-size: 2em;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	}

.index_h3 strong
	{
	font-weight: 400;
	position: relative;
	}

.index_h3 strong:before
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.png);
	position: absolute;
	top: 20%;
	left: -60%;
	}

.index_h3 strong:after
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.png);
	position: absolute;
	top: 20%;
	right: -60%;
	}

.index_h3+small
	{
	text-align: center;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,"Noto Sans JP", sans-serif;
	font-size: 1em;
	}



.top_news
	{
	width: 1200px;
	max-width: 96%;
	margin: 5rem auto 0 auto;
	}

.top_news .index_h3 strong:before
	{
	left: -100%;
	}

.top_news .index_h3 strong:after
	{
	right: -100%;
	}

.top_news .new_list
	{
	display: flex;
	}

.top_news .new_list li
	{
	margin-right: 1rem;
	padding: 0.8rem 1rem;
	cursor: pointer;
	color: #3a2e2a;
	background: #ede5d5;
	border-radius: 10px 10px 0 0;
	font-weight: 600;
	}

.top_news .new_list li a
	{
	text-decoration: underline !important;
	}

.top_news .new_list li.is-active
	{
	color: #fff;
	background: #bf3b1a;
	}

.top_news .news_panel_list
	{
	padding: 2rem;
	border: 1px solid #d4c8b0;
	}


.news_panel_list {
  display: none;
}
.news_panel_list.is-active {
  display: block;
}


.top_news .news_cate li ,.top_news .news_cate div
	{
	display: flex;
	align-items: center;
	line-height: 2.5;
	}

.top_news .news_cate em
	{
	margin: 0 1rem;
	display: block;
	padding: 0rem 0.8rem;
	color: #fff;
	font-style: normal;
	font-size: 0.8em;
	border-radius: 5px;
	}


.top_news .news_cate .inportant
	{
	background: #bf3b1a;
	}

.top_news .news_cate .news
	{
	background: #809a47;
	}


.top_news .event_cate ul
	{
	display: flex;
	
	}

.top_news .event_cate ul li
	{
	width: 19%;
	margin-right: 1%;
	}

.top_news .event_cate ul li:last-child
	{
	margin: 0;
	}

.top_news .event_cate ul li a
	{
	display: block;
	}

.top_news .event_cate ul li a small
	{
	display: block;
	font-size: 1em;
	}


.top_cate
	{
	margin: 5rem 0;
	padding: 5rem 0;
	background: #f8f6f2;
	}

.top_cate ul
	{
	width: 1200px;
	max-width: 96%;
	margin: 3rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.top_cate ul li
	{
	width: 32%;
	margin-bottom: 1rem;
	}

.top_cate ul>li>a ,.top_cate ul li dt
	{
	padding: 0.8rem;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #d4c8b0;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	}

.top_cate ul>li>a::before ,.top_cate ul li dd a::before 
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 11px;
        height: 11px;
        border-top: 3px solid #e9570f;
        border-right: 3px solid #e9570f;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.top_cate ul li dt::before
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 11px;
        height: 11px;
        border-top: 3px solid #e9570f;
        border-right: 3px solid #e9570f;
        transform: rotate(135deg);
        margin-top: -5px;
        }

.top_cate ul li dt.open::before
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 11px;
        height: 11px;
        border-top: 3px solid #e9570f;
        border-right: 3px solid #e9570f;
        transform: rotate(-45deg);
        margin-top: -5px;
        }


.top_cate ul>li>a p ,.top_cate ul li dt p
	{
	margin-left: 0.5rem;
	font-size: 1.2em;
	font-weight: 600;
	}

.top_cate ul li dd
	{
	display: none;
	margin-top: -5px;
	background: #ede5d5;
	border-radius: 0px 0px 10px 10px;
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	}

.top_cate ul li dd a
	{
	margin-bottom: 1rem;
	padding: 0.8rem;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #d4c8b0;
	border-radius: 10px;
	position: relative;
	}

.top_cate ul li dd a p
	{
	margin-left: 0.5rem;
	}

.top_cate ul li a:hover
	{
	border: 1px solid #e9570f;
	}

@media screen and (max-width:769px) {

.pconly
{
display: none;
}


.top_pickup
	{
	margin: 3rem 0 0 0;
	padding: 2rem 0;
	text-align: center;
	background: #fbf1db;
	}

.top_pickup>h1 img
	{
	width: 80%;
	}

.top_pickup ul
	{
	display: block;
	}

.top_pickup ul li
	{
	width: 100%;
	margin-top: 1rem;
	}

.top_pickup ul li a
	{
	padding-right: 0.5rem;
	}


.top_pickup ul li a img
	{
	width: 30%;
	border-radius: 10px 0 0px 10px;
	}


.top_pickup ul li a div
	{
	width: 68%;
	}

.top_pickup ul li a div h2
	{
	margin-bottom: 0.2rem;
	font-size: 0.9em;
	}

.top_pickup ul li a div .item
	{
	font-size: 0.6em;
	}


.top_pickup ul li a div p
	{
	margin: 0.2rem 0;
	padding: 0.2rem;
	font-size: 0.7em;
	}

.top_pickup ul li a div p:before
	{
	margin-right: 0.5rem;
	}

.top_pickup ul li a div strong
	{
	font-size: 1em;
	}

.top_pickup ul li a div em
	{
	margin-bottom: 0.5rem;
	font-size: 0.7em;
	padding: 0.2rem 0.5rem;
	color: #fff;
	background: #bf3b1a;
	font-style: normal;
	display: block;
	}

.top_pickup ul li a div span
	{
	margin: 0.5rem 0 0 0;
	display: block;
	color: #bf3b1a;
	}

.top_pickup ul .challenge a
	{
	background: #bf3b1a;
	}

.top_pickup ul .challenge a h2
	{
	color: #f5efc0;
	}

.top_pickup ul .challenge a h3
	{
	font-weight: 600;
	font-size: 1em;
	color: #fff;
	}

.top_pickup ul .challenge a small
	{
	margin-top: 0.5rem;
	display: block;
	font-size: 1em;
	color: #f5efc0;
	}

.top_pickup ul .cheese a h3
	{
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.2em;
	color: #809a47;
	}

.top_pickup ul .cheese em
	{
	text-align: center;
	}

.top_pickup ul .cheese strong
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.top_pickup ul+ul li a
	{
	padding: 0;
	}

.top_pickup ul+ul a img
	{
	width: 100%;
	border-radius: 0;
	}


.index_h3
	{
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	}


.index_h3 strong:before
	{
content: url(https://pizzas.itembox.design/item/freepage/qr_ttl_sp.png);
	left: -60%;
	}

.index_h3 strong:after
	{
content: url(https://pizzas.itembox.design/item/freepage/qr_ttl_sp.png);
	right: -60%;
	}



.top_news .news_cate li ,.top_news .news_cate div
	{
display: flex;
flex-wrap: wrap;
margin-bottom: 1rem;
	line-height: 1.5;
	}

.top_news .news_cate li p ,.top_news .news_cate div p
	{
	width: 100%;
	}

.top_news .news_cate em
	{
	margin: 0 1rem 0 0;
	}


.top_news .event_cate ul
	{
flex-wrap: wrap;
justify-content: space-between;
	}


.top_news .event_cate ul li
	{
	width: 48%;
	margin-bottom: 1rem;
	margin-right: 0%;
	}

.top_news .event_cate ul li:last-child
	{
	margin: 0;
	}


.top_cate ul
{
padding: 0 2rem;
}

.top_cate ul li
{
width: 100%;
}
}






/*TOP配送*/
.top_send_info
{
width: 1200px;
max-width: 96%;
margin: 2rem auto 0 auto;
padding: 0.5rem;
text-align: center;
background: #f8f6f2;
border: 1px solid #d4c8b0;
border-radius: 10px;
font-size: 1.2em;
}

.top_send_info span
{
display: flex;
justify-content: center;
align-items: center;

}

.top_send_info span:before
{
content: url(https://pizzas.itembox.design/item/common/images/top/top_send_info.jpg);
margin-right: 1rem;
}

.top_send_info strong
{
font-weight: 600;
font-size: 1.2em;
}

.top_send_info span a
{
padding: 0.3rem 1.5rem 0.3rem 0.5rem;
background: #d4c8b0;
position: relative;
text-decoration: underline;
}

.top_send_info span a::before
{
content: "";
position: absolute;
top: 55%;
right: 0.5rem;
width: 7px;
height: 7px;
border-top: 1px solid #3a2e2a;
border-right: 1px solid #3a2e2a;
transform: rotate(45deg);
margin-top: -5px;
}

.spbr
{
display: none;
}


@media screen and (max-width:769px) {
.top_send_info
{
text-align: left;
font-size: 1em;
}

.spbr
{
display: block;
}

.top_send_info span
{
padding: 0 1rem 0 8rem;
display: block;
background: url(https://pizzas.itembox.design/item/common/images/top/top_send_info.jpg) no-repeat 2rem center;
}

.top_send_info span:before
{
content: "";
margin-right: 0;
}

.top_send_info strong
{
font-weight: 600;
display: inline;
font-size: 1em;
}

.top_send_info span a
{
width: 100%;
margin: 0.5rem;
text-align: center;
display: block;
padding: 0.3rem 1.5rem 0.3rem 0.5rem;
background: #d4c8b0;
position: relative;
border-radius: 10px;
text-decoration: underline;
}

.top_send_info span a::before
{
content: "";
position: absolute;
top: 55%;
right: 1rem;
width: 7px;
height: 7px;
border-top: 1px solid #3a2e2a;
border-right: 1px solid #3a2e2a;
transform: rotate(45deg);
margin-top: -5px;
}

}

@media screen and (min-width:780px) and ( max-width:1260px) {

.top_pickup ul li a div p
	{
	font-size: 0.8em;
	}

.top_pickup ul li a div h2
	{
	font-size: 1em;
	}

.top_pickup ul .challenge a h3
	{
	font-size: 1.2em;
	}

.top_cate ul li dd a
	{
	width: 30% !important;
	}
.top_cate ul li dd a p
	{
	font-size: 0.9em;
	}


.top_send_info
{
text-align: left;
font-size: 1em;
}

.spbr
{
display: none;
}

.top_send_info span
{
padding: 0 1rem 0 8rem;
display: block;
text-align: center;
background: url(https://pizzas.itembox.design/item/common/images/top/top_send_info.jpg) no-repeat 2rem center;
}

.top_send_info span:before
{
content: "";
margin-right: 0;
}

.top_send_info strong
{
font-weight: 600;
display: inline;
font-size: 1em;
}

.top_send_info span a
{
width: 100%;
margin: 0.5rem;
text-align: center;
display: block;
padding: 0.3rem 1.5rem 0.3rem 0.5rem;
background: #d4c8b0;
position: relative;
border-radius: 10px;
text-decoration: underline;
}

.top_send_info span a::before
{
content: "";
position: absolute;
top: 55%;
right: 1rem;
width: 7px;
height: 7px;
border-top: 1px solid #3a2e2a;
border-right: 1px solid #3a2e2a;
transform: rotate(45deg);
margin-top: -5px;
}
}

