html,
body {
  margin: 0;
  padding: 0;
  background-color: #cfefda;
}
body {
  overflow: hidden;
  -moz-user-select: none; /*firefox ??*/
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}
h3 {
  font-size: 30px;
  text-align: right;
  margin: 0;
  padding: 10px 0;
  color: #00539f;
  text-shadow: 2px 2px 1px black;
}

.waku {
  background-color: gainsboro;
  border: 0px solid black; /* 1pxの黒の枠を付ける */
  width: 100%; /* geometry 880x1200 */
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.btn {
  appearance: none;
  border: 0;
  border-radius: 10px;
  background: #4676d7;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.btn:hover {
  background: #1d49aa;
}
#button1 {
  position: absolute;
  left: 100px;
  top: 5px;
  z-index: 0;
}
#button2 {
  position: absolute;
  left: 250px;
  top: 5px;
  z-index: 0;
}
#button3 {
  position: absolute;
  left: 320px;
  top: 5px;
  z-index: 0;
}
#button4 {
  position: absolute;
  left: 480px;
  top: 5px;
  z-index: 0;
}
#button5 {
  background: url(../13xSVGpic_cards/mute3.png);
  width: 30px;
  height: 23px;
  border-radius: 5px;
  position: absolute;
  left: 650px;
  top: 7px;
  z-index: 0;
  cursor: pointer;
}
#button6 {
  background: url(../13xSVGpic_cards/sound2.png);
  width: 30px;
  height: 23px;
  border-radius: 5px;
  position: absolute;
  left: 650px;
  top: 7px;
  z-index: 10;
  cursor: pointer;
}
.IMG {
  background: url(../13xSVGpic_cards/well.png);
  width: 380px;
  height: 80px;
}
#well {
  position: absolute;
  left: 170px;
  top: 180px;
  z-index: -10;
}
.IMG2 {
  background: url(../13xSVGpic_cards/nomove3.png);
  width: 300px;
  height: 80px;
}
#nomove {
  position: absolute;
  left: 250px;
  top: 250px;
  z-index: -20;
}
.suits {
  background: url(../13xSVGpic_cards/cards2.png);
  width: 80px;
  height: 100px;
}
#club {
  background-position: -0px -0px;
  position: absolute;
  left: 35px;
  top: 70px;
  z-index: 0;
}
#diamond {
  background-position: -80px -0px;
  position: absolute;
  left: 35px;
  top: 185px;
  z-index: 0;
}
#heart {
  background-position: -160px -0px;
  position: absolute;
  left: 35px;
  top: 300px;
  z-index: 0;
}
#spade {
  background-position: -320px -0px;
  position: absolute;
  left: 35px;
  top: 415px;
  z-index: 0;
}
.space {
  background: url(../13xSVGpic_cards/space1.png);
  width: 80px;
  height: 100px;
}
#space1 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space2 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space3 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space4 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space5 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space6 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space7 {
  background-position: 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.ura {
  background: url(../13xSVGpic_cards/ura4.png);
  width: 80px;
  height: 100px;
}
#back1 {
  background-position: 0px 0px;
  position: absolute;
  left: 396px;
  top: 70px;
  z-index: 3;
}
#back2 {
  background-position: 0px 0px;
  position: absolute;
  left: 480px;
  top: 70px;
  z-index: 3;
}
#back3 {
  background-position: 0px 0px;
  position: absolute;
  left: 480px;
  top: 80px;
  z-index: 5;
}
#back4 {
  background-position: 0px 0px;
  position: absolute;
  left: 566px;
  top: 70px;
  z-index: 3;
}
#back5 {
  background-position: 0px 0px;
  position: absolute;
  left: 566px;
  top: 80px;
  z-index: 5;
}

#back6 {
  background-position: 0px 0px;
  position: absolute;
  left: 566px;
  top: 90px;
  z-index: 7;
}
#back7 {
  background-position: 0px 0px;
  position: absolute;
  left: 652px;
  top: 70px;
  z-index: 3;
}
#back8 {
  background-position: 0px 0px;
  position: absolute;
  left: 652px;
  top: 80px;
  z-index: 5;
}
#back9 {
  background-position: 0px 0px;
  position: absolute;
  left: 652px;
  top: 90px;
  z-index: 7;
}

#back10 {
  background-position: 0px 0px;
  position: absolute;
  left: 652px;
  top: 100px;
  z-index: 9;
}
#card1C {
  background: url(./../13xSVGpic_cards/card_club_01.svg);
  background-position: -0px -0px; /*不要か？*/
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px; /*不要か？*/
  height: 100px; /*不要か？*/
}

