@charset "utf-8";
@media print, screen and (max-width: 959px){
	/*----------------------------------------------------
		contents
	----------------------------------------------------*/
	#contents section{
		margin-top:16px;
	}
		/*------------------------------------------------
			main_img
		------------------------------------------------*/
		#main_img{
			margin: 16px 0px 0px;
		}
		/*------------------------------------------------
			bnr
		------------------------------------------------*/
		.bnr_item:first-child{
			margin-top:16px;
		}
		.bnr_item, .c_bnr_item {
		    display: inline-block;
			width: 49.3%;
		}
		#right_box .bnr_item {
			vertical-align: middle;
		}
		/*------------------------------------------------
			left_box
		------------------------------------------------*/
			/*-------------------------------------------
				pop
			-------------------------------------------*/
			#pop{
				display:none;
			}
			/*-------------------------------------------
				town
			-------------------------------------------*/
			#livecam_item_img{
				width:100%;
				height:auto;
			}
			/*-------------------------------------------
				bnr
			-------------------------------------------*/
			.bnr_img{
				width:100%;
				height:auto;
			}

			/* スマホ: SNSバナー画像を非表示にしてアイコンを表示 */
			ul:has(.bnr_item--sns){
				display:flex;
				flex-wrap:nowrap;
				align-items:flex-start;
				gap:4px;
			}
			.bnr_item--sns:first-child{
				margin-top:4px;
			}
			.bnr_item--sns{
				width:auto;
				margin:4px 0;
				display:block;
				flex-shrink:0;
			}
			.bnr_item--sns .bnr_img{
				display:none;
			}
			.bnr_item--sns a{
				display:inline-block;
			}
			.bnr_item--sns .sns-icon{
				display:flex;
				flex-direction:column;
				align-items:center;
				justify-content:center;
				width:60px;
				height:60px;
				border-radius:8px;
				color:#fff;
				font-size:24px;
				text-decoration:none;
			}
			.bnr_item--sns .sns-icon__label{
				font-size:9px;
				margin-top:2px;
				line-height:1;
			}
			.sns-icon--facebook{ background:#1877f2; }
			.sns-icon--x{ background:#000; }
			.sns-icon--youtube{ background:#ff0000; }
			.sns-icon--instagram{
				background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
			}
                /*------------------------------------------------
                         center_box
		------------------------------------------------*/
		#guide{
			display:none;
		}
}
