/*!
 * 2026Mother.css V.0.1 (http://www.satoh-hanamise.co.jp/)
 * Copyright 1928-2024 SATOH-HANAMISE Authors
 */

body{
	background: #dbedf0;
	background-image: url("../seasongift/2026Mother/background.jpg");
		background-size: contain;
}

.btn_top{
color:#fff;
font-size:1.5rem;
font-family:"ヒラノギ丸ゴシック体";
border-radius:5px;
text-decoration:none;
background:#fcc9ac;
box-shadow:0 3px #d58d9d;
position:relative;
display:inline-block;
top: -2px;
padding: 10px 20px;
}
.btn_top:hover {
box-shadow: 0 1px #d58d9d;
top: 1px;
}
