@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap";
[data-template=custom-murayama]{--mu-primary:#494087;--mu-bg:#fff;--mu-text:#1a1a2e;--mu-gray:#f4f4f8;background:var(--mu-bg);color:var(--mu-text);font-family:Zen Maru Gothic,sans-serif;font-size:21px;line-height:1.6}[data-template=custom-murayama] .mu-header{z-index:100;background:#fff;align-items:center;gap:1em;height:80px;padding:0 2.5em 0 2em;display:flex;position:sticky;top:0}[data-template=custom-murayama] .mu-logo{color:var(--mu-primary);white-space:nowrap;letter-spacing:.02em;font-size:1.05em;font-weight:900}[data-template=custom-murayama] .mu-nav{flex:1;justify-content:center;align-items:center;gap:0;display:flex}[data-template=custom-murayama] .mu-nav-item{color:var(--mu-text);white-space:nowrap;align-items:center;gap:.22em;padding:.3em .7em;font-size:.72em;font-weight:700;text-decoration:none;transition:color .15s;display:flex}[data-template=custom-murayama] .mu-nav-item:hover{color:var(--mu-primary)}[data-template=custom-murayama] .mu-nav-arrow{color:var(--mu-primary);font-size:.52em;line-height:1}[data-template=custom-murayama] .mu-index-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.22em;padding:.2em .4em;display:flex}[data-template=custom-murayama] .mu-hamburger{flex-direction:column;gap:5px;display:flex}[data-template=custom-murayama] .mu-hamburger span{background:var(--mu-primary);border-radius:1px;width:28px;height:3px;display:block}[data-template=custom-murayama] .mu-index-label{letter-spacing:.18em;color:var(--mu-primary);font-size:.52em;font-weight:900;line-height:1}[data-template=custom-murayama] .mu-hero{background:#fff;justify-content:center;align-items:center;padding:3.5em 1em 3em;display:flex}[data-template=custom-murayama] .mu-hero-logo-wrap{justify-content:center;align-items:center;width:70vw;max-width:600px;height:70vw;max-height:600px;display:flex;position:relative}[data-template=custom-murayama] .mu-hero-circle{object-fit:contain;width:100%;height:100%;animation:18s linear infinite mu-spin;position:absolute;top:0;left:0}@keyframes mu-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-template=custom-murayama] .mu-hero-core{object-fit:contain;width:50%;height:50%;position:absolute}[data-template=custom-murayama] .mu-chat-fab-icon{object-fit:contain;width:44px;height:44px}[data-template=custom-murayama] .mu-section{width:80%;margin:0 auto;padding:2.2em 1.8em}[data-template=custom-murayama] .mu-section-heading{align-items:center;margin-bottom:1.4em;display:flex}[data-template=custom-murayama] .mu-section-heading-text{letter-spacing:.55em;color:var(--mu-primary);white-space:nowrap;padding-right:.6em;font-size:1.15em;font-weight:900}[data-template=custom-murayama] .mu-section-heading-line{background:var(--mu-primary);flex:1;height:2px}[data-template=custom-murayama] .mu-tabs{flex-wrap:wrap;align-items:center;gap:.3em;margin-bottom:.9em;display:flex}[data-template=custom-murayama] .mu-tab{color:var(--mu-text);cursor:pointer;letter-spacing:.02em;background:#fff;border:1.5px solid #b0b5d8;border-radius:0;padding:.84em 2.55em;font-family:Zen Maru Gothic,sans-serif;font-size:.72em;font-weight:700;transition:all .15s}[data-template=custom-murayama] .mu-tab.active{color:#fff;background:#494087;border-color:#494087}[data-template=custom-murayama] .mu-tab:hover:not(.active){background:var(--mu-gray)}[data-template=custom-murayama] .mu-view-toggle{color:#888;gap:.6em;margin-left:auto;font-size:.68em;font-weight:500;display:flex}[data-template=custom-murayama] .mu-posts-box{border:1.5px solid #c8cce8;border-radius:0;padding:0 3.3em}[data-template=custom-murayama] .mu-post-row{color:var(--mu-text);border-bottom:1px solid #e8eaf4;align-items:center;gap:.8em;padding:2.16em 0;font-size:.82em;font-weight:500;text-decoration:none;transition:color .15s;display:flex}[data-template=custom-murayama] .mu-post-row:last-child{border-bottom:none}[data-template=custom-murayama] .mu-post-row:hover{color:var(--mu-primary)}[data-template=custom-murayama] .mu-post-arrow{color:var(--mu-primary);flex-shrink:0;font-size:.5em;line-height:1}[data-template=custom-murayama] .mu-post-date{color:#555;white-space:nowrap;letter-spacing:.02em;font-size:.78em;font-weight:400}[data-template=custom-murayama] .mu-more-link{text-align:right;color:var(--mu-primary);margin-top:.7em;font-size:.75em;font-weight:500;text-decoration:none;display:block}[data-template=custom-murayama] .mu-more-link:hover{text-decoration:underline}[data-template=custom-murayama] .mu-no-posts{text-align:center;color:#aaa;padding:2em;font-size:.8em}[data-template=custom-murayama] .mu-grid{grid-template-columns:repeat(3,1fr);gap:.6em;display:grid}[data-template=custom-murayama] .mu-card{border-top:1px dashed var(--mu-primary);border-right:1px dashed var(--mu-primary);border-bottom:1px dashed var(--mu-primary);border-left:5px solid var(--mu-primary);color:var(--mu-text);letter-spacing:.01em;background:#fff;border-radius:0;align-items:center;padding:2.55em 2.25em;font-size:.88em;font-weight:700;line-height:1.45;text-decoration:none;transition:background .15s;display:flex}[data-template=custom-murayama] .mu-card:hover{background:#eef0f8}[data-template=custom-murayama] .mu-chat-fab{z-index:200;cursor:pointer;flex-direction:column;align-items:center;gap:.18em;text-decoration:none;transition:transform .15s;display:flex;position:fixed;bottom:1.4em;right:1.4em}[data-template=custom-murayama] .mu-chat-fab:hover{transform:scale(1.06)}[data-template=custom-murayama] .mu-chat-fab-circle{background:var(--mu-primary);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 4px 14px #49408773}[data-template=custom-murayama] .mu-chat-fab-label{color:var(--mu-primary);letter-spacing:.05em;white-space:nowrap;font-size:.62em;font-weight:700}@media (min-width:681px){[data-template=custom-murayama] .mu-logo{font-size:1.29em}[data-template=custom-murayama] .mu-nav-item{font-size:.86em}}@media (max-width:680px){[data-template=custom-murayama] .mu-nav{display:none}[data-template=custom-murayama] .mu-grid{grid-template-columns:repeat(2,1fr)}[data-template=custom-murayama] .mu-hero-logo{width:160px;height:160px}[data-template=custom-murayama] .mu-section{padding:1.8em 1em}}