@charset "utf-8";

/* -----reset css------ */
html,body,address,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,div,p,pre,blockquote,hr,bdo,span,a,small,b,i,em,strong,br,del,ins,abbr,dfn,sub,sup,q,cite,code,var,kbd,samp,map,area,iframe,img,form,label,fieldset,legend,input,textarea,select,option,optgroup,button,command,details,menu,summary,article,aside,header,footer,nav,section,figcaption,figure,main,mark,rp,rt,ruby,time,wbr,audio,canvas,embed,object,param,source,video,datalist,keygen,meter,output,progress{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;box-sizing:border-box;}html,body{height:100%;}ul,ol,dl{list-style:none;}embed,iframe,img,table,textarea{max-width:100%;}table{border-collapse:collapse;border-spacing:0;}a,a:link,a:visited{color:#333;text-decoration:none;}a:hover,a:active{color:#777;}a:focus{outline:none;}article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}
/* ---reset css end---- */

html,body{
  width:100%;
  min-height:100%;
}
html{
  font-size:80%; /* フォントサイズは1em(16px)の80% */
  overflow-x:hidden;
}
body{
  animation:fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn{
  0%{opacity:0}
  100%{opacity:1}
}
img {
  opacity: 1;
  transition: opacity 0.5s;
}
img[data-src] {
  opacity: 0;
  display:none;
}
body{
  font-size:1.0em;
  color#f5f5f5; /* 基本文字色 */
  line-height: 1.8;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-overflow-scrolling:touch !important;
}
body::before{
  background:#fff url() repeat center; /* 色＋背景画像 */
  position:fixed;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:150%;
  content:"";
  z-index:-1;
  transform:translate3d(0,0,0);
}
#wrapper{
  width:100%;
  min-height:100%;
  text-align:center;
  position:relative;
  overflow:hidden;
}
body > #wrapper{
  height:auto;
}
h1, h2, h3, h4{
  font-weight:normal;
}
a,
a:link,
a:visited{
  color: #069;
  text-decoration:none;
}
a:hover{
  color:#f0788e;
  text-decoration:none;
}
img{
  vertical-align:bottom;
  border:none;
  max-width:100%;
  height:auto;
}
.emoji{
  margin:0;
  vertical-align:middle;
}
hr{
  border-top:dotted 1px #666;
  height:1px;
}
.hr1{
  border-top:dashed 1px #f0bdbd;
  height:1px;
}
strong{
  font-weight:bold;
}
b{
  font-weight:bold;
}
blockquote{
  padding:10px 15px;
  margin:10px;
  background-color:#f7f7f7;
  border:solid 1px #ccc;
  border-radius: 5px;
}

