@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100vh;
}
body {
  line-height: 32px;
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Calibri, sans-serif;
  font-size: 16px;
  font-weight: 200;
  background-color: #fff;
}
picture {
  display: block;
  line-height: 0;
}
.gothic {
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Calibri, sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.serif {
  font-family: 'Noto Serif JP';
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
body:not(.custom-background-image):before {
  display: none;
}
body:not(.custom-background-image):after {
  display: none;
}
.site {
  margin: 0;
}
.site-content {
  padding: 0 20px;
}
@media screen and (min-width: 56.875em) {
  .site-content {
    padding: 0 4.5455%;
  }
}
.site-header {
  padding: 20px 40px;
  border-bottom: 5px solid #333;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .site-header {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
.site-branding,
.site-header-menu,
.header-image {
  margin: 0;
}
.page-header {
  padding-top: 0;
  border-top: 0;
}
.widget {
  border-top: 0;
  padding-top: 0;
}
.sidebar,
.widecolumn {
  padding: 0;
}
.sidebar .wp-block-group .wp-block-heading {
  padding-bottom: 20px;
  border-bottom: 5px solid #333;
}
#wp-calendar a {
  text-decoration: underline;
}
.site-footer {
  padding: 10px 40px;
  background: #ccc;
  display: block;
}
.site-footer .site-title:after {
  display: none;
}
.site-info {
  text-align: center;
  line-height: 1em;
  margin: unset;
}
body:not(.search-results) article:not(.type-page) .entry-content {
  float: unset;
  width: 100%;
}
.entry-header {
  margin-bottom: 60px;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
  margin-left: 0;
  margin-right: 0;
}
.post_meta {
  border-bottom: 3px solid #333;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.post_meta time {
  display: inline-block;
  font-size: 12px;
  background: #333;
  color: #fff;
  padding: 0.5em 1em;
}
.post_meta .post-categories {
  display: flex;
  column-gap: 15px;
}
.post_meta .post-categories li a {
  padding: 0.25em 1em;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1em;
  transition: all 0.3s linear;
}
.post_meta .post-categories li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.entry-content > * {
  margin-bottom: 32px;
}
.site-main article {
  margin-bottom: 120px;
}
.site-main article:last-child {
  margin-bottom: 0;
}
.entry-footer {
  text-align: right;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: unset;
}
.post-navigation a {
  transition: all 0.3s linear;
}
.post-navigation a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.post-navigation a:hover .post-title {
  color: unset;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
  float: unset;
  width: 100%;
  border-top: 1px solid #333;
  padding-top: 20px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  text-decoration: none;
}
.pagination {
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Calibri, sans-serif;
}
.site-description {
  display: block;
}
.mv {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .mv {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
