

#fullopen_pajama h1 {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 2.5em;
    line-height: 1.6em;
}


#fullopen_pajama h2 {
    font-size: 2.5em;
    line-height: 1.6em;
    color:#2e8b06
}

#fullopen_pajama .point .img {
    margin-top: 0em;
    margin-bottom: 0em;
}

#fullopen_pajama .point .txt {
    margin-top: 0em;
    margin-bottom: 2em;
    font-size: 2em;
    line-height: 1.6em;
}


.movie p {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0 2%; /* 左右に5%ずつ余白 */
}

        iframe {
            width: 80%; /* PC画面で幅を80%に設定 */
            max-width: 800px; /* 最大幅を700pxに制限 */
            height: 450px; /* 高さを450pxに設定 */
            display: block; /* ブロック要素として表示 */
            margin: 0 auto 2.5em auto; /* 中央寄せ */
            border: none; /* 枠線を非表示 */
        }

.lead p {
    font-weight: bold;
    font-size: 2.5em;
    font-style: normal;
    color: #f09da0;
    text-align: center;
    margin-bottom: 0.5em;
}

#fullopen_pajama .itemBlock {
    margin-bottom: 1em;
}

#fullopen_pajama .itemBlock .item a {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: linear-gradient(#f8f2ea, #ffe0e1);
    padding: 30px;
    text-decoration: none;
}
#fullopen_pajama .itemBlock .item a:hover {
    background: linear-gradient(#ffe0e1, #f8f2ea);
    color: #434343;
}
#fullopen_pajama .itemBlock .item .image {
    text-align: center;
}
#fullopen_pajama .itemBlock .item  a .image img:hover {
    opacity: 1;
}
#fullopen_pajama .itemBlock .item  a:hover .image img {
    opacity: 0.8;
}

#fullopen_pajama .itemBlock .item .box {
    width: 480px;
}
#fullopen_pajama .itemBlock .item .name {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
#fullopen_pajama .itemBlock .item .detail li {
    line-height: 2em;
    font-size: 20px;
}
#fullopen_pajama .itemBlock .item .detail li p {
    display: inline;
    padding-right: 4px;
    font-weight: bold;
}
#fullopen_pajama .itemBlock .item .detail li dl {
    display: table;
}
#fullopen_pajama .itemBlock .item .detail li dl.bl {
    display: block;
}
#fullopen_pajama .itemBlock .item .detail li dl.bl dt,
#fullopen_pajama .itemBlock .item .detail li dl.bl dd {
    display: inline;
}
#fullopen_pajama .itemBlock .item .detail li dl dt {
    display: table-cell;
    white-space: nowrap;
}
#fullopen_pajama .itemBlock .item .detail li dl dd {
    display: table-cell;
}
#fullopen_pajama .itemBlock .item .detail li span {
}
#fullopen_pajama .itemBlock .item .detail li span + span {
}
#fullopen_pajama .itemBlock .item .detail li span em {
    font-weight: bold;
    font-size: 20px;
}
#fullopen_pajama .itemBlock .item .detail li p,
#fullopen_pajama .itemBlock .item .detail li span em {
    color: #f09da0;
}
#fullopen_pajama .itemBlock .item .note {
    margin-top: 5px;
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}