/* トップ画像 */
.topimg{
  height:0;
  padding-top:30%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background:url(https://blog-imgs-125.fc2.com/n/i/m/nimo10/CIMG5762.jpg)0 0 no-repeat;
  background-size:contain;
  margin:0 40px;
}

/* ヘッダー部分 */
header {
  background-color:rgba(255,255,255,0.5); /* ブログタイトルの透過背面 */
  width:1000px;
  height100px;
  position:absolute;
  margin-top:10px;
}

/* ブログタイトル */
header a,
header a:link,
header a:visited{
  color:#f5f5f5; /* ブログタイトルの文字色 */
  font-size:3.0em;
  text-decoration:none;
}
h1{
  position:absolute;
  top:0;
  margin:0 100px;
  margin-left:140px;
}

/* ブログ説明部分 */
.introduction{
  position:absolute;
  top:0;
  margin-top:80px;
  margin-left:160px;
 color:#f5f5f5; /* ブログタイトルの文字色 */

}

/* 管理リンク・パンくず表示部分 */
.pan_box{
  display:-webkit-flex;
  display:flex;
  margin:0 10px;
}
.pan{
  -webkit-flex:1;
  flex:1;
  text-align:left;
}
.adm{
  text-align:right;
}
.adm2{
  display:none; /* メニューカラムの管理リンク、3カラム時非表示 */
}
.pankuzu{
  text-align:left; 
  margin-left:10px;
} 
span.breadcrumb_entry:nth-last-child(3){
  display:none;
}
.clearfix:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/* 管理ページ部分 */
ul.admin{
  margin:0;
  padding-right:10px;
  list-style-type:none;
  text-align:right;
}
ul.admin li{
  display:inline;
  margin:0;
}

/* メインカラム枠部分 */
.blog-con{
  position:relative;
  margin:10px 0 40px;
  padding:6px 10px;
  background:#fff;
  border:solid 1px #ccc;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
}
.entry_date{
  position:absolute;
  display:inline-block;
  top:-10px;
  right:15px;
  padding:2px 8px;
  height:25px;
  vertical-align:middle;
  font-size:1em;
  background:#d3c7b4; /* 日付部分背景色 */
  color:#fff;         /* 日付文字色 */
  border-radius:5px 5px 0 0;
}
.pen-link{
  font-size:1.5em;
  color:#fff;
  margin-left:2px;
  line-height:1;
  vertical-align:middle;
  transform:rotate(110deg);
  display:inline-block;
}
.entry_title{
  font-size:1em;
  background:#eee; /* 記事タイトル背景色 */
  border-bottom:solid 1px #bbb;
  border-right:solid 1px #ddd;
  margin:4px 0 10px;
  padding:5px 8px 1px;
  text-align:left;
}
.con_body{
  margin:20px 20px 10px;
}
.entry-footer{
  padding-top:15px;
  text-align:right;
}
.topentry_comment_body{
  padding:0 20px;
}

/* メニュー部分 */
.menu_title{
  margin-bottom:3px;
  padding:2px 10px;
  border-bottom:1px solid  #bbb;
  border-right:1px solid #ccc;
  color:#333;
  background:#e3ddd8; /* メニュータイトル背景色 */
  line-height:2.0;
}
nav li{
  list-style-type:none;
  padding:0;
  font-size:1.0em;
  line-height:1.8;
}
nav li a{
  display:inline-block;
}
nav li a:hover{
  color:#454545;
  background:#d6e2ea;
}


/* ２カラム＋ベース部分 */

#box{
  width:1140px;
  height:100%;
  margin:0 auto;
  text-align:left;
  background-color:#fff;
}
#content{
  width:870px;
  float:right;
}
.blog{
  padding-right:20px;
}
.archive,.menu3{
  padding-right:20px;
}
#left-box{
  float:left;
  width:270px;
  padding:0 20px 20px;
}
.menu-box{
  padding:10px 15px 30px;
  overflow:hidden;
}
#footer{
  width:1140px;
  margin:0 auto;
  padding:15px;
  height:auto;
  color:#fff;
  background:#999; /* フッター背景色 */
  text-align:center;
  line-height:1.5;
}
#footer a,
#footer a:link,
#footer a:visited{
  color:#fff;
  text-decoration:none;
}
#btn1,
#btn2{
  display:none; /* ドロワーメニューボタン、3カラム時非表示 */
}
.kiji1{
  display:none; /* 記事表示時要約非表示 */
}
.kiji2{
  display:block; /* 要約表示時記事非表示 */
}

/* 簡易表示トップページエントリー */
.kiji1{
  margin:10px;
  overflow: hidden;
}
.left{
  float:left;
  width:33%; /* サムネイル部分の幅 */
  height:auto;
  max-height:140px;
  margin-right:10px;
  text-align:center;
  position: relative;
  overflow:hidden;
}
.left img{
  width:100%;
  height:auto;
  max-height:140px;
  -o-object-fit: cover; /* 古いopera用ベンダー */
  font-family:'object-fit:cover;'; /* IE対策 */
  object-fit:cover;
  border:1px solid #ddd;
  vertical-align:middle;
}
.left img[src="https://blog-imgs-123.fc2.com/s/o/r/sorauta1/1-1.gif"],
.left img[style*="https://blog-imgs-123.fc2.com/s/o/r/sorauta1/1-1.gif"]{
  display:none; /* 要約表示時に画像が無い場合ダミー画像を非表示 */
}
.moji-c{
  height:70px; /* 文字表示部分の高さ(3行分 文字数は200字で省略) */
  overflow:hidden;
  line-height:1.8;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; /* 3行表示末尾に3点リーダー表示(webkit系のみ) */
}
p.right-txt{
  text-align:right;
  display:block;
  margin-bottom:5px;
}
.clearLeft{
  clear:left;
}

/*コメントリスト*/
.sidehide{
  display:none;
  padding:10px 0;
  text-align:left;
  color:#454545;
}

/*プロフィール画像の余白・表示位置 */
.plugin-myimage{
  margin:0 auto 15px;
  text-align:center !important;
  border:1px solid #fff;
}

/* 記事ページ移動 */
.page_navi{
  padding-bottom:10px;
  text-align:center;
  margin:0px auto;
}

