/* @charset "UTF-8";
 * {
    outline: 2px solid red;
  }  */
/* ↑スーパーヒーロー！！！！


/* 色の変数 */
:root {
    --cherry-red: #DD2051;  /* メインの赤 */
    --leaf-green: #7CB356;  /* サブの緑 */
    --dark-pink1: #F9EDEF;    /* 濃いピンク背景 */
    --dark-pink2: #FCF8F9;    /* 次に濃いピンク背景 */
    --bg-main: #FEFDFE;    /* 白背景風 */
    --white: #ffffff;   /* ボタン背景の白 */
    --main-text: #2A160A;   /* メインテキストカラー */
    --contact-btn:#F9EDF0; /*ハートコンタクトボタン */
}

/* =========================
   １日の様子
============================ */
.daily-life__list {
    max-width: 940px;
    margin: 100px auto 0;
    position: relative;
}

.daily-life__item {
    display: flex;
    justify-content: space-between;
    height: 300px;
}
@media (max-width:750px) {
    .daily-life__item {
    flex-direction: column; /* ←縦並び */
    height: auto;/* 高さ固定解除（必要なら） */

    border-left: 4px dotted #D9D9D9;
    padding-left: 3%;
    position: relative;
    width: 95%;
  }
}



.daily-life__item:nth-child(1),
.daily-life__item:nth-child(3),
.daily-life__item:nth-child(7),
.daily-life__item:nth-child(9),
.daily-life__item:nth-child(11) {
    flex-direction: row-reverse;
}
@media (max-width:750px) {
    /* 奇数/偶数指定による左右入れ替えもリセット */
  .daily-life__item:nth-child(1),
  .daily-life__item:nth-child(3),
  .daily-life__item:nth-child(7),
  .daily-life__item:nth-child(9),
  .daily-life__item:nth-child(11) {
    flex-direction: column !important;
  }
}


.daily-life__text-block {
    width: 41%;
    padding-top: 35px;
    padding-bottom: 70px;
}
@media (max-width:750px) {
    .daily-life__text-block,
    .daily-life__image-block {
        width: 93%;            /* 全幅にする */
        padding: 0;             /* パディング調整 */
        border: none;           /* 点線リセット（必要に応じて） */
        margin-left: auto;
  }
}


/* 通常（奇数番目）：右に点線 */
.daily-life__image-block {
  position: relative;
  border-right: 4px dotted #D9D9D9;
  padding-right: 3%;
  width: 50.2%;
}
@media (max-width:750px) {
    .daily-life__image-block {
        border-right: none;
        padding-right: 0;
        width: 100%;
        margin-bottom: 50px;
        margin-left: auto;
    }
}

/* 偶数番目：左に点線 */
.daily-life__item:nth-child(even) .daily-life__image-block,
 .daily-life__item:nth-child(5) .daily-life__image-block{
  border-right: none;
  border-left: 4px dotted #D9D9D9;
  padding-left: 3%;
  padding-right: 0;
}
@media (max-width:750px) {
    .daily-life__item:nth-child(even) .daily-life__image-block,
  .daily-life__item:nth-child(5) .daily-life__image-block {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.daily-life__item:first-child .daily-life__image-block::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100px;
    right: -5px;
    width: 10px;
    background-color: var(--bg-main);
}
@media (max-width:750px) {
    .daily-life__item:first-child .daily-life__image-block::before {
        top: -80%;
        height: 65%;
        left: -5%;
        width: 20px;
        background-color: var(--bg-main);
    }
}
@media (max-width:450px) {
    .daily-life__item:first-child .daily-life__image-block::before {
        top: -137%;
        height: 81%;
  
    }
}




.daily-life__item:last-child .daily-life__image-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    right: -5px;
    width: 10px;
    background-color: var(--bg-main);
}
@media (max-width:750px) {
    .daily-life__item:last-child .daily-life__image-block::after {
        bottom: -51%;
        height: 181%;
        left: -5%;
        width: 20px;
    }
}



