header .headTopArea .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, .l-footer-bottom__copy a:before  {
    content: "【PR】";
}

.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}


.douga {
    text-align: center;
}

.mv {
    letter-spacing: 1px;
    margin: 0 0.3rem;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffd75f 50%);
}

p>span {
    font-weight: 700;
    color: #3b3b39;
    letter-spacing: 1px;
    margin: 0 0.3rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffd75f 50%);
}

.star {
    font-size: 30px;
    font-weight: bold;
    color: #f8aa12;
}

.addParts01 .scrollArea .box-kodawari {
    margin: 0 0 2rem 0;
    padding: 1rem 2rem;
    background: #fff;
    text-align: center;
}

.addParts01 .scrollArea .box-kodawari .ttl {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #465f21;
}

.topcaption {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
}

#index .addParts02 .sttl span {
    color: #ef7c00;
}

/* oki_20220906 */

.kanren {
    border: 1px solid #adbc32;
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.midasi {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */
.readmore-label {
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 7px 15px;
    background-color: #f8aa12;
    border-radius: 10px;
    color: #FFF;
}

.readmore-label:before {
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
    content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
    height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
    display: none;
}

.imgarea{
	text-align:center;
}
/*2023.05.22*/
.custom_parts .frame-wrap h3,.custom_parts .float-wrap h3{
	letter-spacing: normal;
}

/*----------------------------------------------------
    PCã‚µã‚¤ãƒˆcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {

    /*/////////////PCç”¨ã®CSSã‚’ã“ã“ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/
    .wr_img_center {
        position: relative;
        margin-bottom: 40px;
    }

    .wr_img_center:after {
        content: '';
        display: block;
        clear: both;
    }

    .wr_img_center .wr_img.fc {
        width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .wr_img_center .wr_img.fc img {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .wr_img_center .wr_img .wr_caption {
        font-size: 12px;
        color: #969696;
        text-align: center;
        word-wrap: break-word;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

    .btn-web a {
        display: inline-block;
        position: relative;
        width: 45rem;
        margin: 0 auto;
        padding: 2rem 3rem;
        background-size: 7px 11px;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .btn-internal a {
        display: inline-block;
        position: relative;
        width: 45rem;
        margin: 0 auto;
        padding: 2rem 3rem;
        background: #f8aa12 url(img/arrow_white.png) no-repeat right 1.5rem center;
        background-size: 7px 11px;
        border: 2px solid #f8aa12;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }



    #index .addParts02 {
        background: url(https://www.eco-nda.com/wp/wp-content/uploads/bg_room-scaled.jpg) no-repeat center top fixed ;
        background-size: 100%;
    }

}

/*----------------------------------------------------
    SPã‚µã‚¤ãƒˆcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
    /*/////////////SPç”¨ã®CSSã‚’ã“ã“ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/
    /*/////////////å¿…ãšä¸­æ‹¬å¼§ã®ä¸­ã«ä½œæˆã—ã¦ãã ã•ã„ã€‚/////////////*/

    .wr_img_center {
        position: relative;
        margin-bottom: 20px;
    }

    .wr_img_center:after {
        content: '';
        display: block;
        clear: both;
    }

    .wr_img_center .wr_img.fc {
        width: 100%;
        text-align: center;
    }

    .wr_img_center .wr_img.fc img {
        width: 80%;
        max-width: 100%;
        display: block;
        margin: 0 auto 5px;
    }

    .wr_img_center .wr_img .wr_caption {
        font-size: 12px;
        color: #969696;
        text-align: center;
        word-wrap: break-word;
        margin-bottom: 20px;
        line-height: 1.3em;
    }

    .btn-web a {
        position: relative;
        margin: 0 auto;
        padding: 2rem 3rem;
        background-size: 7px 11px;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .btn-internal a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 3rem auto 0;
        padding: 2rem 3rem;
        background: #f8aa12 url(img/arrow_white.png) no-repeat right 1.5rem center;
        background-size: 7px 11px;
        border: 2px solid #f8aa12;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .douga {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .douga iframe {
        width: 100%;
        height: 100%;
    }

    #index .addParts02 {
        background: url(https://www.eco-nda.com/wp/wp-content/uploads/bg_room-scaled.jpg) no-repeat center top fixed ;
        background-size: 100%;
    }

.imgarea.caption img {
    max-width: 90%;
}
}