main .none {
    display:none;
}
main .attension {
    color:red;
}
main .attension a {
    color:red;
    text-decoration:underline;
}
#loading {
    position:absolute;
    top:0;
    left:0;
    display:none;
    z-index:9999;
    background-color:rgba(200,200,200,0.25);
    width:100%;
    height:100%;
}
#loading img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* for fleurir */
#letsReserve .tab li {
    width:100%;
}
#letsReserve ul.for_menu {
    display: flex;
    flex-wrap: wrap;
}
#letsReserve ul.for_menu li {
    max-width:290px;
    margin-right:10px;
}
@media only screen and (max-width:740px) {
  #letsReserve ul.for_menu {
    margin-bottom:20px;
  }
}

#letsReserve h2.like_schedule span, #schedule.appointable h2 span {
    font-size:0.75em;
}
#letsReserve .tab .for_menu input + label {
    font-size:15px;
}
#letsReserve #flex_guide {
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    background-color:#f6f6f6;
    padding: 1em 0.25em;
    margin-bottom:40px;
    font-size:1.25em;
}
#schedule #uid {
    width:100%;
    margin-top:-10px;
}
#schedule .tab select {
    margin-left:0;
}