@charset "utf-8";

@media screen and (min-width:1025px) {
#greeting {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#greeting .detail {
	width: 60.2%;
}
#greeting .detail > p {
	margin-top: 50px;
}
#greeting .detail > p:first-child {
	margin-top: 0;
}
#greeting .photo {
	width: 35.2%;
}
#greeting .photo .image {
	line-height: 0;
}
#greeting .photo .image img {
	height: auto;
	width: 100%;
}
#greeting .photo dl {
	font-family: 'Noto Serif', serif;
	text-align: right;
	margin-top: 30px;
}
#greeting .photo dl > dd span {
	font-size: 20px;
}
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
#greeting {
	margin-top: 40px;
}
#greeting .detail > p {
	margin-top: 30px;
}
#greeting .detail > p:first-child {
	margin-top: 0;
}
#greeting .photo {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
width: 100%;
}
#greeting .photo .image {
	line-height: 0;
	width: 35%;
}
#greeting .photo .image img {
	height: auto;
	width: 100%;
}
#greeting .photo dl {
	font-family: 'Noto Serif', serif;
	margin-left: 40px;
	width: 35%;
}
#greeting .photo dl > dd span {
	font-size: 20px;
}
}

@media print, screen and (min-width: 751px) {

}

@media screen and (max-width: 750px) {
#greeting {
	margin-top: 40px;
}
#greeting .detail > p {
	margin-top: 30px;
}
#greeting .detail > p:first-child {
	margin-top: 0;
}
#greeting .photo {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
width: 100%;
}
#greeting .photo .image {
	line-height: 0;
	width: 35%;
}
#greeting .photo .image img {
	height: auto;
	width: 100%;
}
#greeting .photo dl {
	font-family: 'Noto Serif', serif;
	width: 55%;
}
#greeting .photo dl > dd span {
	font-size: 20px;
}
}
