@import url("https://codomisu.sakura.ne.jp/minimalism/old.css");


 /*記事下の時刻非表示*/
span.entry-footer-time {
display: none;
}
/*記事下のIDと時刻非表示*/ 

.categories a.category-noob {
    display: none;
}

/*トップページはてなスター非表示*/
.page-index .hatena-star-add-button {
   display: none;
}
.page-index .hatena-star-user {
   display: none;
}
.page-index .hatena-star-star {
   display: none;
}
.page-index .hatena-star-inner-count {
   display: none;
}
.page-index .hatena-star-star-container {
   display: none;
}


/* ### ヘッダー上下の余白 ### */
#blog-title { 
margin: 0 auto;
padding: 0; 
}

/* ### グローバルメニューアイコン色 ### */
.my-apricot{color:#f7b977;}


#gnav .gnav-inner {
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    white-space: normal;
}


/* ### トップページサムネイル ### */
.page-archive .entry-thumb {
    width: 150px;
    height: 150px;
    border: 2px solid #f7b977;
}

@media screen and (max-width: 640px){
.page-archive .entry-thumb {
    width: 76px;
    height: 76px;
    border: 2px solid #f7b977;
}}

@media screen and (max-width: 640px){
.archive-entries .entry-description {
    font-size: 12px !important;
    padding-top:12px;
    display: inline-block;
}}



/* シェアボタンの色 */
.share_btn {
background:#f7b977;
}

.shrbtn {
margin: 0px -15px 15px -15px ;
}

@media screen and (max-width: 640px){
.shrbtn {
    background: #fff !important;
}}


/* ヘッダー画像の比率を保つ */
@media (max-width:480px) {
.header-image-only #blog-title {
height: 100px;
}
.header-image-only #blog-title #blog-title-inner {
background-size: cover;
height: 100px;
}
}


/* 日付アイコンの色 */
.date:before{
  color: #f7b977;　/*アイコンの色*/
}



/* ボタン */
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #f3a68c;
    border: solid 2px #f3a68c;
    border-radius: 3px;
    transition: .4s;
}


.square_btn:hover {
    background: #f3a68c;
    color: white;
}

.square_btn2 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin:0.05em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #f3a68c;
    border: solid 2px #f3a68c;
    transition: .4s;
  }
  
a.square_btn2 {
    color: white;
}

.square_btn2:hover {
    background: #fff;
    border: solid 2px #f3a68c;
    color: #f3a68c;
}


/* 見出し */
.entry-content h2{
  position: relative;
  color: white;
  background: #f7b977;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.entry-content h2:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f2e7";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}


.entry-content h3{
position: relative;
padding: 0.25em 0.1em;
color: #494949;/*文字色*/
}
.entry-content h3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, #f7b977, transparent);
background: -webkit-linear-gradient(to right, #f7b977, transparent);
background: linear-gradient(to right, #f7b977, transparent);
}

.entry-content h4 {
position: relative;/*相対位置*/
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #494949;/*文字色*/
}

.entry-content h4:before{ font-family: "Font Awesome 5 Free";/*忘れずに*/
content: "\f13a";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #f3a68c; /*アイコン色*/
}

.entry-content h5 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #f7b977;/*左線*/
}


/* アクセントボックス */
.accent-box {
    padding:0.8em;
    background-color: #f4f4f4;
}

.column {
    padding: 0em 1em;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #f7b977;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.column p {
    margin: 0; 
    padding: 0;
}

.column2{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #f7b977;
    border-bottom: solid 2px #f7b977;
}
.column2:before, .column2:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f7b977;
}
.column2:before {left: 10px;}
.column2:after {right: 10px;}
.column2 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 0em 0.5em;
    padding: 1em 1em;
    border: solid 3px #f7b977;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #f7b977;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    margin: 0;
    background: #FFF;
    padding: 0.5em 1em;
    border: solid 2px #f7b977;
}
.box30 .box-title {
    font-size: 1.2em;
    background: #f7b977;
    margin-bottom: 10px;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 5px 5px;
}

