@charset "utf-8";

/***************************************************************************
*
* index.css
*
***************************************************************************/
#header{
    position: fixed;
    top: 0;
    width: 57%;
    padding: 15px 0 20px;
}
#header .button{
	content: "";
	position: absolute;
	top:34%;
	left: 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/category/arrow.png)no-repeat center left 1vw;
	background-size: 8px;
}
#header .button a{
	display: block;
	width: 30px;
	height: 30px;
}
#header h1{
    width: 82%;
    display: inline-block;
    margin-top: 4px;
    font-family: LogoTypeGothic;
    font-size: 20px;
    letter-spacing: 3.5px;
    color: #644E48;
    line-height: 1;
}
#content{
	text-align: center;
	margin-top: 10px;
}
.area{
	margin-top: 30px;
}
.area1{
	margin-top: 0;
}
.area .number{
	width: 10%;
	display: inline-block;
}
.area .title{
	font-weight: bold;
	font-size: 17px;
	margin-top: 2px;
	color: #5B4845;
	letter-spacing: 2px;
}
.area .img{
	width: 53%;
	display: inline-block;
	margin-top: 2px;
}
.area .text{
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.3;
}
.area2 .img,
.area3 .img,
.area5 .img{
	font-family: LogoTypeGothic;
    font-size: 16px;
    letter-spacing: 2px;
    color: #644E48;
}
.line{
	margin-top: 20px;
}
.line .lineTime{
	font-size: 10px;
	letter-spacing: 2px;
}
.line .lineButton{
	width: 47%;
	display: inline-block;
}
@media(max-width: 768px){
	#header{
		width: 100%;
	}
}
@media(max-width: 414px){
	#header{
		width: 100%;
	}
	.area .number{
		width: 17%;
	}
	.area .text{
		font-size: 13px;
		line-height: 1.4;
	}
	.line .lineTime{
		font-size: 13px;
	}
}