body{
  /* font-family: 'Kiwi Maru', serif; */
}
#flash_message{
	font-size: 3vh;
	position: fixed;
  width:100%;
	bottom: 0;
  left:50%;
	transform: translate(-50%, 0%);
	text-align: center;
	box-shadow: 2px 2px 2px #888;
	padding: 20px 20px;
	color:#FFF;
	background-color: #080;
	z-index: 10;
}
.hideMe {
    animation: cssAnimation 0.2s ease-in 0s forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    0% {
      bottom:-100px;
      overflow:hidden;
    }
    100% {
      bottom: 0;
      overflow:hidden;
    }
}
.tanjoubi{
  color: #000;
  text-shadow: 0px 0px 5px #FFF;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
}

@media (min-width: 767px) {
  .b1{
    font-size: 5em;
  }
  .b2{
    font-size: 2em;
  }
  .b3{
    font-size: 1.5em;
  }
  .b4{
    font-size: 1em;
  }
  .b5{
    font-size: 0.6em;
  }
}

.table-b2 th{
  font-size: 2em;
}
.table-b2 td{
  font-size: 3em;
}

/* 通知バッジ */
span.akadama{
  display: block;
  position: relative;
}
span.akadama:before{
  position: absolute;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #f00;
  border-radius: 50%;
  font-size: 0.5em;
  line-height: 1;
  min-width: 1.5em;
  padding: 5px;
  color: white;
  box-shadow: 0px 0px 3px #999;
}

span.akadama:before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  content: "1";
}

span.shoshin{
  text-align: center;
  font-weight: bold;
  border:3px solid #f00;
  border-radius: 50%;
  line-height: 1;
  min-width: 1.5em;
  padding: 5px;
  color: #f00;
  box-shadow: 0px 0px 3px #999;
}



h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #88F0ff;
}
h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
h3 {
  padding: 0.5rem 2rem;
  border-left: 5px solid #000;
  color:#FFF;
  background: #333;
}


#messageBox{
  border:3px solid rgb(173, 14, 14);
  padding: 10px;
  margin:5px;
  box-sizing: border-box;
}
#messageBox p{
  font-size:1em;
  padding: 10px;;
}


/* モーダルウィンドウ */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.content{
  margin: 0 auto;
  padding: 10px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  border-radius: 10px;
  background: #fff;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size:2em;
}
@media (min-width: 1201px) {
  .modal__content{
    width: 60%;
   }
}
@media (max-width: 1200px) {
  .modal__content{
    width: 95%;
   }
}




/* カレンダーは直接viewに書いてるよ */










#full{
	box-sizing:border-box;
	width:100vw;
	height:100vh;
	background-color: #000;
}
.genzai{
	color: #EFE;
}

#plus,#minus{
	display: block;
	width: 100%;
	height: 50vh;
	font-size: 7vw;
	margin: 20px auto;
	line-height: 50vh;
	border-radius: 100px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	text-shadow: 2px 2px 2px #888;;
}

@media (min-width: 767px) {
  #plus,#minus{
   height: 50vh;
   line-height: 50vh;
  }
}
@media (max-width: 766px) {
  #plus,#minus{
    height: 33vh;
    line-height: 33vh;
   }
}
a.orange{
	color: #fff;
	background-color: #eb6100;
	border-bottom: 5px solid #b84c00;
}
a.blue{
	color: #fff;
	background-color: #0095a0;
	border-bottom: 5px solid #00828b;
}
