@charset "UTF-8";
/*
  Skin Name: miyamotopink
  Description: itomama
  Author: ito
*/
/*以下にスタイルシートを記入してください*/
/************************************
** 基本
************************************/
body {
	background-color: #f4e7e5;
}
/************************************
** 通知エリア
************************************/
.notice-area{
	background:#d0968a;
	font-weight:600;
}
/* 見出し */
/* 見出しデザインのリセット */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
display: block;
position: initial;
top: initial;
right: initial;
bottom: initial;
left: initial;
width: initial;
height: initial;
margin: initial;
padding: initial;
border: initial;
border-radius: initial;
background: initial;
background-image: initial;
inset: initial;
content: initial;
}

/*H2見出し*/
.article h2 {
   --baloon-color:#d0968a;
   position: relative;
   padding: 1rem 2rem;
   background: var(--baloon-color);
   color: #fff;
}
.article h2:after {
   position: absolute;
   content: '';
   width: 0;
   height: 0;
   bottom: -10px;
   left: 1.5em;
   border-width: 10px 10px 0 10px;
   border-style: solid;
   border-color: var(--baloon-color) transparent transparent transparent;
}

/*H3見出し*/
.article h3.wp-block-heading {
    color: #AA6941;/*文字色*/
    font-size: 20px;/*文字サイズ*/
    padding: 10px 20px;/*文字回りの余白（上下 左右）*/
    display: block;
    border-left: 6px solid #d0968a;/*左線部左側（太さ 実線 色）*/
    position: relative;
}
.article h3.wp-block-heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;/*左線部右側の幅*/
    height: 100%;
    background: #fbe5b2;/*左線部右側の色*/
}
/*H4見出し*/
/* 先頭にチェック */
.article h4 {
   display: flex;
   align-items: baseline;
   column-gap: 8px;
   color: #AA8341;
   padding-left:0;
    font-size: 18px;/*文字サイズ*/
}

.article h4::before {
   width: 0.8em;
   height: 0.4em;
   border-bottom: 3px solid #f2a0a1;
   border-left: 3px solid #f2a0a1;
   transform: rotate(-45deg) translate(2px, -2px);
   content: '';
}

.article h5 {
  border-bottom: none;
  position: relative;
}

.article h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #28b893, #1a7961);
  position: absolute;
  left: 0;
  bottom: 0;
}

/************************************
** 目次
************************************/
.toc{
	border: 1px solid #d0968a;
	border-radius: 5px;
	padding: 1em 2em;
	width:85%;
}
.toc-title {
    color: #d0968a;
    font-weight: 500;
}
.toc .toc-content{
	 color: #d0968a;
}
.toc a{
	color:#666;
}
/* サイドバー目次 */
#sidebar .toc{
width:330px;
font-size: 14px;
margin-top: 4em;/*枠の上の余白*/
margin-bottom: 2em;/*枠の下の余白*/
padding: 1em 1.5em;/*枠の中の余白*/
border: 1px solid #d0968a;/*枠線の太さ・種類・色*/
border-radius: 2px;/*枠線の角の丸み*/
}
/************************************
** マーカーの色
************************************/
.red, .bold-red {
	color:#c87777;
}
.blue, .bold-blue {
	color:#2E5C80;
}
.green, .bold-green {
	color:#AA9D41;
}
.marker { /*黄色マーカー*/
 background-color: #eded74;
}
.marker-red { /*赤色マーカー*/
 background-color: #ecd3d3;
}
.marker-blue { /*青色マーカー*/
 background-color: #B8CDD9;
}
.marker-under { /*黄色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #eded74 70%);
}
.marker-under-red { /*赤色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #ecd3d3 70%);
}
.marker-under-blue { /*青色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #B8CDD9 70%);
}
/************************************
** フォーム関連
************************************/
.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 {
	padding: 8px;
	border: 1px solid #d7a69c;
	font-size: 14px;
}

.search-submit {
	line-height: 35px;
}
/************************************
** テーブル
************************************/
table {
	border: solid 1px #c88578;
}

table th,
table td {
	border-color: #d7a69c;
}

table th {
	font-weight: normal;
	background-color: #f4e7e5;
}

/************************************
** 投稿・固定ページで使うHTML要素
************************************/
p {
	margin: 2em 0;
}

/************************************
** ヘッダー
************************************/
.header-container {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}

/************************************
** グローバルメニュー
************************************/
.navi-in > ul .sub-menu {
	background-color: rgba(230, 199, 192, 0.9);
}
.navi-in > ul .sub-menu a:hover {
	background-color: rgba(215, 166, 156, 0.9);
}

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

.navi-in a:hover {
	background-color: #f4e7e5;
}

/************************************
** モバイルヘッダーナビ
************************************/
@media screen and (max-width: 834px) {
	#navi .navi-in > .menu-mobile a {
		border-top: 1px solid #e6c7c0;
		border-right: 1px solid #e6c7c0;
		color: #773c30;
	}
	#navi .navi-in > .menu-mobile a:nth-child(even) {
		border-right: none;
	}
	#navi .navi-in > .menu-mobile a:hover {
		background-color: #fff;
	}
	.navi-in a:hover {
		background-color: #fff;
	}
}

