@charset "utf-8";
/* CSS Document */

/*
Theme Name: 矢ノ倉の独り言 テーマ
Theme URI: https://blog.yanokura.jp/
Author: Hiroto.Yanokura.
Version: 1.0.0
Description: 矢ノ倉の独り言ブログコンテンツ用オリジナルテーマ。
*/

*{
	margin  : 0px;
	padding : 0px;
	box-sizing: border-box;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";

}

html{
	direction: ltr;
	border   : 0px;
    scroll-behavior: smooth; /* スクロールを滑らかにする */
    scroll-padding-top: 100px; /* ★ここ！ヘッダーの高さ分を自動で空ける */
}
*::selection {
	background: #cccccc;
	color: #ffffff;
	opacity: 0.5;
	transition: .3s;
}

body {
	margin: 0px;
	padding: 0px;
	background:#ffffff;
	text-align: center;
	font-family: "UD新ゴ コンデンス90 L", "ヒラギノゴシック ProN W6", "hiragino-kaku-gothic-ProN-W6", "HGSゴシックE", "ＭＳ Ｐゴシック", "MS PGothic", "MS ゴシック", Sans-serif;
}

img {border: 0px;}

ul,ol { list-style-type: none; }

table {
	border-collapse: collapse;
	font-weight: normal;
}

a:link{
	color: #000000;
	text-decoration : none;
}

a:visited{
	color: #000000;
	text-decoration : none;
}

a:hover {
	color: #333333;
	text-decoration : none;
}

a:active {
	color: #999999;
	text-decoration : none;
}
	
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(193, 171, 5, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(13, 7, 7, .3);
}

