@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

.tour_link_box { display: flex; }
.tour_link_box a { display: inline-block; width: calc(100% / 3); }
.tour_link_box a img { width: 100%; height: 100%; }


/* 1. サイドバーなどの検索ウィジェットを非表示 */
.widget .searchBox {
    display: none !important;
}

/* 2. ヘッダー右側のアイコン（虫眼鏡・三本線・×ボタン）を非表示 */
.menuNavi {
    display: none !important;
}

/* 3. クリックで展開される検索・メニューエリアを完全に非表示 */
.l-extra,
#extra__search {
    display: none !important;
}
/* フッターSNSボックスを構造から特定して消去 */
div.footer_sns_box, 
div.footer_sns_box_in, 
div.footer_sns_box_in a {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- 記事下のシェアボタン（Facebook/LINE）を強制非表示 --- */
.share, 
.share__list, 
.share__item,
.icon-facebook,
.icon-line {
    display: none !important;
}

/* --- フッターのSNSアイコンエリアを強制非表示 --- */
.footer_sns_box {
    display: none !important;
}

/* --- ヘッダーのアイコンと検索ボックスを強制非表示 --- */
.menuNavi, 
.l-extra, 
#extra__search {
    display: none !important;
}