#card2C {
  background: url(./../13xSVGpic_cards/card_club_02.svg);
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card3C {
  background: url(./../13xSVGpic_cards/card_club_03.svg);
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card4C {
  background: url(./../13xSVGpic_cards/card_club_04.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card5C {
  background: url(./../13xSVGpic_cards/card_club_05.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card6C {
  background: url(./../13xSVGpic_cards/card_club_06.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card7C {
  background: url(./../13xSVGpic_cards/card_club_07.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card8C {
  background: url(./../13xSVGpic_cards/card_club_08.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card9C {
  background: url(./../13xSVGpic_cards/card_club_09.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card10C {
  background: url(./../13xSVGpic_cards/card_club_10.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card11C {
  background: url(./../13xSVGpic_cards/card_club_11.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card12C {
  background: url(./../13xSVGpic_cards/card_club_12.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card13C {
  background: url(./../13xSVGpic_cards/card_club_13.svg);
  background-position: -0px -0px;
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card1D {
  background: url(./../13xSVGpic_cards/card_diamond_01.svg);
  background-repeat: no-repeat; /*不要か？*/
  background-position: -0px -0px; /*不要か？*/
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px; /*不要か？*/
  height: 100px; /*不要か？*/
}
#card2D {
  background: url(./../13xSVGpic_cards/card_diamond_02.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card3D {
  background: url(./../13xSVGpic_cards/card_diamond_03.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card4D {
  background: url(./../13xSVGpic_cards/card_diamond_04.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card5D {
  background: url(./../13xSVGpic_cards/card_diamond_05.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card6D {
  background: url(./../13xSVGpic_cards/card_diamond_06.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card7D {
  background: url(./../13xSVGpic_cards/card_diamond_07.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card8D {
  background: url(./../13xSVGpic_cards/card_diamond_08.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card9D {
  background: url(./../13xSVGpic_cards/card_diamond_09.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card10D {
  background: url(./../13xSVGpic_cards/card_diamond_10.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card11D {
  background: url(./../13xSVGpic_cards/card_diamond_11.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card12D {
  background: url(./../13xSVGpic_cards/card_diamond_12.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card13D {
  background: url(./../13xSVGpic_cards/card_diamond_13.svg);
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card1H {
  background: url(./../13xSVGpic_cards/card_heart_01.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card2H {
  background: url(./../13xSVGpic_cards/card_heart_02.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card3H {
  background: url(./../13xSVGpic_cards/card_heart_03.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card4H {
  background: url(./../13xSVGpic_cards/card_heart_04.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card5H {
  background: url(./../13xSVGpic_cards/card_heart_05.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card6H {
  background: url(./../13xSVGpic_cards/card_heart_06.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card7H {
  background: url(./../13xSVGpic_cards/card_heart_07.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card8H {
  background: url(./../13xSVGpic_cards/card_heart_08.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card9H {
  background: url(./../13xSVGpic_cards/card_heart_09.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card10H {
  background: url(./../13xSVGpic_cards/card_heart_10.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card11H {
  background: url(./../13xSVGpic_cards/card_heart_11.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card12H {
  background: url(./../13xSVGpic_cards/card_heart_12.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card13H {
  background: url(./../13xSVGpic_cards/card_heart_13.svg);
  position: absolute;
  left: 20px;
  top: 370px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card1S {
  background: url(./../13xSVGpic_cards/card_spade_01.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px; /*不要か？*/
  height: 100px; /*不要か？*/
}
#card2S {
  background: url(./../13xSVGpic_cards/card_spade_02.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card3S {
  background: url(./../13xSVGpic_cards/card_spade_03.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card4S {
  background: url(./../13xSVGpic_cards/card_spade_04.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card5S {
  background: url(./../13xSVGpic_cards/card_spade_05.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card6S {
  background: url(./../13xSVGpic_cards/card_spade_06.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card7S {
  background: url(./../13xSVGpic_cards/card_spade_07.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card8S {
  background: url(./../13xSVGpic_cards/card_spade_08.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card9S {
  background: url(./../13xSVGpic_cards/card_spade_09.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card10S {
  background: url(./../13xSVGpic_cards/card_spade_10.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card11S {
  background: url(./../13xSVGpic_cards/card_spade_11.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card12S {
  background: url(./../13xSVGpic_cards/card_spade_12.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}
#card13S {
  background: url(./../13xSVGpic_cards/card_spade_13.svg);
  position: absolute;
  left: 20px;
  top: 520px;
  z-index: 1;
  width: 80px;
  height: 100px;
}

.draggable {
  cursor: pointer;
}
