@charset "UTF-8";
/*
Theme Name: Jetpress
Description: 
Version: 1.0
Author: 
*/

/* 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 {
	--yellow: #ffffeb;
	--brown: #2a000c;
	--dull-brown: #62341a;
	--beige: #faf2e7;
	--green: #3e8002;
	--orange: #ffa800;
	--dull-orange: #e48f12;
	--pale-orange: #ebd7b4;
	--gold: #9e883d;
	--gray: #4d4d4d;
}
html {
	font-size: 62.5%;
}
body {
	position: relative;
	background-color: var(--yellow);
	background-image: url("./img/header/index_header_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 1px;
	font-weight: 500;
	font-family:
		"メイリオ", "Meiryo",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
}
address, em {
	font-style: normal;
}

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


/* Breadcrumbs
------------------------- */
.breadcrumbs {
	margin: 0px auto 10px auto;
	padding: 5px 0px;
	font-size: 1.2rem;
	color: var(--gray);
}
.breadcrumb #goto-home:before {
	display: inline-block;
	content: "\f015";
	margin: 0 3px 0 0;
	vertical-align: 1px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
}
.breadcrumbs a {
	transition: 0.4s;
	text-decoration: none;
	color: var(--gray);
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #000;
}
.breadcrumb ul,
.breadcrumb li {
	display: inline-block;
}

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

/* Edit Link
------------------------- */
.edit-link {
	overflow: hidden;
	width: 300px;
	margin: 2rem auto 0;
	padding: 2rem 0;
}
.edit-link a {
	transition: 0.4s;
	display: block;
	padding: 0.9rem 0 0.7rem;
	background-color: #000;
	text-indent: 2rem;
	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;
}

/* Menu Button
------------------------- */
#menu-button {
	width: 24px;
	height: 24px;
}
#menu-button2 {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

/* Post Meta
------------------------- */
.post-meta {
	margin: 1rem 0.2rem 1rem;
}
.post-meta a {
	text-decoration: none;
}
.post-meta li {
	display:inline-block;
	margin-right:1.6rem;
	font-size:1.3rem;
}
.post-meta li.tags {
	/*display:none;*/
}
.post-meta li.cate {
	/*display:none;*/
}
.post-meta .time:before {
	content: "\f073";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:300;
}
.post-meta .cate:before {
	content: "\f07b";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .pen:before {
	content: "\f044";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .taxo:before {
	content: "\f02b";
	margin-right:1px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta .tag:before {
	content: "\f02b";
	margin-right:1px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.post-meta a {
	color:#000;
}

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

/* Pagenation
------------------------- */
.pagination {
	text-align: center;
}
.pagination .page_num {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}
.pagination .pager {
	transition: 0.4s;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 3px;
	border: solid 1px var(--gold);
	line-height: 33px;
}
.pagination .pager:hover {
	border: solid 1px #e29000;
	background-color: #fff6e6;
	color: #9b6200;
}
.pagination a {
	text-decoration: none;
}
.pagination a.pager {
	color: var(--gold);
}
.pagination .next {
	display: inline-block;
	margin: 0 0 0 5px;
}
.pagination .last {
	display: inline-block;
	margin: 0 0 0 5px;
}
.pagination .prev {
	display: inline-block;
	margin: 0 5px 0 0;
}
.pagination .first {
	display: inline-block;
	margin: 0 5px 0 0;
}
.pagination .pager.current {
	border: solid 1px #653107;
	background-color: #653107;
	font-weight: 900;
	color: #fff;
}

/* End of CSS File */