@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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #333;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.news-category-txt {
  color: #555555;
}

.blog-category-txt {
  color: #555555;
}

.event-category-txt {
  color: #555555;
}

.review-category-txt {
  color: #555555;
}

.column-category-txt {
  color: #555555;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222222;
  margin: 0;
  padding: 0;
}

a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}

.bi-twitter {
  color: #222222;
}

.bi-envelope {
  color: #222222;
}

.post-content {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  padding: 1.2rem 0;
}
.post-content h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2em 0 1em 0;
}
.post-content h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5em 0 1em 0;
}
.post-content p {
  margin: 1em 0 1.3em 0;
}
.post-content ol,
.post-content ul {
  margin: 0 0 1.3em 1.2em;
  padding-left: 1em;
}
.post-content li {
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  font-size: 1em;
}
.post-content strong {
  font-weight: bold;
}
.post-content ul {
  list-style: disc outside;
}
.post-content ol {
  list-style: decimal outside;
}
@media (max-width: 600px) {
  .post-content {
    font-size: 0.98rem;
    padding: 0.5rem 0.1rem;
  }
  .post-content h2 {
    font-size: 1rem;
    margin: 1.4em 0 1em 0;
  }
}

.wpcf7-form {
  padding: 24px 0px;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.wpcf7-form label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text, .wpcf7-form .wpcf7-form-control.wpcf7-email, .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 90%;
  font-size: 1rem;
  padding: 11px 14px;
  border: 1px solid #dadada;
  border-radius: 7px;
  background: #fafbfc;
  box-shadow: none;
  outline: none;
  margin-bottom: 14px;
  transition: border-color 0.2s;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form .wpcf7-form-control.wpcf7-email:focus, .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #888;
  background: #fff;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 90%;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 13px 0;
  border: none;
  border-radius: 7px;
  background: #ededed;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.05em;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus {
  background: #e0e0e0;
}
.wpcf7-form p {
  margin-bottom: 18px;
}
.wpcf7-form .screen-reader-response,
.wpcf7-form .wpcf7-response-output,
.wpcf7-form .wpcf7-spinner {
  margin-top: 0;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}
.site-header .header-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-inner .logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
}
.site-header .header-inner .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.site-header .header-inner .logo a .sword-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  color: #777;
}
.site-header .header-inner .logo a .logo-text {
  display: inline-flex;
}
.site-header .header-inner .logo a .logo-text .magazine {
  color: #222222;
  margin-left: 4px;
}
.site-header .header-inner .header-actions {
  display: flex;
  gap: 15px;
  position: relative;
}
.site-header .header-inner .header-actions a,
.site-header .header-inner .header-actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 25px;
  padding: 0;
}
.site-header .header-inner .hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.site-header .category-nav {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}
.site-header .category-nav a {
  margin-right: 8px;
  color: #222222;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  display: none;
  overflow-y: auto;
}
#mobile-menu *,
#mobile-menu *::before,
#mobile-menu *::after {
  box-sizing: border-box;
}
#mobile-menu .mobile-menu-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#mobile-menu #menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}
#mobile-menu nav ul,
#mobile-menu nav .menu,
#mobile-menu nav .menu-item {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
#mobile-menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#mobile-menu nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #222222;
  padding: 4px 0;
}
#mobile-menu .mobile-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#mobile-menu .mobile-categories li a {
  display: block;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #222222;
  padding: 4px 0;
}
#mobile-menu form {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
#mobile-menu form input[type=search] {
  flex: 1;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
}
#mobile-menu form button {
  padding: 6px 10px;
  font-size: 14px;
  background: #444444;
  color: #fff;
  border: none;
  cursor: pointer;
}
#mobile-menu a {
  font-size: 15px;
  color: #222222;
  text-decoration: none;
}

#mobile-menu {
  background: #ffffff;
  padding: 20px;
  display: none;
}
#mobile-menu a {
  display: block;
  padding: 8px 0;
}

