body {
	font-family: "Kiwi Maru", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

section {
	width: 100%;
}

.head {
	width: 100%;
	text-align: center;
	background-color: #FF9B32;
	margin-top: 30px;
}

.head img {
	width: 370px;
}

.info {
	width: 390px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	min-height: 630px; /* 子要素の合計高さに応じて適切に設定 */
}

.info .img01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	height: 230px;
	background-image: url("../../img/photo/photo24.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.info .img02 {
	position: absolute;
	top: 250px;
	left: 0;
	width: 230px;
	height: 230px;
	background-image: url("../../img/photo/photo31.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.info .img03 {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 130px;
}

.info .img04 {
	position: absolute;
	top: 550px;
	left: 50%;
	width: 50px;
}

.price {
	width: 390px;
	margin: 0 auto;
	margin-top: 20px;
}

.price h2 {
	font-size: 25px;
	font-weight: 500;
	padding-left: 20px;
	margin: 0;
}

.price p {
	font-size: 17px;
	font-weight: 500;
	padding-left: 20px;
}

.nenrei {
	width: 390px;
	margin: 0 auto;
	margin-top: 20px;
}

.nenrei h2 {
	font-size: 25px;
	font-weight: 500;
	padding-left: 20px;
	margin: 0;
}

.nenrei p {
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
}

.icon01 {
	width: 390px;
	margin: 0 auto;
	position: relative;
}

.icon01 .img01 {
	width: 100px;
	position: absolute;
	top: -100px;
	right: 80px;
}

.icon01 .img02 {
	width: 110px;
	position: absolute;
	top: -50px;
	right: 0;
}

.maru {
	width: 100%;
	text-align: center;
}

.maru img {
	width: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.icon02 {
	width: 390px;
	margin: 0 auto;
	position: relative;
	background-color: aqua;
}

.icon02 .img03 {
	width: 100px;
	position: absolute;
	top: 290px;
	right: 50px;
}

.icon02 .img04 {
	width: 100px;
	position: absolute;
	top: -30px;
	left: 20px;
}

.mochimono {
	width: 390px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

.mochimono h2 {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.mochimono p {
	font-size: 18px;
	font-weight: 500;
}

.tokuten {
	width: 100%;
	background-color: #F6F5E6;
	min-height: 450px; /* 子要素の合計高さに応じて適切に設定 */
}

.tokuten .sns {
	width: 390px;
	margin: 0 auto;
}

.tokuten .sns h2 {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.tokuten .sns p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
}

.tokuten .sns .flex {
	display: flex;
}

.tokuten .sns .img01 {
	width: 130px;
	height: 130px;
	background-image: url("../../img/photo/photo22.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tokuten .sns .img02 {
	width: 130px;
	height: 130px;
	background-image: url("../../img/photo/photo13.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tokuten .sns .img03 {
	width: 130px;
	height: 130px;
	background-image: url("../../img/photo/photo27.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.basho {
	width: 390px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.basho h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.basho .nonokusa {
	text-align: center;
}

.basho h3 {
	font-size: 25px;
}

.basho p {
	font-size: 18px;
}

.basho iframe {
	width: 100%;
	height: 300px;
	border-radius: 5px;
	border: none;
}

.animate-slideIn_bottom {
	animation: animate-slideIn_bottom 1s ease-out forwards;
}
@keyframes animate-slideIn_bottom {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}