@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  background-color: #cfefda;
}

body {
  overflow: hidden;
  /*safari対策　class="unselectable"を使うべき？*/
  -moz-user-select: none; /*firefox ??*/
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
} /*js event.preventDefault();とSETでiframe間のdrag問題対処*/
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;
}
/* 
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}
*/
#button1 {
  position: absolute;
  left: 120px;
  top: 5px;
  z-index: 0;
}

#button2 {
  position: absolute;
  left: 610px;
  top: 5px;
  z-index: 0;
}

#button3 {
  position: absolute;
  left: 300px;
  top: 5px;
  z-index: 0;
}

#button4 {
  position: absolute;
  left: 480px;
  top: 5px;
  z-index: 0;
}

.oto img {
  height: 23px;
  width: 25px;
  border-radius: 5px;
}

/*imgを追加するとうまく表示*/
#button5 {
  position: absolute;
  left: 620px;
  top: 7px;
  z-index: 0;
  cursor: pointer;
}
#button6 {
  position: absolute;
  left: 620px;
  top: 7px;
  z-index: 10;
  cursor: pointer;
}

.IMG {
  background: url(../13xSVGpic_cards/wella.png);
  width: 380px;
  height: 80px;
}

#wella {
  position: absolute;
  left: 250px;
  top: 220px;
  z-index: -10;
}

.IMG2 {
  background: url(../13xSVGpic_cards/nomove3.png);
  width: 300px;
  height: 80px;
}

#nomove3 {
  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: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

#space2 {
  background-position: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space3 {
  background-position: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space4 {
  background-position: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space5 {
  background-position: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#space6 {
  background-position: -240px -0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
/*#space7 {
  background-position: -240px -0px;
         position:absolute;
          left:0px;
          top:0px;
          z-index:0;
}
*/
.ura {
  background: url(../13xSVGpic_cards/ura3.png);
  width: 80px;
  height: 100px;
}

#back1 {
  background-position: 0px 0px;
  position: absolute;
  left: 200px;
  top: 70px;
  z-index: 3;
}

#back2 {
  background-position: 0px 0px;
  position: absolute;
  left: 290px;
  top: 70px;
  z-index: 3;
}

#back3 {
  background-position: 0px 0px;
  position: absolute;
  left: 380px;
  top: 70px;
  z-index: 3;
}

#back4 {
  background-position: 0px 0px;
  position: absolute;
  left: 470px;
  top: 70px;
  z-index: 3;
}

#back5 {
  background-position: 0px 0px;
  position: absolute;
  left: 560px;
  top: 70px;
  z-index: 3;
}

#back6 {
  background-position: 0px 0px;
  position: absolute;
  left: 650px;
  top: 70px;
  z-index: 3;
}
/*
.card {
  background: url(../13xSVGpic_cards/cards1.svg);
  width: 80px;
  height: 100px;
}
*/
#card1C {
  background: url(./../13xSVGpic_cards/card_club_1.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;
}

#card1D {
  background: url(./../13xSVGpic_cards/card_diamond_1.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;
}

#card1H {
  background: url(./../13xSVGpic_cards/card_heart_1.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;
}

#card1S {
  background: url(./../13xSVGpic_cards/card_spade_1.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;
}

.draggable {
  cursor: pointer;
}