/************************************
** SNS
************************************/
.sns-share-message,
.sns-follow-message {
	text-align: left;
}

.sns-share-buttons a,
.sns-follow-buttons a,
.sidebar .sns-follow-buttons a,
.footer .sns-follow-buttons a {
	width: 34px !important;
	height: 34px;
	margin-right: 8px;
	background-color: #d0968a;
}
.sns-share-buttons a:last-child,
.sns-follow-buttons a:last-child,
.sidebar .sns-follow-buttons a:last-child,
.footer .sns-follow-buttons a:last-child {
	margin-right: 0;
}

.sns-share-buttons a span.social-icon {
	padding-top: 0;
	font-size: 20px !important;
}

.sns-follow-buttons a {
	font-size: 28px !important;
}

.ss-top a.share-button {
	width: 12% !important;
	height: 34px;
}
.ss-top .sns-share-buttons {
	justify-content: center;
}

.ss-bottom .sns-share-buttons,
.sns-follow-buttons,
.sidebar .sns-follow-buttons,
.footer .sns-follow-buttons {
	justify-content: left;
}

.button-caption,
.share-count {
	display: none !important;
}

/************************************
** 記事ページ
************************************/
.article-footer,
.entry-footer {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #d7a69c;
}

/************************************
** ブログカード
************************************/
.blogcard-wrap .blogcard {
	padding: 1.2% 2%;
	border: 1px solid #d7a69c;
	background-color: #fcf8f7;
}
.blogcard-wrap .blogcard:hover {
	border: 1px solid #ba6553;
	background-color: #fff;
}
/************************************
** 引用（blockquote）
************************************/
blockquote {
	padding: 10px 30px 10px 50px;
	border-color: #d7a69c;
	background-color: #fcf8f7;
}
blockquote::before {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 12px;
	color: #edd7d2;
	font-family: FontAwesome;
	font-size: 30px;
	vertical-align: middle;
	line-height: 1;
	content: "\f10d";
}
blockquote::after {
	content: none;
}

/************************************
** 画像
************************************/
.wp-caption {
	border: 1px solid #d7a69c;
	border-radius: 0;
	background-color: #fff;
}

p.wp-caption-text {
	margin: 0;
	padding: 0.5em 0;
}

.wp-caption img {
	vertical-align: bottom;
}

/************************************
** カテゴリリンク・タグリンク
************************************/
.cat-link {
	background-color: #d0968a;
	color: #fff;
}

.cat-link:hover {
	background-color: #d0968a;
	opacity: 0.7;
	color: #fff;
}

.tag-link,
.comment-reply-link {
	border: 1px solid #c88578;
	color: #c88578;
}

.tag-link:hover,
.comment-reply-link:hover {
	background-color: #f4e7e5;
	color: #c88578;
}

/************************************
** ページャーリンク
************************************/
.pager-links a {
	text-decoration: none;
}

.pager-links a span {
	background-color: #c17565;
	color: #fff;
	transition: all 0.4s ease-out;
}

