@charset "UTF-8";

/* タブレットデザイン ここから */
@media screen and (min-width:768px) and (max-width:1049px) {
	/* 全体デザイン */
	.only-sp {
		display: none;
	}
	
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
	}
}

/* スマートフォンデザイン ここから */
@media screen and (max-width:767px) {
    /* 全体デザイン */
    .only-pc {
        display: none;
    }

    body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
    }

    img {
        max-width: 100%;
        height: auto;
    }
	
	/* パンくずリスト */
	#breadcrumbs {
		font-size: 13px;
	}

	/* 固定ページ */
	.page #header-img {
		height: 150px;
	}
	
	.page #header-img h1 {
		font-size: 26px;
	}
			
	/* 記事ページ */
	.single h1 {
		font-size: 1.2em;
	}
		
	/* アーカイブページ */
	.archive h1 {
		font-size: 20px;
	}
	
	.archive .topics-list-item > a {
		display: block;
	}

	.archive .topics-date {
		font-size: 15px;
	}

	.archive .topics-title {
		margin-top: 5px;
	}
}
