@charset "UTF-8";
body {
  margin-left: auto;
  margin-right: auto;
}
header {
  border-top: 15px solid #DDDDDD;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  margin-bottom: 60px;
}
.logo {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #888888;
  margin-left: 20px;
  font-size: 0.8rem;
  margin-top: 10px;
}
header .logo h1 {
  letter-spacing: 4px;
}
#wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
aside {
  min-width: 160px;
  margin-right: 1%;
  margin-bottom: 30px;
  max-width: 160px;
  width: 10%;
  margin-left: 2%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.9rem;
}
.sub-title {
	border: 1px solid #DDDDDD;
	text-indent: 5px;
	color: #888888;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	width: 150px;
	letter-spacing: 3px;
	font-size: small;
}
.sub-title a {
  display: block;
  color: #888888;
  text-decoration: none;
}
.sub-title a:hover {
	color: #003F8E;
}
.sub-title2 {
  color: #888888;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  width: 150px;
  text-indent: 5px;
}
.sub-menu {
  list-style-type: none;
  color: #888888;
  line-height: 30px;
  letter-spacing: -2px;
  width: 150px;
  margin-top: 5px;
  text-indent: 5px;
}
.sub-menu li {
  color: #888888;
  width: 150px;
}
.sub-menu li a {
  text-decoration: none;
  display: block;
  color: #888888;
  /*border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;*/
}
.sub-menu li a:hover {
	color: #003F8E;
  /*background-color: #DDDDDD;
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(221, 221, 221, 1.00) 100%);*/
}
main {
  width: 75%;
  margin-left: 2%;
}
.page-title {
	color: #F374B8;
	margin-bottom: 30px;
	font-size: small;
	width: 150px;
	height: 32px;
	text-indent: 5px;
	border: 1px solid #F374B8;
	line-height: 32px;
	letter-spacing: 3px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	margin-top: 5px;
}
#wrapper main .about-1 {
	color: #F374B8;
	margin-bottom: 10px;
	width: 95%;
	line-height: 30px;
	text-align: justify;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
}
#wrapper main .about-2 {
	color: #F374B8;
	width: 95%;
	text-align: justify;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 12px;
	margin-left: 5px;
}
.container {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin-top: 50px;
}
.item {
	height: 200px;
	margin-right: 10px;
	width: 250px;
}
.item-2 {
	height: 230px;
	margin-right: 10px;
	width: 250px;
}
.book {
  filter: drop-shadow(5px 5px 5px #AAAAAA);
}
footer {
  text-align: center;
  color: #888888;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  font-size: 0.9rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  height: 50px;
}

@media( max-width : 600px ){
  header {
    text-align: center;
    margin-bottom: 5px;
  }
}