html, body {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 25px;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

h6 {
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  margin: 2em 0;
  width: 100%;
}
p {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic;
}
.toc a:hover {
  text-decoration: none;
}
table a {
  color: #b8860b;
}
/*body a,  .post-tags a:before {
    transition: all .1s ease-in-out;
}*/
main img {
  width: 100%;
  height: auto;
}
footer img {
  height: auto;
}
figure {
  margin: 0;
}

body {
  margin: 0;
}

header.black {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #000;
  border-bottom: 1px solid #444;
}
header.black h1 {
  margin: 0;
}

.pc-hide {
    display: none !important;
}
.container{
  margin-left: 10px;
  margin-right: 10px;
}
.section-inner {
  width: 1200px;
  max-width: 88%;
  margin: 0 auto;
}
.wrapper {
  position: relative;
}

.content {
/*  width: 80%;*/
}


.single-post .post-header {
    margin-bottom: 40px;
}
.post-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  line-height: 135%;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
  -ms-word-break: break-word;
  word-break: break-word;
  margin-top: 48px;
}
.single-post .post-title {
  width: 100%;
  font-size: 2.5em;
  line-height: 135%;
  font-weight: 900;
}

.post-meta {
  color: #888;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 120%;
  margin: 6px 0 0 0;
}
.single-post .post-meta {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 1rem;
  color: #999;
}

.post-image {
  margin-bottom: 25px;
  position: relative;
}

.post-image > a,
.post-image img {
  display: block;
}
.single-post .post-image {
  display: block;
  clear: both;
  margin-bottom: 40px;
}

.post-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
}
.post-content > *:first-child {
  margin-top: 0;
}
.post-content p, .post-content li {
  line-height: 1.7;
}
.post-content h1,
.post-content h2,
.post-content h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.entry-content {
  counter-reset: footnotes;
}
.toc {
  margin-left: 10%;
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em;
}
.wp-caption-text, .gallery-caption, figcaption {
  color: #444;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 130%;
  margin: 12px auto 0;
  text-align: center;
}

.wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
  justify-content: center;
}

:root .has-regular-font-size, :root .has-normal-font-size {
  font-size: 1em;
}

.post-content > *:last-child {
  margin-bottom: 0;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex>* {
    margin: 0;
}
.wp-block-archives, .wp-block-button, .wp-block-buttons, .wp-block-calendar, .wp-block-categories, .wp-block-code, .wp-block-columns, .wp-block-cover, .wp-block-cover-image, .wp-block-embed, .wp-block-file, .wp-block-gallery, .wp-block-group, .wp-block-image, .wp-block-latest-comments, .wp-block-latest-posts, .wp-block-media-text, .wp-block-preformatted, .wp-block-pullquote, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-search, .wp-block-social, .wp-block-tag-cloud, .wp-block-verse, .wp-block-video {
  margin-bottom: 30px;
  margin-top: 30px;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

:where(.is-layout-flex) {
  gap: .5em;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
:root .has-accent-background-color {
  background-color: #b8860b;
}
button, .button, .faux-button, :root .wp-block-button__link, :root .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #b8860b;
}
:root .has-accent-background-color {
  background-color: #0093C2;
}
:root .has-background {
  background-color: #272F38;
}
button, .button, .faux-button, :root .wp-block-button__link, :root .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 16px 20px;
  margin: 0;
  border: none;
  border-radius: 2px;
  background: #C1A06C;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.has-text-align-center {
  text-align: center;
}
.wp-element-button {
  cursor: pointer;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}

.wp-element-button a {
  color: #b8860b;
}

th, td {
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #DDD;
}

footer.footer {
  background-color: #000000;
  color: #fff;
  margin-top: 40px;
}
footer.footer .footer-inner {
  background-color: #000000;
    max-width: 1170px;
    width: 101%;
}

.footer-inner {
  width: 1170px;
  margin: auto;
  padding: 30px 0 30px;
  font-family: Raleway, Verdana, Arial, sans-serif;
}
footer.footer .footer-inner div.pc-footer-logo {
  margin-left: 30px;
  margin-bottom: 20px;
}

.footer .logo {
  margin: 0 0 60px 20px;
}

footer.footer .footer-inner .footer-nav {
  padding-top: 50px;
  margin-bottom: 50px;
}
.footer-nav {
  border-top-color: #fff;
}
.footer-nav {
  padding: 40px 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  font-size: 14px;
}
footer.footer .footer-inner div.icons {
  margin: 0px 0px 20px 30px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-nav li {
  float: left;
  margin-right: 45px;
}
.footer-nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.copyright {
  margin-left: 20px;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 1em;
  font-weight: 600;
}
footer.footer .footer-inner .copyright {
  font-size: 13px;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none;
}
:root .has-white-background-color {
    background-color: #fff;
}
.wp-container-core-buttons-layout-10.wp-container-core-buttons-layout-10 {
    justify-content: center;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50
 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
@media (min-width: 782px) {
    .wp-block-columns{
        flex-wrap: nowrap !important;
    }
}
.wp-block-column
 {
    padding: 0 5px;
}
.wp-block-column
 {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.footer hr {
   margin-left: 20px;
  margin-right: 30px;
  border: none;
  height: 2px;
  background-color: rgb(115, 107, 96);
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}
.logo-contact-items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.contact-items{
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-items a {
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.contact-items a:hover {
  text-decoration: underline;
}

.copyright-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links{
  padding-right: 30px;
}

.links a {
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.links a:hover {
  text-decoration: underline;
}

.contact-items .link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}

.contact-items .link-item svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
}

.pc-footer-logo {
  flex-shrink: 0;
}

.contact-items {
  flex-shrink: 0;
}
html, body {
  overflow-x: hidden;
}

.button-group {
  display: grid;
  grid-template-columns: auto;
  margin: 0 auto;
  max-width: 100%;
  width: max-content;
}

.button-group > .wp-block-buttons {
  justify-self: stretch;
}

.button-group .wp-block-button__link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}


@media (max-width: 768px) {
  hr {
    display: none;
  }

  footer .footer-inner .logo-contact-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  footer .footer-inner .logo-contact-items .pc-footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 18px 0 2px;q
    text-align: center;
    box-sizing: border-box;
    transform: translateX(-24px);
  }

  footer .footer-inner .logo-contact-items .pc-footer-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  footer .footer-inner .logo-contact-items .contact-items {
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    transform: translateX(-15px)
  }

  footer .footer-inner .logo-contact-items .contact-items .link-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    line-height: 1;
  }

  footer .footer-inner .logo-contact-items .contact-items .link-item svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
  }

  footer .footer-inner .icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transform: translateX(-33px);
  }

  footer .footer-inner .icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 20px;
    padding: 0;
    box-sizing: border-box;
    line-height: 0;
    text-decoration: none;
  }

  footer .footer-inner .icons a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
  }

  footer .footer-inner .copyright-links {
    border-top: 1px solid rgba(115,107,96,1);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px 0 0;
    text-align: center;
    gap: 8px;
    box-sizing: border-box;
  }
  footer .footer-inner .copyright-links .copyright{
    transform: translateX(-15px)
  }

  footer .footer-inner .copyright-links .links {
    border-bottom: 1px solid rgba(115,107,96,1);
    padding-bottom: 20px;
  }

  .button-group {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .button-group .wp-block-buttons,
  .button-group .wp-block-button__link {
    width: 100%;
    display: block;
  }
  .wp-block-buttons {
    display: block !important;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 100% !important;
    display: block;
  }
   footer .footer-inner .logo-contact-items .contact-items::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(115,107,96,1);
    margin-left:25px;
  }
}