.daily-life__title {
    color: var(--cherry-red);
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
    position: relative;
}
@media (max-width:900px) {
    .daily-life__title {
        font-size: 2rem;
        line-height: 1.2;
    }
}
@media (max-width:750px) {
    .daily-life__title {
        margin-left: 40px;
        padding-bottom: 10px;
    }
}

.daily-life__item .daily-life__description {
    margin-top: 20px;
    
}
@media (max-width:750px) {
    .daily-life__item .daily-life__description {
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 450px;
    width: 88%;
}
}
.daily-life__subtitle {
    font-size: 2rem;
}
@media (max-width:900px) {
    .daily-life__subtitle {
        font-size: 1.6rem;
    }
}
@media (max-width:750px) {
    .daily-life__subtitle {
        font-size: 1.4rem;
    }
}

.daily-life__time {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #E86286;
    border-radius: 50%;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    border: 14px solid #FEFDFE;
    z-index: 1;
    color: var(--white);
    font-family: "Wix Madefor Text";
    font-weight: 700;
    line-height: 150%; /* 39px */
    margin: auto;
    align-items: center;
    margin-left: 89%;
    margin-top: 78px;
}
@media (max-width:900px) {
    .daily-life__time {
        width: 100px;
        height: 100px;
        font-size: 2rem;
        line-height: 120%;
        border: 8px solid #FEFDFE;
        margin-left: 87%;
        margin-top: 55px;
    }
}
@media (max-width:750px) {
    .daily-life__time {
        margin: 0 auto; /* 中央寄せなどお好みで */
        top: -137px;
        left: -36px;
    }
}
@media (max-width:450px) {
    .daily-life__time {
        width: 90px;
        height: 90px;
    }
}




.daily-life__item:nth-child(even) .daily-life__time {
  left: -102%;
}
@media (max-width:750px) {
    .daily-life__item:nth-child(even) .daily-life__time {
        left: -36px;
    }
}
.daily-life__item:nth-child(n+2) {
    margin-top: 4px;
    
}



/* ★ 点線追加 */
.daily-life__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-size: 6px 6px;
    height: 2px;
    border-top: 2px dotted #E86286;
}









/* topics */
.daily-topics {
    height: 600px;
}
@media (max-width:750px) {
    .daily-topics {
        height: auto;
    }
}
.daily-topics__text-block-wrap {
    width: 90%;
}
@media (max-width:750px) {
    .daily-topics__text-block-wrap {
        margin-left: auto;
        width: 100%;
    }
}

.daily-topics .daily-life__title {
    margin-left: 0;
}


@media (max-width:750px) {
    .daily-topics .daily-life__description {
        max-width: 450px;
        margin: 0 auto;
    }

    .daily-topics .daily-topics__image-block {
        margin-top: 30px;
    }
}





.daily-topics .daily-topics__image-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.daily-topics .daily-life__text-block {
    padding-top: 0;
}

.daily-topics__text-block {
  width: 50%;
}
@media (max-width:750px) {
    .daily-topics__text-block {
        width: 100%;
    }
}



.daily-topics__text-block-wrap {
    background-color: var(--dark-pink1);
    padding: 16px 32px 32px 32px;
    margin-top: 16px;
}
@media (max-width:600px) {
    .daily-topics__text-block-wrap {
        padding: 10px 16px 16px 16px;
    }
}

.daily-life__item:nth-of-type(7) .daily-life__text-block.daily-topics__text-block {
        display: inline-flex;
    justify-content: end;
}

.daily-topics__text-block-wrap .daily-life__title {
    color: var(--leaf-green);
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 26px;
}


.daily-topics__text-block-wrap .daily-life__title::before {
    width: 50%;
    border-top: 2px dotted var(--leaf-green);
}



.daily-life__description h5 {
    color: var(--cherry-red);
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: bold;
    line-height: normal;
    margin-top: 16px;
}


.topics-text {
    line-height: 1.5em;
    letter-spacing: 0.07em;
    text-align: justify;
    margin-top: 10px;
}

