/* =========================================================
   マチオタブログ 完成版CSS
   2026年7月 改良版
========================================================= */


/* =========================================================
   はてなブログ テーマ
========================================================= */

/* <system section="theme" selected="17391345971653699552"> */
@charset "UTF-8";
@import url(https://kazesawa.github.io/css/webfont.css);

/*
  Theme: マテリアルぽっぷ
  Author: mamegoro
  Author URI: https://www.mamegoro.com/
  Version: 1.0.0
  Responsive: yes
  License: GNU General Public License //自由ソフトウェアファウンデーションライセンスhttps://www.gnu.org/philosophy/free-sw.ja.html
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description:
    カード型デザインのブログテンプレートです。
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}



/* ===============
  全体設定
=============== */
*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Kazesawa-Semibold';
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break:break-all; 
  word-wrap:break-word; 
  color: #33403d;
  background: #f5f5f5;
}
a {
  outline:none;
  text-decoration: none;
  color: #33403d;
}
img,a img {
  border: 0;
  border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1.entry-title {
  font-size: 150%;
  font-family: 'Kazesawa-Extrabold';
  transform: skewX(-10deg);
}
b, strong {
  font-family: 'Kazesawa-Extrabold';
}

/* ===============
  グローバルヘッダー(proで非表示にしている場合は削除してOK)
=============== */
#globalheader-container {
  background: #fff;
  border-bottom: none;
  -moz-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -o-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  overflow: hidden;
  color: #777;
}
#globalheader-container a {
  color: #777;
}


/* ===============
  ブログタイトルエリア
=============== */
#blog-title {
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
  position: relative;
}
.header-image-only #blog-title {
  background: #fff !important;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    text-align: center;
    width: 100%;
  }
}
#blog-title #title a {
  font-family: "Kazesawa-Extrabold";
  font-size: 90%;
  color: #4f8299;
  /*  text-shadow:0px 2px 3px rgba(0,0,0,.22); */
}
#blog-description {
  font-size: 70%;
  padding: 10px 0 0 0;
  color: #4f8299;
}
@media screen and (max-width:480px) {
  #blog-description {
    padding: 10px 10px 0;
  }
}
h1#title {
  font-size: 2.5em;
}
#top-editarea {
  width: 100%;
  text-align: center;
  background: #fff;
}
#top-box {
  margin-top: 15px;
}
#top-editarea a:hover {
  text-decoration: underline;
}
.top-menu-bar {
  background: #4f8299;
  color: #fff;
  padding: 5px 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
}
.top-menu-bar ul li {
  display: inline-block;
}
.top-menu-bar ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.header-image-enable #blog-title #title a,
.header-image-enable #blog-title #blog-description {
  text-shadow: none;
  color: #4f8299;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0-3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}


/* ===============
  レイアウト
=============== */
#container {
  width: 100%;
}
#content {
  padding: 20px 0px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
}
.page-entry #content {
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  #content {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  #content {
    max-width:100%;
  }
}
.page-index .enable-top-editarea .page-archive #content {
  padding: 30px 0 !important;
}
.page-archive #content {
  padding: 20px 10px 30px;
}
#content-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#wrapper {
  width: 70%;
}
.page-index .enable-top-editarea .page-archive #wrapper,.page-archive #wrapper {
  width: 100%;
}
#main-inner {
  margin-bottom: 45px;
}
.entry-inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .entry-inner,.page-archive .entry-inner {
  margin-bottom: 30px;
}
.page-index .enable-top-editarea .page-archive #box2,.page-archive #box2 {
  width: 100%;
  margin: 0;
}
#box2 {
  width: 30%;
}

#box2-inner {
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  margin-left: 0px;
}
.archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }
  #content-inner {
    margin: 0 15px;
  }
  .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width:768px) {
  .archive-entries {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:480px) {
  #content-inner {
    margin: 0;
  }
}

