@charset "UTF-8";
/*
  Skin Name: tessoh-COLORS2
  Description: 日本の伝統食・緋色（#d3381c）をベースとしたシンプルスキン。
  Skin URI: https://wp-cocoon.com/skin-colors/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/colors-red.png
  Version: 1.0.1
  Priority: 102
*/
/*以下にスタイルシートを記入してください*/
body {
  background-color: #d6cabc !important;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
}

.header, .header .site-name-text {
  color: #fff;
}

.header {
  background-color: #d3381c;
}

.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .tagcloud a:hover, .pagination a:hover, .pager-links a:hover span, .pagination-next-link:hover, .comment-btn:hover, .comment-reply-link:hover, .navi-footer-in a:hover, .navi-footer-in a:hover {
  background-color: rgba(211, 56, 28, 0.05);
}

.page-numbers,
.tagcloud a,
.author-box,
.ranking-item,
.pagination-next-link,
.comment-reply-link,
.toc {
  border: 1px solid #f4b3c2;
}

.toc {
  width: 80%;
}

.page-numbers,
.pagination-next-link {
  border-radius: 8px;
  background: rgba(211, 56, 28, 0.05);
}

.pagination .page-numbers,
.pager-numbers .page-numbers {
  border-radius: 50%;
}

.pagination .current,
.page-numbers.current,
.page-numbers.dots {
  background: #f4b3c2;
}

.cat-label,
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
.navi-menu-content,
.navi-menu-content a,
.go-to-top-button,
#submit {
  background-color: #195042;
  color: #fff;
}

#submit {
  width: 80%;
  margin: 0 auto;
  display: block;
}

div.mobile-menu-buttons .menu-button:hover,
.navi-menu-content a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sidebar-menu-content {
  color: #333;
}

.cat-label {
  top: 0;
  left: 0;
  border: none;
  border-bottom-right-radius: 3px;
}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

.cat-item a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 6px;
}

.cat-item .children a::before {
  content: '\f105';
}

.post-count {
  background-color: #fdeff2;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.8em;
}

.main,
.sidebar,
.carousel-in,
.sbp-main-before,
.sbp-footer-before,
.pbp-main-before,
.pbp-footer-before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.a-wrap {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition-duration: 0.3s;
}
.a-wrap:hover {
  background-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  transition-duration: 0.3s;
}

.widget-entry-cards .a-wrap {
  margin-bottom: 8px;
}

.comment-list ul.children {
  padding: 0.6em;
  background-color: rgba(211, 56, 28, 0.05);
  border-left: 2px solid #f4b3c2;
}

.widget-entry-cards.ranking-visible .card-thumb::before {
  border-radius: 50%;
  background: #f4b3c2;
  top: -10px;
  left: -10px;
  border: 2px solid #eee;
}

.navi {
  background-color: #91855a !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: #195042;

}
.navi a:hover {
  background-color: #fff;
  text-decoration: underline;
  color: #195042;
}
.navi ul .sub-menu {
  background-color: #195042;
  opacity: 0.95;
}
.navi ul .sub-menu a {
  color: #fff;
}
.navi ul .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navi ul .sub-menu a .sub-caption {
  opacity: .8;
}
.sub-caption { font-size: 0.85em; }
.navi-in > ul .sub-menu {
  display: block;
}
.navi-in > ul .sub-menu li {
  visibility: hidden;
  transition: all 0.2s ease;
  height: 0;
}
.navi-in > ul li:hover > ul > li {
  transition: all 0.2s ease;
  visibility: visible;
  height: 30px;
}
.navi-in > ul .sub-menu .sub-menu li {
  display: none;
}
.navi-in > ul .sub-menu li:hover > ul > li {
  display: block;
}

.sidebar h3 {
  background: transparent;
  padding: 0.4em;
  margin: 0.3em 0;
}

