@charset "UTF-8";
body {
 background-image: url(../bg.png);
 font-size: 12px;
 font-family: 'arial','Hiragino Sans','Meiryo','sana-serif';
 color:darkslategrey;
}
.innerWrap {
  width: 1240px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
h1 {
  text-align: center;
  font-weight: bolder ;
  font-size: 60px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
main h2 {
  text-align: center;
  font-weight:lighter;
  font-size: 40px;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
header {
  background: url(../images/23888599_m.jpg) no-repeat right center/cover;
}
header .innerWrap {
  height: 720px;
  position: relative;
}
header h1 {
  padding-top: 120px;
}
header .scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
header .scroll img {
  margin-top: 8px;
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header nav ul {
  display: flex;
  justify-content: space-around;
  width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}
header nav ul li a:hover {
  text-decoration: underline;
} 
header {
  margin: 0 auto 44px;
  padding: 80px 20px 0;
 }
 h1 {
  text-align: center;
  padding: 20px 0px 16px;
 }
h1 {
 text-align: center;
 padding: 20px 0px 16px;
}
header nav ul {
 display:  flex;
 justify-content: space-around;
  width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}
header nav ul li {
 margin: 0 30px;
}
header nav ul li a {
 font-size: 16px;
 color: #845898;
}
header nav ul li a:hover{
 text-decoration: underline double;
}
div {
 width: 1240px;
 margin: 0 auto 50px;
 display: flex;
 justify-content: space-between;
}
main {
 flex-basis: 920px;
 background-color: #fffafa;
 border-radius: 30px;
 padding: 62px 72px 32px 72px;
 box-shadow: 0px 0px 8px rgba(132, 88, 152, 0.21);
}
aside {
 flex-basis: 284px;
}
aside nav {
  border-radius: 14px;
  background-color:#fffafa ;
  box-shadow: 0px 0px 8px rgba(132, 88, 152, 0.21);
  padding: 24px 28px;
  margin-bottom: 24px;
}
aside nav h2 {
 margin-bottom: 18px;
 font-size: 14px;
 color: #845898;
}
aside nav ul {
 font-size: 12px;
}
.categoryNav ul li {
    list-style-type: square;
    color: #845898;
    margin: 0 0 16px 20px;
  }
  .categoryNav ul li a {
    color: darkslategrey;
  }
  .recentNav ul li {
  border-bottom: 1px solid darkslategrey;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.recentNav ul {
  height: 200px;
  overflow: hidden scroll;
}
  .postdate {
    margin-bottom: 26px;
  }
  .eyecatch {
    margin-bottom: 26px;
  }
  article h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 10px 10px 90px;
  }
  article h3 {
    border-bottom: 2px solid #845898;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    background-image: url(../images/紫陽花13.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px 10px 10px 90px;
}
article section p {
    line-height: 1.6;
    margin-bottom: 24px;
  }
  article section {
    margin-bottom: 50px;
  }
  footer {
    background-color: #845898;
    color: #ffffff;
    text-align: center;
    padding: 14px 10px 20px;
  }