/* ===============
  TOPページ・Archivesページ
=============== */
.page-archive .archive-entry {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.page-index .enable-top-editarea .page-archive .archive-entry:hover,.page-archive .archive-entry:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.page-archive .entry-thumb {
  position: relative;
  top: 0;
  width: 100%;
  height: 15vw;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:1200px) {
  .page-archive .entry-thumb {
    height: 20vw;
  }
}
@media screen and (max-width:768px) {
  .page-archive .entry-thumb {
    height: 40vw;
  }
}
@media screen and (max-width:480px) {
  .page-archive .entry-thumb {
    height: 50vw;
  }
}
.entry-thumb-link {
  order: 0;
}
.archive-entry-header {
  order: 1;
  padding: 15px 10px 40px;
}
.archive-entry-body {
  order: 2;
}
.page-index .archive-entry-body {
  display: none;
}
.page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  background: #4f8299;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 70%;
  font-weight: bold;
}
.page-index .enable-top-editarea .page-archive .categories a,.page-archive .categories a {
  color: #fff;
}
.page-index .enable-top-editarea .page-archive .categories a:nth-child(n+2),.page-archive .categories a:nth-child(n+2) {
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description,.page-archive .entry-description {
  line-height: 1.1;
  font-size: 80%;
  padding: 0 15px 10px;
  position: relative;
  color: #999;
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description:after,.page-archive .entry-description:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1));
}
.page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
  font-size: 120%;
  line-height: 1.2;
  overflow: hidden;
  transform: skewX(-10deg);
  padding: 0 5px;
}
.page-index .enable-top-editarea .page-archive .archive-date,.page-archive .archive-date {
  position: absolute;
  bottom: 3px;
  right: 15px;
  z-index: 100;
  font-size: 80%;
}
.page-index .enable-top-editarea .page-archive .social-buttons,.page-archive .social-buttons {
  display: none;
}
.page-index .enable-top-editarea .page-archive .pager,.page-archive .pager {
  margin: 0 auto;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: block;
  padding: 10px 45px;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .pager a:hover ,.page-archive .pager a:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.archive-header-category {
  margin: 0;
}
.archive-heading {
  margin-bottom: 20px !important;
  padding: 10px 0 10px 10px;
  font-size: 20px !important;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.archive-entry-tags {
  display: none;
}

/* ===============
  サイドメニュー
=============== */
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
#box2-inner {
  grid-template-columns: 1fr;
}
@media screen and (max-width:1200px) {
  #box2 {
    margin:0 15px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
  }
}
.hatena-module-title {
  background: #ef7b75;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.hatena-module-title a {
  color: #fff;
}
.hatena-module-body {
  padding: 10px 10px 20px;
}
.hatena-module-profile {
  text-align: center;
  margin-bottom: 25px;
  z-index: 0;
  position: relative;
}
.profile-icon-link {
  display: block;
}
.profile-icon {
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.hatena-module-profile .hatena-module-body {
  background: url(//cdn-ak.f.st-hatena.com/images/fotolife/m/mamegoro/20190612/20190612114443.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 50px 0;
  margin: -5px 5px 0;
  z-index: -99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  background-size:cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  color: #666;
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.hatena-module-profile .hatena-module-body span {
  order: 2;
  line-height: 1.2;
}
.hatena-module-body .hatena-follow-button-box {
  position: relative;
  width: 200px;
  height: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}
.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #fff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count {
  border-radius: 20px;
  display: block;
  float: none;
  white-space: nowrap;
}
.hatena-module-body .hatena-follow-button.subscribing {
  color: #fff !important;
  width: 200px;
}
.hatena-module-body .hatena-follow-button.subscribing.hover {
  width: 200px;
}
.hatena-module-body .hatena-follow-button-box:hover {
  color: #fff !important;
  transform: translateY(-5px);
  transition: .3s ease-in-out;
}
.hatena-module-body .hatena-follow-button-box .subscription-count-box {
  display: block;
  position: absolute;
  top: 11px;
  left: 200px;
}
.profile-activities {
  order: 5;
  margin-top: 10px;
  font-size: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-size: 130%;
  font-family: 'Kazesawa-Extrabold';
}
.user-name-paren,.user-name-hatena-id {
  font-size: 12px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 80%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #4f8299;
  margin: 0 5px 0 0;
  color: #4f8299;
  width: 75%;
  height: 45px;
}
.search-module-input::placeholder {
  color: #4f8299;
}
.search-module-button {
  padding: 0 10px;
  margin: 0 0 0 -5px;
  border-radius: 8px;
  border: 1px solid #4f8299;
  background: #4f8299;
  color: #fff;
  width: 20%;
  height: 45px;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .hatena-urllist {
  margin: 0 10px 0 25px;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}
.authors-urllist li {
  margin: 10px 0;
}


/* ===============
  記事ページ・静的ページ
=============== */
.entry-content a {
  color: #4294FF;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
  color: #4f8299;
  line-height: 1.5;
  margin: 50px 0 10px;
  font-family: Segoe UI,Roboto,Kazesawa-Extrabold;
  display: block;
  padding: 5px 10px;
}
.entry-content h2 {
  font-size: 23px;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
}
.entry-content h3 {
  font-size: 22px;
  border-top: double 5px #4f8299;
  border-bottom: double 5px #4f8299;
}
.entry-content h4 {
  font-size: 20px;
  border-bottom: solid 3px #4f8299;
}
.entry-content h5,.entry-content h6 {
  font-size: 20px;
}
.breadcrumb {
  padding: 0 10px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
  line-height: 1.2;
  font-size: 80%;
}
@media screen and (max-width:1200px) {
  .breadcrumb {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width:100%;
  }
}
.page-entry .breadcrumb {
  margin-bottom: 0px;
}
.comment-box{
  position:relative;
  margin:20px 0;
}
.comment-box:before{
  position:relative;
  margin:0 0 45px 0;
  padding: 0 0 10px;
  content:"";
  display:-webkit-flex;
  display:block;
  white-space:nowrap;
}
.comment-box:after{
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  background: #ef7b75;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  content:"コメント";
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.leave-comment-title {
  color: #fff;
  background: #4f8299;
  text-align: center;
  display: block !important;
  padding: 5px 25px;
  font-family: 'Kazesawa-Semibold';
  border-radius: 8px;
  border: 1px solid #4f8299;
  margin: 15px auto 0;
  width: 300px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.leave-comment-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #fff;
  color: #4f8299;
}
.comment li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.comment li .hatena-id-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  margin: 0 15px 15px 0;
  float: left;
}
.comment li .comment-content p {
  font-size: 80%;
  line-height: 1.1;
}
.comment-metadata {
  text-align: right;
  font-size: 80%;
}
.page-entry .entry-content {
  font-size: 115%;
}
.page-entry .entry-content p {
  margin: 5px;
}
.page-entry .entry-content p img {
  margin: 5px 0px;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}
.page-entry .pager-next {
  text-align: right;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #33403d;
  padding: 5px 15px;
  display: block;
  border: 1px solid #4f8299;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  display: block;
  width: 100%;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #4f8299;
  color: #fff;
  display: block;
}
@media screen and (max-width:768px) {
  .page-entry .pager {
    grid-template-columns: 1fr;
    margin: 15px 10px;
  }
}
.entry-header {
  margin: 0 10px 15px;
}
.entry-header .categories a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0px 10px;
  font-size: 70%;
  text-decoration: none;
  color: #fff;
  background: #ef7b75;
  border-radius: 8px;
  font-weight: bold;
}
.table-of-contents{
  border:1px solid  #ef7b7590;
  border-bottom: 10px solid  #ef7b75;
  position:relative;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  border-radius: 8px;
  margin: 10px 0px !important;
}
.table-of-contents ul {
  margin: 0 !important;
}
.table-of-contents li {
  margin: 15px 15px 15px 45px;;
  font-size: 92%;
  line-height: 1.2;
}
.table-of-contents li a{
  text-decoration:none;
  color: #333;
  font-family: Kazesawa-bold;
}
.table-of-contents li a:hover{
  text-decoration:underline;
}
.table-of-contents li ul li{
  margin: 15px 25px;
}
@media screen and (max-width:768px) {
  .table-of-contents li ul li{
    margin: 15px;
  }
}
.table-of-contents:before {
  display: block;
  padding: 5px 15px;
  content: "\f039"" Contents";
  font-family: blogicon;
  color: #fff;
  background:  #ef7b7590;
  border-bottom: 10px solid  #ef7b75;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}
.entry-content ul,.entry-content ol {
  margin: 0 15px 0 35px;
}
blockquote {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  padding: 10px 15px;
  margin: 25px 10px 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
}
blockquote:before {
  content: '“';
  position: absolute;
  font-size: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  color: #fff;
  font-family: 'Kazesawa-Extrabold';
  text-align: center;
  line-height: 1.3;
}
.comment-user-name .comment-user-id .user-name-nickname {
  font-size: 110%;
  display: inline-block;
}
pre {
  color: #000;
  font-size: 12px;
  background-color: #fafafa;
  border: solid 1px #bbbbbb;
  line-height: 120%;
  margin: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 8px;
}
pre a {
  color: #000 !important;
}


/* ===============
  フッター
=============== */
.customized-footer {
  margin-top: 15px;
}
#footer,.customize-footer {
  background: #bfbfbf;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size:70%;
}
#footer a {
  color: #fff;
}
.services {
  margin: 0 auto;
}



/* ===============
  SNSリンクやボタンの設定など
=============== */
.head-sub-area {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}
.top-sns-button {
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.top-sns-button a,.side-sns-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: transparent !important;
}
@media screen and (max-width: 1200px){
  .top-sns-button {
    display: none;
  }
}
.button{
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  background-image: linear-gradient(top, #f4f1ee, #fff);
  border-radius: 50%;
  height: 60px;
  margin: 0 5px 0 0;
  position: relative;
  width: 60px;  
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: 4px solid #e1e2e3;
  box-shadow: 0px -1px 3px 0px #a3a3a3 inset;
  display: inline-block;
}
.button:after{
  color:#BEBEBE;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px;
}
.side-sns-button .button {
  margin: 10px 0 0 0 !important;
}
.sns-bukuma:after{
  content: "B!";
  left:12px;
  top:15px;
  font-family: Verdan;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-twitter:after{
  font-family: blogicon;
  content: "\f035";
  left: 11px;
  top: 13px;
  font-size: 25px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-feed img {
  opacity: .25;
  width: 70%;
  position: absolute;
  top: 7px;
  left: 8px;
}
.sns-rss:after{
  font-family: blogicon;
  content: "\f04e";
  left: 12px;
  top: 11px;
  font-size: 25px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.button:hover{
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.sns-bukuma:hover {
  border:4px solid #afd6ff;
}
.sns-twitter:hover {
  border:4px solid #b0f2ee;
}
.sns-feed:hover {
  border:4px solid #b9edb1;
}
.sns-rss:hover {
  border:4px solid #ffeeaa;
}
.google-auto-placed {
  margin-right: -10px;
}
/* </system> */


/* =========================================================
   1. 基本フォント
========================================================= */

body,
#blog-title,
#blog-description,
.entry-title,
.archive-heading,
.entry-content,
.entry-content strong {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Yu Gothic",
        YuGothic,
        Meiryo,
        sans-serif;
}


/* =========================================================
   2. ブログタイトル・説明文
========================================================= */

#blog-title {
    margin-bottom: 8px;
}

#title {
    font-weight: 800;
    letter-spacing: 0.05em;
}

#blog-description {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}


/* =========================================================
   3. 記事本文
========================================================= */

.entry-content {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333;
    word-break: break-word;
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 1.6em;
}


/* =========================================================
   4. 太字
========================================================= */

.entry-content strong {
    color: #333;
    line-height: inherit;
    font-weight: 800;
}


/* =========================================================
   5. 記事内画像
========================================================= */

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}


/* =========================================================
   6. 記事タイトル
========================================================= */

.entry-title,
.archive-heading {
    letter-spacing: 0.03em;
}

.entry-title {
    color: #263735;
    font-weight: 800;
    line-height: 1.35;
    word-break: auto-phrase;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   7. 記事の日付
========================================================= */

.date,
.entry-date {
    font-weight: 600;
    color: #52615f;
}


/* =========================================================
   8. パンくずリスト
========================================================= */

.breadcrumb {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #477f93;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


/* =========================================================
   9. カテゴリー
========================================================= */

.entry-category-link {
    display: inline-block;
    padding: 5px 12px;
    margin: 3px 2px;
    color: #fff !important;
    background: #4e879b;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.entry-category-link:hover {
    opacity: 0.85;
}


/* =========================================================
   10. PC版 記事カード
========================================================= */

.archive-entry {
    overflow: hidden;
    border-radius: 8px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.archive-entry:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12);
}

.archive-entry .entry-thumb,
.archive-entry img {
    transition: transform 0.25s ease;
}

.archive-entry:hover .entry-thumb,
.archive-entry:hover img {
    transform: scale(1.02);
}


/* =========================================================
   11. 「この記事が気に入ったらフォロー」
========================================================= */

.iine {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 1em 0;
}

.iine-l {
    width: 50%;
    color: transparent;
    background-size: cover;
    background-position: center center;
}

.iine-r {
    width: 50%;
    background: #333;
    color: #fff;
    padding: 2em 1em;
    text-align: center;
}

.iine-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.iine-icon a {
    color: #fff;
    font-size: 0.7rem;
    display: inline-block;
    margin: 1rem 0;
    padding: 0.3rem 0 0.45rem 0;
    width: 32%;
    text-decoration: none;
}

.iine-hatenablog {
    background: #606060;
}

.iine-twitter {
    background: #1b95e0;
}

.iine-feedly {
    background: #2BB24C;
}

.iine-hatenablog:hover {
    background: #666;
}

.iine-twitter:hover {
    background: #31a3ea;
}

.iine-feedly:hover {
    background: #2ebc50;
}

.iine-icon a::before {
    font-family: blogicon;
    font-size: 0.9rem;
    margin: 0 0.2rem 0 0;
    position: relative;
    top: 0.15rem;
}

.iine-hatenablog::before {
    content: "\f000";
}

.iine-twitter::before {
    content: "\f035";
}

.iine-feedly::before {
    content: "\f04e";
}

.iine-0 {
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.iine-1 {
    font-size: 0.9rem;
}

.iine-2 {
    font-size: 0.8rem;
}


/* =========================================================
   12. SNSシェアボタン 共通
========================================================= */

.sns-tag-cloud,
.sns-tag-cloud-under {
    padding-inline-start: 0;
    font-size: 12px;
    font-weight: bold;
}

.sns-tag-cloud {
    margin: 20px 0 15px 0;
}

.sns-tag-cloud-under {
    margin: 20px 0 35px 0;
    text-align: center;
}


/* はてなブックマーク */

a.sns-tag-cloud-hatenab {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    line-height: 1;
    text-decoration: none;
    color: #00A4DE;
    border: 1.5px solid #00A4DE;
    border-radius: 3px;
}

a.sns-tag-cloud-hatenab:hover {
    background: #00A4DE;
    color: #fff;
}


/* Facebook */

a.sns-tag-cloud-facebook {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    line-height: 1;
    text-decoration: none;
    color: #4064AC;
    border: 1.5px solid #4064AC;
    border-radius: 3px;
}

a.sns-tag-cloud-facebook:hover {
    background: #4064AC;
    color: #fff;
}


/* X（旧Twitter） */

a.sns-tag-cloud-twitter {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    line-height: 1;
    text-decoration: none;
    color: #1DA1F2;
    border: 1.5px solid #1DA1F2;
    border-radius: 3px;
}

a.sns-tag-cloud-twitter:hover {
    background: #1DA1F2;
    color: #fff;
}


/* Pocket */

a.sns-tag-cloud-pocket {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    line-height: 1;
    text-decoration: none;
    color: #EF4056;
    border: 1.5px solid #EF4056;
    border-radius: 3px;
}

a.sns-tag-cloud-pocket:hover {
    background: #EF4056;
    color: #fff;
}


/* LINE */

a.sns-tag-cloud-line {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    line-height: 1;
    text-decoration: none;
    color: #21BA4E;
    border: 1.5px solid #21BA4E;
    border-radius: 3px;
}

a.sns-tag-cloud-line:hover {
    background: #21BA4E;
    color: #fff;
}


/* SNSボタン アニメーション */

.sns-tag-cloud a,
.sns-tag-cloud-under a {
    box-sizing: border-box;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        opacity 0.2s ease;
}


/* =========================================================
   13. 上部メニュー
========================================================= */

#globalheader-container,
#globalheader-container a,
#menu,
#menu a,
.globalheader-menu,
.globalheader-menu a {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

#menu,
#menu a,
.globalheader-menu,
.globalheader-menu a {
    font-weight: 600;
    letter-spacing: 0.02em;
}


/* =========================================================
   14. タブレット・スマホ版
========================================================= */

@media screen and (max-width: 768px) {


    /* -------------------------
       ブログヘッダー
    ------------------------- */

    #blog-title {
        padding-top: 18px;
        padding-bottom: 14px;
        margin-bottom: 0;
    }

    #title {
        font-size: 36px;
        line-height: 1.2;
    }

    #blog-description {
        font-size: 11px;
        line-height: 1.5;
        padding: 0 12px;
    }


    /* -------------------------
       記事本文
    ------------------------- */

    .entry-content {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 0.02em;
    }

    .entry-content p {
        margin-bottom: 1.5em;
    }


    /* -------------------------
       パンくずリスト
    ------------------------- */

    .breadcrumb {
        font-size: 11px;
        line-height: 1.5;
        margin: 12px 5px 16px;
    }


    /* -------------------------
       記事タイトル
    ------------------------- */

    .entry-title {
        font-size: 27px !important;
        line-height: 1.35;
        letter-spacing: 0.01em;
        margin-top: 8px;
        margin-bottom: 14px;
    }


    /* -------------------------
       日付
    ------------------------- */

    .date,
    .entry-date {
        font-size: 14px;
    }


    /* -------------------------
       カテゴリー
    ------------------------- */

    .entry-category-link {
        padding: 5px 11px;
        font-size: 11px;
    }


    /* -------------------------
       記事上SNSボタン
    ------------------------- */

    .sns-tag-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 18px 0 14px;
    }

    .sns-tag-cloud a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 8px 10px !important;
        margin: 0 !important;
        font-size: 11px;
    }


    /* -------------------------
       記事下SNSボタン
    ------------------------- */

    .sns-tag-cloud-under {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .sns-tag-cloud-under a {
        margin: 0 !important;
    }


    /* -------------------------
       記事カード
    ------------------------- */

    .archive-entry {
        margin-bottom: 20px;
    }

    .archive-entry:hover {
        transform: none;
    }


    /* -------------------------
       「この記事が気に入ったら」
    ------------------------- */

    .iine-icon a {
        font-size: 0;
        width: 31%;
    }

    .iine-icon a::before {
        font-size: 1.2rem;
        margin: 0;
        top: 0;
    }

    .iine-0 {
        font-size: 0;
    }

    .iine-1 {
        font-size: 0.8rem;
    }

    .iine-2 {
        font-size: 0.7rem;
    }

}


/* =========================================================
   15. 小型スマートフォン
========================================================= */

@media screen and (max-width: 480px) {

    #title {
        font-size: 34px;
    }

    #blog-description {
        font-size: 10px;
    }

    .entry-title {
        font-size: 25px !important;
        line-height: 1.35;
    }

    .entry-content {
        font-size: 16px;
    }

}
/* ==================================
   マチオタ遠征ナビ 基本版
================================== */

