@charset "UTF-8";




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




.catalog-h3{
	font-size:21px;
	font-weight: 600;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin: 0 0 18px 0;
}

.catalog-photo{
	width: 80%;
	margin: 0 auto 15px auto;
}


.catalog-photo img{
	width: 100%;
}


.catalog-info{
	width: 100%;
	margin: 0px 0 0px 0;
	display: block;
	justify-content: space-between;
}

.catalog-info-left{
	width: 100%;
}

.catalog-info-right{
	width: 100%;
}

.about-order{
	margin-top: 54px;
}






}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


.catalog-h3{
	font-size:24px;
	font-weight: 600;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin: 0 0 18px 0;
}

.catalog-photo{
	width: 100%;
	margin-bottom: 15px;
}


.catalog-photo img{
	width: 100%;
}


.catalog-info{
	width: 100%;
	margin: 45px 0 45px 0;
	display: flex;
	justify-content: space-between;
}

.catalog-info-left{
	width: 35%;
}

.catalog-info-right{
	width: 60%;
}

.about-order{
	margin-top: 54px;
}





}/*//end  min-width: 481px ///////////////////////*/







