/*
Theme Name: Tamayo
Author: Motoharu Sumi
Author URI: https://www.searchengineoptimization.jp
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Normalize
-------------------------------------------------------------- */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
	}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	}
b,
strong,
em {
	font-weight: inherit;
	font-weight: bolder;
	font-style: normal;
	padding: 3px;
	margin: 0 2px;
	}
small {
	font-size: 80%;
	}
audio,
video {
	display: inline-block;
	}
audio:not([controls]) {
	display: none;
	height: 0;
	}
img {
	border-style: none;
	-ms-interpolation-mode: bicubic;
	}
svg:not(:root) {
	overflow: hidden;
	}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	}
button,
input {
	overflow: visible;
	}
button,
select {
	text-transform: none;
	}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
	}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
	}
textarea {
	overflow: auto;
	}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
	}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
	}
[hidden] {
	display: none;
	}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
	}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
	}


/* =Repeatable patterns
-------------------------------------------------------------- */
/* Responsive images */
.entry-content img,
.wp-caption,
embed,
iframe,
object,
video {
	max-width: 100%;
	}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}

/* Images */
.entry-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image,
.entry-content .crop {
	border-radius: 3px;
	}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
	}
.entry-content dl.gallery-item {
	margin: 0;
	padding: 0!important;
	}
.entry-content dl.gallery-item dt {
	margin: 0;
	padding: 0!important;
	border: 0;
	}
.gallery-item a,
.gallery-caption {
	width: 90%;
	margin: 0;
	}
.gallery-item a {
	display: block;
	}
.gallery-caption a {
	display: inline;
	}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
	}
.gallery .gallery-icon img {
	height: auto;
	padding: 5px;
	}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
	}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	overflow: auto;
	}
body {
	margin: 0;
	padding: 0;
	overflow-wrap: break-word;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	color: #5c0d12;
	}
a:link {
	color: #2f5877;
	}
a:visited {
	color: #762f77;
	}
a:hover {
	color: #77312f;
	}
a:active {
	color: #77312f;
	}

/* Page structure */
#wrapper {
	overflow-x: hidden;
	}
/* Site Header and Footer*/
.site-header,
footer[role="contentinfo"],
.site-info {
	width: 100%;
	position: relative;
	margin: 0 -500%;
	padding: 0 500%;
	}
.site-header {
	background: #ffd800;
	}
.site-header hgroup a {
	padding: 8px 0;
	display: block;
	}
.site-header hgroup a img {
	width: 32px;
	height: 32px;
	margin-top: 4px;
	margin-right: 6px;
	padding: 0;
	float: left;
	}
.site-header h1,
.site-header h2 {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: normal;
	line-height: 1;
	font-size: 10px;
	}
.site-header h2 {
	color: #FFF;
	margin-top: 7px;
	}
footer[role="contentinfo"] {
	background: #ffd800;
	padding-bottom: 0;
	}
site-navigation {
	padding: 0;
	}
.main-navigation ul {
	margin: 12px 0;
	padding: 0;
	border: #77312f 1px solid;
	border-radius: 6px;
	}
.main-navigation ul li {
	list-style-type: none;
	width: 50%;
	float: left;
	}
.main-navigation ul li a {
	display: block;
	position: relative;
	padding: 4px 24px 2px 10px;
	background: #feffdd;
	border-bottom: #77312f 1px solid;
	text-decoration: none;
	line-height: 2;
	font-weight: normal
	}
.main-navigation ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #77312f;
	border-right: solid 2px #77312f;
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	}
.main-navigation ul li:nth-child(2n) a {
	border-left: #77312f 1px solid;
	}
.main-navigation ul li:first-child a {
	border-radius: 6px 0 0 0;
	}
.main-navigation ul li:nth-child(2) a {
	border-radius: 0 6px 0 0;
	}
.main-navigation ul li:nth-last-child(2) a {
	border-radius: 0 0 0 6px;
	border-bottom: 0;
	}
.main-navigation ul li:last-child a {
	border-radius: 0 0 6px 0;
	border-bottom: 0;
	}
.site-info {
	background: #77312f;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 0;
	}
.site-info a {
	color: #FFF;
	}
.hidden {
	display: none;
	}

/* =Main content
-------------------------------------------------------------- */
.wp-editor { /* for Editor Style */
	padding: 0 20px !important;
	}
.entry-content {
	}
.single .entry-header,
.page .entry-header,
.archive-header {
	margin: 0 -500% 24px -500%;
	padding: 24px 500% 12px 500%;
	}
