span {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

table {
  border: 3px solid #333;
  font-family: "Shippori Antique B1", sans-serif;
}

header figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	margin: 0;
}

header figure img {
	width: 100%;
	height: 80%;
	object-fit: cover;
}

h3 {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

nav {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}


p {
　font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
}

p2 {
　font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
}


.jikan {
  letter-spacing: 0.4em;
}

/*clearfix*/	
.clearfix, .CardList article {
    zoom: 1;
}
.clearfix:after, .CardList article:after {
content: "";
display: block;
clear: both;	
}

.oneThird div{
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
}
.oneThird div:last-child {
    margin-right: 0;
}


/* カードの横レイアウト */
.CardList article img {
width: 30%;
height: 30%;
margin: 0;
padding: 0 15px;
float: left;
}
.CardList article h3 {
text-align: left;
font-size: 150% ;
margin: 0;
padding-left: 15px;
}
.CardList article p {
text-align: left;
line-height: 2.0em;
padding: 0 15px;
margin: 0;
}

.harf div{
    float: left;
    width: 49.375%;
    margin-right: 1.25%;
}
.harf div:last-child {
    margin-right: 0;
}