* {
    margin: 10px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 20px;
}

.logo-text{
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
}

.main-text {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.logo img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
}

.top {
    margin-top: 70px;
}

.phone {
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
 }

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

th, td {
  padding: 0.7rem;
  text-align: center;
  border: 1px solid #d0eedb;

}

.table-top {
    background-color: #00B289;
    color: #ffffff;
}
.table-time {
    max-width: 450px;
    margin: 10px auto;
    padding: 30px;
    letter-spacing: 5px;
    word-spacing: 20px;
    font-weight: bold;
    background: #d0eedb;
    border: 4px solid #00B289;
    border-radius: 10px;
    text-align: center;
}
.fa-phone {
    margin: 5px 0 5px 0   
}

.fa-globe-americas {
    margin: 5px 0 5px 0
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 45%;  /*// Default to full width*/
  padding: 0.8em 1.2em;
  overflow: hidden; /*// Or flex might break*/
  list-style: none;
  border: solid white;
  background: fade(slategrey,20%);
}
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 { margin: 0; }

.button {
  width: 25%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.button.is-primary {
  background-color: #00b289 !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}
.button.is-yuttari {
  padding: 1.1em 3em 1rem;
  transition: all ease-in-out .3s;
}
.button.is-yuttari:hover {
  opacity: 0.75;
}

footer{
    margin-top: 20px;
}
