@charset "UTF-8";

html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  padding: 0;
  margin: 20px;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.6em;
  font-family: "Newsreader", "Noto Serif JP", serif;
  letter-spacing: 0.3rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  scroll-behavior: smooth;
}

::selection {
  background-color: #00ff01;
  color: #000;
}

a {
  color: #555;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #555;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.8rem;
}

a:hover {
  color: #00ff01;
  text-decoration-color: #00ff01;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3.5rem;
}

h5 {
  font-size: 3rem;
}

h6 {
  font-size: 2.5rem;
}

.row {
  max-width: 1040px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

header {
  font-weight: 800;
  display: flex;
  top: 0;
  z-index: 1;

  a {
    color: #000;
    text-decoration: none;

    h3 {
      display: inline-block;
      position: relative;
      text-decoration: none;
    }

    h6 {
      position: relative;
      text-decoration: none;
      margin-top: 10px;
    }
  }

  a:hover {
    color: #aaa;
  }

  a:hover:before {
    transform: scale(1);
  }

}

.about {
  margin-top: 100px;
  width: 100%;

  p.honbun {
    margin-top: 30px;
    letter-spacing: 0.1rem;
    line-height: 4rem;
    font-size: 2rem;
    font-weight: 600;
  }

  p.sub {
    margin-top: 30px;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  img {
    margin: 25px 10px 0 0;
    width: 20px;
    height: auto;
  }

  .ex-link {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    a {
      display: inline-block;
      width: auto;
      align-self: flex-start;
    }
  }
}

.post {
  border-top: #000 1px solid;
  margin-top: 50px;

  h4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .post-contents {
    margin-bottom: 100px;
    display: flex;

    .post-left {
      width: 30%;

      h5 {
        margin-bottom: 20px;
      }
    }

    .post-right {
      width: 70%;
      padding-left: 20px;

      p {
        letter-spacing: 0.1rem;
        line-height: 3.6rem;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 20px;
      }

      img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
      }
    }
  }
}

.page-post {
  border-top: #000 1px solid;
  margin-top: 50px;
  padding: 50px 0 0 0;

  h4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  img {
    max-width: 500px;
    min-width: 250px;
  }

  .post-contents {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;

    .post-left {
      width: 100%;

      h5 {
        margin-bottom: 20px;
      }
    }

    .post-right {
      width: 100%;
      margin-top: 20px;

      p {
        letter-spacing: 0.1rem;
        line-height: 3.6rem;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 40px;
      }

      img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
      }
    }
  }
}

.pg {
  ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

/* ----------- page-about ----------- */

.page-about-post {
  border-top: #000 1px solid;
  margin-top: 50px;

  h4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .post-contents {
    margin-bottom: 100px;
    display: flex;

    .post-left {
      width: 30%;

      h5 {
        margin-bottom: 20px;
      }
    }

    .post-right {
      width: 70%;
      padding-left: 20px;

      p {
        letter-spacing: 0.1rem;
        line-height: 3.6rem;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 20px;
      }

      img {
        width: 100%;
        margin-bottom: 20px;
      }

      .wp-block-gallery {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        .wp-block-image {
          width: calc((100% - 10px) / 2);
        }

        img {
          height: auto;
          max-width: 100%;
        }
      }
    }
  }
}

footer {
  width: 100%;
  text-align: center;
  background-color: #fff;
  float: left;
  margin-top: 100px;

  p.top {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
  }
}

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */