@charset "utf-8";

/*ねこの小箱*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #363636;
	font-size: medium;
}

h1 {
	font-size: 1.5em;
	color: #5d4026;
	margin: 10px auto 0 auto;
}

h2,
h3,
h4 {
	font-size: 1.15em;
	text-align: center;
	padding: 3px;
	margin: 10px auto 5px auto;
}

#header {
	background-image: url("../img/coffeebeans.jpg");
	line-height: 60px; /* 高さと同じ値に設定 */
	font-size: smaller;
	text-align: left;
	padding: 0 0 0 15px;
	width: 100%;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}
#header a:hover {
	color: #fff266;
}

#footer {
	background-image: url("../img/coffeebeans.jpg");
	height: 40px;
	line-height: 40px; /* 高さと同じ値に設定 */
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #ffffff;
	font-size: x-small;
	padding-right: 5px;
}

.container {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	align-items: center;
	text-align: center;
	flex-direction: column; /* 積み重なるように配置する */
	padding: 0 0 20px 0;
	margin: 0;
}

.home-logo img {
	width: 800px;
	height: 475px;
	margin-top: 15px;
}

/*
.parent {
	position: relative;
}
.child {
	position: absolute;
	top: 50%;
	left: 50%; /* 水平も中央なら 
	transform: translate(-50%, -50%);
}
*/
.info {
	display: block;
	width: 600px;
	margin: auto;
	align-items: center;
	text-align: center;
}

h4 {
	width: 100%;
	display: block;
	border: 1px solid #828282;
	color: #584433;
}

.info hr {
	border: 0;
	border-top: 1px dashed #584433;
	width: 100%;
}
.copy hr {
	padding: 0;
	border: 0;
	border-top: 3px dotted #ac9be9;
	width: 100%;
}

.copy {
	font-size: 1em;
	letter-spacing: 0.12em;
	margin: 30px auto;
}
.copy2 {
	font-size: 85%;
	letter-spacing: 0;
	text-align: center;
}

.link-box {
	width: auto;
	flex-direction: row;
	align-items: center;
}
.link-icon img {
	width: 25px;
	height: auto;
	padding: 60px 15px 0 15px;
	cursor: pointer;
}
.link-icon:hover img {
	opacity: 0.5;
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.home-logo img {
		width: 100%;
		height: auto;
	}
	.info {
		display: block;
		width: 90%;
		text-align: center;
	}
	.info hr {
		border: 0;
		border-top: 1px dashed #584433;
		width: 100%;
	}
	.copy hr {
		border-top: 3px dotted #ac9be9;
		width: 100%;
	}
	.copy,
	.copy2 {
		text-align: left;
	}
}
