@charset "utf-8";
.fs-c-heading--page
	{
	display: none;
	}

.about01
	{
	width: 1200px;
	max-width: 90%;
	margin: 5rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.about01 li
	{
	color: #3a2e2a;
	width: 48%;
	font-size: 1.2em;
	line-height: 1.8;
	}

.a01
	{
	width: 1200px;
	max-width: 90%;
	margin: 5rem auto;
	}

.about .number
	{
	color: #eb570f;
	line-height: 1.2;
	text-align: center;
	font-size: 1.5em;
	font-family: "Jost", sans-serif;
	}

.about .number small
	{
	display: block;
	}

.about .number span
	{
	padding-right: 0.5rem;
	font-size: 2em;
	border-bottom: 2px solid #eb570f;
	}

.about h1 ,.about h2
	{
	font-size: 3em;
	margin: 3rem 0 2rem 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	}

.about .a01 ul
	{
	margin: 3rem 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.about .a01 ul li:first-child
	{
	width: 40%;
	}

.about .a01 ul li:last-child
	{
	width: 56%;
	}

.about .a01 ul li strong
	{
	font-size: 2em;
	color: #eb570f;
	font-family: "Shippori Mincho", serif;
	}

.about .a01 ul li p
	{
	margin-top: 1rem;
	font-size: 1.2em;
	}


.about .a2
	{
	padding: 8rem 0;
	background: url(https://pizzas.itembox.design/item/freepage/about/background.jpg);
	background-size: 100%;
	}


.about .a2 div
	{
	width: 1200px;
	max-width: 90%;
	margin: 0rem auto;
	}

.about .a2 ul
	{
	margin: 1rem 0 3rem 0;
	padding: 3rem;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.about .a2 ul li
	{
	width: 45%;
	}

.about .a2 ul .img
	{
	width: 50%;
	}

.about .a2 ul li h3
	{
	font-size: 2em;
	color: #eb570f;
	font-family: "Shippori Mincho", serif;
	}

.about .a2 ul li p
	{
	margin: 1.5rem 0;
	font-size: 1.2em;
	}

.about .a2 .a2_02
	{
	flex-direction:row-reverse
	}

.sponly
	{
	display:none;
	}


@media screen and (max-width:769px) {

.sponly
	{
	display:block;
	}

.about01
	{
	flex-direction:column-reverse;
	}

.about01 li
	{
	color: #3a2e2a;
	width: 100%;
	font-size: 1em;
	}

.about .number
	{
	font-size: 1.3em;
	}

.about h1 ,.about h2
	{
	font-size: 1.6em;
	margin: 3rem 0 2rem 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	}

.about .a01 ul
	{
	margin: 3rem 2rem;
	flex-direction:column-reverse;
	}

.about .a01 ul li:first-child
	{
	width: 100%;
	}

.about .a01 ul li:last-child
	{
	width: 100%;
	}

.about .a01 ul li strong
	{
	font-size: 1.4em;
	}

.about .a01 ul li p
	{
	font-size: 1em;
	}


.about .a2
	{
	padding: 3rem 0;
	background: url(https://pizzas.itembox.design/item/freepage/about/background.jpg) center;
	background-size: 120%;
	}

.about .a2 ul
	{
	margin: 1rem 0 3rem 0;
	padding: 3rem;
	background: #fff;
	border-radius: 10px;
	display: flex;
	}

.about .a2 ul li
	{
	width: 100%;
	}

.about .a2 ul .img
	{
	width: 100%;
	}

.about .a2 ul li h3
	{
	margin-top: 2rem;
	font-size: 1.3em;
	color: #eb570f;
	font-family: "Shippori Mincho", serif;
	}

.about .a2 ul li p
	{
	margin: 1.5rem 0;
	font-size: 1em;
	}

.about .a2 .a2_01
	{
	flex-direction:column-reverse;
	}

.about .a2 .a2_02
	{
	flex-direction:column-reverse;
	}


}