.single .entry-header h1,
.page .entry-header h1,
.archive-header h1 {
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: normal;
	line-height: 1.3;
	}
.byline {
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	font-size: 16px;
	}
.byline img {
	float: left;
	margin-right: 16px;
	border-radius: 50%;
	}
.byline big {
	display: block;
	margin: 12px 0 6px 0;
	padding-top: 8px;
	font-size: 18px;
	}
.byline big span {
	font-size: 15px;
	}
.byline a {
	text-decoration: none;
	}
.pubdate {
	margin: 0;
	padding: 0 0 12px 0;
	}
.pubdate li {
	display: inline;
	}
.pubdate li time {
	vertical-align: 3.2px;
	margin-left: 2px;
	}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-header .crop,
.entry-content .crop {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
.entry-header .crop::before,
.entry-content .crop::before {
	content: '';
	display: block;
	padding-top: 42.55%;
	}
.entry-header .entry-title {
	font-weight: normal;
	}
.entry-header .entry-title a {
	}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
	}
.entry-content h2,
h2.entry-title,
.yarpp-related h2,
.entry-content h3,
.entry-content h4,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content table,
.post-navigation h2 {
	margin: 24px 0;
	font-weight: normal;
	}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin: 0;
	}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
	margin: 0;
	}
.entry-content h2,
h2.entry-title,
.entry-content h3,
.entry-content h4 {
	clear: both;
	}
.entry-content h2,
h2.entry-title,
.post-navigation h2,
.yarpp-related h2 {
	margin-top: 36px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	position: relative;
	border-bottom: 3px solid #ffd800;
	}
.entry-content h2:after,
h2.entry-title:after,
.post-navigation h2:after,
.yarpp-related h2:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	width: 30%;
	border-bottom: 3px solid #77312f;
	}
h2.entry-title a {
	text-decoration: none;
	}
.entry-content h3 {
	margin-top: 36px;
	font-weight: bold;
	border-bottom: #ffd800 2px solid;
	}
.entry-content h4 {
	padding-left: 12px;
	border-left: #fff8b0 4px solid;
	}
.entry-content blockquote {
	margin: 24px 6px;
	padding: 24px;
	font-style: normal;
	background-color:#feffdd;
	position:relative;
	}
blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	color:#ffd800;
	position:absolute;
	left:0;
	top:0;
	}
blockquote:after{
	content:"”";
	font-size:600%;
	line-height:0em;
	color:#ffd800;
	position:absolute;
	right:0;
	bottom:0;
	}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
	}
.entry-content dl {
	margin: 0;
	padding: 0;
	}
.entry-content dt {
	font-size: 16px;
	padding-left: 12px;
	border-left: #ffd800 4px solid;
	}
.entry-content dd {
	margin-bottom: 24px;
	}
.entry-content table {
	margin: 24px 0;
	padding: 0;
	border-spacing: 0;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	width: 100%;
	}
.entry-content table caption {
	margin: 24px 0 12px 0;
	text-align: left;
	}
.entry-content tr {
	margin: 0;
	}
.entry-content th,
.entry-content td{
	margin: 0;
	border: 0;
	padding: 6px 10px;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}
.site-content article {
	padding-bottom: 24px;
	}
.page-links {
	clear: both;
	}
/* Entry Footer */
/* Entry Footer */
footer.entry-meta {
	margin-top: 36px;
	clear: both;
	padding: 14px 12px;
	border-radius: 6px;
	}
footer.entry-meta h2 {
	font-weight: normal;
	margin: 0;
	border-bottom: 2px solid #ededed;
	}
footer.entry-meta h3 {
	font-weight: normal;
	margin: 16px 0 0 0;
	}
footer.entry-meta p {
	}
.progfilecard-photo {
	border-radius: 50%;
	float: left;
	margin: 12px 12px 0 6px;
	}
.entry-meta-data ul {
	list-style-type: none;
	}
.entry-meta-data time,
.entry-meta-data span {
	vertical-align: 2px;
	margin-left: 2px;
	}
.entry-meta-data span a {
	margin-right: 20px;
	}
.cta {
	margin: 12px auto;
	}
.cta a {
	color: #333;
	display: block;
	background: #feffdd;
	border: 2px solid #ffd800;
	border-radius: 16px;
	text-align: center;
	padding: 8px;
	line-height: 1.2;
	text-decoration: none;
	}
.cta a:hover {
	background-color:#ffd800;
	border: 2px solid #77312f;
	}
.cta a small {
	line-height: 1.3;
	}