.pager-links a:hover span {
	background-color: #b75e4c;
	color: #fff;
}

/************************************
** ページナンバー
************************************/
.page-numbers {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 2px;
	line-height: 30px;
}

a.page-numbers {
	background-color: #c17565;
	color: #fff;
	transition: all 0.4s ease-out;
}
a.page-numbers:hover {
	background-color: #9b4e3f;
	color: #fff;
}

/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
	border: 1px solid #d7a69c;
}
.pager-post-navi .card-thumb img {
	vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	.pager-post-navi a figure {
		min-width: 20%;
		max-width: 20%;
	}
	.pager-post-navi a.next-post {
		border-top: 1px solid #d7a69c;
	}
}
@media screen and (min-width: 481px) {
	.pager-post-navi {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: space-between;
	}
	.pager-post-navi a.prev-post,
	.pager-post-navi a.next-post {
		width: 50%;
		margin: 0;
	}
	.pager-post-navi::after {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #e6c7c0;
		content: "";
	}
}
.pager-post-navi a.prev-post::before,
.pager-post-navi a.next-post::before {
	color: #c88578;
}

/************************************
** 関連記事
************************************/
.related-entry-heading,
.comment-title {
	padding: 6px 20px;
	background-color: #f4e7e5;
	color: #894537;
	font-size: 20px;
}

.related-entry-card-title {
	color: #894537;
}

.related-entry-border .related-entry-card-wrap {
	border: 1px solid #d7a69c;
}

/************************************
** エントリーカード
************************************/
.list .entry-card-title {
	margin-bottom: 0.4em;
	padding: 0.4em 0;
	border-bottom: 2px solid #f4e7e5;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	.list .entry-card-title {
		margin-bottom: 0.3em;
		padding: 0.3em 0;
		border: none;
	}
}
.list .entry-card-snippet {
	color: #595857;
	line-height: 1.5;
}

.list .card-thumb img {
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.4s ease-out;
}

.list .a-wrap:hover {
	border-radius: 4px;
	background: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.list .a-wrap:hover .card-thumb img {
	border-radius: 0;
	box-shadow: none;
}

.a-wrap:hover {
	background-color: #f4e7e5;
}

.cat-label {
	top: 3px;
	left: 3px;
	padding: 1px 8px 1px 8px;
	border: none;
	border-top-width: 0;
	border-left-width: 0;
	background-color: rgba(119, 60, 48, 0.9);
}

@media screen and (min-width: 769px) {
	.entry-card-thumb {
		width: 30%;
	}

	.entry-card-content {
		margin-left: 35%;
	}
}
/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
	margin: 4em auto 0;
	padding: 8px 0;
	border: none;
	border-radius: 4px;
	background-color: #c17565;
	color: #fff;
	font-size: 0.938em;
	transition: all 0.4s ease-out;
}

.pagination-next-link:hover {
	background-color: #b75e4c;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.pagination-next-link {
		width: 60%;
	}
}
/************************************
** サイドバー
************************************/
.sidebar h3 {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0 5px;
	border-bottom: 2px solid #f4e7e5;
	background: none;
	color: #894537;
	font-size: 18px;
}
.sidebar h3::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 30%;
	border-bottom: 2px solid #e6c7c0;
	content: " ";
}

/************************************
** ウィジェット
************************************/
.widget h2 {
	color: #894537;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
	padding: 5px 0;
}

.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 {
	background-color: #f4e7e5;
}

/************************************
** 新着記事ウィジェット
************************************/
.widget-entry-cards .a-wrap {
	list-style-type: none !important;
	margin-bottom: 0;
	border-bottom: solid 1px #e6c7c0;
}
.widget-entry-cards .a-wrap:last-of-type {
	border-bottom: none;
}

.widget-entry-cards .widget-entry-card-content {
	padding-top: 0.5em;
}

/************************************
** 人気記事ウィジェットランキング
************************************/
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before {
	background-color: #773c30;
}