h1.entry-title  { color: #FFFFFF; font-weight: bold; padding-top: 12px; padding-bottom: 6px; padding-left: 15px; border-bottom-width: 6px; border-bottom-color: #91855A; border-bottom-style: solid; background-color: #195042; border-radius: 10px;}

.article h2 { font-size: 18px; color: #1d3937 !important;  margin-top: 1em; margin-bottom: 12px; padding-top: 12px; padding-left: 12px; padding-bottom: 12px; border-left: 5px solid #195042; background-color: #d6cabc !important; border-radius: 10px;}

.article h3 { font-size: 18px; margin-top: 12px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; border-top-style: none; border-top-color: #FFFFFF; border-right-style: none; border-right-color: #FFFFFF; border-bottom-style: none; border-bottom-color: #FFFFFF; border-left: 5px solid #91855A; }

.article h4 {
  border: none;
  border-bottom: 6px solid #fdeff2;
}

.article h5,
.article h6 {
  border: none;
}

blockquote::before, blockquote::after {
  content: "“";
}

#tinymce.main {  box-shadow: none; }

111{ margin-top: 1em; margin-bottom: 1em; padding-top: 1em; padding-bottom: 1em; }

#collection{ margin: 0px; padding: 0px; clear: both; }
	#collection img{ margin: 0 1em 1em 40px; padding: 15px; border-width: 1px; border-color: #91855a; border-style: solid; float: left; clear: left; display: block; box-shadow: 2px 2px 4px gray; }
	#collection p{ text-indent: 1em; display: block; }
	#collection ul{ margin: 0px 40px 1em 362px; padding: 0; list-style-type: none; display: block; }
	#collection li{ line-height: 180%; margin: 0px 0px 3px; padding: 0px 0px 0px 1em; border-bottom-width: 3px; border-bottom-color: #91855a; border-bottom-style: dotted; }
	#collection hr { border-top: 2px dashed #91855a; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; padding-top: 1em; padding-bottom: 1em; }
	#collection div.ad-480{  float:right; width: 380px; }
	#collection img.icon{ margin: 0 1em 0 0; padding: 0; float: none; clear: none; height: 45px; width: 60px; display: inline; }
	#collection-index hr { border-top: 1px dashed #8f2424; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; padding-top: 1em; padding-bottom: 1em; }

#collection-index{ margin: 0px; padding: 0px; clear: both; }
	#collection-index p{ text-indent: 1em; display: block; }
	#collection-index hr { border-top: 1px dashed #91855a; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; }

#contents{ margin: 0px; padding: 0px; clear: both; }
	#contents p{ text-indent: 1em; display: block; }
	#contents ul { padding-top: 10px; padding-left: 0px; border-top-width: 1px; border-top-color: #91855a; border-top-style: dashed; list-style-type: none; display: block; }
	#contents li { margin-bottom: 10px; padding-right: 0.5em; padding-left: 1.0em; border-bottom-width: 1px; border-bottom-color: #91855a; border-bottom-style: dashed; }
	#contents hr { border-top: 1px dashed #91855a; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; }

#whatnew { margin: 0; padding: 0; clear: both; }
	#whatnew ul { margin-right: 40px; margin-left: 40px; padding: 0; border-top-width: 1px; border-top-color: #91855A; border-top-style: solid; }
	#whatnew li { line-height: 2.0em; margin: 7px 0 0; padding-left: 0.5em; border-bottom-width: 1px; border-bottom-color: #91855a; border-bottom-style: solid; list-style-type: none; list-style-position: inside; }
	#whatnew em { font-size: 90%; margin-right: 0.5em; }
	#whatnew p.log { font-size: 80%; text-align: right; margin-right: 0.5em; }
	
span.note { font-size: 90%; font-weight: normal; margin-left: 0.5em; }

#studio{ clear: both; }
	#studio h2 { clear: both; }
	#studio p{ text-indent: 1em; margin-right: 40px; display: block; }
	#studio hr { border-top: 1px dashed #91855a; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; }
	#studio img{ margin-right: 1em; margin-left: 40px; float: left; clear: left; position: static; width: 320px; display: block; }
	
div.blogcard-type { clear: both; }

#books{ clear: both; }
	#books h2 { clear: both; display: block; }
	#books h2 A:link,
	#books h2 A:visited,
	#books h2 A:active { color: #FFFFFF; font-style: normal; text-decoration: none; }	
	#books p{  text-indent: 1em; display: block; }
	#books ul { list-style-type: none;  }
	#books li { line-height: 150%; margin: 0px; padding: 0px; border-top: 1px solid #CCCC66; }
	#books img.cover { margin-right: 1em; float: left; clear: left; }
	#books hr { border-top: 2px dashed #8C8B8B; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; clear: both; }
	.h2-amazon { font-size: 16px; margin-left: 1em; padding-left: 24px; height: 22px; background-image: url('./images/icon_amazon.png'); background-repeat: no-repeat; }
	.h2-rakuten { font-size: 16px; margin-left: 1em; padding-left: 24px; height: 22px; background-image: url('./images/icon_rakuten.png'); background-repeat: no-repeat; }
	.li-amazon { font-size: 16px; margin-left: 1em; padding-left: 24px; height: 22px; background-image: url('./images/icon_amazon2.png'); background-repeat: no-repeat; }
	.li-rakuten { font-size: 16px; margin-left: 1em; padding-left: 24px; height: 22px; background-image: url('./images/icon_rakuten2.png'); background-repeat: no-repeat; }
	.bookcard{ margin-right: 40px; margin-bottom: 20px; margin-left: 40px; background-color: #FFFFEE; }

#process { margin: 0px; padding: 0px; clear: both; }
	#process img{ margin: 0 1em 0 40px; padding: 15px; float: left; clear: left; display: block; }
	#process h2{ clear: both; }
	#process p{ text-indent: 1em; margin-right: 40px; display: block; }
	#process hr { border: 0px;  clear: both; }
	#process div.ad{ margin: 0; padding: 0; float: none; clear: both; width: 100%; }

#index{ clear: both; }
	#index h2 A:link,
	#index h2 A:visited,
	#index h2 A:active {  color: #1d3937; }	


#index-about{ }
	#index-about div.wp-caption { margin-right: 1em; margin-left: 40px; float: left; }
	#index-about p { text-indent: 1em;  clear: none; }
	.about-text { text-indent: 1em; margin-right: 40px; margin-left: 1em; clear: none; }
	
	p.wp-caption-text { line-height: 100%; margin-top: 5px; }
	p.description { font-size: 90%; color: #666666; margin: 0px 1.8em 2em; padding: 0px; }


#side-contents-menu{ }
	#side-contents-menu A:link,
	#side-contents-menu A:visited,
	#side-contents-menu A:active { font-style: normal; text-decoration: none; }	
#side-contents-menu ul{ border-top-width: 1px; border-top-color: #8F2424; border-top-style: dashed; }
#side-contents-menu li{ padding-left: 1em; border-bottom-width: 1px; border-bottom-color: #8F2424; border-bottom-style: dashed; }


.new-entry-card-date { display: block; }
.new-entry-card-update-date { display: none; }
.popular-entry-card-date { display: block; }
.popular-entry-card-update-date { display: none; }
.internal-blogcard-site { display: none; }p.log { font-size: 80%; text-align: right; margin-right: 0.5em; }

.navi-in a{font-size: 14px;}

.mobile-menu-buttons { background: #1d3937; }

.navi-menu-content { background: #1d3937; }

.menu-drawer a { background-color: #1d3937; }
.column-wrap { margin-top: 0; margin-bottom: 0; } 
.paragraph { margin: 0.6em 0;}
.blogcard-wrap { margin-top: 0; margin-bottom: 1em; }

#workcard-wrap{ margin-bottom: 20px; padding: 0 40px; }
	#workcard-wrap A:link,
	#workcard-wrap A:visited,
	#workcard-wrap A:active { text-decoration: none; }
#workcard-wrap p{ text-indent: 0; margin: 5px 0 5px 150px; padding: 0; }
.workcard-img{ float: left; width: 120px; height: 68px; object-fit: cover;  max-height: auto; min-height: auto; }
.workcard{ margin: 0px; padding: 0px; border-top-width: 1px; border-bottom-width: 1px; border-top-color: #91855a; border-bottom-color: #91855a; border-top-style: solid; border-bottom-style: solid; }
.workcard-title{ font-weight: bold; line-height: 1em; margin: 10px 0; padding: 0; clear: none; }
.workcard-note{ font-size: 75%; line-height: 1.1em; text-indent: 10px; clear: none; }
.workcard-date{ font-size: 75%; line-height: 1.1em; text-indent: 10px; clear: none; }

.clearfix:after { content:" "; display:block; clear:both; }

#linkcard-wrap{ margin-bottom: 20px; padding: 0 40px; }
	#linkcard-wrap A:link,
	#linkcard-wrap A:visited,
	#linkcard-wrap A:active { text-decoration: none; }
#linkcard-wrap p{ text-indent: 0; margin: 5px 0 5px 200px; padding: 0; }
.linkcard-img{ float: left; }
.linkcard{ margin: 0px; padding: 0px; border-top-width: 1px; border-bottom-width: 1px; border-top-color: #91855a; border-bottom-color: #91855a; border-top-style: solid; border-bottom-style: solid; }
.linkcard-title{ font-weight: bold; line-height: 1em; margin: 10px 0; padding: 0; clear: none; }

p.text { text-indent: 1em; margin-right: 40px; margin-left: 40px; }

#sitemap  { margin-right: 40px; margin-left: 40px; }
#contact { margin-right: 40px; margin-left: 40px; }

.amp_ad { margin-bottom: 20px; }

#footer { background: #1d3937 !important;}

@media screen and (max-width: 768px) {
	.column-wrap { flex-direction: row; } 

}

@media screen and (max-width: 480px) {

	#header .site-name-text { font-size: 24px; font-weight: bold; }
	
	#links img { margin: 0px 1em -3px 0px; padding: 0px; }
	#links li { padding-right: 0; padding-left: 0; }
	#links ul { margin-right: 5px; margin-left: 5px; padding: 0; border-top-width: 1px; border-top-color: #8F2424; border-top-style: dashed; list-style-type: none; display: block; }

	#collection{ margin: 0px; padding: 0px; clear: both; }
	#collection img{ margin: 0 auto; padding: 5px; float: none; clear: both; height: 240px; width: 320px; max-width: 98%; }
	#collection ul{ margin: 0px 5px 1em; padding: 0; list-style-type: none; display: block; }
	#collection div.ad-480{ margin: 0; padding: 0; float: none; clear: both; width: 100%; }
	
	#process{ margin: 0px; padding: 0px; clear: both; }
	#process img{ width:320px; height: 240px; float: none; max-width: 98%; margin: 0 auto; clear: both; padding: 0; }

	#studio{ clear: both; }
	#studio img{ width:320px; height: 240px; float: none; max-width: 98%; margin: 0 auto; clear: both; padding: 0; }
	
	.bookcard{ margin-right: 5px; margin-bottom: 10px; margin-left: 5px; background-color: #FFFFEE; }


	#whatnew ul { margin-right: 5px; margin-left: 5px; padding: 0; border-top-width: 1px; border-top-color: #8F2424; border-top-style: dashed; }

	#index-about div.wp-caption { margin: 0 0.5em 0.5em 0; padding: 0; float: left; max-width: 50%; }

	#index-about p { text-indent: 1em; margin-right: 5px; margin-left: 5px; }

	p.text { text-indent: 1em; margin-right: 5px; margin-left: 5px; }

	#sitemap { margin-right: 5px; margin-left: 5px; }
	#contact { margin-right: 5px; margin-left: 5px; }

	#process img{ margin: 0 auto; padding: 5px; float: none; clear: both; height: 240px; width: 320px; max-width: 98%; }
	#process p{ text-indent: 1em; margin-right: 5px; margin-bottom: 1.5em; margin-left: 5px; display: block; }

	.column-wrap { margin-top: 0; margin-bottom: 0; padding: 0;  flex-direction: column; } 
	.column-wrap .column-left, .column-wrap .column-right { padding-top: 0px; padding-bottom: 0px; }
	.blogcard-shortcode-wrap { margin-top: 0px; margin-bottom: 0px; }
	.blogcard-wrap { margin-top: 0; margin-bottom: 8px; }

	#workcard-wrap{ padding: 0 5px; }

	#linkcard-wrap{ padding: 0 5px; }

	
/*  .max-img {
	max-width: 100%;
	height: auto;
    margin: 1em -10px;
  }
  

*/
}

	