/*
.post-navigation-container {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	}
.next-post,
.prev-post {
	margin: 0 0 24px 0;
	flex-basis: 48%;
	}
.post-navigation h3 {
	margin: 0 0 12px 0;
	padding-left: 6px;
	border-left: 6px solid #ffd800;
	font-weight: normal;
	}
*/

/* Archive Pages */
.blog article p,
.category article p {
	margin-bottom: 0;
	}
.readmore {
	margin-top: 0;
	text-align: right;
	}
/* Pagenation */
.ori_pagenavi {
	clear:both;
	padding:20px 0;
	position:relative;
	line-height:13px;
	margin-bottom: 0.5em;
	}
.ori_pagenavi span, .ori_pagenavi a:link,
.ori_pagenavi span, .ori_pagenavi a:visited {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding:8px 9px 7px 9px;
	text-decoration:none;
	width:auto;
	color: #fff;
	font-weight: normal;
	border-radius: 4px;
	background: #77312f;
	}
.ori_pagenavi a:hover{
	background: #ffd800;
	color: #77312f;
	}
.ori_pagenavi .current{
	padding:8px 9px 7px 9px;
	background: #ffd800;
	color: #77312f;
	font-weight: bold;
	}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
	}


/* =Plugins
----------------------------------------------- */
/* Breadcrumb NavXT */
.breadcrumbs {
	margin: 0;
	}
.home .breadcrumbs,
.breadcrumbs .current {
	display: none;
	}
/* Table of Content Plus */
#toc_container {
	margin-right: 12px;
	margin-left: 12px;
	border: #fff8b0 1px solid;
	border-radius: 6px;
	}
#toc_container p,
#toc_container ul,
#toc_container ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.6;
	}
#toc_container p,
#toc_container ul li a {
	display: block;
	position: relative;
	padding: 4px 24px 2px 10px;
	line-height: 2;
	border-top: #fff8b0 1px solid;
	background: #feffdd;
	text-decoration: none;
	}
#toc_container p {
	border: 0;
	border-radius: 6px 6px 0 0;
	}
#toc_container ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #77312f;
	border-right: solid 2px #77312f;
	right: 10px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	}
#toc_container ul li:last-child a {
	border-radius: 0 0 6px 6px;
	}
#toc_container ul li li a {
	padding-left: 34px;
	}
#toc_container ul li li li a {
	padding-left: 58px;
	}
/* Yet Another Related Post Plugin (YARPP) */
.yarpp-related h2 {
	margin-top: 24px;
	}
.yarpp-related ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.yarpp-related ul li {
	line-height: 1.6;
	margin: 0 0 24px 0;
	padding: 0;
	}
.yarpp-related ul li img {
	margin: 0 0 4px 0;
	width: 100%;
	}
.yarpp-related a {
	text-decoration: none;
	}
/* Social Plugins (Facebook & Twitter official)*/
aside.follow-button {
	margin: 36px 0 24px 0;
	text-align: center;
	}
.facebook-follow,
.twitter-follow {
	width: 120px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	}
/* Google reCAPTCHA v3 バッジの非表示 */
.grecaptcha-badge {
	visibility: hidden;
	}
