@charset "utf-8";
/* CSS Document */

#page_ttl {
	background-image: url(../images/ttl_bg02.jpg);
}
#btn_photo {
	margin-bottom: 20px;
}

/* ▼PC,タブレット▼ */

@media screen and (min-width: 768px) {
#btn {
	display: flex;
	justify-content: space-around;
	width: 800px;
	padding: 0 100px;
}
}