.machiota-basic-trip {
  margin: 36px 0;
  padding: 26px;
  border: 2px solid #ffb300;
  border-radius: 20px;
  background:
    linear-gradient(135deg, #fffdf7 0%, #ffffff 55%, #fff8e5 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.machiota-basic-trip * {
  box-sizing: border-box;
}

.machiota-basic-trip-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.machiota-basic-trip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffb300;
  font-size: 29px;
  box-shadow: 0 4px 10px rgba(255, 179, 0, 0.3);
}

.machiota-basic-trip-label {
  margin: 0 0 3px;
  color: #c77800;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.4;
}

.machiota-basic-trip-title {
  margin: 0;
  color: #222222;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.45;
}

.machiota-basic-trip-intro {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 179, 0, 0.09);
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
}

.machiota-basic-trip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.machiota-basic-trip-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 14px 17px;
  border-radius: 13px;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.machiota-basic-trip-card:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  filter: brightness(0.96);
}

.trip-hotel {
  background: linear-gradient(135deg, #bf0000, #e00000);
}

.trip-map {
  background: linear-gradient(135deg, #1565c0, #1976d2);
}

.trip-weather {
  background: linear-gradient(135deg, #00897b, #00a38f);
}

.trip-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 23px;
}

.trip-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.trip-card-content strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.trip-card-content small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.5;
}

.trip-card-arrow {
  flex-shrink: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.machiota-basic-checklist {
  margin-top: 22px;
  padding: 19px;
  border: 1px dashed #e1a000;
  border-radius: 13px;
  background: #ffffff;
}

.machiota-basic-check-title {
  margin: 0 0 14px;
  color: #333333;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.machiota-basic-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 14px;
}

.machiota-basic-check-grid span {
  display: block;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fff8e6;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.machiota-basic-trip-note {
  margin: 15px 0 0;
  color: #888888;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

/* スマートフォン表示 */
@media screen and (max-width: 600px) {

  .machiota-basic-trip {
    margin: 28px 0;
    padding: 20px 15px;
    border-radius: 16px;
  }

  .machiota-basic-trip-header {
    align-items: flex-start;
    gap: 11px;
  }

  .machiota-basic-trip-icon {
    width: 49px;
    height: 49px;
    font-size: 24px;
  }

  .machiota-basic-trip-title {
    font-size: 19px;
  }

  .machiota-basic-trip-intro {
    padding: 12px 13px;
    font-size: 13px;
  }

  .machiota-basic-trip-card {
    min-height: 74px;
    padding: 13px;
  }

  .trip-card-icon {
    width: 41px;
    height: 41px;
    font-size: 21px;
  }

  .trip-card-content strong {
    font-size: 16px;
  }

  .trip-card-content small {
    font-size: 11px;
  }

  .machiota-basic-checklist {
    padding: 16px 13px;
  }

  .machiota-basic-check-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
/* ========================================
   マチオタ 記事更新ボックス
======================================== */

.machiota-update {
  position: relative;
  margin: 18px 0 28px;
  padding: 16px 18px 16px 58px;
  border: 2px solid #1769aa;
  border-radius: 10px;
  background:
    linear-gradient(135deg, #f3f9ff 0%, #ffffff 65%);
  box-shadow: 0 4px 12px rgba(23, 105, 170, 0.14);
  color: #263238;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.machiota-update::before {
  content: "更新";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1769aa;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 3px 8px rgba(23, 105, 170, 0.3);
}

.machiota-update-date {
  display: inline-block;
  margin-right: 7px;
  color: #1769aa;
  font-weight: 800;
}

.machiota-update-label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 9px;
  border-radius: 20px;
  background: #1769aa;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* スマホ表示 */
@media screen and (max-width: 600px) {
  .machiota-update {
    margin: 14px 0 24px;
    padding: 14px 14px 14px 51px;
    border-radius: 8px;
    font-size: 14px;
  }

  .machiota-update::before {
    left: 9px;
    width: 33px;
    height: 33px;
    font-size: 11px;
  }
}


/* =========================================================
   16. マチオタ Ver.2.0 トップ受付・ナビゲーション
========================================================= */

/*
  マチオタ Ver.2.0 / トップ受付
  このファイルは現行CSSを含む「完全交換版」です。
  はてなブログ「デザイン」→「カスタマイズ」→「デザインCSS」で
  現在の内容をすべて削除し、このファイル全体へ入れ替えてください。
*/

:root {
  --machiota-teal-900: #123f46;
  --machiota-teal-800: #0d5962;
  --machiota-teal-700: #08717b;
  --machiota-teal-600: #0a8791;
  --machiota-teal-100: #e8f5f5;
  --machiota-blue-100: #eaf2fb;
  --machiota-green-100: #ebf7ef;
  --machiota-orange-100: #fff0e5;
  --machiota-orange-600: #ed6d32;
  --machiota-ink: #18272a;
  --machiota-muted: #5b6a6d;
  --machiota-line: #d9e4e5;
  --machiota-surface: #ffffff;
  --machiota-bg: #f4f7f7;
  --machiota-radius-lg: 20px;
  --machiota-radius-md: 14px;
  --machiota-shadow: 0 12px 30px rgba(20, 64, 70, 0.10);
}

#top-editarea {
  width: 100%;
}

#top-editarea *,
#top-editarea *::before,
#top-editarea *::after {
  box-sizing: border-box;
}

.machiota-global-nav {
  width: 100%;
  margin: 0;
  background: var(--machiota-teal-800);
  border-bottom: 4px solid var(--machiota-teal-600);
}

.machiota-global-nav ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.machiota-global-nav li {
  min-width: 0;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.machiota-global-nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.machiota-global-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease;
}

.machiota-global-nav a:hover,
.machiota-global-nav a:focus-visible {
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
}

.machiota-mobile-br {
  display: none;
}

.machiota-home-hub {
  display: none;
}

.page-index .machiota-home-hub {
  display: block;
  width: 100%;
  padding: 28px 16px 42px;
  color: var(--machiota-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(10, 135, 145, 0.09), transparent 28%),
    var(--machiota-bg);
}

.machiota-hub-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.machiota-hub-inner h2,
.machiota-hub-inner h3,
.machiota-hub-inner p,
.machiota-hub-inner dl,
.machiota-hub-inner dd {
  margin-top: 0;
}

.machiota-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    linear-gradient(125deg, rgba(7, 84, 92, 0.97), rgba(7, 133, 143, 0.92)),
    #08717b;
  border-radius: var(--machiota-radius-lg);
  box-shadow: var(--machiota-shadow);
}

.machiota-hero::after {
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 210px;
  height: 210px;
  content: "";
  border: 38px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
}

.machiota-hero-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 11px;
  color: var(--machiota-teal-900);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.machiota-hero h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.25;
}

.machiota-hero p:not(.machiota-hero-label) {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.8;
}

.machiota-hero-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 250px;
  min-height: 54px;
  padding: 13px 18px 13px 22px;
  color: var(--machiota-teal-900);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(4, 44, 48, 0.22);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.machiota-hero-button:hover,
.machiota-hero-button:focus-visible {
  color: var(--machiota-teal-900);
  transform: translateY(-1px);
}

.machiota-purpose,
.machiota-upcoming,
.machiota-event-directory {
  margin-top: 36px;
}

.machiota-section-heading {
  margin-bottom: 16px;
}

.machiota-section-heading > p,
.machiota-section-heading > div > p {
  margin-bottom: 4px;
  color: var(--machiota-teal-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.machiota-section-heading h2 {
  margin-bottom: 0;
  color: var(--machiota-ink);
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.35;
}

.machiota-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.machiota-section-heading--row > a {
  flex: none;
  padding-bottom: 3px;
  color: var(--machiota-teal-700);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.machiota-purpose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.machiota-purpose-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 96px;
  padding: 16px;
  color: var(--machiota-ink);
  background: var(--machiota-surface);
  border: 1px solid var(--machiota-line);
  border-radius: var(--machiota-radius-md);
  box-shadow: 0 5px 16px rgba(20, 64, 70, 0.06);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.machiota-purpose-card:hover,
.machiota-purpose-card:focus-visible {
  color: var(--machiota-ink);
  box-shadow: var(--machiota-shadow);
  transform: translateY(-2px);
}

.machiota-purpose-card--schedule {
  border-top: 4px solid var(--machiota-orange-600);
}

.machiota-purpose-card--report {
  border-top: 4px solid var(--machiota-teal-700);
}

.machiota-purpose-card--beginner {
  border-top: 4px solid #53a86c;
}

.machiota-purpose-card--popular {
  border-top: 4px solid #f19b35;
}

.machiota-purpose-icon {
  margin-right: 10px;
  font-size: 25px;
}

.machiota-purpose-copy {
  min-width: 0;
}

.machiota-purpose-copy strong,
.machiota-purpose-copy small {
  display: block;
}

.machiota-purpose-copy strong {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.35;
}

.machiota-purpose-copy small {
  color: var(--machiota-muted);
  font-size: 11px;
  line-height: 1.45;
}

.machiota-purpose-arrow {
  margin-left: 6px;
  color: #7b9295;
  font-size: 24px;
}

.machiota-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.machiota-event-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  overflow: hidden;
  background: var(--machiota-surface);
  border: 1px solid var(--machiota-line);
  border-radius: var(--machiota-radius-md);
  box-shadow: 0 5px 16px rgba(20, 64, 70, 0.06);
}

.machiota-event-card--soon {
  border-color: rgba(237, 109, 50, 0.55);
}

.machiota-event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 14px 8px;
  color: #fff;
  background: var(--machiota-teal-700);
  text-align: center;
}

.machiota-event-card--soon .machiota-event-date {
  background: var(--machiota-orange-600);
}

.machiota-event-date strong {
  font-size: 21px;
  line-height: 1;
}

.machiota-event-date span {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
}

.machiota-event-date small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
}

.machiota-event-body {
  min-width: 0;
  padding: 16px;
}

.machiota-event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 9px;
}

.machiota-event-tags span {
  display: inline-block;
  padding: 3px 7px;
  color: var(--machiota-teal-800);
  background: var(--machiota-teal-100);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.machiota-event-tags .machiota-tag-beginner {
  color: #287743;
  background: var(--machiota-green-100);
}

.machiota-event-body h3 {
  margin-bottom: 11px;
  color: var(--machiota-ink);
  font-size: 16px;
  line-height: 1.45;
}

.machiota-event-body dl {
  margin-bottom: 12px;
}

.machiota-event-body dl div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 6px;
  margin-top: 5px;
  color: var(--machiota-muted);
  font-size: 11px;
  line-height: 1.45;
}

.machiota-event-body dt {
  font-weight: 900;
}

.machiota-event-body dd {
  margin-left: 0;
}

.machiota-event-body > a {
  color: var(--machiota-teal-700);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.machiota-event-body > a::after {
  content: " →";
}

.machiota-event-note {
  margin: 12px 0 0;
  color: var(--machiota-muted);
  font-size: 11px;
  line-height: 1.6;
}

.machiota-event-directory {
  padding: 24px;
  background: var(--machiota-surface);
  border: 1px solid var(--machiota-line);
  border-radius: var(--machiota-radius-lg);
}

.machiota-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.machiota-directory-grid details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--machiota-line);
  border-radius: 10px;
}

