@charset "utf-8";
/* CSS Document */
body{
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 90%;
	background-color: #fafafa;

}

img {
 /* pointer-events: none; */
}
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

header {
  
	max-width: 1200px;
	margin: 0px auto;
	
}

.desc {
  
	max-width: 1200px;
	margin: 0px auto;
	
}
.desc p {
  
margin: 10px;
	
}

.site-search{
	width: 60%;

	margin: 0px auto 0px auto;}
.site-search input{
	width: 100%;
	
}
.coffee:before {
font-family: FontAwesome;
content: '\f015';

font-size: 180%;
margin-right: 5px;
vertical-align: middle;
}

h1 {max-width: 1200px;
	margin: 0px auto;
	font-size: 2rem;
color:#484848;
	margin-top: 10px;
     

}



h2 {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 5px);
  background: #FFE976;
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #212121;
}

h3 {
margin: 1rem 0 0 0;
  padding: 0 0 0 0; 
}
input{
	font-size: 1rem;
}
.small{
	font-size:60%;
}
.f-container{
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
 

}
.f-container.stretch{
align-items: stretch;
}
.f-container.stretch .f-item{
height:inherit;
}
.f-item{
	flex-basis: 120px;
	border: solid #E5E5E5 1px;
	margin: 9px;
	font-size: 80%;
	background-color: #fff;

}
.f-item div{
		display: table;
width: 100%;
/*	height: 100%;*/
position: relative;

}
.f-item div div{
	/* display: table-cell;*/
  vertical-align: middle;
	text-align: center;


}
.f-item.w62 div div,.f-item.w96 div div{
	 display: table-cell;
  vertical-align:top;
	text-align: center;


}
.f-item a{
	display: block;
	width: 100%;
	height: 100%;

}

	
.f-item a img{
	max-width: 100px;
max-height: 100px;
 	margin: 5px 0 0 0;
	padding: 0;
	
		

}
.w96.f-item a img{ 
   max-width: 126px;               /* 幅指定 */	
max-height: 100px;
}
.w62.f-item a img{ 
           max-width: 76px;   /* 幅指定 */	
	max-height: 130px;
	
}
.f-item.w96 {
	flex-basis: 130px;
	margin: 5px;
	padding: 1px;
}
.f-item.w62 {
	flex-basis: 80px;
	margin: 4px;
	padding: 1px;
}




p{
	margin: 0;	
}

 
a {
    color: #222;                /* 文字の色指定 */
   text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
text-align: center;
}

a:link { border-color: #888; }
a:visited { border-color:#D9D9D9; }
a:hover { border-color: #ff0000; }


 
main {
	margin: 0px auto;
    border:  none;          /* 枠線指定 */
    padding: 23px;         /* 余白指定 */
max-width: 1200px;
}
 
footer {
    background-color:  #ccc;    /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
	font-size: 80%;
}

.site-search{display:flex;gap:8px}
.site-search input{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px}
.site-search button{padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}
.site-search button:hover{background:#f8fafc}


.site-search::before {
    width: 30px;
    height: 30px;
	margin: auto 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/* ====== Header ====== */
.site-header{
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(120%) blur(8px);
  border-bottom: 1px solid #eee;
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled{ box-shadow: 0 6px 20px rgba(0,0,0,.06); }

.site-header__wrap{
  max-width: 1200px; margin: 0 auto;
  padding: 10px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}

.brand{ display: flex; align-items: center; gap: 10px; min-width: 0;   }
	.brand a{text-decoration: none;}

.brand__name{ font-weight: 700; color: #0f172a; white-space: nowrap; }

.homebtn{
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; padding: 8px 12px; border-radius: 999px;
  border: 1px solid #e5e7eb; background: #fff; color: #334155;
  text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.homebtn:hover{ background:#f8fafc; color:#1f2937; }
.homebtn:active{ transform: translateY(1px); }
body{ margin-top: 0; }


.pose{
	
		font-size:60%;
}
/* 拡大プレビュー本体 */
#wm-preview {
  position: fixed;
  top: 0; left: 0;
  transform: translate(-9999px,-9999px); /* 初期は画面外 */
  z-index: 9999;
  pointer-events: none;                   /* クリックは素通り */
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  border-radius: 10px;
  overflow: hidden;
  display: none;
  background: #000;                       /* 透過PNGでも見やすく */
}

/* 画像は容器サイズにフィット（最大 40vw x 70vh） */
#wm-preview img {
  display: block;
  max-width: 40vw;
  max-height: 70vh;
  width: auto;
  height: auto;
}

/* ここがウォーターマークのオーバーレイ */
#wm-preview::after{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  opacity:.22;                            /* 濃さ */
  transform: rotate(-20deg);
  mix-blend-mode: multiply;
  /* SVGロゴ/テキストをタイル敷き */
  background-image: url('data:image/svg+xml;utf8,\
  <svg xmlns="http://www.w3.org/2000/svg" width="280" height="90" viewBox="0 0 280 90">\
    <rect x=\"0\" y=\"0\" width=\"280\" height=\"90\" fill=\"none\"/>\
    <text x=\"0\" y=\"60\" font-family=\"Segoe UI, Arial, sans-serif\" font-size=\"48\" font-weight=\"700\" fill=\"white\" fill-opacity=\"0.9\">kinoko-t.com</text>\
  </svg>');
  background-repeat: repeat;
  background-size: 280px 90px;            /* タイル間隔 */
}