/************************************
** プロフィールボックス
************************************/
.author-box {
	margin-top: 3em;
	position: relative;
	border: 1px solid #d7a69c;
	border-radius: 0;
	background-color: #fcf8f7;
}
.author-box p {
	margin: 0.3em 0 1em;
}
.author-box .author-name a {
	color: #773c30;
	text-decoration: none;
}
.author-box .author-description {
	margin: 0.5em 0;
	font-size: 0.95em;
}
.author-box .sns-follow-buttons a.follow-button {
	width: 24px !important;
	height: 24px;
	border: none;
	border-radius: 50%;
	background-color: #653329;
	color: #fff;
	font-size: 20px !important;
}
.author-box .sns-follow-buttons a.follow-button:hover {
	background-color: #773c30;
}

.author-thumb {
	width: 80px;
}

.main .author-content,
.footer .author-content {
	margin-left: 100px;
}
.main .author-widget-name,
.footer .author-widget-name {
	display: inline-block;
	position: absolute;
	top: -25px;
	left: -1px;
	height: 25px;
	padding: 0 14px;
	background: #c88578;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	line-height: 25px;
}

.nwa .author-box {
	max-width: 100%;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
	font-size: 18px !important;
}
/************************************
** フッター footer
************************************/
#footer{
	background:#653329;
	color:#fff;
}
#footer h3{
	margin-bottom:0.3em;
}
#footer a{
	color:#fff;
	padding: 0.3em 0;
}
#footer a:hover{
	opacity:0.8;
}
#footer li{
	border-bottom: 2px dotted #fff;
}
#footer li:last-child{
	border:none;
}
#footer .cat-item a{
	position:relative;
	padding:10px 0 10px 30px;
}
#footer .cat-item a::before{
	font-family: "FontAwesome";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 10px;
    color: #fff;
}
#footer .tagcloud a{
	background:none;
	border:1px solid #fff;
	padding:0.4em;
}
#footer .tagcloud a:hover{
	background:#fff;
	color:#726250;
}
#footer #navi-footer li{
	border-bottom:none;
	border-left:1px solid #fff;
}
#footer #navi-footer li:first-child {
	border:none;
}
#footer #navi-footer li a{
	padding:0 1em;
}
/* スクロールトップボタン */
.go-to-top {
  bottom: 35px;
}

.go-to-top-button {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}

.go-to-top-button:hover {
  color: #fff;
}
/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
	background: #ba6553;
}
.mobile-menu-buttons .menu-caption,
.mobile-menu-buttons .menu-icon {
	color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
	background-color: #9b4e3f;
}

.navi-menu-content {
	background-color: #d7a69c;
}
.navi-menu-content .menu-drawer a {
	color: #fff;
	border-bottom: 1px solid #deb6ae;
}
.navi-menu-content .menu-drawer .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
	padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 1.4em;
	width: 1em;
	content: "-";
}
.navi-menu-content .menu-drawer a {
	position: relative;
	padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
	background-color: #deb6ae;
}


.search-menu-content {
	top: 55%;
}

/************************************
** トップへ戻るボタン
************************************/
.go-to-top-button {
	background-color: rgba(215, 166, 156, 0.5);
	color: #773c30;
}
.go-to-top-button:hover {
	background-color: rgba(200, 133, 120, 0.5);
}

/************************************
** ボックス
************************************/
.primary-box,
.sp-primary,
.primary {
	background-color: #a6a5a3;
	color: #fff;
}

/*サクセスメッセージ*/
.success-box,
.sp-success,
.success {
	border: #b4d09b;
	background-color: #dbe8cf;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
	border: #9ac4d0;
	background-color: #cee2e8;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
	border: #e6da94;
	background-color: #f7f2db;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
	border: #df9a87;
	background-color: #f4ded7;
}