.machiota-directory-grid summary {
  position: relative;
  padding: 15px 44px 15px 16px;
  color: var(--machiota-ink);
  background: #f7f9f9;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.machiota-directory-grid summary::-webkit-details-marker {
  display: none;
}

.machiota-directory-grid summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "＋";
  color: var(--machiota-teal-700);
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-50%);
}

.machiota-directory-grid details[open] summary::after {
  content: "−";
}

.machiota-directory-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px;
  border-top: 1px solid var(--machiota-line);
}

.machiota-directory-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 10px;
  color: var(--machiota-teal-800);
  background: var(--machiota-teal-100);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .machiota-purpose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .machiota-event-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .machiota-global-nav a {
    min-height: 56px;
    padding: 8px 3px;
    font-size: 11px;
  }

  .machiota-mobile-br {
    display: inline;
  }

  .page-index .machiota-home-hub {
    padding: 16px 12px 30px;
  }

  .machiota-hero {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .machiota-hero h2 {
    font-size: 26px;
  }

  .machiota-hero p:not(.machiota-hero-label) {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .machiota-hero-button {
    width: 100%;
    min-width: 0;
  }

  .machiota-purpose,
  .machiota-upcoming,
  .machiota-event-directory {
    margin-top: 28px;
  }

  .machiota-purpose-grid {
    gap: 9px;
  }

  .machiota-purpose-card {
    grid-template-columns: 1fr auto;
    min-height: 112px;
    padding: 14px 12px;
  }

  .machiota-purpose-icon {
    grid-column: 1 / -1;
    margin: 0 0 7px;
    font-size: 24px;
  }

  .machiota-purpose-copy strong {
    font-size: 14px;
  }

  .machiota-purpose-copy small {
    font-size: 10px;
  }

  .machiota-event-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .machiota-section-heading--row {
    align-items: end;
  }

  .machiota-section-heading--row > a {
    font-size: 11px;
  }

  .machiota-event-directory {
    padding: 18px 12px;
    border-radius: 16px;
  }

  .machiota-directory-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 360px) {
  .machiota-global-nav a {
    font-size: 10px;
  }

  .machiota-purpose-grid {
    grid-template-columns: 1fr;
  }

  .machiota-purpose-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 82px;
  }

  .machiota-purpose-icon {
    grid-column: auto;
    margin: 0 10px 0 0;
  }
}


