header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
.Footer a:before {
    content: "【PR】";
}
p.sitemap a:before {display: none;}
.imgarea.caption {
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
}
iframe.gmap {
    margin: 0 auto;
    display: block;
}
#index .imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    height: 15rem;
}

p.noimg {
    text-align: center;
    padding: 5rem 0;
    font-size: 3rem;
    height: 15rem;
    background: #ddd;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #fff;
}

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


/* oki_20220509 */


.kanren {
    border: 3px solid #ff5252;
    padding: 20px 30px 0;
    margin: 30px 0;
    border-radius: 10px;
    /* アコーディオンの時は下記追加 */
    position: relative;
    box-sizing: border-box;
}
.midasi {
    border-bottom: 2px dotted #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
	display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 100px;
}
.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: 3px 10px;
    background-color: #ff7777;
    border-radius: 10px;
    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;
}





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

.text-banner-area__text {
    padding: 2rem;
}

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

@media screen and (max-width: 480px) {
.text-banner-area .cmn02-text-banner-area__image {
    padding-top: 0;
}

.text-banner-area__text {
    padding: 2rem 0;
}
p.noimg {
    margin: 0 auto 1rem;
    width: 90%;
}

#index .imgarea.caption img {
    height: unset;
    width: 90%;
}
iframe.gmap {
    width: 100%;
    height: 25rem;
}
/*2023.05.08*/	
.text-banner-area .btn-internal a{
padding: 15px 48px 15px 40px;
}	

.l-header-area .l-header .l-header__sitename {
    display: block;
    font-size: 16px;
}

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before {
    float: left;
    margin-bottom: 1rem;
}	
	
}