/*******************************
* 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
	margin-top: 2em;
	padding: 16px;
	border-width: 2px 2px 2px 48px;
	border-radius: 5px 0 0 5px;
	background-color: #fff;
	line-height: 2;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
	left: -46px;
	padding: 0;
	border-right: none;
	color: #fff;
	font-size: 30px;
}
.information-box p,
.question-box p,
.alert-box p,
.information p,
.question p,
.alert p,
.memo-box p,
.comment-box p,
.common-icon-box p {
	margin: 0;
}
.information-box p + p,
.question-box p + p,
.alert-box p + p,
.information p + p,
.question p + p,
.alert p + p,
.memo-box p + p,
.comment-box p + p,
.common-icon-box p + p {
	margin-top: 10px;
}

.information-box,
.information {
	border-color: #bcd8e0;
}

.question-box,
.question {
	border-color: #ebe1a9;
}

.alert-box,
.alert {
	border-color: #e9bcaf;
}

.memo-box {
	border-color: #cee0bd;
}

.comment-box {
	border-color: #ced2d5;
}

.ok-box {
	border-color: #8dd2e1;
}

.ng-box {
	border-color: #eea9a9;
}

.good-box {
	border-color: #a6c978;
}

.bad-box {
	border-color: #f196a6;
}

@media screen and (max-width: 440px) {
	.information-box,
	.question-box,
	.alert-box,
	.information,
	.question,
	.alert,
	.memo-box,
	.comment-box,
	.common-icon-box {
		padding: 6px;
		border-width: 2px 2px 2px 30px;
	}
	.information-box::before,
	.question-box::before,
	.alert-box::before,
	.information::before,
	.question::before,
	.alert::before,
	.memo-box::before,
	.comment-box::before,
	.common-icon-box::before {
		top: 50%;
		left: -13px;
		margin-left: -0.5em;
		padding: 0;
		font-size: 20px;
	}
}
.blank-box.bb-yellow {
	border-color: #e6da94;
}

.blank-box.bb-red {
	border-color: #df9a87;
}

.blank-box.bb-blue {
	border-color: #9ac4d0;
}

.blank-box.bb-green {
	border-color: #b4d09b;
}

.blank-box.bb-tab.bb-yellow::before {
	background-color: #e6da94;
}

.blank-box.bb-tab.bb-red::before {
	background-color: #df9a87;
}

.blank-box.bb-tab.bb-blue::before {
	background-color: #9ac4d0;
}

.blank-box.bb-tab.bb-green::before {
	background-color: #b4d09b;
}

.blank-box.sticky.st-yellow {
	border-color: #e6da94;
	background-color: #f7f2db;
}

.blank-box.sticky.st-red {
	border-color: #df9a87;
	background-color: #f4ded7;
}

.blank-box.sticky.st-blue {
	border-color: #9ac4d0;
	background-color: #dfecf0;
}

.blank-box.sticky.st-green {
	border-color: #b4d09b;
	background-color: #e8f0e0;
}

/************************************
** カルーセル
************************************/
.carousel {
	margin-bottom: 30px;
}

.carousel-entry-card-title {
	font-size: 14px;
}

/************************************
** モバイルメニュー　トップボタン
************************************/
.slicknav_btn {
	background: #9b4e3f;
}

.slicknav_menu {
	background-color: #c88578;
}

/*768px以下*/
@media screen and (max-width: 768px){
}
/*480px以下*/
@media screen and (max-width: 480px){
	.single #main{
		padding: 2em 1em;
	}
	.article h1{
		padding:0.5em 0 0;
	}
	#sidebar{
		padding:0 1em;
	}
	.nwa .author-box .author-content{
		font-size:1.2em;
	}
	.rect-entry-card .card-thumb{
		margin:0 10px 0 0;
	}

	.ect-vertical-card.ect-tile-card .a-wrap{
	margin-bottom:1em;
}
}
/************************************
** Font Awesome 5対応
************************************/
.font-awesome-5 .related-entry-heading:before,
.font-awesome-5 .sidebar .widget_recent_entries ul li a:before,
.font-awesome-5 .sidebar .widget_categories ul li a:before,
.font-awesome-5 .sidebar .widget_archive ul li a:before,
.font-awesome-5 .sidebar .widget_pages ul li a:before,
.font-awesome-5 .sidebar .widget_meta ul li a:before,
.font-awesome-5 .sidebar .widget_rss ul li a:before,
.font-awesome-5 .sidebar .widget_nav_menu ul li a:before,
.font-awesome-5 #comments:before,
.font-awesome-5 #footer .cat-item a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}