/* --------------------------------------------------------------------

  #特集別css
  ・グロナビ等全体にかかる部分の配色設定
  ・特集内でピンポイントに使用するcss等

 */


/* ドロワーメニュー上のラインカラー */
.glb-header-container2::before {
    background: #6fdac4 !important; /* !important;　最新号のCSSにのみ記述 */
}


/* --------------------------------------------------------------------
  #メインビジュアル
 */

/* MV背景のテクスチャ
    更新の際は画像(mv_bg.png)の色を変更する
*/
.pg-mv::before {
    background-image: url(/nara/naraha/feature/24_summer02/img/mv_bg_l.jpg);
}
.pg-mv::after {
    background-image: url(/nara/naraha/feature/24_summer02/img/mv_bg_r.jpg);
}
.pg-mv {
    background-image: url(/nara/naraha/feature/24_summer02/img/mv_bg_sp.jpg);
}

/* --------------------------------------------------------------------
  #見出し
 */

/* 見出し強調色 */
.glb-feature24-head__heading strong{
    color: #6fdac4 !important; /* !important;　最新号のCSSにのみ記述 */
}

.prg-ver23 .glb-feature24-head__heading strong {
    color: #6fdac4 !important; /*このimportantは消さない */
}



/* --------------------------------------------------------------------
  #コンテンツ
 */


/* キャッチ文のマーカー色 */
.glb-feature24-item__catch span {
    background: linear-gradient(to bottom,  transparent 0%,transparent 50%,  #d8f7f0 50%,  #d8f7f0 100%);
}

/* スライドショーのドット色 */
.glb-feature24-item__pict .slick-dots li button:before {
    background-color: #4d3417 !important;
}

/* スライドショーのドット色（アクティブ） */
.glb-feature24-item__pict .slick-dots li.slick-active button:before {
    background-color: #6fdac4 !important;
}


/* --------------------------------------------------------------------
  #Access
 */

/* Access背景色 */
.glb-access20-container::before {
    background-color: #d8f7f0;
    opacity: .4;
}

/* --------------------------------------------------------------------
  #特集ごとの固有要素
 */



/*-------------------
各店舗タイトル周り
-------------------*/
@media print,
screen and (min-width: 769px) {
    .glb-feature24-item__title {
        font-size: 2.65rem;
    }
}

.glb-feature24-item__title > span {
    text-indent: 10px;
}

/*-------------------
店舗名の下、boder色変更

.glb-feature24-item__title{
    border-bottom: 1px solid #6fdac4;
}
.glb-feature24-item__title::after{
    background: #6fdac4;
}

-------------------*/

.glb-feature24-item-info .att{
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    text-indent: -1.1rem;
    margin-left: 1.1rem;
}