@charset "utf-8";
.fs-c-heading--page
	{
	display: none;
	}


h1
	{
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	}

h1 strong
	{
	font-weight: 400;
	position: relative;
	}

h1 strong:before
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.jpg);
	position: absolute;
	top: 20%;
	left: -60%;
	}

h1 strong:after
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl.jpg);
	position: absolute;
	top: 20%;
	right: -60%;
	}

h1+small
	{
	text-align: center;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,"Noto Sans JP", sans-serif;
	font-size: 1em;
	}



.panel-item {
  display: none;
}
.panel-item.is-active {
  display: block;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.tab-list
	{
	display: flex;
	border-bottom: 3px solid #999;
	}



.tab-list li
	{
	margin-right: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 10px 10px 0px 0px;
	background: #999;
	color: #fff;
cursor: pointer;
	}

.tab-list li.is-active
	{
	background: #ea570f;
	}

.panel-item .shop
	{
	margin: 5rem 0 5rem 0;
	padding-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	}

.panel-item .shop li
	{
	width: 48%;
	}

.panel-item .shop li h2
	{
	margin-bottom: 1rem;
	font-size: 1.5em;
	font-weight: 600;
	}

.panel-item .shop li span
	{
	display: block;
	}

.panel-item .shop li span small
	{
	margin-right: 0.5rem;
	color: #fff;
	padding: 0.2rem 0.5rem;
	border-radius: 5px;
	font-style: normal;
	}

.panel-item .shop li span .green
	{
	background: #71aa7e;
	border: 1px solid #71aa7e;
	}

.panel-item .shop li span .orange
	{
	background: #d89c7e;
	border: 1px solid #d89c7e;
	}

.panel-item .shop li span .blue
	{
	background: #87a7c0;
	border: 1px solid #87a7c0;
	}

.panel-item .shop li span .white
	{
	background: #fff;
	color: #666666;
	border: 1px solid #666666;
	}

.panel-item .shop li p
	{
	margin-top: 1rem;
	display: flex;
	font-size: 1em;
	}

.panel-item .shop li .acc:before
	{
	margin: 0rem 0.8rem 0 0.3rem;
	content: url(https://pizzas.itembox.design/item/common/images/shop/acc.jpg);
	}

.panel-item .shop li .time:before
	{
	margin: -0.3rem 0.5rem 0 0rem;
	content: url(https://pizzas.itembox.design/item/common/images/shop/time.jpg);
	}

.panel-item .shop li a.google
	{
	width: 80%;
	margin: 2rem auto;
	padding: 1rem 0;
	font-weight: 600;
	text-align: center;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
	background: #ea570f;
	position: relative;
	}

.panel-item .shop li a.google p
	{
	margin: 0 0 0 1rem;
	display: block;
	}

.panel-item .shop li a.google:before
	{
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -9px;
	}

.panel-item .shop li a.google:after
	{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #ea570f;
	border-right: solid 2px #ea570f;
	position: absolute;
	top: 52%;
	right: 1.7rem;
	margin-top: -4px;
	transform: rotate(45deg);
	}


.panel-item .shop li a.shoplink
	{
	width: 80%;
	display: block;
	margin: 2rem auto;
	padding: 1rem 0;
	font-weight: 600;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	border-radius: 50px;
	background: #7a5b45;
	position: relative;
	}

.panel-item .shop li a.shoplink p
	{
	text-align: center;
	margin: 0;
	display: block;
	}

.panel-item .shop li a.shoplink::before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 5%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }


.panel-item dl
	{
	margin-top: 5rem;
	}

.panel-item dl dt
	{
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	width: 20%;
	background: #3a2b23;
	}

.panel-item dl dd div
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.panel-item dl dd
	{
	border-top: 3px solid #eeeeee;
	}

.panel-item dl dd div p
	{
	width: 20%;
	padding: 1rem;
	border: 1px solid #eeeeee;
	}

.panel-item dl dd div span
	{
	width: 80%;
	padding: 1rem;
	display: block;
	border: 1px solid #eeeeee;
	}

.panel-item dl dd a
	{
	text-decoration: underline;
	}

@media screen and (max-width:769px) {



.panel-item .shop
	{
	margin: 3rem 0 3rem 0;
	padding-bottom: 3rem;
	display: flex;
	flex-direction: column-reverse;
	}

.panel-item .shop li
	{
	width: 100%;
	}

.panel-item .shop li h2
	{
	margin: 2rem 0 1rem 0;
	}

.panel-item dl
	{
	margin-top: 5rem;
	}

.panel-item dl dt
	{
	width: 30%;
	}

.panel-item dl dd div p
	{
	width: 30%;
	}

.panel-item dl dd div span
	{
	width: 70%;
	}


h1 strong:before
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl_sp.png);
	position: absolute;
	top: 20%;
	left: -40%;
	}

h1 strong:after
	{
	display: block;
	content: url(https://pizzas.itembox.design/item/freepage/qr_ttl_sp.png);
	position: absolute;
	top: 20%;
	right: -40%;
	}

}