.content-wrapper {
  max-width: 1024px;
  margin: 50px auto;
  display: flex;
  gap: 30px;
}
.content-wrapper .content-main {
  flex: 3;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
}
.content-wrapper .content-main .bg-image {
  position: absolute;
  opacity: 0.2;
}
.content-wrapper .content-main .bg-image.bg-top01 {
  right: 0;
  top: 0;
  width: 300px;
  height: auto;
}
.content-wrapper .content-main .bg-image.bg-top02 {
  left: 0;
  bottom: 0;
  width: 300px;
  height: auto;
}
.content-wrapper .content-main .post-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-wrapper .content-main .post-card {
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.content-wrapper .content-main .post-card .post-category {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 6px;
  background: none;
  padding: 0;
}
.content-wrapper .content-main .post-card .post-title {
  font-size: 20px;
  margin: 0 0 10px;
}
.content-wrapper .content-main .post-card .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
}
.content-wrapper .content-main .post-card .post-tags a {
  background: #eee;
  color: #222222;
  font-size: 12px;
  padding: 2px 6px;
}
.content-wrapper .content-main .post-card .post-date {
  font-size: 12px;
  color: #888;
}
.content-wrapper .content-main .single-post .post-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.content-wrapper .content-main .single-post .post-meta-row .post-meta-category {
  display: flex;
  gap: 8px;
}
.content-wrapper .content-main .single-post .post-meta-row .post-meta-category a {
  font-size: 14px;
  text-decoration: none;
  background: none;
  padding: 0;
}
.content-wrapper .content-main .single-post .post-meta-row .post-meta-date {
  font-size: 13px;
  color: #888;
}
.content-wrapper .content-main .single-post .post-title {
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 15px;
}
.content-wrapper .content-main .single-post .post-share {
  margin-bottom: 15px;
}
.content-wrapper .content-main .single-post .post-share a {
  color: #222222;
  padding: 5px 10px;
}
.content-wrapper .content-main .single-post .post-excerpt {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px;
  background: #f5f5f5;
}
.content-wrapper .content-main .single-post .post-tags {
  margin-bottom: 20px;
}
.content-wrapper .content-main .single-post .post-tags ul {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
}
.content-wrapper .content-main .single-post .post-tags ul li {
  background: #eee;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
  color: #222222;
}
.content-wrapper .content-main .single-post .post-content {
  margin-bottom: 30px;
}
.content-wrapper .content-main .related-posts {
  margin-top: 30px;
}
.content-wrapper .content-main .related-posts h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}
.content-wrapper .content-main .related-posts ul {
  list-style: none;
  padding: 0;
}
.content-wrapper .content-main .related-posts ul li {
  margin-bottom: 8px;
}
.content-wrapper .content-main .pagination {
  margin-top: 30px;
}
.content-wrapper .content-main .pagination a {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.content-wrapper .site-sidebar {
  flex: 1;
  font-size: 14px;
}
.content-wrapper .site-sidebar .sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.content-wrapper .site-sidebar .image-area img {
  width: 100px;
  height: auto;
}
.content-wrapper .site-sidebar .widget {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
}
.content-wrapper .site-sidebar .widget .widget-title {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
}
.content-wrapper .site-sidebar .widget form {
  display: flex;
  gap: 5px;
}
.content-wrapper .site-sidebar .widget form input[type=search] {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.content-wrapper .site-sidebar .widget form button {
  padding: 6px 10px;
  background: #444444;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

#search-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

#header-search-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  width: 90%;
  max-width: 400px;
}
#header-search-form form {
  display: flex;
  flex-direction: column;
}
#header-search-form form input[type=search] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#header-search-form form button[type=submit] {
  width: 100%;
  padding: 8px;
  cursor: pointer;
}
#header-search-form #search-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.comments-area {
  margin-top: 40px;
  background: #ffffff;
}
.comments-area .comments-title {
  font-size: 16x;
  font-weight: bold;
  margin-bottom: 20px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list > li.comment {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.comments-area .comment-list > li.comment .comment-body {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comments-area .comment-list > li.comment .comment-body .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.comments-area .comment-list > li.comment .comment-body .comment-author.vcard .fn {
  font-weight: bold;
  color: #222222;
}
.comments-area .comment-list > li.comment .comment-body .comment-author.vcard .says {
  font-size: 13px;
  color: #777;
}
.comments-area .comment-list > li.comment .comment-body .comment-meta.commentmetadata {
  font-size: 12px;
  color: #888;
}
.comments-area .comment-list > li.comment .comment-body .comment-meta.commentmetadata a {
  color: #888;
  margin-right: 10px;
  text-decoration: none;
}
.comments-area .comment-list > li.comment .comment-body .comment-meta.commentmetadata a:hover {
  color: #444444;
}
.comments-area .comment-list > li.comment .comment-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
.comments-area .comment-list > li.comment .comment-body .reply {
  margin-top: 6px;
}
.comments-area .comment-list > li.comment .comment-body .reply a.comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f5f5;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
  color: #222222;
  text-decoration: none;
  transition: background 0.2s ease;
}
.comments-area .comment-list > li.comment .comment-body .reply a.comment-reply-link:hover {
  background: white;
}
.comments-area .comment-list > li.comment .comment-body .reply a.comment-reply-link i {
  font-size: 12px;
}
.comments-area .comment-list > li.comment > ol.children {
  list-style: none;
  margin: 15px 0 0 20px;
  padding: 0;
  border-left: 2px solid #ddd;
}
.comments-area .comment-list > li.comment > ol.children > li.comment {
  margin-bottom: 15px;
  padding-left: 10px;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-author.vcard .fn {
  font-weight: bold;
  color: #222222;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-author.vcard .says {
  font-size: 13px;
  color: #777;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-meta.commentmetadata {
  font-size: 12px;
  color: #888;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-meta.commentmetadata a {
  color: #888;
  margin-right: 10px;
  text-decoration: none;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .comment-meta.commentmetadata a:hover {
  color: #444444;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .reply {
  margin-top: 6px;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .reply a.comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f5f5;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
  color: #222222;
  text-decoration: none;
  transition: background 0.2s ease;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .reply a.comment-reply-link:hover {
  background: white;
}
.comments-area .comment-list > li.comment > ol.children > li.comment .comment-body .reply a.comment-reply-link i {
  font-size: 12px;
}
.comments-area .comment-navigation {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.comments-area .comment-navigation .nav-previous,
.comments-area .comment-navigation .nav-next {
  font-size: 14px;
}
.comments-area .comment-navigation .nav-previous a,
.comments-area .comment-navigation .nav-next a {
  color: #222222;
}
.comments-area .comment-navigation .nav-previous a:hover,
.comments-area .comment-navigation .nav-next a:hover {
  opacity: 0.6;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond #reply-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 4px solid #444444;
  padding-left: 10px;
}
.comments-area .comment-respond form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.comments-area .comment-respond form p {
  margin: 0;
}
.comments-area .comment-respond form input[type=text],
.comments-area .comment-respond form textarea {
  width: 97%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #f5f5f5;
}
.comments-area .comment-respond form input[type=text]:focus,
.comments-area .comment-respond form textarea:focus {
  border-color: #444444;
  outline: none;
  background: #fff;
}
.comments-area .comment-respond form textarea {
  min-height: 120px;
}
.comments-area .comment-respond form .form-submit {
  margin-top: 10px;
}
.comments-area .comment-respond form .form-submit input[type=submit] {
  background: #444444;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.comments-area .comment-respond form .form-submit input[type=submit]:hover {
  opacity: 0.8;
}

.site-footer {
  background: #ffffff;
}
.site-footer .footer-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
}
.site-footer .footer-inner .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.site-footer .footer-inner .footer-links li {
  position: relative;
  padding: 0 8px;
}
.site-footer .footer-inner .footer-links li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #aaa;
}
.site-footer .footer-inner .footer-links li a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content-main,
.content-wrapper .site-sidebar {
    flex: auto;
  }
  .site-header .sticky-sidebar {
    position: static;
    top: auto;
  }
  .site-header .header-inner {
    flex-wrap: wrap;
  }
  .site-header .header-inner .hamburger {
    display: block;
  }
  .site-header .header-inner .header-nav,
.site-header .header-inner .header-actions {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
}