@charset "UTF-8";
/*
Theme Name: 尾嶋好美公式サイト
Theme URI: https://www.ojimayoshimi.com/
Description: 尾嶋好美公式サイトのWordPressテーマです。
Author: Kosho Asaga
Author URI: https://github.com/AsagaKosho
Version: 0.1
*/
body {
  margin: 0;
  background-color: #FFFEF3;
  font-family: zen-maru-gothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #34964B;
}

img {
  height: auto;
  margin: auto;
}

figure.wp-block-image {
  text-align: center;
}

hr.wp-block-separator {
  border-top: 0.5px dashed #34964B;
  border-bottom: 0;
}

header {
  width: 100%;
  height: 80px;
}
header h1 {
  text-align: center;
}
header h1 img {
  height: 64px;
  padding: 8px;
  width: auto;
  max-width: 95%;
}

#eyecatch #mainimage {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #eyecatch #mainimage {
    grid-template-columns: 1fr;
  }
}
#eyecatch #mainimage #title {
  padding: 16px;
  text-align: center;
}
#eyecatch #mainimage #title #titlelogo img {
  width: 200px;
  padding: 16px;
}
#eyecatch #mainimage #mainphoto {
  padding: 16px 0;
  text-align: center;
}
#eyecatch #mainimage #mainphoto img {
  width: 75%;
  height: auto;
  margin: auto;
}
#eyecatch #mainnavcontainer {
  margin-bottom: 16px;
}

.sociallink {
  margin-top: 32px;
}
.sociallink ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 16px;
}
.sociallink ul a {
  text-align: center;
}
.sociallink ul a img {
  width: auto;
  height: 32px;
}

#mainnavcontainer {
  margin-bottom: 16px;
}
#mainnavcontainer ul#mainnav {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #mainnavcontainer ul#mainnav {
    grid-template-columns: 1fr 1fr;
  }
}
#mainnavcontainer ul#mainnav li {
  list-style-type: none;
  padding: 8px;
  text-align: center;
}
#mainnavcontainer ul#mainnav li:first-child {
  padding-left: 0;
}
#mainnavcontainer ul#mainnav li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #mainnavcontainer ul#mainnav li:last-child {
    grid-column: 1/3;
  }
}
#mainnavcontainer ul#mainnav li a {
  color: #34964B;
  text-decoration: none;
}
#mainnavcontainer ul#mainnav li .mainnavillust {
  width: 40px;
  height: auto;
}
#mainnavcontainer ul#mainnav li h2 {
  color: #34964B;
  text-align: center;
  font-size: 1.25rem;
}

#content, #news, #mainnavcontainer, #mainimage, footer {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

#news {
  padding: 32px;
  width: calc(90% - 64px);
  max-width: 600px;
  margin: 32px auto;
  background-color: #fef3ab;
  border-radius: 32px;
}
#news div {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
#news h2 {
  text-align: center;
  color: #34964B;
  font-size: 1.25rem;
}
#news ul {
  padding: 0;
}
#news ul li {
  display: grid;
  grid-template-columns: 120px 1fr;
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: #34964B 1px dotted;
}
@media screen and (max-width: 480px) {
  #news ul li {
    grid-template-columns: 1fr;
  }
}
#news ul li:last-child {
  border: none;
}
#news ul li a {
  color: #34964B;
  font-weight: bold;
}
#news .readmore {
  text-align: center;
}
#news .readmore a {
  color: #34964B;
  font-weight: bold;
}

#archives-list ul {
  padding: 0;
}
#archives-list ul li {
  display: grid;
  grid-template-columns: 120px 1fr;
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: #34964B 1px dotted;
}
@media screen and (max-width: 480px) {
  #archives-list ul li {
    grid-template-columns: 1fr;
  }
}
#archives-list ul li:last-child {
  border: none;
}
#archives-list ul li h2 {
  font-size: medium;
}
#archives-list ul li a {
  color: #34964B;
  font-weight: bold;
}

.page-title {
  color: #34964B;
  font-size: 1.5rem;
}

footer {
  border-top: 0.5px dashed #34964B;
}
footer #mainnavcontainer {
  width: 100%;
}
footer #copyright {
  text-align: center;
  padding: 8px 0;
}/*# sourceMappingURL=style.css.map */