
@media screen and (max-width: 768px) {

    body {
        font-size: 14px;
    }

    /* 全体ラッパー */
    .sotowaku {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }

    /* トップ画像 */
    .image_lock {
        width: 100% !important;
    }

    #infotd{
		display:none;
	}
    #top_image,
    .image_lock img,
    img.gazou {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* 上部サムネ群 */
    #topgBlock img {
        width: 40px;
        height: auto;
        margin: 2px;
    }

    /* ボタンを縦並び */
    .botan button {
        width: 100% !important;
        margin-bottom: 6px;
        height: 36px;
        font-size: 14px;
    }

    /* iframe */
    iframe {
        width: 100% !important;
        height: auto;
        min-height: 120px;
    }

    /* information iframe */
    #info,
    #infoall {
        width: 100% !important;
    }

    /* table をブロック化 */
    table, tr, td {
        display: block;
        width: 100%;
    }

    /* info 展開アイコン */
    #infotd {
        text-align: center;
        margin-top: 8px;
    }

    /* 見出し */
    h1 {
        font-size: 18px;
        line-height: 1.4;
    }

    h2 {
        font-size: 16px;
    }

#lsday_renew{
	display:none;
}

    /* 時刻表示 */
    #time_block {
	display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.85);
        z-index: 999;
        padding: 6px;
        font-size: 12px;
    }
    #pc_info {
        display: none !important;
    }
   #sumaho_info{
	display:block;
   }

      .clock_text{
      font-size:13px;
   }
   .eminence_text,#eminence1,#eminence2{
	display:none;
   }
}
/* =========================
   スマホ専用（重要）
   ========================= */
@media screen and (max-width: 768px) {

    * {
        float: none !important;
    }

    body {
        overflow-x: hidden;
    }

    /* 外枠・内枠 */
    .sotowaku,
    .utiwaku,
    .gazou {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    /* 画像ラッパー */
    .image_lock {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 2; /* 高さ代替（好みで変更可） */
    }

    /* 中の画像 */
    .image_lock img,
    img.gazou {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* time_block を下固定 */
    #time_block {
	background-color:#d2b48c; /* 茶色系 */
        position: fixed;
        bottom: 0;
        right: 0;
	text-align:center;
        width: 100% !important;
        height: auto;
        font-size: 14px;
        z-index: 999;
    }

    /* ボタンを縦並び */
        display: inline-flex;
        width: auto;
        margin: 4px 6px;
        padding: 6px 10px;
        white-space: nowrap;
}
			
