/* index.php */
#welcome {
  font-size: 24px;
  margin-bottom: 16px;
}
#welcome-sentence {
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 100;
}
#game-table{
  table-layout: fixed;
  color: #000;
  text-align: center;
}

/* acccess */
.access-img {
  width: calc( 100% - 16px);
  height: auto;
}


/* info.php */
#course-data-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #000;
  font-size: calc(10px + 1vw);
}

#course-yardage-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #000;
  font-size: calc(10px + 1vw);
}


.img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.img-row {
  text-align: center;
}
.img-row img {
  display: inline;
  width: 20%;
  height: auto;
}

/* playfee.php */
#playfee-table {
  text-align:center;
  min-height: 200px;
  font-size: calc(10px + 1vw);
  color: #000;
}
#playfee-table td{
  text-align: center;
}
#publish {
  width: 100%;
  height: auto;
}


/* reserve.php */
.plan-div{
  padding-bottom: 16px;
  padding-top: 8px;
  background-color: #fff;
}
.plan-div:last-child {
  padding-bottom: 32px;
}
.date-header {
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.plan-table {
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  color: #000;
  table-layout: fixed;
  margin: 0;
}
.plan-table tbody:nth-of-type(1){
  background-color: #a99;
  color: #000;
}
.date-cell{
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.date-cell:hover{
  background-color: rgba(0,255,0,0.3);
}
.date-cell a{
  display: block;
  width: 100%;
  height: 100%;
}
.holiday-cell {
  background-color: #fcc;
}
.satday-cell {
  background-color: #ccf;
}

.calendar {
  width: 100%;
  background-color: #fff;
  color: #000;
}

#e-reserve-form {
  text-align: center;
}
#e-reserve-form table{
  text-align: center;
  width: 100%;
  color: #000;
}
#e-reserve-form input{
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 80%;
  text-align: center;
}

#e-reserve-form textarea{
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 80%;

}
#e-reserve-form th{
  font-size: 18px;
}

#goBox {
    margin: 30px auto 8vh auto;
    padding: 0px 0px 0px 0px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 500;
}
#goBox a{
    margin:  0px 0px 0px 0px;
    padding: 10px 20px;
    text-align: right;
    text-decoration:none;
    color: #5F5F5F;
}


#toJapanese{
  position: absolute;
  top: 64px;
  right: 16px;
}

.gray{
	background-color:#888;
}
.player-clear{
	font-size: 10px;
}

