@charset "UTF-8";
/*!
* Theme Name: voyager
* Description:テーマの説明
* Theme URI: テーマの URL
* Author: 名無し
* Author URI: 作った人の URL
* Version: バージョン
* License: ライセンス
* License URI: ライセンスの URL
*/
@import url("https://fonts.googleapis.com/css2?family=Playwrite+FR+Moderne:wght@100..400&family=Zen+Maru+Gothic:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

/* 日本語400or700 */
/* 太さ100〜400 */
html {
  font-size: 62.5%;
  cursor: crosshair;
}

body {
  min-height: 100vh;
  color: #525279;
  position: relative;
  z-index: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url(images/header.png) no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/back.jpg) repeat left top/25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/* body */
a {
  text-decoration: none;
}
a:hover {
  cursor: help;
}

/* a */
ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ============================== ▼▼▼ ヘッダー ▼▼▼ ============================== */
header {
  padding-top: 25px;
  text-align: center;
}
header h1 {
  font-size: 2rem;
  font-family: "Playwrite FR Moderne", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header h1 a {
  color: #525279;
}
header {
  /* h1 */
} /* header */
/* ============================== ▲▲▲ ヘッダー ▲▲▲ ============================== */
/* ============================== ▼▼▼ メイン ▼▼▼ ============================== */
main {
  padding: 40px 0 70px;
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
main nav.sidebar {
  width: 20%;
  margin-right: 3%;
}
main nav.sidebar h1 {
  border-bottom: 1px solid #525279;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
main nav.sidebar h1 ~ h1 {
  margin-top: 25px;
}
main nav.sidebar {
  /* h1 */
}
main nav.sidebar ul li {
  font-size: 1.4rem;
  line-height: 1.5;
}
main nav.sidebar ul li ~ li {
  margin-top: 3px;
}
main nav.sidebar ul li::before {
  content: "★ ";
  color: #b69fdb;
}
main nav.sidebar ul li a {
  color: #525279;
}
main nav.sidebar ul li ul.children {
  margin-left: 1.3em;
  margin-top: 3px;
}
main nav.sidebar ul li ul.children li::before {
  content: "― ";
  color: #b69fdb;
}
main nav.sidebar ul li ul.children { /* li */ }
main nav.sidebar ul li {
  /* ul.children */
}
main nav.sidebar ul {
  /* li */
}
main nav.sidebar {
  /* ul */
}
main {
  /* nav.sidebar */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main nav.sidebar {
    width: 100%;
    margin: 25px 0 0;
  }
}
main article {
  width: 87%;
  /* ---------- ▽▽▽ 記事一覧 ▽▽▽ ---------- */
}
main article section.loop {
  display: flex;
  flex-wrap: wrap;
}
main article section.loop div {
  width: 32%;
  margin-right: 2%;
}
main article section.loop div:nth-of-type(3n) {
  margin-right: 0;
}
main article section.loop div:nth-of-type(n+4) {
  margin-top: 15px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main article section.loop div:nth-of-type(3n) {
    margin-right: 2%;
  }
  main article section.loop div:nth-of-type(2n) {
    margin-right: 0;
  }
  main article section.loop div:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
main article section.loop div a {
  display: block;
  background: #fff;
  box-shadow: rgba(147, 104, 170, 0.3) 3px 3px 3px;
  padding: 12px;
  color: #525279;
}
main article section.loop div a .image {
  width: 100%;
  aspect-ratio: 1/0.65;
  overflow: hidden;
  position: relative;
}
main article section.loop div a .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main article section.loop div a {
  /* .image */
}
main article section.loop div a h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 3px;
}
main article section.loop div a p {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
main article section.loop div a p::before {
  content: "―";
}
main article section.loop div a {
  /* p */
}
main article section.loop div a time {
  font-size: 1.2rem;
  opacity: 0.5;
}
main article section.loop div a:hover .image, main article section.loop div a:hover h2, main article section.loop div a:hover p {
  opacity: 0.8;
}
main article section.loop div a {
  /* &.hover */
}
main article section.loop div {
  /* a */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main article section.loop div a {
    padding: 10px;
  }
}
main article section.loop {
  /* div */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main article section.loop div {
    width: 49%;
  }
}
main article {
  /* section.loop */
  /* ---------- △△△ 記事一覧 △△△ ---------- */
}
main article .pagination {
  margin-top: 35px;
}
main article .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main article .pagination .nav-links span, main article .pagination .nav-links a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  font-size: 1.4rem;
}
main article .pagination .nav-links span {
  border: 1px solid #525279;
  background: #525279;
  color: #fff;
}
main article .pagination .nav-links span.dots {
  border: none;
  background: none;
  color: #525279;
}
main article .pagination .nav-links {
  /* span */
}
main article .pagination .nav-links a {
  border: 1px solid #525279;
  background: #fff;
  color: #525279;
}
main article .pagination .nav-links span + a, main article .pagination .nav-links a + a, main article .pagination .nav-links a + span {
  margin-left: 5px;
}
main article .pagination .nav-links a + .dots, main article .pagination .nav-links .dots + a {
  margin-left: 0;
}
main article .pagination {
  /* .nav-links */
}
main article {
  /* .pagination */
  /* ---------- ▽▽▽ 記事個別ページ ▽▽▽ ---------- */
}
main article section.single {
  background: #fff;
  box-shadow: rgba(147, 104, 170, 0.3) 3px 3px 3px;
  padding: 20px;
}
main article section.single h1 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3px;
}
main article section.single .cate_time {
  border-bottom: 1px solid #525279;
  padding-bottom: 10px;
}
main article section.single .cate_time .category {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
main article section.single .cate_time .category::before {
  content: "―";
}
main article section.single .cate_time {
  /* .category */
}
main article section.single .cate_time time {
  font-size: 1.2rem;
  opacity: 0.5;
}
main article section.single {
  /* .cate_time */
}
main article section.single .contents {
  margin-top: 25px;
}
main article section.single .contents img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
main article section.single .contents p + p {
  margin-top: 1.5em;
}
main article section.single .contents p + img, main article section.single .contents img + p {
  margin-top: 20px;
}
main article section.single .contents img + img {
  margin-top: 10px;
}
main article section.single {
  /* .contents */
}
main article {
  /* section.single */
}
main article a.blog_all {
  display: block;
  font-size: 1.4rem;
  width: 8em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #525279;
  color: #fff;
  margin: 25px auto 0;
}
main article {
  /* ---------- △△△ 記事個別ページ △△△ ---------- */
}
main {
  /* article */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main article {
    width: 100%;
  }
  main { /* article */ }
}

/* main */
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main {
    display: block;
  }
}
/* ============================== ▲▲▲ メイン ▲▲▲ ============================== */
/* ============================== ▼▼▼ フッター ▼▼▼ ============================== */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.2rem;
}

/* ============================== ▲▲▲ フッター ▲▲▲ ============================== *//*# sourceMappingURL=style.css.map */