@charset "utf-8";
/*---------------------------------
  ヘッダーアイコンの傾き
---------------------------------*/
header.sp {
    border-top: solid #f29b93 2px;
}
header.pc li:nth-of-type(3) {
    transform: rotate(-5deg);
}
/*---------------------------------
  テーマカラー変更
---------------------------------*/
/* メインビジュアルメッセージ */
.under_mv_message {
    background-color: #f29b93;
    box-shadow: 0 0 0 10px #f29b93;
}
/* サブタイトル文字色 */
h3.under_heading > span {
    color: #f29b93;
}
/* 日付 */
.blog_data span {
    color: #f29b93;
}
/* 料金案案内アンダーライン */
.price h4  span {
    background: linear-gradient(transparent 70%, #f29b93 30%);
}
/* ブログ詳細画面 */
.blog_detail {
    border-top: 5px solid #f29b93;
}
.pager_item .current {
    background-color: #f29b93;
}
@media screen and (max-width:1024px) {
    .under_mv_message {
        box-shadow: 0 0 0 4px #f29b93;
    }
    .price .underline {
        background: linear-gradient(transparent 80%, #f29b93 20%);
    }
    .price h4 > span {
        background: none;
    }
}