/* 本文のサイズ */
.entry-content {
font-size:18px;
}

/* ### 目次 ### */

.table-of-contents {
list-style-type: decimal ;
background: #fff;
border: 2px solid #ccc;
font-size: 95%;
}

.table-of-contents:before{
content: "もくじ";
font-size: 120%;
}


/**タイトル**/
.entry-title {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  padding: 1em 0.3em;
}

.entry-title a{
  color: #f7b977 !important;
}

.entry-title::before,
.entry-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.entry-title::before {
  top: 0;
  border-top: 2px solid #f7b977;
  border-bottom: 1px solid #f7b977;
}
.entry-title::after {
  bottom: 0;
  border-top: 1px solid #f7b977;
  border-bottom: 2px solid #f7b977;
}

/* 複数行括弧 */
.parenthesis {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 50px;
	height: 100%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parenthesis::before {
	left: 0;
	border-left: 3px solid #555;
}
.parenthesis::after {
	right: 0;
	border-right: 3px solid Transparent;
}

/* 複数行鍵括弧 */
.keyparenthesis {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.keyparenthesis::before,
.keyparenthesis::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.keyparenthesis::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.keyparenthesis::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

/* 強調枠 */
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #f7b977;
  background-color: #fff;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 12px 0 26px;
  content: "　準備　";
  background-color: #f7b977;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #f7b977;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f031";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

/* ### サイドバータイトル ### */
.hatena-module-title {
    padding: 6px 0;
    color: #fff !important;
    text-align: center;
    background: #f7b977;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: bold;
    border-radius: 4px;
}

.hatena-module-title a {
    color: #fff;
}

.hatena-module-title:before {
    content: none;
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #f3a68c;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#f3a68c !important;border: 1px solid #f3a68c !important;}
.shoplinkrakuten a{color:#f3a68c !important;border: 1px solid #f3a68c !important;}
.shoplinkkindle a{color:#f3a68c !important;border: 1px solid #f3a68c !important;}
.shoplinkkakakucom a{color:#f3a68c !important;border: 1px solid #f3a68c;}
.shoplinkyahoo a{color:#f3a68c !important;border: 1px solid #f3a68c !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}



/* この記事が気に入ったらフォロー */
/* フォローボタン */
ul.social-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    -webkit-padding-start: 0;/* user agent stylesheet の無効化 */
}
.social-icon li a {
    display: block;
    margin: 0 20px 0 20px;
    color: #fff;
    text-align:center;
}

.social-icon .twitter {
    background: #757575;
    color: #fff;
    }

.social-icon .youtube {
    background: #757575;
    color: #fff;
}

.social-icon .instagram {
    background: #757575;
    color: #fff;
}

.social-icon .feedly {
    background: #757575;
    color: #fff;
}
/* この記事が気に入ったらバナー */
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #757575;
    color: #fff;
}
 
.p-entry__pushLike {
    display: table-cell;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px;
}
 
.p-entry__note {
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 480px) {
.social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}

/*数字リスト*/
.entry-content ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #fff;
}
.entry-content ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.entry-content ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #f7b977;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}


/*1つ1つの関連記事ボックス*/
li.urllist-item.related-entries-item {
    margin: 7px 0;
    padding: 10px;
    background: #fffdfc;
    border-bottom: none;
}

/*関連記事の画像まわり余白調整*/
.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;
}

/*関連記事のタイトル*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title {
    text-decoration: none;
    color: #525252;
    font-weight: bold;
}

/*関連記事のタイトルホバー*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title:hover {
    color: silver;
}

/*関連記事の説明*/
.urllist-entry-body.related-entries-entry-body {
    color: #8f8f8f;
    font-size: 13px;
    margin-top: 3px;
}

/*関連記事の日付*/
.hatena-urllist .urllist-date-link a {
    display: inline-block;
    background: #fbd8b5;
    color: #fff;
    line-height: 1;
    padding: 4px 9px;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    font-style: normal;
       text-decoration: none;
}
