.header_area{
	width:100%;
	background-color:#fff;
	position:relative;
	z-index:10;
}
.wight{
	width:100%;
	/*height:500px;
	background-image: url(images/reform_bnr.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;*/
	position:relative;
	z-index:3;
}
.wight img{
	width:100%;
}

/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.show .background { opacity: 1;}
.contents .wrap {
    /*padding: 40vh 0 60vh;*/
    position: relative;
    z-index: 2;
	/*height:500px;*/
	text-align:center;
}
#contents {width:100%;}

/* design*/
#content01_bg {background-image: url(images/bg01.jpg);}
#content02_bg {background-image: url(images/bg02.jpg);}
#content03_bg {background-image: url(images/bg02.jpg);}
/*#content01 .wrap { background-color: rgba(255,0,0,0.2);}
#content02 .wrap { background-color: rgba(0,255,0,0.2);}
#content03 .wrap { background-color: rgba(0,0,255,0.2);}*/
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}


.wight{
/*height:70px;
width:100%;
position: relative;
z-index: 2;*/
}

.text-box ul li img{
	width:100%;
}


.text-box dd{
	margin-left:0;
	font-size:12px;
}

.fooder_area{
	background-color:#fff;
	position:relative;

}

/*ul li,
ul li dl {
width: 200px;
height: 180px;
}*/
.text-box ul {
	letter-spacing: -1em;
}
.text-box ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 15px 5px;
	letter-spacing: 0;
}
.text-box ul dl {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 20px 25px;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0, 2, 83, 0.64);
	width:100%;	
}
.text-box ul dl dt {
	margin-bottom: 0.3em;
	font-size:16px;	
}
.text-box ul dl dd {
	margin: 0;
	font-size: 10px;
	line-height: 1.6;
	text-align: justify;
	word-break: break-all;
}
.text-box ul dl dd:last-of-type {
	margin-top: 10px;
	text-align: center;
}
.text-box ul a {
	padding: 0.3em 0.5em;
	background-color: #fff;
}
/* type1 */
.type1 dl {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}
.type1:hover dl {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#pict{
	width:30%;
	position:absolute;
	top:0;
	right:10px;
}
.endmessage{
	margin: 30px auto 0;
    font-size: 16px;
    width: 80%;	
}

/*---------------------------------------------------------------------------*/
@media screen and ( max-width:479px )
{
#renovation{
    width: 100%;
    background-color:rgba(255, 255, 255, 0.57);
	
    height: auto;
    z-index: 10;
    position: relative;
    z-index: 2;
	}
#renovation img{
    width: 100%;
	margin-bottom:-6px;
	}
.text-box ul {
	list-style: none;
	top: 0;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.text-box ul li{
	width:80%;
}
.text-box {
   	padding: 20px 0 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	margin:auto;
}
	.text-box ul{
	}

	
}
/*---------------------------------------------------------------------------*/
@media screen and ( min-width:480px )
{
#renovation{
    width: 100%;
    background-color:rgba(255, 255, 255, 0.57);
	/*background-image: url(images/bg02.jpg);*/	
	
    height: 312px;
    z-index: 10;
    position: relative;
    z-index: 2;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
#renovation img{
    width: 800px;
	}
.text-box ul {
	list-style: none;
	top: 0;
	height: 370px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.text-box ul li{
	width:30%;
}
.text-box {
   	padding: 20px 0 20px;
    width: 800px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	margin:auto;
	/*height:500px;*/
}
	.text-box ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	list-style:none;
	padding-left:0;
	}

}

