div.is-hidden {
    display: none;
}
div.is-visible {
    display: block;
}
.gbody {
    text-align: center;
    user-select: none;
}
.sh1{
    padding: 10px;
    margin: auto;
    font-weight: bold;
    color: #6091d3;/*譁 ｭ苓牡*/
}
.sh2{
    padding: 26px;
    margin: auto;
}
.pp {
    color: #FFD700; /* 譏弱ｋ繧√ 繧ｴ繝ｼ繝ｫ繝  */
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* 鮟偵＞蠖ｱ繧貞ｼｷ隱ｿ */
}

/* 繝帙ヰ繝ｼ譎ゅ 繧ｨ繝輔ぉ繧ｯ繝  */
#start:hover, #start2:hover, #start3:hover, #start4:hover {
   
    cursor: pointer;
   
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
#game {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 310px;
    margin: 20px auto;
    border: 5px solid transparent;
    border-radius: 10px;
    padding: 5px;
    background-image: url('https://3ndgame.sakura.ne.jp/root/wp-content/mokumodayo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
#game.pointer-none{
    pointer-events: none;
}
#game::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-image: url('https://3ndgame.sakura.ne.jp/root/wp-content/mokumodayo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
#game {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.field {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    text-align: center;
    background-image: url('https://3ndgame.sakura.ne.jp/root/wp-content/creamwahi.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    line-height: 1;
    border: 6px solid transparent; /* 蟷 ｒ遒ｺ菫昴＠縺ｦ逕ｻ蜒乗棧繧帝←逕ｨ */
border-radius:6px;
    box-sizing: border-box;
    border-image: url('https://3ndgame.sakura.ne.jp/root/wp-content/asshukuimgs.png') 30 stretch; 
    transition: all 0.3s ease-in-out;
}



/* 縲  繧ｹ繧ｿ繧､繝ｫ */
.field.marked:contains("縲 ") {
    color: red;
}

/* ﾃ励 繧ｹ繧ｿ繧､繝ｫ */
.field.marked:contains("ﾃ ") {
    color: blue;
}

/* 蠖ｱ繧偵▽縺代※遶倶ｽ捺─繧貞 縺  */
.field:hover {
    background-color: #e5c796;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}#top{
    height: 25%;
}
.field img {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
}