@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0%;
    padding: 5% 0 0;
	color: #000000;
    display: block;
    letter-spacing: 1px;
    position: relative;
    background: #eeeeee;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
		}
*:focus {
outline: none;
}


#ha_wrap img{
    border: 0;
	vertical-align: bottom;
}
#ha_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ha_wrap li{
	list-style: none;
}
#ha_wrap a{
	text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#ha_wrap a:hover{
    text-decoration: none;
}
#ha_wrap img{
    width: 100%;
}
#ha_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto 5%;
    text-align: center;
}
#ha_head .title{
    width: 35%;
    text-align: center;
    display: block;
    position: relative;
    margin: 5% auto 3%;
}
#ha_head .lead{
    color: #000000;
	display: block;
	margin: 8% auto 0;
	font-size: 18px;
	line-height: 2.5em;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 400;
}
#ha_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto 0;
    display: inline-block;
}
#ha_contents .ha_box{
    width: 48%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    padding: 5% 0 0;
    border: #aeaeae 1px solid;
}
#ha_contents .ha_box .no{
    position: absolute;
    top: 2.5%;
    right: 4%;
    width: 18%;
}
#ha_contents .ha_box .no2{
    position: absolute;
    top: 2.5%;
    right: 4%;
    width: 18%;
}
#ha_contents .ha_box .item_img{
    width: 90%;
    text-align: center;
    display: block;
    margin: 5% auto 5%;
    position: relative;
}
#ha_contents .ha_box .item_box{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: #aeaeae;
    padding: 5% 0;
}
#ha_contents .ha_box .item_box .item{
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2em;
    
}

/************************************************************
               button
************************************************************/
.button_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 60%;
    margin: 5% auto;
    padding: 2% 0%;
    color: #FFFFFF;
    background: #000000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 19px;
	transition: 0.5s;
    letter-spacing: 2px;
    line-height: 1em;
    float: none;
    border: #000000 1px solid;

}
.button_01 a:hover {
    background: #FFFFFF;
    color: #000000;
    border: #000000 1px solid;

}
.button_02 a {
    background: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0%;
    width: 95%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    float:none;
    text-align: center;
    font-family: 'Marcellus', serif;
    border: #000000 1px solid;
}
.button_02 a:hover {
    background: #FFFFFF;
    color: #000000;
    border: #000000 1px solid;
}
.button_02 a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_02 a:hover:after {
    border-color: #000000;
}





.hr{
	width: 100%;
    border-top: #AFAFAF 1px solid;
	text-align: center;
    margin: 0% auto;
}
.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Osw{
    font-family: 'Oswald', sans-serif;
}
.Bebas{
    font-family: "Bebas Neue", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Mt20{
    margin-top: 20%;
}




@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
		text-align: center;
        margin: 0% auto 0%;
		color: #000000;
        display: block;
        padding: 15% 0 0%;
	}
    #ha_head .title{
        width: 65%;
        margin-bottom: 10%;
    }
    #ha_head .lead{
        font-size: 14px;
        line-height: 2em;
        margin: 15% auto 10%;
    }
    #ha_contents .ha_box{
        width: 90%;
        text-align: center;
        margin: 10% auto 15%;
        border: none;
    }
    #ha_contents .ha_box .no{
        width: 20%;
    }
    #ha_contents .ha_box .no2{
        top: 2.5%;
        left: 4%;
        width: 20%;
    }
    #ha_contents .ha_box .item_img{
        width: 100%;
        margin: 10% auto 5%;
    }
    #ha_contents .ha_box .item_box .item{
        font-size: 15px;
        font-weight: bold;
    }
    .button_01 a{
        width: 85%;
        line-height: 1em;
        padding: 2.5% 0;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}