.iframeGoogleMap{
	width:100%;
	height:250px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.cb {
	clear:both!important;
}

.f-l {
	float:left!important;
}
.f-r {
	float:right!important;
}
.ta-left {
	text-align:left!important;
}
.ta-right {
	text-align:right!important;
}
.ta-center {
	text-align:center!important;
}
.va-top {
	vertical-align:top!important;
}
.va-bottom {
	vertical-align:bottom!important;
}
.va-middle {
	vertical-align:middle!important;
}
.bold {
	font-family: "UD新ゴ コンデンス90 M";
	font-weight:bold;
}
.normal {
	font-family: "UD新ゴ コンデンス90 L";
	font-weight:normal;
}
.underline {
	text-decoration:underline;
}
.italic {
	font-style: italic;
	font-family: "UD新ゴ コンデンス90 L", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ↑汎用設定ここまで */

/* ↓引用枠線・背景色ここから */
.quote {
	background:#eeeeee;
	padding:5px 10px 5px 10px;
	border:1px #c0c0c0 solid;
	box-sizing: border-box; 
	font-size:18px!important;
	font-style:italic!important;
	font-weight:bold;
	font-family: "UD新ゴ コンデンス90 M", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ↑引用枠線・背景色ここまで */

/* ↓色付き枠線ここから */
.rb1s{
	border:1px #ff0000 solid;
	box-sizing: border-box;
}
.rb2s{
	border:2px #ff0000 solid;
	box-sizing: border-box;
}
.bb1s{
	border:1px #0000ff solid;
	box-sizing: border-box;
}
.bb2s{
	border:2px #0000ff solid;
	box-sizing: border-box;
}

/* ↑色付き枠線ここまで */

/* ↓外余白ここから */
/*
↓all
*/
.m5{
	margin:5px!important;
}
.m10{
	margin:10px!important;
}
.m-centar {
	margin: 0 auto;
}
/*
↑all
*/

/*
↓10px
*/
.m-t10{
	margin-top:10px!important;
}
.m-r10{
	margin-right:10px!important;
}
.m-b10{
	margin-bottom:10px!important;
}
.m-l10{
	margin-left:10px!important;
}
/*
↑10px
*/

/*
↓20px
*/
.m-t20{
	margin-top:20px!important;
}
.m-r20{
	margin-right:20px!important;
}
.m-b20{
	margin-bottom:20px!important;
}
.m-l20{
	margin-left:20px!important;
}
/*
↑20px
*/

/*
↓30px
*/
.m-t30{
	margin-top:30px!important;
}
.m-r30{
	margin-right:30px!important;
}
.m-b30{
	margin-bottom:30px!important;
}
.m-l30{
	margin-left:30px!important;
}
/*
↑30px
*/

/*
↓40px
*/
.m-t40{
	margin-top:40px!important;
}
.m-r40{
	margin-right:40px!important;
}
.m-b40{
	margin-bottom:40px!important;
}
.m-l40{
	margin-left:40px!important;
}
/*
↑40px
*/

/*
↓50px
*/
.m-t50{
	margin-top:50px!important;
}
.m-r50{
	margin-right:50px!important;
}
.m-b50{
	margin-bottom:50px!important;
}
.m-l50{
	margin-left:50px!important;
}
/*
↑50px
*/
/* ↑外余白ここまで */

/* ↓内余白ここから */
/*
↓all
*/
.p5{
	padding:5px!important;
}
.p10{
	padding:10px!important;
}
/*
↑all
*/

/*
↓10px
*/
.p-t10{
	padding-top:10px!important;
}
.p-r10{
	padding-right:10px!important;
}
.p-b10{
	padding-bottom:10px!important;
}
.p-l10{
	padding-left:10px!important;
}
/*
↑10px
*/

/*
↓20px
*/
.p-t20{
	padding-top:20px!important;
}
.p-r20{
	padding-right:20px!important;
}
.p-b20{
	padding-bottom:20px!important;
}
.p-l20{
	padding-left:20px!important;
}
/*
↑20px
*/

/*
↓30px
*/
.p-t30{
	padding-top:30px!important;
}
.p-r30{
	padding-right:30px!important;
}
.p-b30{
	padding-bottom:30px!important;
}
.p-l30{
	padding-left:30px!important;
}
/*
↑30px
*/

/*
↓40px
*/
.p-t40{
	padding-top:40px!important;
}
.p-r40{
	padding-right:40px!important;
}
.p-b40{
	padding-bottom:40px!important;
}
.p-l40{
	padding-left:40px!important;
}
/*
↑40px
*/

/*
↓50px
*/
.p-t50{
	padding-top:50px!important;
}
.p-r50{
	padding-right:50px!important;
}
.p-b50{
	padding-bottom:50px!important;
}
.p-l50{
	padding-left:50px!important;
}
/*
↑50px
*/
/* ↑内余白ここまで */

/* ↓フォントファミリーここから */
.font_hgp-pop {
	color: #ff0000;
	font-family:"HGP創英角ﾎﾟｯﾌﾟ体";
}
/* ↑フォントファミリーここまで */

/* ↓文字色ここから */
.white {
	color:#ffffff!important;
}
.red {
	color:#ff0000!important;
}
.yelllow {
	color:#ffff00!important;
}
.blue {
	color:#0000ff!important;
}
/* ↑文字色ここまで */

/* ↓強調太字ここから */
.rb18 {
	color:#FF0000!important;
	font-size:18px!important;
	font-family: "UD新ゴ コンデンス90 M", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
.rb20 {
	color:#FF0000!important;
	font-size:20px!important;
	font-family: "UD新ゴ コンデンス90 M", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
.bb18 {
	color:#0000FF!important;
	font-size:18px!important;
	font-family: "UD新ゴ コンデンス90 M", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
.bb20 {
	color:#0000FF!important;
	font-size:20px!important;
	font-family: "UD新ゴ コンデンス90 M", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
/* ↑強調太字ここまで */

/* ↓強調背景色ここから */
.bgwhite {
	background:#ffffff!important;
	vertical-align:middle;
}
.bgred {
	background:#ff0000!important;
	vertical-align:middle;
}
.bgyellow {
	background:#ffff00!important;
	vertical-align:middle;
}
.bgbule {
	background:#0000ff!important;
	vertical-align:middle;
}
/* ↑強調背景色ここまで */

/* ↓フォントサイズここから */
.size10 {
	font-size:10px!important;
}
.size12 {
	font-size:12px!important;
}
.size14 {
	font-size:14px!important;
}
.size16 {
	font-size:16px!important;
}
.size18 {
	font-size:18px!important;
}
.size20 {
	font-size:20px!important;
}
.size22 {
	font-size:22px!important;
}
.size24 {
	font-size:24px!important;
}
/* ↑フォントサイズここまで */

/* ↓強調線ここから */
.markerred{
	background: linear-gradient(transparent 75%, #ff0000 75%);
}
.markerblue{
	background: linear-gradient(transparent 75%, #0000ff 75%);
}
.markeryellow{
	background: linear-gradient(transparent 75%, #ffff00 75%);
}
/* ↑強調線ここまで */

/* ↓罫線ここから */
.hr {
	border-top: 1px dashed #8c8b8b;
	background-color: #ffffff;
	margin:20px;
}
/* ↑罫線ここまで */

.cb {
	clear: both;
}
/* --------------------------------- */
/* ↑初期設定ここまで */
/* --------------------------------- */

/* 記事関連共通設定 */
.archive-title {
    width: 100%;
    height: auto;
    font-size: 36px;
    font-family: "UD新ゴ コンデンス90 M";
	font-weight:bold;
    text-align: center;
    margin: 0 0 25px;
    padding: 5px 10px;
}
.entry-post {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: "UD新ゴ コンデンス90 L";
	font-weight:normal;
    margin: 0 0 50px;
}
.entry-date {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: right;
    margin: 0 0 10px;
}
.entry-title {
    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-family: "UD新ゴ コンデンス90 M";
	font-weight:bold;
    text-align: left;
    margin: 0 0 10px;
}
/* 記事関連共通設定 */

/* SNSボタン関連 */
.sns-share {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 0;
}
.sns-share p{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    margin: 5px 0 0;
}
.sns-share-list {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
}
.share-item {
    color: #ffffff;
}
.share-item a{
    color: #ffffff;
}
.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.share-icon {
    width: auto;
    height: 18px;
}
.x-btn { 
    background: #000000;
}

.fb-btn { 
    background: #1877f2;
}
.share-btn:hover {
    opacity: 0.8;
}
/* SNSボタン関連 */