/* =========================================================
   17. 記事共通パーツ
   更新履歴 / X・YouTube案内
========================================================= */

/* 記事冒頭：公開日・リメイク日・最終更新日 */
.machiota-revision {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 20px 0 34px;
  padding: 18px 20px;
  border: 1px solid #bfd8da;
  border-left: 6px solid var(--machiota-teal-600, #0a8791);
  border-radius: 14px;
  background: linear-gradient(135deg, #effafa 0%, #ffffff 72%);
  box-shadow: 0 7px 20px rgba(20, 64, 70, 0.09);
  color: var(--machiota-ink, #18272a);
}

.machiota-revision *,
.machiota-follow * {
  box-sizing: border-box;
}

.machiota-revision-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: var(--machiota-teal-800, #0d5962);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.machiota-revision-title::before {
  content: "↻";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: var(--machiota-teal-700, #08717b);
  color: #fff;
  font-size: 19px;
  line-height: 1;
}

.machiota-revision-list {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 7px 14px;
  margin: 0;
}

.machiota-revision-list dt,
.machiota-revision-list dd {
  margin: 0;
  line-height: 1.6;
}

.machiota-revision-list dt {
  color: var(--machiota-muted, #5b6a6d);
  font-size: 13px;
  font-weight: 800;
}

.machiota-revision-list dd {
  color: var(--machiota-ink, #18272a);
  font-size: 14px;
  font-weight: 800;
}

.machiota-revision-note {
  margin: 13px 0 0;
  padding-top: 12px;
  border-top: 1px dashed #bfd8da;
  color: var(--machiota-muted, #5b6a6d);
  font-size: 12px;
  line-height: 1.7;
}

/* 記事末：マチオタ公式SNS */
.machiota-follow {
  box-sizing: border-box;
  margin: 44px 0 34px;
  padding: 26px;
  border: 1px solid var(--machiota-line, #d9e4e5);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(10, 135, 145, 0.12), transparent 38%),
    #f7fbfb;
  box-shadow: var(--machiota-shadow, 0 12px 30px rgba(20, 64, 70, 0.10));
  text-align: center;
}

.machiota-follow-kicker {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--machiota-teal-100, #e8f5f5);
  color: var(--machiota-teal-800, #0d5962);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.machiota-follow-title {
  margin: 0 0 8px;
  color: var(--machiota-ink, #18272a);
  font-size: clamp(21px, 4vw, 28px);
  font-weight: 900;
  line-height: 1.4;
}

.machiota-follow-lead {
  max-width: 680px;
  margin: 0 auto 20px;
  color: var(--machiota-muted, #5b6a6d);
  font-size: 14px;
  line-height: 1.8;
}

.machiota-follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.machiota-follow-card,
.entry-content .machiota-follow-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 15px 17px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(22, 34, 38, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.machiota-follow-card:visited,
.entry-content .machiota-follow-card:visited {
  color: #fff;
}

.machiota-follow-card:hover,
.entry-content .machiota-follow-card:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 11px 23px rgba(22, 34, 38, 0.21);
}

.machiota-follow-card:focus-visible {
  outline: 3px solid #ffca28;
  outline-offset: 3px;
}

.machiota-follow-card--x {
  background: linear-gradient(135deg, #111 0%, #30363b 100%);
}

.machiota-follow-card--youtube {
  background: linear-gradient(135deg, #e62117 0%, #ff0033 100%);
}

.machiota-follow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.machiota-follow-copy {
  min-width: 0;
}

.machiota-follow-copy strong,
.machiota-follow-copy small {
  display: block;
  color: #fff;
}

.machiota-follow-copy strong {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.machiota-follow-copy small {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.88;
}

.machiota-follow-arrow {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .machiota-revision {
    margin: 16px 0 28px;
    padding: 16px 15px;
    border-left-width: 5px;
    border-radius: 12px;
  }

  .machiota-revision-title {
    font-size: 16px;
  }

  .machiota-revision-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .machiota-revision-list dd {
    margin-bottom: 7px;
  }

  .machiota-follow {
    margin: 36px 0 28px;
    padding: 21px 14px;
    border-radius: 16px;
  }

  .machiota-follow-grid {
    grid-template-columns: 1fr;
  }

  .machiota-follow-card,
  .entry-content .machiota-follow-card {
    min-height: 88px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .machiota-follow-card,
  .entry-content .machiota-follow-card {
    transition: none;
  }
}
/* ========================================
   マチオタ：公開日の横に最終更新日を表示
======================================== */

.machiota-update-inline {
  display: inline-block;
  margin-left: 0.4em;
  color: #777;
  font-size: 0.92em;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.machiota-update-inline time {
  color: #555;
}

@media screen and (max-width: 480px) {
  .machiota-update-inline {
    margin-left: 0.25em;
    font-size: 0.88em;
    white-space: normal;
  }
}
