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

基本スタイル

-------------------------------------------------- */
input, textarea, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
#wrappar{
	width: 1280px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);

}
#wrappar .title{
	width: 361px;
margin:0 auto 50px auto;
}
#wrappar .ent-btn{
	width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#wrappar .ent-btn img:hover{
	opacity: 0.5;
}
.footer{
	width: 100%;
	background-image: url("../images/hanahana_ent_line.png");
	background-repeat: repeat-x;
	height: 100px;
	position: fixed;
	bottom: 0;
}
.footer p{
	    text-align: center;
    padding-top: 70px;
	font-size: 13px;
}





@media screen and (max-width:750px) {
    input, textarea, select {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none;
        max-width: 100%;
    }

    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
	#wrappar{
width: 100%;
	position: static;
top: 45%;
	left: 50%;
	transform: translate(0%, 0%);
		margin-top: 10%;
margin-bottom: 10%;
}
	#wrappar .title{
	width: 70%;
margin:0 auto 20px auto;
}
	#wrappar .title img{
		width: 100%;
	}
#wrappar .ent-btn{
	width: 70%;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
}	
	#wrappar .ent-btn img{
		width: 100%;
	}	
	.footer{
	width: 100%;
	background-image: url("../images/hanahana_ent_line.png");
	background-repeat: repeat-x;
	height: 100px;
	position: static;
	bottom: 0;
}
	#wrappar .ent-btn img:hover{
	opacity: 1;
}
	
}