.tuizyu-block {
	position: fixed;
  	background-color: #c2c6c8;
  	top: 20%;
  	right: 0;
  	z-index: 999;
  	width: 35px;
  	display: none;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
  	gap: 10px;
  	padding: 8px 10px;
  	text-decoration: none; 
}

@media (max-width: 1023px)  {
  .tuizyu-block {
    display: flex;
  }
}

.tuizyu-block::before {
	content: "予約";
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    width: 32px;
    height: 32px;
    background: #fff;
    position: absolute;
    top: -22px;
    bottom: auto;
    left: -13px;
    right: auto;
    border-radius: 50%;
    border: solid 1px #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserve-textBox {
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	align-items: center;
  	gap: 10px;
}

.reserve-text {
  	font-size: 12px;
  	color: #fff;
    writing-mode: vertical-rl;
}

.reserve-img {
	width: 20px;
}