/* ----------------------------------------

当店について

---------------------------------------- */

.about01 {
	background: url("../../images/about/bg01.webp") no-repeat;
	background-position: top center;
	padding: 20px;
	background-size: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.about02 {
	background: url("../../images/about/bg02.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}


.about01 p {
	font-size: 2.4rem;
	font-weight: bold;
}

.about02 p {
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 300px;
	text-align: center;
}
.about03 p {
	font-size: 2rem;
	font-weight: bold;
}
.about03 .rikutxt img {
	width: 500px;
	margin: 30px auto;
	display: block;
}
.about04 {
	background: url("../../images/about/bg03.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.about04 p,
.about05 p{
	font-size: 1.8rem;
	font-weight: bold;
}

.about05 {
	background: url("../../images/about/bg04.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}



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

.about01 {
	background: url("../../images/about/bg01.webp") no-repeat;
	background-position: top center;
	padding: 15px;
	background-size: 100%;
	margin-bottom: 10px;
	
	box-sizing: border-box;
}
.about02 {
	background: url("../../images/about/bg02.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}


.about01 p {
	font-size: 1.5rem;
	font-weight: bold;
}

.about02 p {
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 80px;
	text-align: center;
}
.about03 p {
	font-size: 1.4rem;
	font-weight: bold;
}
.about03 .rikutxt img {
	width: 100%;
	height: auto;
	margin: 15px auto;
	display: block;
}
.about04 {
	background: url("../../images/about/bg03.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.about04 p,
.about05 p{
	font-size: 1.3rem;
	font-weight: bold;
}

.about05 {
	background: url("../../images/about/bg04.webp") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}	


}