/* ページネーション */
#pagenavi{
  line-height:30px;
  font-size:1.0em;
  text-align:center;
  margin:5px;
}
#pagenavi a,#pagenavi span{
  width:32px;
  height:32px;
  margin:2px 1px;
  background:#fff;
  border:2px solid #ccc;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-decoration:none;
  transition:all 0.3s;
  display:inline-block;
}
#pagenavi span{
  font-weight:bold;
  background:#e1f0f6;
}
#pagenavi a.dot{
  text-decoration:none;
  border:2px solid #ccc;
}
#pagenavi a:hover{
  border-color:#fff;
  background:#fcccd3;
  color:#fff;
  font-weight: bold;
}
.pagenation{
  overflow:hidden;
  margin:5px;
}
.pagenation ul{
  text-align:center;
  position:relative;
  list-style:none;
  padding-left:0;
}
.pagenation li{
  position:relative;
  display:inline-block;
}
.pagenation_prev,.pagenation_next{
  margin:10px;
  font-size:1.0em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:75px;
  font-size:2.0em;
  padding:0 10px;
}
#pagebottom{
  bottom:30px;
  font-size:2.0em;
  padding:0 10px;
}
#pagetop,#pagebottom{
  display:none;
  position:fixed;
  right:30px;
  background-color:rgba(173,216,230,.75);
  border:2px solid #f5f5f5;
  text-align:center;
  color:#fff;
  font-size:1.7em;
  text-decoration:none;
  padding:0 8px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  z-index:4;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
#pagetop:hover,#pagebottom:hover{
  background-color:rgba(255,182,193,.8);
}

/* カレンダー */
table.calender{
  width:100%;
}
.calender caption{
  font-size:1.0em;
  border-bottom:1px solid #ccc;
}
.calender th{
  font-weight:normal;
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender td{
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender a:link,.calender a:visited{
  font-weight:bold;
  color:#ac6837;
  text-decoration:none;
}
.calender a:hover{
  color:#FF8B8B;
  font-weight:bold;
  text-decoration:none;
}
th#sun{
  color:#9D5555;
}
th#sat{
  color:#0000ff;
}

/* 全記事表示 */
.all_body{
  margin:10px 20px 10px 10px;
  border-bottom:1px dotted #cccccc;
}
.all_day{
  padding:0;
  margin:0;
}

/* コメント部分 */
.com_block{
  margin:10px 0 30px;
  padding:10px 30px;
  background-color:#fff;
  border:1px solid #ccc;
}
.com_title{
  margin: 10px 0 15px;
  color:#8f4b4b;
  font-weight:bold;
  border-bottom:1px dotted #ccc;
}
.com_state{
  margin-top:10px;
  text-align:right; 
}
input[type=text],
input[type=password],
select,
textarea {
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
  width:100%;
}
input[type="password"]{
  margin-bottom:5px;
}
input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
button{
  border:solid 1px #aaa;
  padding:2px;
  background-color:#e1f0f6;
}
input[type=checkbox],
input[type=radio]{
  margin:5px;
  vertical-align:middle;
}
input[type="password"],
input[type="text"],
textarea,select{
  font-size:1.0em;
  font-family:sans-serif;
}

/* 入力フォーム961px以上２列 */
.form-left{
  width:50%;
  text-align:left;
  padding-right:10px;
  float: left;
}
.form-right{
  width:50%;
  text-align:left;
  padding:0 0 10px 10px;
  float: left;
}


/* ２カラム */

@media only screen and (min-width:750px) and (max-width:1197px) {
header {
  width:95%;
}
#box{
  max-width:95%;
}
#content{
  float:right;
  width:100%;
  margin-left:-270px;
}
.blog{
  padding-right:20px;
  margin-left:270px;
}
.archive,.menu3{
  padding-right:20px;
  margin-left:270px;
}
.menu-box{
  padding:10px 15px 30px;
  overflow:hidden;
}
#footer{
  width:95%;
}
.title_list{
  padding:1px 5px;
}
.adm2{
  display:none; /* メニューカラムの管理リンク、2カラム時非表示 */
}
#btn1,
#btn2 {
  display:none; /* ドロワーメニューボタン、2カラム時非表示 */
}
}


/* １カラム(ドロワーメニュー左） */

@media only screen and (max-width:749px) {
header a,
header a:link,
header a:visited{
  font-size:1.4em;
}
header{
  width:100%;
  position:relative;
  overflow:hidden;
  background-color:#fff; /* --ブログのタイトル背景色-- */
  height:auto;
  margin:0;
}
.topimg{
  margin:0;
}
h1{
  text-align: right;
  margin:3px 15px 0 45px;
  line-height:1.5;
  position: static;
}
.introduction{
  display:none; /* 1カラム時非表示 */
}
.adm{
  display:none; /* 上部管理リンク、1カラム時非表示 */
}
.adm2{
  display:block; /* ドロワーメニュー下の管理リンク表示 */
}
#box {
  width:100%;
}
#content{
  width:100%;
  float:none;
  margin-left:0;
}
.blog{
  padding:0 20px;
}
.archive,.menu3{
  padding:0 20px 0;
  margin-top:7px;
}
.con_body {
  margin:15px;
}
.blog-con2{
  margin:20px 0 40px;
}
.topentry_comment_body{
  padding:0 15px;
}
.com_block{
  padding:10px 25px;
}
.title_list{
  padding:0;
}
#footer{
  width:100%;
}
#left-box{
  width:100%;
  padding:0 5px 10px;
}
.menu-box{
  padding:10px 15px 30px;
  overflow:hidden;
}
.menu_title{
  cursor:pointer;
}

