@charset "utf-8";

.button {
	display: inline-block;
	width: 478px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-image: url(../img/top/enter_bg01.png);
	background-repeat: no-repeat;
: 0;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.button:hover {
	color: #3A3426;
	font-family: "ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ","Meiryo",sans-serif;
}
.button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

a.button span.mae{ display:inline; }
a.button:hover span.mae{ display:none; }
a.button span.ushiro{ display:none; }
a.button:hover span.ushiro{ display:inline; }

/*--button02----------------------------------------------------------*/
.button02 {
	display: inline-block;
	width: 478px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button02 {
	position: relative;
	z-index: 2;
	background-image: url(../img/top/enter_bg02.png);
	background-repeat: no-repeat;
: 0;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.button02:hover {
	color: #3A3426;
	font-family: "ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ","Meiryo",sans-serif;
}
.button02::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button02:hover::after {
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

a.button02 span.mae{ display:inline; }
a.button02:hover span.mae{ display:none; }
a.button02 span.ushiro{ display:none; }
a.button02:hover span.ushiro{ display:inline; }
