@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
.spDisp2 {
  display: block; }
  @media screen and (min-width: 768px) {
    .spDisp2 {
      display: none; } }

.pcDisp2 {
  display: none; }
  @media screen and (min-width: 768px) {
    .pcDisp2 {
      display: block; } }

.spDispI2 {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .spDispI2 {
      display: none; } }

.pcDispI2 {
  display: none; }
  @media screen and (min-width: 768px) {
    .pcDispI2 {
      display: inline-block; } }

.pageIndexGuest {
  height: 100vh; }
  .pageIndexGuest .kvArea {
    height: 650px;
    width: 100%;
    background: url(/img/index/kv.jpg) #ffdee7 no-repeat center center; }
  .pageIndexGuest .content-section1 {
    height: 650px;
    width: 100%;
    background: url(/img/index/kv.jpg) #ffdee7 no-repeat center center; }
  .pageIndexGuest .area01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    /* 太字にする場合 */
    text-align: center;
    padding: 2em 0 0 0;
    line-height: 1.5;
    font-size: 2.0rem; }
    .pageIndexGuest .area01 > div:nth-of-type(1) {
      color: #F383A5; }
    .pageIndexGuest .area01 > div:nth-of-type(2) {
      margin-top: 1em;
      color: #56C4D6; }
  .pageIndexGuest .area02 {
    text-align: center;
    padding: 2rem 0;
    line-height: 1.5;
    color: #3B3039; }
    @media screen and (max-width: 639px) {
      .pageIndexGuest .area02 {
        font-size: 1.1rem; } }
    .pageIndexGuest .area02 p {
      padding: 2rem 0; }
      .pageIndexGuest .area02 p span {
        color: #56C4D6;
        font-weight: bold; }
  .pageIndexGuest .area03 {
    background: #FEEFF3;
    padding: 2rem 0; }
    .pageIndexGuest .area03 > div {
      border: solid #FFF 4px;
      width: 90%;
      max-width: 1000px;
      padding: 2rem;
      margin: 0 auto; }
      @media screen and (max-width: 639px) {
        .pageIndexGuest .area03 > div {
          padding: 1.5rem 1rem;
          width: 94%; } }
      .pageIndexGuest .area03 > div > div:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        text-align: center;
        line-height: 1.5;
        font-size: 2.0rem;
        color: #F383A5; }
        @media screen and (max-width: 767px) {
          .pageIndexGuest .area03 > div > div:nth-of-type(1) {
            font-size: 1.6rem; } }
      .pageIndexGuest .area03 > div > div:nth-of-type(2) {
        padding-top: 1rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        text-align: center;
        line-height: 1.5;
        color: #3B3039; }
        @media screen and (max-width: 767px) {
          .pageIndexGuest .area03 > div > div:nth-of-type(2) {
            font-size: 0.6rem; } }
      .pageIndexGuest .area03 > div > div:nth-of-type(3) {
        padding-top: 1rem; }
        .pageIndexGuest .area03 > div > div:nth-of-type(3) > div > p:nth-of-type(1) {
          padding-top: 2rem;
          color: #56C4D6;
          font-weight: bold; }
        .pageIndexGuest .area03 > div > div:nth-of-type(3) > div > p:nth-of-type(2) {
          padding-top: 1rem;
          color: #3B3039;
          line-height: 1.5; }
  .pageIndexGuest .area04 {
    padding: 4rem 0; }
    @media screen and (max-width: 639px) {
      .pageIndexGuest .area04 {
        padding: 3rem 0; } }
    .pageIndexGuest .area04 > div {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
      .pageIndexGuest .area04 > div > div:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        line-height: 1.5;
        font-size: 1.5rem;
        color: #F383A5;
        display: inline-block;
        padding: 0 .8rem 0.3em .8rem;
        border-bottom: 6px solid #DBDBD3; }
        @media screen and (max-width: 767px) {
          .pageIndexGuest .area04 > div > div:nth-of-type(1) {
            font-size: 1.3rem; } }
      .pageIndexGuest .area04 > div > div:nth-of-type(2) {
        padding-top: 2rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        text-align: center;
        line-height: 1.5;
        color: #56C4D6; }
      .pageIndexGuest .area04 > div > div:nth-of-type(3) {
        text-align: left;
        padding-top: 1rem; }
        .pageIndexGuest .area04 > div > div:nth-of-type(3) > div > p:nth-of-type(1) {
          padding-top: 2rem;
          color: #56C4D6;
          font-weight: bold; }
        .pageIndexGuest .area04 > div > div:nth-of-type(3) > div > p:nth-of-type(2) {
          padding-top: 1rem;
          color: #3B3039;
          line-height: 1.5; }
  .pageIndexGuest .area05 {
    padding: 2rem 0; }
    .pageIndexGuest .area05 > div {
      border: solid #FCD0DF 4px;
      width: 90%;
      max-width: 1000px;
      padding: 2rem;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 639px) {
        .pageIndexGuest .area05 > div {
          padding: 1.5rem 1rem;
          width: 94%; } }
      .pageIndexGuest .area05 > div > div:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        line-height: 1.5;
        font-size: 1.5rem;
        color: #F383A5;
        display: inline-block;
        padding: 0 .8rem 0.3em .8rem;
        border-bottom: 6px solid #DBDBD3; }
        @media screen and (max-width: 767px) {
          .pageIndexGuest .area05 > div > div:nth-of-type(1) {
            font-size: 1.3rem; } }
      .pageIndexGuest .area05 > div > div:nth-of-type(2) {
        text-align: left;
        padding-top: 1rem; }
        .pageIndexGuest .area05 > div > div:nth-of-type(2) > div > p:nth-of-type(1) {
          padding-top: 2rem;
          color: #56C4D6;
          font-weight: bold; }
        .pageIndexGuest .area05 > div > div:nth-of-type(2) > div > p:nth-of-type(2) {
          padding-top: 1rem;
          color: #3B3039;
          line-height: 1.5; }
  .pageIndexGuest .area06 {
    padding: 2rem 0; }
    .pageIndexGuest .area06 > div {
      border: solid #FCD0DF 4px;
      width: 90%;
      max-width: 1000px;
      padding: 2rem;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 639px) {
        .pageIndexGuest .area06 > div {
          padding: 1.5rem 1rem;
          width: 94%; } }
      .pageIndexGuest .area06 > div > div:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        /* 太字にする場合 */
        line-height: 1.5;
        font-size: 1.5rem;
        color: #F383A5;
        display: inline-block;
        padding: 0 .8rem 0.3em .8rem;
        border-bottom: 6px solid #DBDBD3; }
        @media screen and (max-width: 767px) {
          .pageIndexGuest .area06 > div > div:nth-of-type(1) {
            font-size: 1.3rem; } }
      .pageIndexGuest .area06 > div > div:nth-of-type(2) {
        text-align: left;
        padding-top: 1rem; }
        .pageIndexGuest .area06 > div > div:nth-of-type(2) > div > p:nth-of-type(1) {
          padding-top: 2rem;
          color: #56C4D6; }
        .pageIndexGuest .area06 > div > div:nth-of-type(2) > div > p:nth-of-type(2) {
          padding-top: 1rem;
          color: #3B3039;
          line-height: 1.5; }
  .pageIndexGuest .linkDiv01 {
    max-width: 300px;
    width: 50%;
    font-size: 1.5rem;
    padding: 3rem 0;
    margin: 0 auto; }
  .pageIndexGuest 　
  .linkDiv02 {
    max-width: 393px;
    width: 60%;
    padding: 3rem 0;
    margin: 0 auto; }
  .pageIndexGuest .parallax-section {
    width: 100%;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 16rem;
    /* 画面の半分 */ }
  .pageIndexGuest .img-section-01 {
    background-image: url("/img/index/bg/bg01.jpg?1"); }
  .pageIndexGuest .img-section-02 {
    background-image: url("/img/index/bg/bg02.jpg"); }
  .pageIndexGuest .img-section-03 {
    background-image: url("/img/index/bg/bg03.jpg"); }
  .pageIndexGuest .img-section-04 {
    background-image: url("/img/index/bg/bg04.jpg"); }

/* カレンダー全体を囲むコンテナ */
.calendarArea {
  max-width: 800px;
  margin: 0 auto;
  padding: .5rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: sans-serif; }

/* 年月表示 */
.calendar-header {
  text-align: center;
  margin-bottom: .5rem; }

.calendar-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin: 0; }

/* 曜日ヘッダー（7列に等分割） */
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  color: #4b5563;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px; }

.calendar-weekdays .sunday {
  color: #ef4444;
  /* 日曜日の赤 */ }

.calendar-weekdays .saturday {
  color: #3b82f6;
  /* 土曜日の青 */ }

/* 日付部分のコンテナ */
.calendar-days {
  margin-top: 8px; }

/* 1週間分の行（7列に等分割） */
.calendar-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px; }

/* 1日のマス目の基本スタイル */
.calendar-day {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  transition: background-color 0.2s;
  height: 100%; }

/* 日付数字のスタイル */
.calendar-day .day-number {
  font-size: 0.875rem;
  font-weight: bold;
  color: #374151; }

a.calendar-day {
  height: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  color: #374151;
  background: #def; }

a.calendar-day:hover {
  opacity: 0.5; }

/* 特殊な状態のスタイル（色分け） */
.calendar-day.is-sunday .day-number {
  color: #ef4444;
  /* 日曜日 */ }

.calendar-day.is-saturday .day-number {
  color: #3b82f6;
  /* 土曜日 */ }

.calendar-day.is-other-month {
  background-color: #f9fafb;
  /* 当月以外（前月・翌月）の背景を薄グレーに */
  border-color: #f3f4f6; }

.calendar-day.is-other-month .day-number {
  color: #d1d5db;
  /* 当月以外の日付数字を薄く */ }

/* マスの中のコンテンツ領域 */
.day-content {
  margin-top: 4px;
  font-size: 0.75rem;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* カレンダーヘッダー全体のスタイル */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }

/* 前月・翌月ボタン（.nav-btn）の装飾 */
.calendar-header .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 15px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border-radius: .5rem;
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  border: none;
  transition: opacity 0.2s ease;
  cursor: pointer; }

/* ホバー時の効果（不透明度の変化のみ） */
.calendar-header .nav-btn:hover {
  opacity: 0.8; }

/* 日記がない場合の無効化スタイル */
.calendar-header .nav-btn.is-disabled {
  background: #FFF;
  color: #f9fafb;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none; }

/* 区切り線のスタイル */
.calendar-divider {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #e5e7eb; }

/* アーカイブ全体のコンテナ */
.calendar-archive {
  padding: 0 4px; }

/* 年ごとのブロック */
.archive-year-group {
  margin-bottom: 20px; }

/* 年のテキスト */
.archive-year {
  font-size: 1rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 8px; }

/* 月を並べるコンテナ */
.archive-months {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

/* 月のテキストリンク */
.archive-month-text {
  font-size: 0.95rem;
  color: #2563eb;
  text-decoration: none;
  transition: opacity 0.2s ease; }

/* ホバー時は不透明度の変化のみ */
.archive-month-text:hover {
  opacity: 0.6; }