/* ドロワーメニュー部分 */
#btn1,
#btn2{
  display:block; /* ドロワーメニューボタン表示 */
}
#btn1{
  overflow:hidden;
  height:27px;
  top:0;
  left:0;
  width:43px;
  position:absolute;
}
#nav_open {
  margin:0 13px;
  position:fixed !important;
  cursor:pointer;
  width:17px;
  height:26px;
  z-index:3;
}
#nav_open span, #nav_open span:before, #nav_open span:after{
  position:absolute;
  bottom:18px;
  left:0;
  height:2px; /* ハンバーガーボタン 線の太さ */
  width:17px; /* ハンバーガーボタン 線の長さ */
  background:#666;
  display:block;
  content: '';
  transform: translate3d(0,0,0);
}
#nav_open span:before{
  bottom:-6px;
}
#nav_open span:after{
  bottom:-12px;
}
#btn2{
  overflow:hidden;
  top:0;
  width:270px;
  height:27px;
  z-index:3 !important;
}
#nav_close{
  cursor:pointer;
  position:relative;
  padding-right:215px;
}
#nav_wrap{
  display:none;
}
.css-cancel{
  display:inline-block;
  position:relative;
  margin:3px 12px 0 20px;
  padding:0;
  width:2px; /* キャンセルボタン 線の太さ */
  height:20px; /* キャンセルボタン 線の長さ */
  background:#666; /* 線の色 */
  transform:rotate(45deg);
}
.css-cancel:before{
  display:block;
  content:"";
  position:absolute;
  top:50%;
  right:-9px; /* 右からの位置 */
  width:20px; /* キャンセルボタン 線の長さ */
  height:2px; /* キャンセルボタン 線の太さ */
  margin-top:-1px; /* 上からの位置 */
  background:#666; /* 線の色 */
}
nav{
  position:absolute;
  top:0;
  bottom:0;
  height:100vh;
  width:270px;
  left:-270px;
  padding-bottom:50px;
  background:#fff;
  z-index:5;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}
.tree-m{
  display:none; /* メニューを閉じて表示 */
}

/* モバイル入力時フォントサイズ（これより小さいと画面が勝手に拡大される） */
input[type="password"],input[type="text"],textarea,select{
  font-size:1.34em;
  font-family:sans-serif;
}

/* ページネーション */
#pagenavi{
  line-height:20px;
  font-size:0.8em;
  margin:10px 0;
}
#pagenavi a,#pagenavi span{
  width:22px;
  height:22px;
}
.pagenation{
  margin:0px;
}
.pagenation_prev,.pagenation_next{
  margin:5px;
  font-size:0.8em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:45px;
}
#pagebottom{
  bottom:10px;
}
#pagetop,#pagebottom{
  right:10px;
  font-size:1.3em;
  padding:0 6px;
}
}


/* その他、表示幅で変更 */

/* 個別記事・コメント余白 1000pxまで */
@media only screen and (min-width:1000px) {
.con_body {
  margin: 20px 30px 10px;
}
.com_block {
  padding: 10px 40px;
}
.topentry_comment_body {
  padding: 0 30px;
}
/* 全記事表示内余白 1000pxまで */
.title_list{
  padding:1px 15px;
}
}

@media only screen and (max-width:400px) {
header a,
header a:link,
header a:visited{
  font-size:1.2em;
}
h1{
  margin-top:5px
}
.adm{
  display:none;
}
.pankuzu{
  font-size:0.8em;
}
.con_body{
    margin:10px;
}
.topentry_comment_body {
  padding: 0 10px;
}
.com_block{
  padding:10px 20px;
}
.kiji1{
  display:block; /* 要約表示時記事非表示 */
  margin:0;
}
.left{
  float:none;
  width: 100%;
}
.right {
    padding-top: 10px;
}
.sidehide {
  padding:10px 0;
}
#footer{
  padding:10px;
}
}

@media only screen and (max-width: 960px) {
/* 入力フォーム960pxまで */
.form-left,.form-right{
  float:none;
  width:100%;
  padding:0;
}
.kiji2{
  display:none; /* 記事表示時要約非表示 */
}
/* 動画サイズレスポンシブ用（iframeをdiv class="player"で括る） */
/* 960pxまでは埋め込みコード560×315で表示 */
.player{
  position:relative;
  height:0;
  padding-bottom:56.25%; /* アスペクト比16:9の場合 */
  overflow: hidden;
}
.player iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
}

/* 管理者コメントの背景に色を付ける（日本語可・記号等は文字の前にバックスラッシュを入れる） 
バックスラッシュは日本語表示用フォントで円記号に見えますが問題ありません */

.コメント入力時の管理者名 {
  background-color:#f4f4f4;
}