@charset "utf-8";

html{
	font-family: "Shippori Mincho B1", serif;
	color: #333333;
	background-color: #e3dfdc;
	align-items: center;
	text-align: center;
}
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
ul, nav{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}
a:hover{
	opacity: 1;
}

.fcgld{
	color: #ccaa6b;
}

.fcblk{
	color: #333333;
}

.fcred{
	color: #8d001d;
}

.fcgreen{
	color: #759488;
}
.copyright{
	font-size: 0.5em;
	text-align: center;
}

/* 枠線 */
html:before {
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border:15px solid #759488;
}

body{
	padding: 10%;
}

h3{
	font-size: 0.9em;
}
.main-logo{
	margin-bottom: 5%;
	width: 30%;
}

@media (max-width: 599px) {
	.main-logo{
	margin-bottom: 5%;
	width: 60%;
}
}

.info{
	margin-top: 5%;
}
.contact{
	margin-top: 5%;
}
.copyright{
	margin-top: 10%;
}