@charset "UTF-8";
/*
Theme Name: Super Simple II
Description: 
Version: 1.0
Author: Shirokuma Systems LLC.
*/

/* Basic Tag Setting
------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--silver: #aaa;
	--light-silver: #ccc;
	--pale-silver: #f0f0f0;
	--light-gray: #e8e8e4;
	--pale-gray: #f8f8f4;
	--gray: #999;
	--pale-gray: #f8f8f4;
	--gold: #ab8c42;
	--bright-gold: #c9a95e;
	--sky-blue: #3682d0;
	--turquoise-blue: #76c7ce;
	--navy: #000941;
	--blue-green: #04899d;
}
body {
	position: relative;
	padding: 75px 0 0;
	letter-spacing: 1px;
	font-weight: 500;
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-size: 16px;
}
address, em {
	font-style: normal;
}
button {
	cursor: pointer;
	outline: none;
	appearance: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.skin {
	width: 1200px;
	margin: auto;
	padding: 0 20px;
}
.notoSans {
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}
.telnm a {
	text-decoration: none;
}

/* SVG
------------------------- */
.svg-symbol {
	position: absolute;
	width: 0;
	height: 0;
}
.svg-instance {
	width: 100%;
	height: auto;
}

/* Up Button
------------------------- */
#up-button {
	display: none;
	width: 32px;
	height: 32px;
	position: fixed;
	right: 12px;
	bottom: 14px;
}
#up-button .svg-up-path {
	fill: #fff;
}
#up-button .svg-up-rect {
	transition: 0.4s;
	fill: var(--navy);
}
#up-button:hover .svg-up-rect {
	fill: var(--blue-green);
}

/* Edit Link
------------------------- */
.edit-link {
	width: 300px;
	margin: 20px auto 0;
}
.edit-link a {
	transition: 0.4s;
	display: block;
	padding: 9px 0 7px;
	background-color: #000;
	text-indent: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.edit-link a:hover {
	background-color: #666;
}
.edit-link a:after {
	content: "\f105";
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

/* Login
------------------------- */
#log-in {
	background-color: #000;
	text-align: right;
	color: #fff;
}
#log-in p {
	padding: 1.6rem 0 1.3rem 0;
}
#log-in a {
	display: inline-block;
	padding: 0 7rem 0 1rem;
	text-decoration: none;
	color: #fff;
}
#log-in a:after {
	content: "\f2f6";
	margin-left: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* Float
------------------------- */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	display:block;
	margin:1rem auto;
	text-align:center;
}


/* Post Meta
------------------------- */
ul.post-meta {
	margin: 0 0 30px;
}
ul.post-meta a {
	text-decoration: none;
}
ul.post-meta li {
	display:inline-block;
	margin-right: 16px;
	font-size: 13px;
}
ul.post-meta li.tags {
	/*display:none;*/
}
ul.post-meta .time:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_calendar.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_calendar.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
ul.post-meta .cate:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_folder.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_folder.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
ul.post-meta .pen:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_pen.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_pen.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
ul.post-meta a {
	color: #000;
}
/* End of CSS File */