.topics-text span {
    background-image: linear-gradient(rgba(0 0 0/0)60%,#D7EA99 60%);
}

.daily-life__image--small {
    width: 53%;
    margin-left: 15%;
}

.daily-life__image--large {
    width: 73%;
    margin-left: 22%;
    position: relative;
}

.daily-life__image--large::before {
    position: absolute;
    content:"";
    background-image: url(../images/icons/text-motiron.svg);
    width: 240px;
    height: 92px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; /* ←これがないと出ないことがある！ */
    z-index: 2; /* 必要に応じて */
}



    



/* =========================
   年間行事
============================ */
.yearly-events__list {
    max-width: 1126px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
@media (max-width:768px) {
    .yearly-events__list {
        gap: 20px;
    }
}

.yearly-events__card {
    padding: 30px 10px 50px;
    border-radius: 20px;
    width: 40%;
}
@media (max-width:768px) {
    .yearly-events__card {
        width: 307px;
    }
}

.yearly-events--haru {
    background-color: #FFF4F7;
}
.yearly-events--natu {
    background-color: #EDF5F7;
}
.yearly-events--aki {
    background-color: #FAF3EF;
}
.yearly-events--huyu {
    background-color: #F3FAEE;
}

.yearly-events__image {
    width: 85%;
    margin: 0 auto;
}

.yearly-events__season {
    color: #FF7599;
    font-family: "Wix Madefor Display";
    font-size: 3.2rem;
    font-weight: 700;
    margin-top: 15px;
    margin-left: 80px;
    letter-spacing: 0.8px;
    position: relative;
}
@media (max-width:768px) {
    .yearly-events__season {
        font-size: 2.4rem;
        margin-top: 15px;
        margin-left: 0;
        text-align: center;
    }
}


.season--natu {
    color: #00A7E3;
}

.season--aki {
    color: #E77533;
}

.season--huyu {
    color: #7CB356;
}


.yearly-events__season::before {
    position: absolute;
    content: "";
    background-image: url(../images/decorations/sakura.png);
    width: 98px;
    height: 85px;
    top: -43px;
    left: -107px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width:768px) {
    .yearly-events__season::before {
        width: 78.4px;
        height: 68px;
        top: -37px;
        left: 20px;
    }
}

.season--natu::before {
    background-image: url(../images/decorations/suika.png);
    width: 102px;
    height: 86px;
}
@media (max-width:768px) {
    .season--natu::before {
        width: 73.6px;
        height: 68.8px;
        top: -33px;
    }
}

.season--aki::before {
    background-image: url(../images/decorations/kurisumasu.png);
    width: 81px;
    height: 82px;
    left: -95px;
}
@media (max-width:768px) {
    .season--aki::before {
        width: 64.8px;
        height: 65.6px;
        left: 20px;
    }
}

.season--huyu::before {
    background-image: url(../images/decorations/tori.png);
    width: 135px;
    height: 77px;
    left: -115px;
    transform: rotate(-9deg);
}
@media (max-width:768px) {
    .season--huyu::before {
        width: 108px;
        height: 61.6px;
        top: -30px;
        left: 20px;
    }
}



.yearly-events__season span {
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    margin-left: 2px;
}
@media (max-width:768px) {
    .yearly-events__season span  {
        font-size: 1.6rem;
    }
}

.yearly-events__events {
    margin-left: 50px;
}
@media (max-width:900px) {
    .yearly-events__events {
        margin-left: 30px;
    }
}
@media (max-width:768px) {
    .yearly-events__events {
        margin-left: 16px;
    }
}

.yearly-events__events li {
    margin-top: 10px;
}

.yearly-events__events span {
    color: var(--cherry-red);
}

.note {
    width: 100%;
    text-align: end;
    margin-bottom: 100px;
}
@media (max-width:768px) {
    .note  {
        text-align: center;
    }
}

.contents-title__subsub {
    font-size: 1.6rem;
    letter-spacing: 3.2px;
    margin-top: 30px;
}
@media (max-width:768px) {
    .contents-title__subsub {
        font-size: 1.4rem;
    }
}
.contents-title__subsub span {
    color: #DD2051;
}