/* Social Buttons and sameAs Icons */
.share-button {
	width: 308px;
	margin: 60px auto 24px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.share-button h2 {
	flex-basis: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	}
.facebook svg {
	color: #3B5998;
	}
a.twitter svg {
	color: #0F1419;
	}
.line svg {
	color: #00B900;
	}
.hatena svg {
	color: #01A5DF;
	}
.mail svg {
	color: #DC483C;
	}
/* Blog Cards */
.entry-content .blog-card {
	position: relative;
	border: 2px solid #fb8c00;
	word-wrap: break-word;
	max-width: 100%;
	border-radius: 5px;
	margin: 0px 10px 15px 10px;
	}
.blog-card .blog-card-label {
	position: absolute;
	padding: 2px 6px;
	background-color: #fb8c00;
	color: #fff;
	font-size: .8em;
	z-index: 1;
	}
.blog-card a {
	text-decoration: none;
	}
.blog-card-thumbnail {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	}
.blog-card-thumbnail img {
	padding: 0;
	}
.blog-card-content {
	display: table-cell;
	vertical-align: middle;
	}
.blog-card-title {
	font-size: 1em;
	margin: 5px 10px 5px 0px;
	font-weight: bold;
	line-height: 1.4;
	}
.blog-card-title:hover {
	text-decoration: underline;
	}
.blog-card-excerpt {
	font-size: .74em;
	color: #4c4c4c;
	margin: 0 10px 5px 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.blog-card .clear {
	clear: both;
	}
@media screen and (max-width: 500px) {
	.blog-card:before {
		font-size: .56em;
		}
	.blog-card-title {
		font-size: .70em;
		}
	.blog-card-excerpt {
		font-size: .60em;
		}
	}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
	}
@viewport {
	width: device-width;
	}
/* Maximum width of 727 pixels. */
@media screen and (max-width: 727px) {
	body {
		font-size: 14px;
		line-height: 1.5;
		}
	.site {
		margin: 0 auto;
		max-width: 728px;
		overflow: hidden;
	}
	/* Images */
	.alignleft,
	.alignright,
	.aligncenter,
	.blog article img,
	.archive article img {
		display: block;
		width: 100%;
		margin: 12px 0;
		}
	/* Site Header */
	.site-header hgroup a img {
		margin-left: 6px;
		}
	/* Archive Pages */
	.blog article .wp-post-image,
	.archive article .wp-post-image {
		margin: 12px 24px 12px 0;
		float: left;
		}
	.blog article p,
	.category article p {
		margin-bottom: 0;
		}
	/* Plugins */
	.yarpp-related ul li {
		flex-basis: 48%;
		}
	/* Font Size */
	.single .entry-header h1,
	.page .entry-header h1,
	.archive-header h1,
	.cta a {
		font-size: 18px;
		}
	.entry-content h2,
	.yarpp-related h2 {
		font-size: 16px;
		}
	.entry-content h3,
	.entry-content h4,
	.post-navigation h3,
	.category-navigation h2,
	.main-navigation h2 {
		font-size: 14px;
		}
	.breadcrumbs,
	.entry-content table caption,
	footer.entry-meta,
	.cta a small {
		font-size: 12px;
		}
	/* Margin and Padding */
	.single .entry-header h1,
	.page .entry-header h1,
	.archive-header h1,
	.breadcrumbs,
	.entry-content p,
	.entry-content table caption,
	ul.display-posts-listing,
	.post-navigation-container,
	.yarpp-related ul,
	.main-navigation,
	.archive article p,
	.blog article p,
	.ori_pagenavi {
		margin-right: 6px;
		margin-left: 6px;
		}
	.entry-content h2,
	.entry-content h3,
	.post-navigation h2,
	.yarpp-related h2,
	.archive-meta p,
	.archive article h2,
	.blog article h2 {
		padding-right: 6px;
		padding-left: 6px;
		}

}
/* Minimum width of 728 pixels. */
@media screen and (min-width: 728px) {
	body {
		font-size: 16px;
		line-height: 1.7;
		}
	.site {
		max-width: 728px;
		overflow: visible;
		margin: 0 auto;
		}
	/* Site Header */
	.site-header h1 {
		width: 690px;
		}
	/* Images */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin: 24px auto;
		}
	img.alignleft,
	.wp-caption.alignleft {
		margin: 12px 24px 12px 0;
		}
	img.alignright,
	.wp-caption.alignright {
		margin: 12px 0 12px 24px;
		}
	img.aligncenter,
	.wp-caption.aligncenter {
		clear: both;
		margin-top: 24px;
		margin-bottom: 24px;
		}
	/* Entry Meta */
	.entry-author-data {
		width: 400px;
		float: left;
		}
	.entry-meta-data {
		width: 280px;
		float: right;
		}
	.entry-meta-data ul {
		margin-top: 60px;
		border-left: 1px solid #ededed;
		padding-left: 18px;
		}
	/* Archive Pages */
	.blog article .wp-post-image,
	.category article .wp-post-image {
		margin: 12px 24px 12px 0;
		float: left;
		}
	.blog article p,
	.category article p {
		margin-bottom: 0;
		}
	.readmore {
		margin-top: 0;
		text-align: right;
		}
	/* Plugins */
	.yarpp-related ul li {
		flex-basis: 24%;
		}
	/* Font Size */
	.single .entry-header h1,
	.page .entry-header h1,
	.archive-header h1,
	.cta a {
		font-size: 22px;
		}
	.entry-content h2,
	.yarpp-related h2 {
		font-size: 18px;
		}
	.entry-content h3,
	.entry-content h4,
	.category-navigation h2,
	.main-navigation h2,
	.post-navigation h3,
	.cta a small {
		font-size: 16px;
		}
	.breadcrumbs,
	.entry-content table caption,
	footer.entry-meta {
		font-size: 14px;
		}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 40px;
	}
}