/*
Theme Name: Maison de Mignature
Author: Milaene
Description: Custom theme for Maison de Mignature
Version: 1.0
*/


/* ------------------------------
   Side Menu
------------------------------ */

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 18%;
  height: 100vh;
  background-color: #532e04;
  border-right: 5px solid #bf9541;
  padding: 40px 0px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.side-menu nav {
  border-top: 1.5px solid #cfcac2;
  border-bottom: 1.5px solid #cfcac2;
}

.side-menu nav ul {
  list-style: none;
  padding-left: 0;
  margin: 30px 20px;
}

.side-menu nav ul li {
    padding: 1.1em;
}

.side-menu nav ul li a {
  text-decoration: none;
  color: #fcfbee;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.side-menu nav ul li a:hover {
  opacity: 0.6;
}

.side-menu .est {
  font-size: 0.9rem;
  color: #999;
  text-align: center;
  padding: 15px;
  margin-top: 0;
}

.side-logo {
  text-align: center;
  padding: 10%;
  margin-bottom: 20px;
}

.side-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.9;
}

/* ------------------------------
   header
------------------------------ */
header h1 {
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  color: #3a2f28;
  margin: 0;
}



/* ------------------------------
   body
------------------------------ */
body {
  margin-left: 20%; /* サイドメニューの幅だけメインを右にずらす */
}

/* ------------------------------
   first view
------------------------------ */
.first-view {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.fv-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1em;
}

.site-title {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
}

.site-subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* 本文（the_content）を中央寄せにする */
.entry-content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

section {
    padding: 80px 0;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
