.top-header .logo01:before, .l-header-area .logo01 a: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;
}

a.l-footer-bottom__copy__link:before  {
    content: "【PR】";
}


/*----------------------------------------------------
    関連css
----------------------------------------------------*/

/* oki_20220509 */


.kanren {
    /* border: 3px solid #ff5252; */
    border: 1px solid #d1d1d1;
    /* padding: 20px 30px 0; */
    margin: 30px auto;
    /* border-radius: 10px; */
    /* アコーディオンの時は下記追加 */
    position: relative;
    box-sizing: border-box;
    width: 1000px;
}
@media screen and (max-width: 768px) {
    .kanren {
        width: 92%;
    }
}

.kanren ul{
    padding: 0 20px;
    position: relative;
}
.kanren ul li{
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}
.kanren ul li a{
    text-decoration: underline;
}

.kanren ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 3px #6ba1a2;
    box-sizing: border-box;
    border-radius: 50%;
}

.midasi {
    /* border-bottom: 2px dotted #333; */
    border-bottom: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding: 15px 0;
    background: #e6e6e6;
    font-family: 'Noto Serif JP', serif;
}
.kanren br {
	display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 150px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    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%);
    z-index: 1;
}

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

.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: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}











p.bnr a {
    position: fixed;
    width: 27rem;
    height: auto;
    right: 2rem;
    background-color: #f03e52;
    background-image: url();
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;
    bottom: 13rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0 2rem;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    box-shadow: 7px 7px 0px #0000006b;
    color: #fff;
}
p.imagephoto {
    max-width: 500px;
    margin: 0 auto;
}

.official{
margin-bottom:9rem;
}
.official .mini a{
color: #888;
margin:0.5rem;
}
.official ul li{margin: 1rem 1rem;background: #fff;padding: 2rem 3rem;line-height: 1.4;}

.official ul li span{font-size: 11px;}

.official ul div {font-weight: bold;font-size: 16px;}

.official h5 {font-size: 3rem;margin: 5rem 0 3rem;text-align: center;}

.official h6 {text-align: center;font-size: 2rem;}
.sec02 .box02  .official h4, .official h5, .official h6{width: auto;}

.official iframe {
    margin: 2rem auto;
    display: block;

    height: 400px;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.official h5 {
    font-size: 2rem;
}

.official h6 {
    font-size: 1.6rem;
}	
p.bnr a {
    width: 80%;
    bottom: 1rem;
    padding: 1rem 0;
    line-height: 1.3;
    right: 10%;
}	
}
