/*
Theme Name: Rose Theme
Author: 後藤
Description: 薔薇ブランドの美容室向けWordPressテーマ
Version: 1.0
*/

.rose-hero {
  position: relative;
  min-height: 100vh;
  overflow: visible;
}

.rose-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}

.rose-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 20vh;
  color: white;
  text-shadow: 0 0 10px #000;
}

.rose-hero::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.4); /* ピンクのフィルター */
  z-index: -1;
}

.rose-title {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.rose-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.rose-button {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background-color: #b22222;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.rose-button:hover {
  background-color: #8b0000;
  transform: translateY(-2px);
}

.rose-content {
  padding: 3rem 2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.rose-overview {
  margin: 40px auto 20px;
  padding: 0 20px;
  max-width: 900px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff; /* 白背景をなくすので文字は白に */
  text-shadow: 0 1px 3px rgba(0,0,0,0.6); /* 背景動画上でも読みやすく */
}

.overview-title {
  font-size: 35px;
  margin-bottom: 16px;
  text-align: center;
  color: #f7f6f6;
}

.overview-subtitle {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #ffd6e0;
}

.overview-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

.overview-contact,
.overview-access,
.overview-greeting {
  line-height: 1.8;
}

.menu-wrapper {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #171616;
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
  background-color:#ffd6e0
}

.menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.4); /* ピンクの透過レイヤー */
  z-index: -1;
}

.menu-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 10px;
  color: #fff; /* 白文字 */
  background-color: #b22222; /* 深めの赤背景（Firebrick） */
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 0 0 4px rgba(0,0,0,0.6); /* 背景動画とのコントラスト強化 */
}

.menu-subtitle {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
  color: hsl(0, 0%, 3%);
}

.menu-section {
  margin-bottom: 40px;
}

.menu-category {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffd6e0;
  padding-bottom: 4px;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.3);
}

.menu-list li span:first-child {
  flex: 1;
}

.menu-note {
  font-size: 0.9rem;
  margin-top: 20px;
  text-align: center;
  color: #171616;
}

.menu-back {
  text-align: center;
  margin-top: 30px;
}

.menu-back a {
  color: #1f0ad7;
  text-decoration: underline;
  font-weight: bold;
}

.menu-footer {
  text-align: center;
  margin-top: 60px;
  font-size: 0.8rem;
  color: #171616;
}

.model-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  padding: 2em 0;
}

.model-card {
  width: 250px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  text-align: center;
}

.model-card img {
  width: 100%;
  height: auto;
  display: block;
}

.model-card p {
  padding: 0.5em;
  font-size: 0.95em;
  color: #444;
}

.model-wrapper {
  max-width: 1600px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #171616;
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
  background-color:#ffd6e0
}

.model-wrapper::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.4); /* ピンクの透過レイヤー */
  z-index: -1;
}

.access-wrapper {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #171616;
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
  background-color: #ffd6e0;
  position: relative;
}

.access-wrapper::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.4); /* ピンクの透過レイヤー */
  z-index: -1;
}

/* タイトル */
.access-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  background-color: #b22222;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

.access-subtitle {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
  color: hsl(0, 0%, 3%);
}

/* 所在地セクション */
.access-section {
  margin-bottom: 40px;
}

.access-location {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #ffd6e0;
  padding-bottom: 4px;
}

.access-address {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access-address li {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.3);
}

/* Googleマップリンク */
.access-google {
  margin-bottom: 40px;
  font-size: 1rem;
  text-align: center;
}

.access-google a {
  color: #1f0ad7;
  text-decoration: underline;
  font-weight: bold;
}

/* トップページへのリンク */
.access-back {
  text-align: center;
  margin-top: 30px;
}

.access-back a {
  color: #1f0ad7;
  text-decoration: underline;
  font-weight: bold;
}

/* フッター */
.access-footer {
  text-align: center;
  margin-top: 60px;
  font-size: 0.8rem;
  color: #171616;
}