@charset "UTF-8";

.img_box2022{
display: flex;
justify-content: center;
text-align: center;
}

.img_box2022 p{
	margin: 12px;
	text-align: center;
    font-size: 14px;
    display: block;
}

.photo_spot{
	margin-bottom: 10px;
}

.photo01_box .photo_spot{
	padding-top: 75.5%;
}



@media screen and (max-width: 768px){
	.boxmoon p{
font-size: 0.75rem;	
}

    .img_box2022 p {
        text-align: center;
        font-size: 10px;
        display: block;}

		.img_box2022{
display: block;
width: 70%;
margin-left: auto;
margin-right: auto;
}

.photo01_box .photo_spot{
	padding-top: 0;
}
	}