@charset "ISO-8859-1";


div#scheduler-mainframe {  /* Children: massage-image, massage-info, side-menu-wrapper & plumeria-stones */
	position: relative; /* for fixing the position of the contents, especially the main menu & plumeria image */
    display: table;	
    width: 100%;
    height: 1800px;
}

.schedule-massage {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  max-height: 100vh;
  justify-content: space-around;
}


.schedule-massage div {
  width: 23vw;
  height: 20vw;
  text-align: left;
  vertical-align: top;
  background-size: cover; 
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}

.schedule-massage table {
  width: 27vw;
  padding: 5px;
  border: 1px #888888;
  background-color: white;
  margin-bottom: 4vmin;
  text-align: center;
  vertical-align: middle;
}

img.schedule-massage-header {
  width: 100vmin;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5vmin;  
  margin-top: 2vmin;
  margin-bottom: 4vmin;
}

h1.schedule-massage-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #4E00C8;
}

div.schedule-massage:hover {
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #111;
  -webkit-box-shadow: 1px 1px 5px #111;
  box-shadow: 1px 1px 5px #111;
}

a.schedule-massage {
  text-decoration: none;
}

a.schedule-massage:hover {
  text-shadow: 5px 5px 10px white;
}

div.card-item {
  margin: 4vmin;
  background-color: green;
}

.schedule-massage-button-mobile,
.schedule-massage-button-pc {
  display: inline-block;
  text-align: center;
  width: 20vw;
  white-space: nowrap;
  border-top: 1px solid #4E00C8;
  background: #B881FB;
  background: -webkit-gradient(linear, left top, left bottom, from(#651C79), to(#B881FB));
  background: -webkit-linear-gradient(top, #651C79, #B881FB);
  background: -moz-linear-gradient(top, #651C79, #B881FB);
  background: -ms-linear-gradient(top, #651C79, #B881FB);
  background: -o-linear-gradient(top, #651C79, #B881FB);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  color: white;
  font-size: 1.2rem;
  font-family: Georgia, serif;
  text-decoration: none;
  vertical-align: middle;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.schedule-massage-button-mobile {
  font-size: 1.4rem;	
}

.schedule-massage-button-pc {
  font-size: 14px;	
}

.schedule-massage-button-mobile:hover,
.schedule-massage-button-pc:hover {
  border-top-color: #651C79;
  background: #651C79;
  color: #ccc;
  cursor: pointer;
}

.schedule-massage-button-mobile:active,
.schedule-massage-button-pc:active {
  border-top-color: #651C79;
  background: #651C79;
}







