@charset "UTF-8";
body {
    margin: 0;
    background: url(index.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.btn {
    margin: 250px auto;
	text-align: center;
}
.enter1,.enter2 {
    background: #fff;
    padding: 50px;
    border-radius: 150px;
    height: 150px;
    width: 150px;
    display: inline-block;
    margin: 20px;
	    line-height: 1;
		color:#111;
		box-shadow: 0 0 10px #4d55589e;
}
.enter1:hover {
  opacity: 0.7;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
span
{font-family: 'Amatic SC', cursive;
font-size: 44px;
}
span.span_s {
    font-size: 24px;
}