/*
Theme Name: Laid Back Child
Template: laid-back
Version: 1.0
*/

@import url("../laid-back/style.css");

/* Laid Back テーマ カスタマイズ */

/* 前へ・次へナビゲーションの画像を非表示 */
.adjacent_thum {
    display: none !important;
}

/* より具体的なセレクタ */
.adjacent_thum.adjacent_thum_L,
.adjacent_thum.adjacent_thum_R {
    display: none !important;
}

/* ナビゲーション内の画像のみ非表示（テキストは残す場合） */
.adjacent_thum img {
    display: none !important;
}

/* 投稿ID 350のアイキャッチのみ非表示 */
.postid-350 .post_thum {
    display: none !important;
}

.postid-350 figure.post_thum {
    display: none !important;
}

/* 著者プロフィールを非表示 */
#about_author {
    display: none !important;
}

div#about_author.about_author.post_item {
    display: none !important;
}

.about_author {
    display: none !important;
}

/* 投稿メタ情報を非表示 */
.post_meta_f_box {
    display: none !important;
}

div.post_meta_f_box.ai_c.mb16 {
    display: none !important;
}

.mb16 {
    margin-bottom: 0 !important;
}

.post_date {
    display: none !important;
}

span.post_date.sub_fc.fs12 {
    display: none !important;
}

.post_author {
    display: none !important;
}

span.post_author.sub_fc.fs12 {
    display: none !important;
}

/* 投稿コンテンツ内の画像のみに適用 */
.single .post_contents img,
.single .main_contents img,
.single .entry-content img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}

/* モバイル対応（投稿ページのみ） */
@media (max-width: 768px) {
    .single .post_contents img,
    .single .main_contents img,
    .single .entry-content img {
        max-width: 95% !important;
        margin: 15px auto !important;
    }
}

/* 改行制御 */
.mobile-br {
    display: none;
}

@media (max-width: 768px) {
    .mobile-br {
        display: block;
    }
}

/* 投稿ID 350のレイアウト調整 */
.postid-350 .main_wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.postid-350 .main_wrap.wrap_frame.f_box.f_col110.jc_c001 {
    margin: 0 !important;
    padding: 0 !important;
}

.main_contents.post_contents,
.shadow_box.main_contents {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.postid-350 .main_contents.post_contents {
    padding: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 投稿ID 350のタイトル非表示 */
.postid-350 .post_title {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.postid-350 h1.post_title.fs24.fw_bold.lh15 {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* レイアウト調整 */
.wrap_frame {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.main_wrap {
    margin-top: 0 !important;
    padding-top: 20px !important;
    max-width: 100% !important;
    width: 100% !important;
}

div.main_wrap.wrap_frame.f_box.f_col110.jc_c001 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.site-header {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .wrap_frame {
        width: 98% !important;
        padding: 0 10px !important;
    }
}