@charset "utf-8";
.satohuruTxt {
    padding: 90px 60px 60px;
    margin: 0 0 80px;
    background: url(/spr/img/contents/satofuru_bak_map.png) top center no-repeat;
    background-size: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}
#contents p.txt--22 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 60px;
}
#contents p.txt--28 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}
p.alignCenter {
    text-align: center;
}
a.satofuruLink {
    text-decoration: none;
    font-size: 22px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 550px;
    display: block;
    line-height: 2.8em;
    margin: 0 auto 80px;
    position: relative;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: 3px 3px 3px #ccc;
}

a.satofuruLink:hover {
	color: #333;
	left: 3px;
	top: 3px;
	box-shadow: none;
}
a.satofuruLink:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 6px solid #bdaf9f;
    border-right: 6px solid #bdaf9f;
    position: absolute;
    right: 15px;
    top: 19px;
    rotate: 45deg;
}
.satofuruList {
    padding: 0 60px;
}
.satofuruList ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.satofuruList ul li {
    width: 40%;
    margin-bottom: 30px;
}
.satofuruList ul li img {
    border-radius: 8%;
}
.satofuruList ul li p {
    text-align: center;
    line-height: 1em;
    font-size: 18px!important;
    margin: 5px;
}
.satofuruList ul li a {
    background: #000;
    border: 2px solid #000;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    line-height: 2em;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    width: 80%;
}
.satofuruList ul li a:hover {
    background: #fff;
    color: #000;
	
}